diff options
author | Jesús <heckyel@hyperbola.info> | 2020-07-22 17:25:43 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-07-22 17:25:43 -0500 |
commit | 0436e59272bb8baf4872039dc08ec7ab74574d45 (patch) | |
tree | fde3f69684c58d5469251fed281d50c89fb8946c | |
parent | e40a285f5475101ffcb86550599cb991c5bf44b1 (diff) | |
download | book-0436e59272bb8baf4872039dc08ec7ab74574d45.tar.lz book-0436e59272bb8baf4872039dc08ec7ab74574d45.tar.xz book-0436e59272bb8baf4872039dc08ec7ab74574d45.zip |
Fix name copy example of bootia in ASUS X205TA
-rw-r--r-- | install-hyperbola/asus/uefi.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-hyperbola/asus/uefi.md b/install-hyperbola/asus/uefi.md index c1ed842..1b301ed 100644 --- a/install-hyperbola/asus/uefi.md +++ b/install-hyperbola/asus/uefi.md @@ -57,4 +57,4 @@ Copie el archivo (bootia32.efi) al directorio /EFI/BOOT de la memoria usb ejemplo: - cp -v /run/hyperiso/bootmnt/EFI/BOOT/bootx64.efi /mnt/boot/efi/EFI/BOOT/BOOTX64.EFI + cp -v /run/hyperiso/bootmnt/EFI/BOOT/bootia32.efi /mnt/boot/efi/EFI/BOOT/BOOTX32.EFI |