Powered by SmartDoc

5.1 /boot をコピーし直せば良いという説

これは、単純に/boot→/boot.org→/boot するもの

# mkdir /tmp/mnt
# zpool import -R /tmp/mnt -f zroot
# cd /tmp/mnt
# mv boot boot.orig
# mkdir boot
# cd boot.orig
# cp -Rp * /tmp/mnt/boot
# zpool export
# reboot