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

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (==)
m
Line 3: Line 3:
  
 
Fatal error : dom0 kernet not specified check bootloader configuraton
 
Fatal error : dom0 kernet not specified check bootloader configuraton
 +
 +
:: Are you sure you used mbootpack options correctly? You might want to try again, just in case.
  
 
Dell optiplex 320
 
Dell optiplex 320

Revision as of 10:31, 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

Are you sure you used mbootpack options correctly? You might want to try again, just in case.

Dell optiplex 320 Fedora 7 x86_64 my lilo.conf

============
prompt
timeout=55
default=2.6.22.9-91.fc7
boot=/dev/sda
#map=/boot/System.map-2.6.21-1.3194.fc7
map=/boot/System.map-2.6.18-xen
#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"
#       append="pci=nomsi noapic acpi=off notsc "
        root=/dev/sda3