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' ]
root="/dev/hdb1"
vif = [ ' bridge=xenbr2 ' ]
extra=""

Kernel is same as in dom0.
kernel="/boot/vmlinuz-2.6.18-8.el5xen"

In guest root a modify the /etc/fstab

/dev/hdb1    /                     ext3    defaults        1 1
none            /dev/pts         devpts  gid=5,mode=620  0 0
none            /dev/shm       tmpfs   defaults        0 0
none            /proc              proc    defaults        0 0
none            /sys                sysfs   defaults        0 0
--
I made the guest root fs from the Host root itself.
mount /home/xen-disk  /dir-123 -o loop
cp -ax /root /dev /var /etc /usr /bin /sbin /lib /lib64 /selinux
/dir-123
cp: cannot create directory `/dir-01-05-25/selinux': Permission denied (
Only selinux could not able to copy)
--
Could anybody tell me what could be wrong here.

Thanks,
 --Trilok
_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to