Rufus Usb Tool For Mac

Posted on  by 

Download Rufus USB 3.3. Create a bootable USB for DOS. Rufus is a small program for converting a normal flash drive into a complete bootable USB from which you can directly start in DOS. Configuring the program is as simple as inserting the device you want to format, marking the options you want,.

  1. Rufus Boot Usb Windows 10
  2. Rufus Usb Installer
  3. Rufus Usb Tool For Mac
Active1 month ago
  • Doesn't matter the small size of the Rufus download bootable USB utility, this will supply you everything that you want. Rufus download for Windows, Mac is faster than all the similar software such as Windows 7 USB download tool, Universal USB Installer or UNetbootin which use to create bootable drive from ISO.
  • Why Rufus is the best tool to Create Botable USB Drives? Lastly, read this on GPT & UEFI support: After v 1.3.2, Rufus supports GPT for installation media and UEFI, meaning that Windows 7, Linux (full EFI mode) or Windows 8 could be installed.
  • Create Bootable USB for Mac on Windows 10, Mac and Windows file system is completely different, so you are not able to create bootable USB for Mac with PowerShell, CMD or Rufus.If you remembered, till MacOS sierra the Apple file system was Hackintosh, but MacOS 10.13 High Sierra has the technology of Apple Filesystem. That’s why we can’t create bootable USB with Windows tools.
  • Rufus is an utility that helps format and create bootable USB flash drives, such as USB keys/pendrives, memory sticks, etc. It can be especially useful for cases where: you need to create USB installation media from bootable ISOs (Windows, Linux, UEFI, etc.).

My MBA 2012 with OS X 10.9.4 Mavericks won't boot anymore - it simply freezes after the initial jingle. I already tried resetting NVRAM and SMC, but to no avail. I don't have any time machine backups.

Rufus

However, I still have a disc image of Mavericks sitting on an external hard drive, a USB stick and access to a notebook with Windows 7.

I haven't yet found any tutorial on how to create a bootable USB drive on Windows in order to reinstall OS X on my beloved Macbook Air.

Any help would be greatly appreciated!

kinarikinari

8 Answers

According to the first answer here, https://superuser.com/questions/383235/create-a-bootable-usb-drive-from-a-dmg-file-on-windows, there's a tool with a free trial called TransMac that can do it. Just make sure the USB drive is formatted with GPT and not MBR.

What might be easier, however, is that that model has support for Internet Recovery. If you boot holding Command-R and you have a WiFi connection, it can actually boot into recovery mode without a recovery partition on a drive (or even without a working drive).

Having said that, your description of a crash right after the boot chime could signify a more serious hardware problem and you may not be able to boot anything. If you boot holding the option key down, the startup disk selection screen should appear. If it crashes anyways, you may be looking at a hardware problem.

Community
Michael D. M. DrydenMichael D. M. Dryden

I know this question is old but it is still valid. I was never able to write a Mac installer image to my Flash Drive and have it bootable, unless I did it on a Mac. Using Michael D. M. Dryden's Link, I was able to use the Diskpart command to clean and prep a GPT partition on a flash drive for an OSX Mavericks install image.

I used TransMac on Windows 7 to restore the image file I had to the Flash Drive, it created a bootable Mac image on my flash drive. Someone had reported that the method for using DISKPART did not work, but I have done this twice and it works remarkably well, and it's the only method I could find to create a Mac-Bootable Flash. I've been trying to post this to confirm that it works for some time, I just hope it helps someone else, because it is a very easy solution.

Here are the Diskpart commands used to prep the Flash Drive, just to have them here in case my Link does not work:

(Find the disk number)

Disk x is now the selected disk.

DiskPart succeeded in cleaning the disk.

Rufus Boot Usb Windows 10

DiskPart successfully converted the selected disk to GPT format.

Note: I use 'Rufus' for all other USB writing and formatting for Windows systems, it's a great app, but I had previously tried to format the drive as GPT using that, as a Fat32 partition. When I tried to inject the image, Transmac told me that the drive was 'write protected'. So basically, the USB drive cannot have any high level formatting, the Windows system should detect the drive as 'not formatted' for this to work, which it will if prepped right with Diskpart.

Community
XweAponXXweAponX

I was able to do this with Power ISO on Windows but it cost me $29.99

-- I created an ISO from the original install DVD and then went to tools => Create Bootable USB...Selected the OSX imageSelected the USB drive to create the bootable image onSelected RAW mode

I popped it in my Desklamp iMac (DVD Drive busted from toddlers -- majority of OS was trashed by 5yo) and boom ready to install.

JoshJosh

I had this problem with a friend computer, it was an old iMac and I'll tell you it is not going to be easy.
The first thing you have to do is make sure what model you have (the year when your computer has been released) then check on the official apple website to see what is the latest macOS or Mac OS X version available for you computer.
In most of the new mac computer, you can just press cmd+r while booting and the mac will automatically download everything you need to install the system, but the oldest does not have this tool.
In this case, you have to download the dmg file, that can be found on the web, for example, one websites that provides some macOS and Mac OS X is this (for El Capitan, if you need another version, I'm sorry but you have to search for it).
Here things start to get a little tricky.
First of all you have to flash the image on a USB drive, I recommend etcher, that works on everything (Mac, Linux and Windows too) it's extremely easy to use and you just need to select the drive and the image and etcher will do everything by itself, plus it's free here.
When the USB drive is ready you can plug it in you mac and press alt (option) while booting, you have inserted a firmware password, it will ask you to unlock the firmware by inserting that password, else it will take you to all the bootable drives, including your USB device.
If you see the mac logo with a stop icon over it, it means that you downloaded a too new version that is not supported from your mac, else it will start.
When it start, it won't install, saying that the system can't verify the downloaded image, that's why you have to navigate on the 'utilities' menu on the top bar and open the terminal.
Now you have to choices, change the date & time, which can work, but may not.
That's basically because every image of mac has a certificate that can expire, so, if the certificate is expired you won't be able to make it work, unless you change the date (the date is different from mac version to mac version, so based on that you have to change it, usually just search for when was that version released and se the current date to that date or even one or two days later to make it work). Then try to install the system, if this does not work again, you can start the installation without verifying the image, but you should really trust the image you're using from being corrupted or modified (just to make sure the download went right, use the SHA-1 code to make the file has been downloaded right).
So, to proceed without verifying the image, from terminal, type in this command: sudo defaults write com.apple.frameworks.diskimages skip-verify true
then, start the installation. (Is possible that you won't need the sudo at the begin, in that case just remove it from the command and start from 'defaults')
Now you should be able to install macOS from a USB drive...
Just a little thing, make sure to have formatted the disk before proceeding, I would recommend to make a partition that takes the whole disk in mac Journaled format, then if you want you will be able to encrypt the disk (the installer will ask you to do that later), instead, if the disk was encrypted before, you will have to insert the encryption key of the disk to continue the installation process.
Really hope this help, I spent a lot of hours to do this on a really old iMac from 2008... and now it works!
Good luck!

Pietro De DomenicoPietro De Domenico

In my humble opinion, the easiest and a free solution for creating bootable drives is Rufus.

Jawa
2,2675 gold badges17 silver badges25 bronze badges
user115395user115395

I've been struggling with the same problem but this works for me:

  1. convert the .dmg image with power iso to iso
  2. put the iso on a usb stick (drag it into your mac hard drive and mount it)
  3. format your usb stick with the disk utility tool. (Make sure the usb is partitioned as mac bootable then use use the image recovery and put your mounted OS X iso into the source and your usb as the location.)
  4. restart your computer while holding down the option key
dwightkRufus usb tool for mac
6,26112 gold badges37 silver badges60 bronze badges
RedRed

You can create bootable USB drive on Windows using POWER ISO. You will be able to download a copy of old one version of powerISO by provided links this tutorial.

You need pen drive of more than 8 GB.

Makarand ManeMakarand Mane

I've tried many tutorials on how to create a mac bootable USB drive from Windows but none of them worked. So, I've come up with my own solution that worked fine with any DMG I've tested. Please find the details on my github page.

mihailmihail

You must log in to answer this question.

protected by CommunityMar 28 '18 at 4:58

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Not the answer you're looking for? Browse other questions tagged macoswindowsusbbootinstall .

After last week's article, ' Pro tip: How to create a bootable USB drive to install Windows on OS X,' I received feedback asking why anyone would install Windows on a Mac? This week's entry deals with creating UFDs that allow you to install many other operating systems with the help of a utility called Rufus. But before diving into that, I have a question of my own.

Why would you install any OS—besides OS X—on an Apple computer?

The answer to that is quite simply 'because you can.' Apple hardware is similar to its PC counterparts in many ways except one: PCs can't natively run OS X without any software hacks involved. Macs, on the other hand, have the ability to run Windows and countless Linux distributions alongside OS X or in place of it. Apple hardware supports these operating systems natively, making Macs a versatile choice for production equipment. Simply put, one machine can handle many different uses, as opposed to purchasing dedicated equipment for each supported OS type.

See: Don't just toss old flash drives, download our Media disposal policy (Tech Pro Research)

Rufus system requirements

With that out of the way, let's look at the requirements for Rufus:

  • Apple (or PC) running Windows XP or later (preferably Windows 7+)
  • Rufus application
  • ISO (supported operating systems)
  • 8 GB USB flash drive (minimum recommended)

Create a bootable USB drive with Rufus

Now, let's create our first bootable UFD using Rufus, shall we? Follow these steps:

  1. Rufus requires an account with admin access in order to make the necessary changes to hardware. After authenticating, insert the USB flash drive and launch Rufus. It will detect the drive almost immediately. Since Rufus can handle various partition schemes and file structures, ensure that the correct settings are set that match the UFD you're going to build (Figure A).
    Figure A
  2. Click the optical drive button next to the Create a bootable disk using checkbox, and you'll be prompted to search for the ISO image to use (Figure B).
    Figure B
  3. When using ISO images, Rufus will automatically modify the settings to best match it. Once everything is set correctly, click the Start button to begin the process. You'll be prompted with a warning that all data on the UFD will be destroyed. Click OK to proceed with the creation process (Figure C).
    Figure C
  4. Depending on the ISO image size, the process may take several minutes to complete. For the log readout of each step in the process, click the Log button to open a side window and save the output details (Figure D).
    Figure D
  5. The longest part of the entire process is the file copy portion. This is typically the last step and varies depending on file size/number of files to copy (Figure E).
    Figure E
  6. When complete, double-check the external drive to verify the files were copied over (Figure F).
    Figure F

With the process completed, simply eject the UFD, insert it into the device you wish to install the OS on, and boot as you normally would. The days of carrying multiple CD/DVDs with you and dealing with lagging installs are drawing to a close with the ubiquitous use of USB drives—and the storage capacity can't be beat.

There are some links on the site for some helpful tutorials on creating certain types of UFDs, and there's multiple localization support for a variety of languages worldwide.

Rufus Usb Installer

Also see

Rufus Usb Tool For Mac

Apple Weekly Newsletter

Whether you need iPhone and Mac tips or rundowns of enterprise-specific Apple news, we've got you covered. Delivered Tuesdays

Sign up today Sign up today

Coments are closed