Downloads: Difference between revisions
m →Virtual Machines on all platforms: change link |
Rcunning01 (talk | contribs) Completed instructions for Mac OS X |
||
| Line 42: | Line 42: | ||
=== Apple Mac OS X === | === Apple Mac OS X === | ||
{| | {| | ||
|- | |- | ||
| Line 50: | Line 49: | ||
[[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]] | [[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]] | ||
|valign=top| | |valign=top| | ||
# '''Prepare''': These instructions are | # '''Prepare''': These instructions are for '''32-bit''' and '''64-bit''' processors.<br><br> | ||
# '''Download''' the latest [[Sugar on a Stick/Downloads|Sugar on a Stick]] .iso file | # '''Download''' the latest [[Sugar on a Stick/Downloads|Sugar on a Stick]] .iso file.<br><br> | ||
# '''Load''': | # '''Load''': <br>Here is a simple way to recognize a bootable USB on a Mac.<br> | ||
## Enter the Terminal: <code>/Applications/Utilities/Terminal</code>. | |||
# | ## Type <code>diskutil list</code>. You should see all the disk drives you have inserted into your computer. | ||
# | ## Insert the disk drive to which you want to write Sugar on a Stick. | ||
# '''Boot''': Insert the USB stick into a USB port on your computer | ## Type <code>diskutil list</code> again. You should see that your USB drive has been added to the list. If not, wait a while and repeat. | ||
## Type <code>hdiutil convert -format UDRW -o <<i>Sugar on a Stick image file</i>>.img <<i>Sugar on a Stick image file</i>></code> to convert the image into a bootable format. | |||
## Type <code>sudo diskutil unmountDisk <<i>device name</i>></code> to unmount the disk (it will not be ejected). | |||
## Type <code>sudo dd if=<<i>Sugar on a Stick image file</i>> of=<<i>device name</i>> bs=1m</code>. <code>sudo</code> will ask for your password, and then <code>dd</code> will start writing the disk file. | |||
## When <code>dd</code> finishes writing the disk file, type <code>sudo diskutil eject <<i>device name</i>></code>. | |||
# '''Boot''': Insert the USB stick into a USB port on your computer, then reboot and press and hold the Option key while rebooting. You should see a list of all the EFI-recognizable USB drives that can be bootstrapped. If Sugar on a Stick is not one such drive, it cannot be bootstrapped: you need rEFInd (a fork of rEFIt). | |||
#* the '''c''' key must be pressed during the startup sound and you must continue to hold it down. | #* the '''c''' key must be pressed during the startup sound and you must continue to hold it down. | ||
#* you may release the '''c''' key once the Sugar logo appears.<br> | #* you may release the '''c''' key once the Sugar logo appears.<br> | ||