You are on page 1of 1

To make sure your disk is identified as disk0:

Open /Utilities/Terminal
Type diskutil list
If your drive's root is disk0, you're ready to begin.
Type:
Enter
Type:
Type:
Type:
Close

sudo -s
your password
newfs_hfs -v EFI /dev/disk0s1
mkdir /Volumes/EFI
mount_hfs /dev/disk0s1 /Volumes/EFI
Terminal

You might also like