diff options
author | Jesús <heckyel@hyperbola.info> | 2020-07-22 17:31:06 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-07-22 17:31:06 -0500 |
commit | afd8be5de93a9a7dc17cb8c46363b6d26b75865e (patch) | |
tree | 1aec6cabde12002b63da20a22db348478e829955 | |
parent | 0436e59272bb8baf4872039dc08ec7ab74574d45 (diff) | |
download | book-afd8be5de93a9a7dc17cb8c46363b6d26b75865e.tar.lz book-afd8be5de93a9a7dc17cb8c46363b6d26b75865e.tar.xz book-afd8be5de93a9a7dc17cb8c46363b6d26b75865e.zip |
Asus - uefi.md: update version
-rw-r--r-- | install-hyperbola/asus/uefi.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/install-hyperbola/asus/uefi.md b/install-hyperbola/asus/uefi.md index 1b301ed..18f95af 100644 --- a/install-hyperbola/asus/uefi.md +++ b/install-hyperbola/asus/uefi.md @@ -21,20 +21,20 @@ 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 } ``` |