Displaying 8 results from an estimated 8 matches for "sysrescuecd".
2017 Apr 14
2
boot fails on some system
On Fri, 14 Apr, 2017, 11:13:43 +0000, Jethro Tull via Syslinux wrote:
> On Fri, 14 Apr, 2017, 0:05:05 +0000, Ady Ady via Syslinux wrote:
> [ ... ]
> > The suggested command to write to the MBR area is to first _unmount_
> > all the devices related to the physical device you want to write to,
> > and then execute the 'dd' command as described at:
> >
>
2010 Jun 26
9
xen 4.0-testing: cannot install grub in debian domU (both hvm and pv)
# dd if=/dev/zero of=/srv/xen/webserver.img oflag=direct bs=1M seek=4095 count=1
# dd if=/dev/zero of=/srv/xen/webserver.img oflag=direct bs=1M count=4096
root@debian:~# grub-install /dev/xvda
Searching for GRUB installation directory ... found: /boot/grub
The file /boot/grub/stage1 not read correctly.
Darkbasic
_______________________________________________
Xen-users mailing list
2010 Jun 08
3
Tool for convert VMware to Xen
Hi,
Somebody know any tool for convert Virutal machines from Vmware for Xen , I
have used *qemu-img* but not work.
Thanks .
Bruno Steven
--
Bruno Steven - Administrador de sistemas.
LPIC-1 - LPI ID: lpi000119659 / Code: p2e4wz47e4
https://www.lpi.org/caf/Xamman/certification
MCP-Windows 2003 - TranscriptID: 793804 / Access Code: 080089100
2017 Apr 14
0
boot fails on some system
...s, instead of doing all the steps manually. If
you have some Windows OS, there are even more auxiliary tools to choose
from, and with them, many web sites / forums dedicated to the matter.
Additionally, I would suggest reading, a lot. Just a basic page would
be the page about USB devices on the sysrescuecd site.
Regarding the system that is not booting, you might probably want to
check whether it is a UEFI system.
Finally, please consider that the specific directories in which you
install SYSLINUX and the location of specific files (and their
versions) are also part of the troubleshooting proces...
2011 Jan 26
2
Resizing EXT3 partition in guest instance CentOS5
Hi,
I have two guest vm instance running CentOS 5 with ext3 partition. I will
like to reduce 1 VM harddisk space and using the 'release' harddisk space to
add onto my second VM. Basically I need to know how can I reduce and
increase an ext3 partition in CentOS KVM. I did a search and basically i can
do it by booting the VM using Knoppix and use Gparted to reduce and increase
the
2012 Mar 19
16
LV resize encrypted volume
Hi,
dom0: Debian Lenny 2.6.26-2-xen-amd64, domU: same. Xen 3.2-1
After resizing a LV on dom0, Xen is not reporting the new extended size
to the PV domU even though dom0 is well aware of the new size. I''ve
rebooted domU (not dom0 yet as that''s running a lot of other domU''s).
The LV I tried to resize is encrypted. Resizing unencrypted volumes
works as expected.
dom0:~#
2008 Mar 06
4
PXELINUX "Fancy" advanced menu question
Hello.
I am trying to run advanced dialog-like menus from com32.
But I can not boot anything... ? it always fails. :-)
So, my /path/to/pxelinux.cfg/default looks like this:
--------------8<--------------
DEFAULT pxemenu/fancy.c32
PROMPT 0
IMPLICIT 1
TIMEOUT 600
LABEL test
MENU LABEL Test
KERNEL suse10_3/vmlinuz
APPEND initrd=suse10_3/initrd.img ....(and so on)....
2011 Mar 06
10
grub commands problem with Ubuntu 10.04
Following is one grub entry
menuentry "Ubuntu, Linux 2.6.32.27" {
insmod ntfs
set root=''(hd0,2)''
search --no-floppy --fs-uuid --set 96f65c80f65c6313
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
linux /boot/vmlinuz-2.6.32.27 root=/dev/sda2
loop=/ubuntu/disks/root.disk ro quiet splash
initrd