r-darwish / alma

Create Arch Linux based bootable USB drives
GNU General Public License v3.0
389 stars 31 forks source link

grub fails to install #47

Closed kris004 closed 3 years ago

kris004 commented 4 years ago

Thank you for this project. Had one issue, when the usb has a existing label grub fails to install. For example, if your usb has a fs type of iso9660 with a fs label from imaging an archlinux install iso onto the drive grub install errors. Fdisk will remove this by default, gdisk will not. Possibly related to #25.

Best, Kris

jamesmcm commented 4 years ago

Thanks for sharing this, do you have more details on the error?

I have a spare USB stick I can try to do some tests on.

r-darwish commented 3 years ago

Closing due to inactivity

sabitm commented 3 years ago

Hi, i'm experiencing the same issue. It looks like the problem arose from the previous partition label. And can be easily fixed by deleting all partition (using fdisk/cfdisk) and then re-executing alma. Hope this helps some experiencing the same issue