Guest User

Untitled

a guest
Jun 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Normal Install (non-RAID):
  2. --------------------------
  3.  
  4. Suppose that your installation is on /dev/disk0s2
  5.  
  6. - Install boot0 to the MBR:
  7. sudo fdisk -f boot0 -u -y /dev/rdisk0
  8.  
  9. - Install boot1h to the partition's bootsector:
  10. sudo dd if=boot1h of=/dev/rdisk0s2
  11.  
  12. - Install boot to the partition's root directory:
  13. sudo cp boot /
Add Comment
Please, Sign In to add comment