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.
This commit is contained in:
AuxXxilium
2026-08-15 21:58:14 +02:00
parent 7399afdd39
commit 82d6eb7619

View File

@@ -34,7 +34,6 @@ function load_video {
insmod efi_gop
insmod efi_uga
else
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs