From f4bbd9b7c237f6ceb5adaffe8d8bd4734f84c5ed Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Sun, 27 Aug 2017 23:12:33 -0400 Subject: Add GRUB module 'biosdisk' to BIOS target install Without this module the GRUB can't find devices--as in, 'ls' literally lists nothing, not even the device GRUB booted from. --- projects/grub/configs/bios/install | 1 + 1 file changed, 1 insertion(+) (limited to 'projects') diff --git a/projects/grub/configs/bios/install b/projects/grub/configs/bios/install index f9d62a94..241e2762 100644 --- a/projects/grub/configs/bios/install +++ b/projects/grub/configs/bios/install @@ -9,6 +9,7 @@ i386-pc/ata.mod:i386-pc/ata.mod i386-pc/at_keyboard.mod:i386-pc/at_keyboard.mod i386-pc/backtrace.mod:i386-pc/backtrace.mod i386-pc/bfs.mod:i386-pc/bfs.mod +i386-pc/biosdisk.mod:i386-pc/biosdisk.mod i386-pc/bitmap.mod:i386-pc/bitmap.mod i386-pc/bitmap_scale.mod:i386-pc/bitmap_scale.mod i386-pc/boot.mod:i386-pc/boot.mod -- cgit v1.2.3-70-g09d2