How to create a bootable USB drive for Disk Utility?

Disk Utility says my boot drive need repair. Unfortunately my DVD drive is toast, so I can't boot from the install DVD and make the repair. Is there a way I can create a bootable USB drive and perform the repair that way. I have an 8Gb USB drive.


In order to create a bootable drive, you need the install DVD (or a copy of it) mounted. Sorry…

Do you have a friend with a Mac? If so, you could take the thumb drive & install DVD there and create a boot drive for yourself.


This may not be the solution you want, but you could boot into single-user mode to run a diagnostic on your boot drive.

To do this you hold down Command+s when turning the computer on. You'll be dropped into a terminal.

Use the fsck utility (filesystem check) to examine the boot drive for repairs:

/sbin/fsck -fy

This forces the utility to check the filesystem and automatically repair errors it detects.

If it the resulting messages reads that the volume appears to be OK, then you've done all you can do from this method. If it reads that the filesystem was modified, run it again. Repeat running the command until you receive the message that the volume is OK, then reboot normally. You can do that just by typing

reboot

I have had to do this a few times with my own boot drive, and it did fix the problem.

  • Mac OS X: How to start up in single-user or verbose mode