summaryrefslogtreecommitdiffstats
path: root/wic/qemuboot-xen-x86-64.cfg
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-03-21 23:15:13 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-03-21 23:15:13 +0000
commit4666b2a2d80c8d063b4de3fea3142115b7598779 (patch)
tree53406f7c4c3145830744874d20af346c92bb6a49 /wic/qemuboot-xen-x86-64.cfg
parent4e6a74ff63efe58c92c267c5ace3e464e76448f6 (diff)
downloadmeta-virtualization-4666b2a2d80c8d063b4de3fea3142115b7598779.tar.gz
xen: use bzImage for boot (instead of vmlinux)
Testing with the latest oe-core was unable to boot and only syslinux was running. It appears that the desired kernel is not on the /boot partition, and hence the system can't continue. bzImage is installed and available, so we switch to that. We also ensure that both kernel-vmlinux and kernel-image are installed to the rootfs so we can have choices in the future. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'wic/qemuboot-xen-x86-64.cfg')
-rw-r--r--wic/qemuboot-xen-x86-64.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/wic/qemuboot-xen-x86-64.cfg b/wic/qemuboot-xen-x86-64.cfg
index 297e19b2..94fb0890 100644
--- a/wic/qemuboot-xen-x86-64.cfg
+++ b/wic/qemuboot-xen-x86-64.cfg
@@ -5,4 +5,4 @@ SERIAL 0 115200
5 5
6LABEL boot 6LABEL boot
7 KERNEL mboot.c32 7 KERNEL mboot.c32
8 APPEND /xen.gz console=com1,vga com1=115200,8n1 loglvl=all guest_loglvl=all --- /vmlinuz console=hvc0 earlyprintk=xen root=/dev/sda2 pmtmr=0 8 APPEND /xen.gz console=com1,vga com1=115200,8n1 loglvl=all guest_loglvl=all --- /bZimage console=hvc0 earlyprintk=xen root=/dev/sda2 pmtmr=0