Closed Wuodan closed 6 years ago
Right now, the installer fails when
For dual boot with an existing windows, the fallback bootx64.efi will already exist and some might want to keep it.
Either:
Had to comment out lines 198 and 199 in /usr/share/pentoo-installer/bootloader_grub2
198 # mkdir "${DESTDIR}"/boot/efi/boot || exit $? 199 # cp "${DESTDIR}"/boot/efi/Pentoo/grubx64.efi "${DESTDIR}"/boot/efi/boot/bootx64.efi || exit $?
Right now, the installer fails when
For dual boot with an existing windows, the fallback bootx64.efi will already exist and some might want to keep it.
Either:
Had to comment out lines 198 and 199 in /usr/share/pentoo-installer/bootloader_grub2