Moogs Posted May 22, 2014 Share #1 Posted May 22, 2014 Not sure if this has even really been documented here before but to create a USB on OS X do the following. I've had to create these for Ubuntu and other XPE* bootloaders. 1. Download the fat img of the bootloader of choice, I believe ext2 fs is also ok, for say Nanoboot. Make a note of its path. In this example we'll say it's saved to the Desktop and we'll use NanoBoot-5.0.2.4-fat.img 2. Plug your USB drive in. It may behoove you to use disk utility to create a FAT formatted partition to ensure there aren't any funky old parition schemes on there. Make it MBR: Choose the following options: Open terminal 1. Run diskutil list 2. Locate your USB drive: On the command line run: pwd should = /Users/ Unmount nanoboot parition: diskutil unmount /dev/disk2s1 (changed disk2s1 to whatever is listed as the DOS_FAT_32 NANOBOOT disk, not partition.). sudo dd if=~/Desktop/NanoBoot-5.0.2.4-fat.img of=/dev/disk2 bs=1m 15+1 records in 15+1 records out 16384000 bytes transferred in 21.031898 secs (779007 bytes/sec) 1 Quote Link to comment Share on other sites More sharing options...
Trantor Posted May 23, 2014 Share #2 Posted May 23, 2014 Thanks Sticky and moved to How to / Guide section Quote Link to comment Share on other sites More sharing options...
Kanedo Posted June 10, 2014 Share #3 Posted June 10, 2014 for faster writes, use /dev/rdisk# instead of /dev/disk# for the dd command https://github.com/abock/image-usb-stick/issues/5 http://superuser.com/questions/631592/m ... n-dev-disk From "man hdiutil" DEVICE SPECIAL FILES Since any /dev entry can be treated as a raw disk image, it is worth not- ing which devices can be accessed when and how. /dev/rdisk nodes are character-special devices, but are "raw" in the BSD sense and force block-aligned I/O. They are closer to the physical disk than the buffer cache. /dev/disk nodes, on the other hand, are buffered block-special devices and are used primarily by the kernel's filesystem code. Example: sudo dd if=~/Desktop/NanoBoot-5.0.2.4-fat.img of=/dev/rdisk2 bs=1m Quote Link to comment Share on other sites More sharing options...
frozenstitches Posted March 11, 2017 Share #4 Posted March 11, 2017 How can I either mount the .img or the USB disk for DSM 6 so I can edit the grub.cfg? Quote Link to comment Share on other sites More sharing options...
Polanskiman Posted March 18, 2017 Share #5 Posted March 18, 2017 frozenstitches said: How can I either mount the .img or the USB disk for DSM 6 so I can edit the grub.cfg? It's mentioned in the tutorial I created. Here is the link to the specific post: https://xpenology.com/forum/topic/6375-tutorial-installmigrate-dsm-52-to-60-juns-loader/?do=findComment&comment=57940 1 Quote Link to comment Share on other sites More sharing options...
fjf Posted June 14, 2017 Share #6 Posted June 14, 2017 Polanskiman, the link to your post no longer works. Can you fix it?. Thanks. On 3/18/2017 at 7:33 AM, Polanskiman said: It's mentioned in the tutorial I created. Here is the link to the specific post: https://xpenology.com/forum/topic/6375-tutorial-installmigrate-dsm-52-to-60-juns-loader/?do=findComment&comment=57940 Quote Link to comment Share on other sites More sharing options...
Polanskiman Posted June 15, 2017 Share #7 Posted June 15, 2017 Yes we are fixing all the links from the old forum. Quote Link to comment Share on other sites More sharing options...
Polanskiman Posted June 16, 2017 Share #8 Posted June 16, 2017 Link has been updated. Quote Link to comment Share on other sites More sharing options...
Tensol Posted June 3, 2018 Share #9 Posted June 3, 2018 I have used Etcher without any problems whatsoever on 3+ XPEnologies that I created myself or helped friends. Worth noting that I modified PID and VID by pressing "C" on the bootmenu of the loader. https://etcher.io Official website. Disclosure: I`m have no affiliations or anything with them. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.