mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00

New bootimg-biosxen wic plugin to populate a boot partition for launching Xen and dom0. Includes example kickstart wks files to generate disk images to boot into Xen from PC BIOS. eg: wic create directdisk-xen -e xen-image-minimal and write the resulting image file to a disk for boot. Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
18 lines
511 B
INI
18 lines
511 B
INI
ALLOWOPTIONS 1
|
|
DEFAULT boot
|
|
TIMEOUT 10
|
|
PROMPT 1
|
|
SERIAL 0 115200
|
|
|
|
UI vesamenu.c32
|
|
menu title Select boot options
|
|
menu tabmsg Press [Tab] to edit, [Return] to select
|
|
|
|
LABEL boot
|
|
KERNEL mboot.c32
|
|
APPEND /xen.gz console=com1,vga com1=115200,8n1 --- /vmlinuz quiet console=hvc0 root=LABEL=root rw rootwait panic=10
|
|
|
|
LABEL verbose
|
|
KERNEL mboot.c32
|
|
APPEND /xen.gz console=com1,vga com1=115200,8n1 loglvl=all guest_loglvl=all --- /vmlinuz quiet console=hvc0 earlyprintk=xen root=LABEL=root rw rootwait panic=10
|