1

Possible Duplicate:
How do I get my Mac to boot from an Ubuntu USB key?

I followed the step by step instructions set forth here but none of my macs (all intel) will recognize the stick as bootable

diskutil list shows the following

/dev/disk7 #: TYPE NAME SIZE IDENTIFIER 0: FDisk_partition_scheme *4.0 GB disk7 1: 0x17 735.3 MB disk7s1

thoughts or help or are the instructions just plain wrong

jason
  • 11
  • 1
    You might have already looked at this, but if not:

    http://www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx

    – Sun Dial May 09 '12 at 16:07
  • Duplicate of http://askubuntu.com/q/28495/43660 – Chan-Ho Suh May 13 '12 at 10:04
  • Definitevely not a duplicate, the linked question is much broader, while this one address a specific technical error happening while following procedures (described in linked question!) – FabienAndre Sep 14 '12 at 09:47

1 Answers1

0

Try reformatting the USB key to HFS+ in Disk Utility and making the (only) partition GUID, which is what the Mac expects of any bootable drive.

PeterB
  • 1