Displaying 1 result from an estimated 1 matches for "centos_5_x64_vmlinuz".
2009 Jan 24
8
DomU in it''s own LVM partition fails to boot CentOS 5.2 Dom0/U
...ing a dedicated partition and the solution seems to be
to copy an image to my partition and go that route. I tried this 2 different
ways: 1: jailtime image 2: copy of my dom0 OS. For the jailtime image using
the supplied config file with my disk substituted:
kernel = "/var/lib/xen/boot/CentOS/CentOS_5_x64_vmlinuz"
name = "guest01"
memory = "1024"
disk = [ ''phy:/dev/VolGroup00/guest01,xvda1,w'', ]
vif = [ ''bridge=xenbr0'', ]
vcpus=1
root="/dev/xvda1"
extra = "fastboot"
on_reboot = ''restart''
on_crash = ''r...