When trying to install on Mac: "No mountable file system."

24,801

Solution 1

First in order to create a bootable USB on mac for Ubuntu you should follow these instructions I took from the Arch Wiki:

To be able to use dd on your USB device on a Mac you have to do some special maneuvers. First of all insert your usb device, OS X will automount it, and in Terminal.app run: diskutil list

Figure out what your USB device is called with mount or sudo dmesg | tail (e.g. /dev/disk1) and unmount the partitions on the device (i.e., /dev/disk1s1) while keeping the device proper (i.e., /dev/disk1):

diskutil unmountDisk /dev/disk1

Now we can continue in accordance with the instructions above (but, if you are using the OS X dd, use /dev/rdisk instead of /dev/disk, and use bs=1m. rdisk means "raw disk" and is much faster on OS X, and bs=1m indicates a 1 MB block size).

# dd if=image.iso of=/dev/rdisk1 bs=1m

20480+0 records in
20480+0 records out
167772160 bytes transferred in 220.016918 secs (762542 bytes/sec)

It is probably a good idea to eject your drive before physical removal at this point:

diskutil eject /dev/disk1

After that install Refind as that should make booting into the USB installation of Ubuntu easy and then reboot your computer and select the USB.

Solution 2

When I try to open the file

This is not an application or software installer and this is not how you install Ubuntu. You need to create a bootable medium, boot it, and then you can install Ubuntu. Macs with up to date firmware should behave like standard UEFI computers with Windows 8 or later, which means just follow the standard instructions. If they work, good for you, if not, follow karel's answer.

Share:
24,801
Csabi Vidó
Author by

Csabi Vidó

This is my AskUbuntu profile and most of my stuff here on StackExchange is tech-oriented. However I do have other hobbies and interests, you may find more about these in my other profiles on the network. I'm lwbt on Reddit and Telegram. I started with Ubuntu and Linux somewhere between 2006 and 2007. With the release of 08.04 I completely migrated away from Windows to Ubuntu and while this has been a few years ago I still consider myself fairly new to this topic and I know I can still discover something new and exciting everyday. The following listing is not to brag about hardware, I'm rather trying to reproduce issues and share experience. Custom built desktop computers with Intel HD graphics (dualscreen setup), Lenovo T530 & T560 (touch) without discrete graphics (also run Windows 10), Chromebooks Lenovo N22 & ASUS Flip C302 (with GalliumOS) Behringer FCA610 USB (PulseAudio multichannel configuration), JDS Labs C5D & The Element, Bluetooth dongles and BT audio speakers and headphones Wacom Intuos 4 PTK-540WL HP 3005pr Port Replicator (works with proprietary DisplayLink driver) Aten CS1794 HDMI KVMP Switch Logitech TK820 and some unifying receiver mice …and some APC UPS

Updated on September 18, 2022

Comments

  • Csabi Vidó
    Csabi Vidó over 1 year

    I downloaded Ubuntu 14.04.2 - desktop. When I try to open the file, I have the following error message:

    NO MOUNTABLE FILE SYSTEM. 
    

    What should I do to solve this problem?

    • karel
      karel over 8 years
    • Reagankm
      Reagankm over 8 years
      I remember it was a bear getting it installed on my Mac. What model Mac do you have? And what steps have you taken to try and install it? (I'd post this as a comment but don't have high enough reputation yet.)
    • Pilot6
      Pilot6 over 8 years
      Which file are you trying to open?