ASUS: update grub.cfg example

This commit is contained in:
Jesús 2020-07-22 17:34:10 -05:00
parent 1e61ea16ef
commit c8d756a47d
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -16,19 +16,19 @@ fi
menuentry "Hyperbola GNU/Linux-libre x86_64" { menuentry "Hyperbola GNU/Linux-libre x86_64" {
set gfxpayload=keep set gfxpayload=keep
search --no-floppy --set=root --label HYPER_v029 search --no-floppy --set=root --label HYPER_v031
echo 'Loading linux-libre-lts kernel...' echo 'Loading linux-libre-lts kernel...'
linux /hyperbola/boot/x86_64/vmlinuz archisobasedir=hyperbola hyperisolabel=HYPER_v029 add_efi_memmap linux /hyperbola/boot/x86_64/vmlinuz archisobasedir=hyperbola hyperisolabel=HYPER_v031 add_efi_memmap
echo 'Cargando imagen de memoria inicial...' echo 'Cargando imagen de memoria inicial...'
initrd /hyperbola/boot/x86_64/hyperiso.img initrd /hyperbola/boot/x86_64/hyperiso.img
} }
menuentry "UEFI Shell x86_64 v2" { menuentry "UEFI Shell x86_64 v2" {
search --no-floppy --set=root --label HYPER_v029 search --no-floppy --set=root --label HYPER_v031
chainloader /EFI/shellx64_v2.efi chainloader /EFI/shellx64_v2.efi
} }
menuentry "UEFI Shell x86_64 v1" { menuentry "UEFI Shell x86_64 v1" {
search --no-floppy --set=root --label HYPER_v029 search --no-floppy --set=root --label HYPER_v031
chainloader /EFI/shellx64_v1.efi chainloader /EFI/shellx64_v1.efi
} }