Solved Problem with install FreeBSD on hp 8460p

I have problem with installation FreeBSD on this hardware. I was installing by following steps.

1. Boot,
2. Partitioning, Manual > delete all partition > "create new" > GPT > all on /
3. When partition manager ask me if do 512KB boot partition, I said YES.
4. Rest of installing, configuring, reboot, and "no boot loader found install system on disk"

Windows worked fine, I do not know what happened....

Solved:
gpart set -a active ada0
gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ada0
 
Back
Top