BIOS Boot Support for Raw Images #3061
Labels
bug
Something isn't working
triage
Add this label to issues that should be triaged and prioretized in the next planning call
unconfirmed
Issue Description
When attempting to deploy Kairos on Akamai Cloud (formerly Linode), the platform has specific requirements for bootable images:
UEFI Raw Image Approach
Using auroraboot with
--set "disk.raw=true"
produces a GPT-partitioned image that appears to support BIOS booting (contains partition type EF02). However:MBR Approach
Attempted to use undocumented option
--set "disk.mbr=true"
in auroraboot, but the build process stalls at:2024-12-07T10:48:03Z INF Generating MBR disk '/tmp/auroraboot/build/disk.raw' from '/tmp/auroraboot/build/kairos.iso'
Legacy Boot Support with GPT
MBR Image Generation
disk.mbr=true
option? Is this feature ready for use, given it's currently undocumented?Can you help with a clue why the image generation got stuck at the ISO to raw conversion stage (qemu is just running vm and not stops it for saving disk )The text was updated successfully, but these errors were encountered: