Mx Linux issue, moving grub from USB to HDD
hd0, hd1, (hd1,gpt1), (hd1,gpt2) etc…
set root=(hd1,gpt)
set prefix=(hd1,gpt)/boot/grub
insmod normal
normal
Restart the machine, get into bash and:
sudo update-grub
sudo grub-install /dev/{nameOfThePartition}
Note: /dev/sda – is the drive where you want your GRUB installed … mine was smthg like mmcblksd
Keep in mind, that the hd0 could be n(0,1,2 etc..)
Leave A Comment?