Difference between revisions of "Talk:Running Xen with LILO"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page: I did all you describe but at boot time I've got the error : Fatal error : dom0 kernet not specified check bootloader configuraton Dell optiplex 320 Fedora 7 x86_64 my lilo.conf ========...)
(No difference)

Revision as of 10:22, 18 October 2007

I did all you describe but at boot time I've got the error :

Fatal error : dom0 kernet not specified check bootloader configuraton

Dell optiplex 320 Fedora 7 x86_64 my lilo.conf

============

prompt timeout=55 default=2.6.22.9-91.fc7 boot=/dev/sda

  1. map=/boot/System.map-2.6.21-1.3194.fc7

map=/boot/System.map-2.6.18-xen

  1. map=/boot/System.map

install=/boot/boot.b lba32 image=/boot/vmlinuz-2.6.22.9-91.fc7

       label=2.6.22.9-91.fc7
       initrd=/boot/initrd-2.6.22.9-91.fc7.img
       read-only
       append="pci=nomsi noapic acpi=off notsc root=/dev/sda3"

image=/boot/vmlinuz-2.6.21-1.3194.fc7

       label=Fc7-2.6.21-1
       initrd=/boot/initrd-2.6.21-1.3194.fc7.img
       read-only
       append="pci=nomsi noapic acpi=off notsc root=/dev/sda3"

image=/boot/vmlinuz-2.6.18-xen-mbootpack

       label=xen
       read-only
       append="dom0_mem=512M -- netloop.nloopbacks=16"
  1. append="pci=nomsi noapic acpi=off notsc "
       root=/dev/sda3