S srivo Jan 2, 2012 #1 I mess my mbr trying to install grub2, now I want to get back to the FreeBSD original mbr without the bootmanager. When I do Code: fdisk -B -b /boot/boot0 ad0 I end up with a non functional bootmanager.
I mess my mbr trying to install grub2, now I want to get back to the FreeBSD original mbr without the bootmanager. When I do Code: fdisk -B -b /boot/boot0 ad0 I end up with a non functional bootmanager.
wblock@ Developer Jan 2, 2012 #2 boot0 is the boot manager. The non-interactive one is (AFAIR), /boot/mbr, which is the default: # fdisk -B ad0
boot0 is the boot manager. The non-interactive one is (AFAIR), /boot/mbr, which is the default: # fdisk -B ad0
SirDice Administrator Staff member Administrator Moderator Jan 2, 2012 #4 Make sure the correct partition or slice is marked active.