![]() ![]() | ![]() |
1.1 ! jakllsch 1: # gptboot tutorial ! 2: gpt create wd0 ! 3: gpt add -b 64 -s 2097152 wd0 ! 4: dkctl wd0 addwedge wd0_1 64 2097152 ffs ! 5: newfs -O2 dk0 ! 6: installboot /dev/rdk0 /usr/mdec/bootxx_ffsv2 ! 7: gpt biosboot dk0 ! 8: mount /dev/dk0 /mnt ! 9: cp -p /usr/mdec/boot /mnt/ ! 10: umount /mnt