Displaying 1 result from an estimated 1 matches for "centos5_data".
2007 Oct 27
1
Desperate :( DomU with kernel in Dom0
...ut I find no way to have the kernel in Dom0
instead of DomU for Centos 5.
Here is what I did:
Regular Centos 5 Dom0 install, then creating a LVM group (vms) and
install DomU with virt-install works perfectly:
virt-install --p --location=http://mirrors.kernel.org/centos/5/os/i386
--file=/dev/vms/centos5_data --name=centos5 --ram=512 --nographics
I get a working domU but the config file has no kernel or ramdisk
parameter and the kernel seems to be inside DomU
I created my own cfg then, using this parameter:
kernel = ''/boot/vmlinuz''
ramdisk = ''/boot/initrd.img'...