Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Sugar Creation Kit/sck/MAC Ubuntu USB-Stick
(view source)
Revision as of 18:44, 3 March 2012
1,172 bytes added
,
18:44, 3 March 2012
m
→Make an Ubuntu Mac-Boot-stick on the Mac
:
Example Run
Line 19:
Line 19:
11. Run diskutil eject /dev/diskN and remove your flash media when the command completes
11. Run diskutil eject /dev/diskN and remove your flash media when the command completes
12. Restart your Mac and press alt while the Mac is restarting to choose the USB-Stick
12. Restart your Mac and press alt while the Mac is restarting to choose the USB-Stick
+
+
====Example Run====
+
*Load .iso on Desktop
+
*Terminal
+
hdiutil convert -format UDRW -o ubuntu-10.04.2-desktop-i386.img ubuntu-10.04.2-desktop-i386.iso
+
+
Desktop (user)$ hdiutil convert -format UDRW -o ubuntu-10.04.2-desktop-i386.img ubuntu-10.04.2-desktop-i386.iso
+
Reading Ubuntu 10.04.2 LTS i386 (Apple_ISO : 0)…
+
...............................................................................
+
Elapsed Time: 35.947s
+
Speed: 19.1Mbytes/sec
+
Savings: 0.0%
+
created: /Users/(user)/Desktop/ubuntu-10.04.2-desktop-i386.img.dmg
+
Desktop (user)$
+
+
:Command:
+
diskutil list:
+
/dev/disk1
+
#: TYPE NAME SIZE IDENTIFIER
+
0: FDisk_partition-scheme *2.0 GB disk1
+
1: Windows_Fat_32 LIVE 2.0 GB disk1s1
+
+
:Command:
+
diskutil unmountDisk /dev/disk1
+
Unmount of all volumes on disk1 was successful
+
:Command:
+
sudo su
+
password
+
cd Desktop
+
+
dd if=ubuntu-10.04.2-desktop-i386.img of=/dev/rdisk1 bs=1m
+
+
:Command:
+
diskutil unmountDisk /dev/disk1
+
Unmount of all volumes on disk1 was successful
+
+
*Will Not boot on MacBook Pro i7?--[[User:Satellit|Satellit]] 18:44, 3 March 2012 (EST)
Satellit
12,355
edits