Cannot find GRUB drive
I am trying to install run a DietPi-PREP script in which turns a current install of Debian into a DietPi instance. However, I receiving an error about the GRUB drive cannot be found?
Is there a kernal setting I need to change in Linode's configuration to fix this?
https://i.ibb.co/SNjvKQD/2022-02-02-10-55-17-Open-SSH-SSH-client.jpg
Any help is greatly appreciated!
2 Replies
If you are booting your Linode using the "GRUB 2" setting in your Configuration, Linode provides the GRUB bootloader behind the scenes which uses a grub.cfg file on /dev/sda.
https://www.linode.com/docs/guides/managing-the-kernel-on-a-linode/
https://www.linode.com/docs/guides/linode-configuration-profiles/
It is also important to note that by default /dev/sda on Linode is typically the equivalent of the /dev/sda1 that would be present on a physical system. It does not contain a master boot record or any partitioning.
It is possible to install a custom distribution where /dev/sda is partitioned by following this guide: