Grub Error 17
If you ever stumble upon the error message
Error 17: Cannot mount selected partition
while attempting to install GRUB, do take a look at the partition table of the disk you're using, as the partition type in the table may not match the actual file system of the partition. While the Linux kernel doesn't pay much attention to the partition type, GRUB does - and fails with the above message.
This happened to me while trying to install a system to boot off an USB stick, where I forgot to edit the partition table types.



Comments