Changeset fae75b7


Ignore:
Timestamp:
08/28/2022 12:44:23 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
4f464d8e
Parents:
10311fa
Message:

grub-efi: force --target=x86_64-efi for emergency boot disk

Without it, grub will create a MBR boot disk if the system is not booted
with EFI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/uefi-bootloaders/grub-setup.xml

    r10311fa rfae75b7  
    9090    </para>
    9191
    92 <screen role="nodump"><userinput>grub-install --removable --efi-directory=/mnt/rescue --boot-directory=/mnt/rescue/grub</userinput></screen>
     92<screen role="nodump"><userinput>grub-install --target=x86_64-efi --removable --efi-directory=/mnt/rescue --boot-directory=/mnt/rescue/grub</userinput></screen>
    9393
    9494    <para>
Note: See TracChangeset for help on using the changeset viewer.