I believe you can do this through Disk Utility. Select the Thumb drive and then go to the restore tab. Drag the .iso to the source and do the same for the thumb drive in the destination.
You might need to check the formatting of the drive for the linux distro.
try mounting the .iso and drag its volume in the destination field
EDIT: bah ignore this, i need some sleep
I've been reading forums all over to try to create a bootable USB version of slax with my Macbook. I'm running 10.5.8.
up to this point I have a configured USB with a FAT32 partition and I have both the slax-6.1.2 iso and the raw files extracted from the slax-6.1.2.tar. I have followed the previous advice about "burning" the iso to the USB with the disk utility trying the iso and the mounted volume of the iso. I keep getting the same failure:
"Restore Failure
Could not validate source - error 254"
even with the mounted volume as the source. Am I missing a step?
also, I'm not very experienced with command line interface, but i've tried running the bootinst.sh in the USB but I get an error like this:
egrep: /proc/mounts: No such file or directory
egrep: /proc/mounts: No such file or directory
egrep: /proc/mounts: No such file or directory
Can't find device to install to.
Make sure you run this script from a mounted device.
any advice would be greatly appreciated
thanks!
Lafka:~ lafka$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk0
1: EFI 209.7 MB disk0s1
2: Apple_HFS Macintosh HD 999.9 GB disk0s2
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *4.1 GB disk1
1: DOS_FAT_32 GENTOO LIVE 4.1 GB disk1s1
Lafka:~ lafka$ diskutil unmountDisk /dev/disk1
dd if={ISO_IMAGE_HERE_} of=/dev/disk1
Its actualy pretty easy to do this in the terminal:
and it returns something likeCode:Lafka:~ lafka$ diskutil list
Code:/dev/disk0 #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *1.0 TB disk0 1: EFI 209.7 MB disk0s1 2: Apple_HFS Macintosh HD 999.9 GB disk0s2 /dev/disk1 #: TYPE NAME SIZE IDENTIFIER 0: FDisk_partition_scheme *4.1 GB disk1 1: DOS_FAT_32 GENTOO LIVE 4.1 GB disk1s1
Now unmount the disk using diskutil replace the disk number with the id of your usb stick
Code:Lafka:~ lafka$ diskutil unmountDisk /dev/disk1
And use DD to write again replace the disk number
Code:dd if={ISO_IMAGE_HERE_} of=/dev/disk1
Replace if={} with the path to your iso image
This absolutely DOES work. Do NOT insert the *.dmg or *.iso file into the source box. Instead, INSERT THE VOLUME from the mounted image into the source box in Disk Utility.![]()
This absolutely DOES work. Do NOT insert the *.dmg or *.iso file into the source box. Instead, INSERT THE VOLUME from the mounted image into the source box in Disk Utility.![]()
there is unetbootin for Mac! just check this up: http://unetbootin.sourceforge.net/unetbootin-mac-latest.zip
CePal
dd if=ubuntu-11.04-server-amd64.iso of=/dev/disk6 bs=8192
Mac-Pro: Downloads root# dd if=ubuntu-11.04-server-amd64.iso of=/dev/disk6 bs=8192
86222+0 records in
86222+0 records out
706330624 bytes transferred in 461.654162 secs (1529999 bytes/sec)
Unfortunately, this way it looks like it would not have made it bootable :-(. Trying the Disk Utility now. I was trying to make HP DL server firmware image to boot from USB, as I couldn't find the HP tool to make the USB bootdrive on a Mac.