Freebsd 9.X is installed on a SPARC system. Everything is going fine but I want to move the boot drive to a larger boot drive(18GB ==> 300GB).
But pmbr and gptboot do not exist in /boot. Only boot1 and zfsboot. I noticed my x86freebsd FreeBSD box does have pmbr and gptboot in the /boot directory. Is there something missing because of a SPARC install?
Any advice?
Bill
Code:
[CMD]gpart create -s gpt da1[/CMD]
da1 created
Code:
[CMD]gpart add -t freebsd-boot -l gpboot -b 40 -s 512K da0[/CMD]
da1p1 added
gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 da1But pmbr and gptboot do not exist in /boot. Only boot1 and zfsboot. I noticed my x86
Any advice?
Bill