trilok nuwal wrote:
Hi All,

Did anybody try to run RHEL5 PVM guest on RHEL 5 xen host,

I am getting these errors.

Waiting for driver initialization.
Creating root device.
Mounting root filesystem.
mount: could not find filesystem '/dev/root'
Setting up other filesystems.
Setting up new root fs
setuproot: moving /dev failed: No such file or directory
no fstab.sys, mounting internal defaults
setuproot: error mounting /proc: No such file or directory
setuproot: error mounting /sys: No such file or directory
Switching to new root and running init.
unmounting old /dev
unmounting old /proc
unmounting old /sys
switchroot: mount failed: No such file or directory
Kernel panic - not syncing: Attempted to kill init!


My config file is :

kernel="/boot/vmlinuz-2.6.18-8.el5xen"
ramdisk="/boot/initrd-2.6.18-8.el5xen.img"
memory=300
vcpus=2
name="dom-123"
disk = [ 'file:/home/xen-disk,hdb1,w' ]

If you're doing paravirt the disk option should be similar to line below. The one you have is used for fullvirt.

disk = [ 'tap:aio:/home/xen-disk,xvda,w' ]

Dave

_______________________________________________
rhelv5-beta-list mailing list
rhelv5-beta-list@redhat.com
https://www.redhat.com/mailman/listinfo/rhelv5-beta-list

Reply via email to