mirror of
https://github.com/AuxXxilium/arc.git
synced 2026-09-03 06:36:32 +08:00
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:
@@ -34,7 +34,6 @@ function load_video {
|
||||
insmod efi_gop
|
||||
insmod efi_uga
|
||||
else
|
||||
insmod ieee1275_fb
|
||||
insmod vbe
|
||||
insmod vga
|
||||
insmod video_bochs
|
||||
|
||||
Reference in New Issue
Block a user