diff options
author | Jesús <heckyel@hyperbola.info> | 2020-04-26 21:27:50 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-04-26 21:27:50 -0500 |
commit | 50add8fc95e3bf3f1c5f66540a3e21e208d1c10d (patch) | |
tree | ecfdc734d421b1a7c30e08dbc8fcee17703497b2 /install-hyperbola/asus/install.md | |
parent | b7958f7edbb6a1922bb95896b73dc3ba5d1f62e2 (diff) | |
download | book-50add8fc95e3bf3f1c5f66540a3e21e208d1c10d.tar.lz book-50add8fc95e3bf3f1c5f66540a3e21e208d1c10d.tar.xz book-50add8fc95e3bf3f1c5f66540a3e21e208d1c10d.zip |
Fix path #7
Diffstat (limited to 'install-hyperbola/asus/install.md')
-rw-r--r-- | install-hyperbola/asus/install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-hyperbola/asus/install.md b/install-hyperbola/asus/install.md index 9451fc6..63ec86d 100644 --- a/install-hyperbola/asus/install.md +++ b/install-hyperbola/asus/install.md @@ -68,7 +68,7 @@ # mkdir /boot/efi/EFI/BOOT - # cp -v /boot/efi/EFI/GRUB/grubx64.efi /boot/efi/EFI/BOOT/BOOTX64.EFI + # cp -v /run/hyperiso/bootmnt/EFI/BOOT/bootx64.efi /mnt/boot/efi/EFI/BOOT/BOOTX64.EFI ``` 17. `# arch-chroot /mnt` |