|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Full Virtualised DomU Hang on Boot
On Fri, Jan 29, 2010 at 7:00 PM, <peter.chiu@xxxxxxxxxx> wrote:
> root (hd0,1)
>
> Fileysystem type is ext2fs, partition type 0x83
>
> kernel /boot/vmlinuz-2.4.21-57.ELsmp ro root=/dev/sda2
>
> [Linux-bzImage, setup=0x1400, size=0x14d31e]
>
> initrd /boot/initrd-2.4.21-57.ELsmp.img
at least this means boot and initrd was loaded.
What does domU's grub.conf look like? You might want to remove "quiet"
and "rhgb" (so you get more verbose messages). Also HVM domUs sees
disk as hda, not sda, so you need to change that (grub.conf, fstab).
> Guest Image prepared by dd if=/dev/sda | ssh apricot “dd
> of=/disks/apricot1/xen/ignis”
I hope you use Live CD/USB for this? dd-ing the content of live disk
with mounted partitions (I assume sda is the disk you're booting from)
is a bad idea.
--
Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|