Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Gpt system:
- ----- gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ada0
- Install boot code
- .........
- Legacy mbr
- gpart bootcode -b /boot/mbr ada0
- Install simple MBR boot loader (boots active slice):
- # gpart bootcode -b /boot/mbr ada1
- # gpart set -a active -i 1 ada1
- Or install FreeBSD boot manager:
- # gpart bootcode -b /boot/boot0 ada1
- # gpart bootcode -b /boot/boot ada1s1
Add Comment
Please, Sign In to add comment