diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-08-27 23:12:33 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-08-29 14:53:22 -0400 |
commit | f4bbd9b7c237f6ceb5adaffe8d8bd4734f84c5ed (patch) | |
tree | bd959df5acef2d72e19452683ab4755871963fa8 /projects/grub/configs | |
parent | dfe1bef1312dc8a30d40669bb48c2e980ec3d0a7 (diff) | |
download | librebootfr-f4bbd9b7c237f6ceb5adaffe8d8bd4734f84c5ed.tar.gz librebootfr-f4bbd9b7c237f6ceb5adaffe8d8bd4734f84c5ed.zip |
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.
Diffstat (limited to 'projects/grub/configs')
-rw-r--r-- | projects/grub/configs/bios/install | 1 |
1 files changed, 1 insertions, 0 deletions
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 |