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 ========...)
 
m (==)
Line 8: Line 8:
 
my lilo.conf
 
my lilo.conf
 
========================
 
========================
 +
<pre>
 
prompt
 
prompt
 
timeout=55
 
timeout=55
Line 33: Line 34:
 
#      append="pci=nomsi noapic acpi=off notsc "
 
#      append="pci=nomsi noapic acpi=off notsc "
 
         root=/dev/sda3
 
         root=/dev/sda3
 +
</pre>

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