On 15/04/18 20:58, Richard Owlett wrote:
a MBR BIOS is used.
I wish to dedicate the first partition to Grub



Assuming partition is sda1, from any working grub 2 bios-legacy OS in your computer.
sudo mount /dev/sda1 /mnt
sudo grub-install --boot-directory=/mnt/boot /dev/sda

Then put in your grub.cfg in sda1/boot/grub/grub.cfg (or /boot/grub2/grub.cfg if applicable)

_______________________________________________
Help-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-grub

Reply via email to