Difference between revisions of "Xen"
From Syslinux Wiki
(new page) |
(added example) |
||
Line 1: | Line 1: | ||
− | |||
To load Xen-based kernels you have to use the SYSLINUX multiboot module <tt>mboot.c32</tt>. | To load Xen-based kernels you have to use the SYSLINUX multiboot module <tt>mboot.c32</tt>. | ||
+ | |||
+ | <pre> | ||
+ | DEFAULT xen | ||
+ | |||
+ | LABEL xen | ||
+ | KERNEL mboot.c32 | ||
+ | APPEND xen-3.0.2-1-i386.gz dom0_mem=262144 --- vmlinuz-2.6.16-2-xen-686 console=tty0 root=/dev/hda1 ro --- initrd.img-2.6.16-2-xen-686 | ||
+ | |||
+ | PROMPT 1 | ||
+ | TIMEOUT 0 | ||
+ | </pre> |
Revision as of 08:15, 11 May 2007
To load Xen-based kernels you have to use the SYSLINUX multiboot module mboot.c32.
DEFAULT xen LABEL xen KERNEL mboot.c32 APPEND xen-3.0.2-1-i386.gz dom0_mem=262144 --- vmlinuz-2.6.16-2-xen-686 console=tty0 root=/dev/hda1 ro --- initrd.img-2.6.16-2-xen-686 PROMPT 1 TIMEOUT 0