diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-08-03 13:13:16 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-08-03 13:13:16 -0500 |
commit | 67ca5ef3f788e952e04f142808193b9504afc468 (patch) | |
tree | 03e2407136be475703b080abe5c06c5175df7932 /chapter10 | |
parent | 2d6ced8aec6d7e8691bb2e3b04ed6fc2bb0d8322 (diff) |
Add insmod part_gpt to example grub.cfg
Diffstat (limited to 'chapter10')
-rw-r--r-- | chapter10/grub.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter10/grub.xml b/chapter10/grub.xml index f3ffc8ab8..965fa56c3 100644 --- a/chapter10/grub.xml +++ b/chapter10/grub.xml @@ -141,6 +141,7 @@ xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso</userinput></ set default=0 set timeout=5 +insmod part_gpt insmod ext2 set root=(hd0,2) |