Files
AuxXxilium 82d6eb7619 grub: drop ieee1275_fb from the BIOS video path
ieee1275_fb is the Open Firmware framebuffer driver, built only for
sparc64-ieee1275 and powerpc-ieee1275 targets. Our builds target
i386-pc, i386-efi and x86_64-efi, so the module was never present and
every legacy-BIOS boot printed "i386-pc/ieee1275_fb.mod not found".

Boot still worked, since load_video returns the status of the last
insmod and vbe succeeds, but the error hit the bare console before
terminal_output switched to gfxterm. The remaining modules are the
correct BIOS set: vbe for hardware and most hypervisors, vga as
fallback, video_bochs and video_cirrus for QEMU/Proxmox adapters.
2026-08-15 21:58:34 +02:00
..