I have freebsd 8.2 and openbsd 4.9 on the same disk and openbsd's boot code is in the mbr. I would like to use freebsd's boot manager. The handbook says to use:
It prints the bootlabel; I tell it to change the bootcode; it replies:
I don't know what that means. It prints the bootlabel again; I tell it to write the new partition table; it replies:
So my pc lacks the "class" to use freeBSD's boot manager. What does that mean?
note:
I put freebsd / in slice one, openbsd in slice two and the rest of freebsd in slice 3, in order to keep boot files accessible.
sid
Code:
fdisk -B -b /boot/boot0 /dev/ad0
It prints the bootlabel; I tell it to change the bootcode; it replies:
Code:
Figures below won't work with bios for partitions not in cyl 1
I don't know what that means. It prints the bootlabel again; I tell it to write the new partition table; it replies:
Code:
fdisk: Class not found
fdisk: Failed to write sector zero
So my pc lacks the "class" to use freeBSD's boot manager. What does that mean?
note:
I put freebsd / in slice one, openbsd in slice two and the rest of freebsd in slice 3, in order to keep boot files accessible.
sid