I had FreeBSD installed on a disk and decided to turn the disk into a multi OS disk by adding partitions on which I installed two versions of Arch Linux which used Grub as a boot loader. Unfortunately I couldn't figure out how to successfully load FreeBSD from Grub (I did follow various guides...) In the end I decided I wanted to have access to FreeBSD on this disk so booted FreeBSD from another disk and ran
What happens now is that the boot menu is displayed like so:-
F1 works OK, but the others just display '###' characters.
Is there any way to restore GRUB?
I can't mount the Linux partitions using
because 'R/W mount is denied due to unsupported optional features'
boot0cfg
which I thought would provide a way of booting one of the Arch Linux installations.What happens now is that the boot menu is displayed like so:-
Code:
F1 FreeBSD
F2 Linux
F3 ?
F4 Linux
F6 PXE
Boot: F1
F1 works OK, but the others just display '###' characters.
Is there any way to restore GRUB?
I can't mount the Linux partitions using
mount -t ext2fs /dev/ada0s2 /mnt
because 'R/W mount is denied due to unsupported optional features'