pentoo / pentoo-installer

Pentoo installer rewritten by Wuodan to be more modular
10 stars 6 forks source link

Installer fails for dual boot #20

Closed Wuodan closed 6 years ago

Wuodan commented 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 $?