For awhile now I have been using a USB stick to boot my system (root on ZFS). Now that I am running 8.0-rc1 I'd like to boot from my hard disks.
I have two mirrored 500GB drives set-up with GPT.
When I run
or
I am told the bootcode has been installed, but when I try to boot to either of them the computer's BIOS tells me that there is no OS. So it doesn't look like the bootloader is installed.
Any ideas?
I have two mirrored 500GB drives set-up with GPT.
Code:
=> 34 976773101 ad1 GPT (466G)
34 128 1 freebsd-boot (64K)
162 976772973 2 freebsd-zfs (466G)
=> 34 976773101 ad10 GPT (466G)
34 128 1 freebsd-boot (64K)
162 976772973 2 freebsd-zfs (466G)
When I run
Code:
gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ad1
Code:
gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ad10
Any ideas?