|
|
#26 |
|
Possible new solution:
isostick - the optical drive in a usb stick http://www.kickstarter.com/projects/...in-a-usb-stick |
|
|
|
0
|
|
|
#27 |
|
Quite a few misunderstandings about how dd works here. The examples given work, but the explanations have some mistakes in them.
dd does a raw copy, bit for bit, from the source to the destination. If the destination is the whole disk (i.e. /dev/disk6 for example) as opposed to a slice/partition (/dev/disk5s1 for example), then there is NO REASON to format it with FAT first. The dd to the whole disk copies the partition table and disk formatting from the source. So you can format with FAT first, but it won't help. Second, using block sizes under 1m certainly will work. But it will take MUCH longer. dd doesn't just magically corrupt things because you used a smaller size, but a bad USB stick might not like small blocks like 512b. I use 128K as the performance gain above 128k is minimal. There are good reasons to use smaller blocks: If you use 1MB block size, and the source image doesn't end exactly on a 1MB boundary, dd will normally fail that last I/O as it cannot read the whole 1MB. Mac OS X may deal with this better, but my habits come from Linux where the last I/O will fail and the very tail end of your copy may be corrupt (but it may have no usable data so it may work for you anyhow) Also note that it's faster to write to /dev/rdiskX vs /dev/diskx. The two names represent the same device but the former is raw (unbuffered) and will give better overall performance because you don't get the bursty flow of buffered I/O.
__________________
Family Macs: late 2012 iMac 27, MBP 13 and 15 Unibody, MB Air, and a couple of Mac minis. |
|
|
|
0
|
|
|
#28 |
|
I struggled with it till
... till I found Carbon Copy Cloner!
Just clone the damn thing and it works! Forget disk utility.. too much pain! |
|
|
|
0
|
|
|
#29 |
|
Finally a solution!
__________________
MacBook 13.3", 2.4ghz, 2GB RAM, 160GB HD + 250GB External Time Machine drive // 8GB iPod Nano 3rd Gen |
|
|
|
0
|
|
|
#30 |
|
god, finally two good solutions...
unetbootin works very well!! probably the easiest solution available at the moment..
here is another solution that worked perfect for me so far: Download the desired file Open the Terminal (in /Applications/Utilities/ or query Terminal in Spotlight) Convert the .iso file to .img using the convert option of hdiutil (e.g., hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso) Note: OS X tends to put the .dmg ending on the output file automatically. Run diskutil list to get the current list of devices Insert your flash media Run diskutil list again and determine the device node assigned to your flash media (e.g. /dev/disk2) Run diskutil unmountDisk /dev/diskN (replace N with the disk number from the last command; in the previous example, N would be 2) Execute sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m (replace /path/to/downloaded.img with the path where the image file is located; for example, ./ubuntu.img or ./ubuntu.dmg). Using /dev/rdisk instead of /dev/disk may be faster. If you see the error dd: Invalid number '1m', you are using GNU dd. Use the same command but replace bs=1m with bs=1M. If you see the error dd: /dev/diskN: Resource busy, make sure the disk is not in use. Start the 'Disk Utility.app' and unmount (don't eject) the drive. Run diskutil eject /dev/diskN and remove your flash media when the command completes Restart your Mac and press alt while the Mac is restarting to choose the USB-Stick let me know how this works for you.... |
|
|
|
0
|
|
|
#31 |
|
The unetbootin site says that you can't boot the USB sticks you created with unetbootin on Mac OS X.
__________________
2009 "Nehalem" Mac Pro 4,1 - 8-Core 2,66 Ghz - 32 GB RAM - 240 GB Samsung 840 Pro boot/app SSD - 4 TB RAID10 Data Storage - 30 Inch Cinema Display - Mac Mini - Macbook Pro - Tons of geek toys. |
|
|
|
0
|
|
|
#32 | |
|
Quote:
I did that and I got this message afterwards: David-Mitchells-Mac-Pro:~ davidmitchell$ diskutil list /dev/disk0 #: TYPE NAME SIZE IDENTIFIER 0: FDisk_partition_scheme *200.0 GB disk0 1: Apple_HFS Untitled 1 200.0 GB disk0s1 /dev/disk1 #: TYPE NAME SIZE IDENTIFIER 0: FDisk_partition_scheme *2.0 GB disk1 1: Windows_NTFS 2.0 GB disk1s1 David-Mitchells-Mac-Pro:~ davidmitchell$ diskutil unmountDisk /dev/disk1 Unmount of all volumes on disk1 was successful David-Mitchells-Mac-Pro:~ davidmitchell$ dd if=/Users/davidmitchell/Desktop/ubuntu-11.10-desktop-amd64.iso of=/dev/disk1 bs=1m 697+1 records in 697+1 records out 731164672 bytes transferred in 10520.430231 secs (69500 bytes/sec) David-Mitchells-Mac-Pro:~ davidmitchell$ I was wondering if I did this correctly, and at the end of it a message box popped up and said that my media could not be read. My thought is because was in fat, but idk. |
||
|
|
0
|
|
|
#33 | |
|
Struggling
Quote:
Have I missed something? How does the Mac know it can boot from this drive? Must rEFIt be installed and can I have this on the USB too (I rather not install rEFit directly on my Macs just yet as I'm wary of messing thing up)? |
||
|
|
0
|
|
|
#34 |
|
Why is that? What's the point of being able to do this if you can't do that?
__________________
15'' MacBook Pro, 2.66 GHz, 4GB RAM 320 GB HD (early 2010) ; 1st generation iPod Touch iOS 3.1.3 ; iPhone 4 Black; 15'' HP Pavilion g6, AMD A8, 4GB RAM, 650 GB |
|
|
|
0
|
|
|
#35 |
|
Here's a good how to PDF http://puppylinux.org/main/Puppy430-...al-English.pdf
__________________
"It's not the toys you have that matter. It's what you do with them that does". ![]() ![]() ![]()
|
|
|
|
0
|
|
|
#36 | |
|
No longer struggling
An update to my earlier post ... I have found that after updating the firmware of my new Macmini (5,1) to MM51.0077.B0E (EFI 1.4) that I can now boot from a USB stick. Hold down the alt-option key on start up and a "Windows" drive is offered in addition to the Macintosh HDD and Recovery drives. Whilst this is labeled Windows it was actually a Linux Live distro.
Note, there is no need to install rEFIt to achieve the above. It is not required on the USB stick, nor on the Mac mini HD - you just don't need it - at least not on the new Macmini 5,1 with the latest firmware update. However this same stick will not boot an iMac 6,1 (even with the latest firmware update IM61.0093.B07 (EFI 1.2) where I suspect rEFit will be required, although I have not confirmed this. For anyone interested, I found the Ubuntu Download an excellent way to get started on this http://www.ubuntu.com/download/ubuntu/download. I followed the "I would like to create a USB stick" and "I will be using a Mac" instructions. After successfully booting Ubuntu in this way I repeated the instructions with a Debian Live CD distro. Fundamentally this has worked but I am ironing out some Mac specific issues with Debian. In case those instructions are taken down, they are repeated here. Essentially they are very similar to other instructions posted earlier in this thread: Quote:
Last edited by timtunbridge; Feb 20, 2012 at 01:31 AM. |
||
|
|
0
|
|
|
#37 | |
|
Quote:
Thank you for all the replies everyone. It was worth a shot. |
||
|
|
0
|
|
|
#38 |
|
Use CCC
I found an answer and am implementing same at this moment:
https://discussions.apple.com/message/18542854#18542854 Use CCC |
|
|
|
0
|
|
|
#39 |
|
alternatively open a terminal:
%> df -h locate the name of the usb device it will be something like /dev/disk1s1 %> diskutil umount /dev/disk1s1 using this example the usb drive is now /dev/rdisk1, the rdisk number will match the number used when it was mounted. %> dd bs=1m if={path/iso image} of=/dev/rdisk1 wait a bit for it to finish..... it isn't very chatty and eject the disk. %> diskutil eject /dev/rdisk1 usb drive will now be imaged with the iso. |
|
|
|
0
|
|
|
#40 | |
|
Quote:
|
||
|
|
0
|
|
|
#41 |
|
Not working at all
Same problems here, tried almost all the above options. Terminal actions, CCC, unetbootin... Nothing will popup the usb stick (tried 2) as a bootable device.
Another thing that worries me is that when I'm going through the bootcamp assistant it will reboot and then doesn't react with the keyboard. For once I had the "can't find a boot device, press a key to try again" nothing seems to work, my Macbook Pro doesn't react to that. When I inserted a DVD with a Windows 7 install into the superdrive It gave me 2 options, and I wasn't able to type or what so ever. Not even with an USB keyboard. I'll try to burn a official iso tonight at my mom's iMac and i'll see if it gets in the install gui of windows 7. But it's becoming a pain in the ass! Maybe my Macbook Pro is getting to old? It's a MacBookPro3,1. But in the early days it ran Bootcamp under Tiger / Snow Leopard just fine with Windows XP. And now this... |
|
|
|
0
|
|
|
#42 |
|
My understanding is that Mac's EFI will NOT boot from USB sticks that are non-Mac OS. In other words, you can boot from USB-based CD or DVD, and from Mac OS X bootable USB keys, but not Linux, DOS or Windows USB keys.
__________________
Family Macs: late 2012 iMac 27, MBP 13 and 15 Unibody, MB Air, and a couple of Mac minis. |
|
|
|
0
|
|
|
#43 | |
|
Wwwoow
Quote:
Thanks very much! your method completely worked.... although mine was windows. hehehe. but still it worked. im just waiting for the copying to finish then im on my way.... THANKS VERY MUCH! |
||
|
|
0
|
|
|
#44 |
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| How to supercharge Mini? | ranny2 | Mac mini | 18 | Oct 27, 2011 08:53 PM |
| How To Remove Server Part Of Lion? | hhaydenn | iMac | 2 | Aug 18, 2011 05:21 PM |
| how to make an iso into a img (does not work as an .iso) | mud25 | Mac Basics and Help | 2 | Jul 19, 2011 09:30 PM |
| How to burn iso image to usb key from Roxio Toast | frankiechan1 | Mac OS X | 1 | Mar 31, 2010 09:12 AM |
| How to receive the list connected USB Flash drive? | DeDMakar | Mac Programming | 2 | Apr 9, 2008 02:22 AM |
All times are GMT -5. The time now is 08:34 PM.








Linear Mode

