Displaying 1 result from an estimated 1 matches for "tcga1root".
2007 Dec 14
7
CentOS 5.1 and Xen - mount: could not find filesystem ''/dev/root''
...my domain config
file info:
kernel = "/boot/vmlinuz-2.6.18-53.1.4.el5xen"
ramdisk = "/boot/initrd-2.6.18-53.1.4.el5xen.img"
memory = 4096
name = "tcga1"
cpus = "" # leave to Xen to pick
vcpus = 2
vif = [ '''' ]
disk = [ ''phy:tcga1vg/tcga1root,sda1,w'' ]
disk = [ ''phy:tcga1vg/tcga1data,sda2,w'' ]
disk = [ ''phy:tcga1vg/tcga1swap,sda3,w'' ]
root = "/dev/sda1 ro"
extra = "selinux=0 3"
I tried making a custom initrd file with --preload=xennet
--preload=xenblk and that didn'&...