diff options
author | Jesús <heckyel@hyperbola.info> | 2020-07-22 17:34:10 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-07-22 17:34:10 -0500 |
commit | c8d756a47d1dc9825d0964c0f1805ca99b43e871 (patch) | |
tree | 79196b0daf0895b3fc824d6d2ad7371123c10578 | |
parent | 1e61ea16ef74d736744c18191d57fe9230e09acd (diff) | |
download | book-c8d756a47d1dc9825d0964c0f1805ca99b43e871.tar.lz book-c8d756a47d1dc9825d0964c0f1805ca99b43e871.tar.xz book-c8d756a47d1dc9825d0964c0f1805ca99b43e871.zip |
ASUS: update grub.cfg example
-rw-r--r-- | install-hyperbola/asus/grub.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/install-hyperbola/asus/grub.cfg b/install-hyperbola/asus/grub.cfg index 7d59e33..14338ad 100644 --- a/install-hyperbola/asus/grub.cfg +++ b/install-hyperbola/asus/grub.cfg @@ -16,19 +16,19 @@ fi menuentry "Hyperbola GNU/Linux-libre x86_64" { 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...' - 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...' initrd /hyperbola/boot/x86_64/hyperiso.img } 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 } 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 } |