2

While trying to install Ubuntu on a DELL R720 server the installer flashed a message saying the USB was made using UNETBOOTIN, and it is not recommended. I am trying to find how to make a bootable USB from a mac, and all google links including askubuntu all point to UNETBOOTIN method. So how to create a bootable ubuntu USB on a mac without using UNETBOOTIN?

thank you.

jason
  • 121
  • See this wiki page: https://help.ubuntu.com/community/How%20to%20install%20Ubuntu%20on%20MacBook%20using%20USB%20Stick – You'reAGitForNotUsingGit Oct 18 '16 at 21:32
  • thank you, I think this is the page I wasn't able to google find, since it was being crushed by the unetbootin pages in page rank. One other question, all these instructions seem to talk about ubuntu desktop, is there any reason to suspect ubuntu server won't work with the same instructions? – jason Oct 18 '16 at 21:42
  • ok, those instructions are for making a bootable using a mac, to boot a mac. I am trying to use mac to create but then boot a DELL R720 (essentially a PC). Do I just skip the dmg making step and proceed with the rest of the steps? – jason Oct 18 '16 at 22:01

1 Answers1

2

There's more than a few applications that you can use. I tend to use Linux Live USB Creator as personal preference. On a Mac I've used Mac Linux USB Loader.

I would also recommend not letting LiLi auto-fetch the iso file. Download it yourself and link it inside the application. Hope this helps.

Matt O.
  • 543
  • 2
  • 9
  • that seems to be specific for windows, do you know any other apps for creating live usb from macs to boot a pc. – jason Oct 18 '16 at 21:58
  • Many apologies, use this: https://www.sevenbits.io/mlul/ – Matt O. Oct 18 '16 at 22:01
  • 1
    Alternatively, you can use dd in the terminal, as shown here.

    http://askubuntu.com/questions/86/how-do-i-create-an-ubuntu-live-usb-using-a-mac

    – Andrew Wallace Oct 19 '16 at 14:22