I have found that after moving to a new motherboard, both my bootable flash drive and my encrypted drive no longer show as bootable. redoing grub-install and stuff made both of them bootable. Encrypted drive sadly no longer decrypts to boot even though I can decrypt it and read the data from other installations. If I do a fresh install but with the --removable flag on grub, will it make it so that my drive will still boot even when plugged into a new system?
#will using the --removable flag on grub make my drive bootable on other motherboards? [solved]
13 messages · Page 1 of 1 (latest)
.s tias
remember you don't need to do a fresh install of the OS, just the bootloader
I unfortunately do not possess a second device to try it and see
with a normal installation of the bootloader, it is added as a boot entry in the motherboard NVRAM, so when you move the device to another motherboard, that motherboard doesn't have the boot entry for that bootloader
the --removable flag puts the bootloader executable at a certain standard location/name on the EFI partition, which motherboards scan every boot (so it doesn't require a boot entry)