Ubuntu mac os iso

Ubuntu Documentation

UNetbootin (Automated, graphical approach)

UNetbootin for Mac OS X can be used to automate the process of extracting the Ubuntu ISO file to USB, and making the USB drive bootable. The resulting USB drive, however, can be booted on PCs only. If attempting to make a USB drive that can be booted from a Mac, follow the instructions below.

Manual Approach

We would encourage Mac users to download Ubuntu Desktop Edition by burning a CD for the time being. But if you would prefer to use a USB, please follow the instructions below.

Note: this procedure requires an .img file that you will be required to create from the .iso file you download.

TIP: Drag and Drop a file from Finder to Terminal to ‘paste’ the full path without typing and risking type errors.

    Download the desired file

Open the Terminal (in /Applications/Utilities/ or query Terminal in Spotlight)

Convert the .iso file to .img using the convert option of hdiutil
Note: OS X tends to put the .dmg ending on the output file automatically.

Run to get the current list of devices
Insert your flash media

Run again and determine the device node assigned to your flash media (e.g. /dev/disk2)

(replace N with the disk number from the last command; in the previous example, N would be 2)

If you see the error «Unmount of diskN failed: at least one volume could not be unmounted», start Disk Utility.app and unmount the volume (don’t eject).

Execute (replace /path/to/downloaded.img with the path where the image file is located; for example, ./ubuntu.img or ./ubuntu.dmg).

Using /dev/rdisk instead of /dev/disk may be faster.

If you see the error dd: Invalid number ‘1m’, you are using GNU dd. Use the same command but replace bs=1m with bs=1M.

If you see the error dd: /dev/diskN: Resource busy, make sure the disk is not in use. Start Disk Utility.app and unmount the volume (don’t eject).

Run and remove your flash media when the command completes

Restart your Mac and press alt while the Mac is restarting to choose the USB-Stick

MacBook Air 3,2

Please notice: While all of the info and above commands are executed properly on a MacBook Air 3,2 (that is the 2010 version 13″ version of the Air) the end result will not produce a bootable USB device, at least not with the image for Ubuntu 10.10 64-bit. When booting of the USB device the following message or something similar will appear: «Missing operating system» and the process is auto-magically halted.

To get the USB device (e.g. a USB stick) to show up at all in the boot menu you also may have to reboot/turn on/off the computer a couple of times and also resync the partition tables using rEFIt. After doing this the USB should then appear as a bootable device while holding in the alt or c key when you are rebooting the computer. Notice that both the computers built in bootloader and rEFIt will identify the USB device as a Windows device, but that’s not a problem and expected.

A workaround to the-usb-device-is-not-booting-problem is to:

  • Install rEFIt.
  • Create a bootable start disk using Ubuntu and a USB stick.
  • Create a separate partition on the Airs HD.
  • dd the whole USB stick to that partition.
  • Resync with rEFIt. Turn power off and on.
  • Select Pingo/Windows logo: Install should start. (Here you might want to press F6 to change parameters, e.g. use nomodeset)

Alternatively, burning a CD and installing via an external CD-drive will work fine on the Macbook Air 3,2.

Читайте также:  Драйвер для hp laserjet p1005 для mac os

Other procedure

We would encourage Mac users to download Ubuntu Desktop Edition by burning a CD for the time being. But if you would prefer to use a USB, please follow the instructions below. Note: this procedure requires an .img file that you will be required to create from the .iso file you download. TIP: Drag and Drop a file from Finder to Terminal to ‘paste’ the full path without typing and risking type errors.

    Download the desired file

Open the Terminal (in /Applications/Utilities/ or query Terminal in Spotlight)

Convert the .iso file to .img using the convert option of hdiutil (e.g., hdiutil convert -format UDRW -o

Note: OS X tends to put the .dmg ending on the output file automatically.

Run diskutil list to get the current list of devices
Insert your flash media

Run diskutil list again and determine the device node assigned to your flash media (e.g., /dev/disk2)

Run diskutil unmountDisk /dev/diskN (replace N with the disk number from the last command; in the previous example, N would be 2)

Execute sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m (replace /path/to/downloaded.img with the path where the image file is located; for example, ./ubuntu.img or ./ubuntu.dmg).

Using /dev/rdisk instead of /dev/disk may be faster.

If you see the error dd: Invalid number ‘1m’, you are using GNU dd. Use the same command but replace bs=1m with bs=1M.

If you see the error dd: /dev/diskN: Resource busy, make sure the disk is not in use. Start the ‘Disk Utility.app’ and unmount (don’t eject) the drive.

Run diskutil eject /dev/diskN and remove your flash media when the command completes

  • Restart your Mac and press Alt while the Mac is restarting to choose the USB-Stick
  • How to install Ubuntu on MacBook using USB Stick (последним исправлял пользователь waitingallday 2013-04-30 12:21:08)

    The material on this wiki is available under a free license, see Copyright / License for details
    You can contribute to this wiki, see Wiki Guide for details

    Источник

    Ubuntu mac os iso

    With a bootable Ubuntu USB stick, you can:

    • Install or upgrade Ubuntu, even on a Mac
    • Test out the Ubuntu desktop experience without touching your PC configuration
    • Boot into Ubuntu on a borrowed machine or from an internet cafe
    • Use tools installed by default on the USB stick to repair or fix a broken configuration

    Creating a bootable USB stick is very simple, especially if you’re going to use the USB stick with a generic Windows or Linux PC. We’re going to cover the process in the next few steps.

    Apple hardware considerations

    There are a few additional considerations when booting the USB stick on Apple hardware. This is because Apple’s ‘Startup Manager’, summoned by holding the Option/alt (⌥) key when booting, won’t detect the USB stick without a specific partition table and layout. We’ll cover this in a later step.

    2. Requirements

    • A 2GB or larger USB stick/flash drive
    • An Apple computer or laptop running macOS
    • An Ubuntu ISO file. See Get Ubuntu for download links

    3. Prepare the USB stick

    To ensure maximum compatibility with Apple hardware, we’re going to first blank and reformat the USB stick using Apple’s ‘Disk Utility’. But this step can be skipped if you intend to use the USB stick with only generic PC hardware.

    • Launch Disk Utility from Applications>Utilities or Spotlight search
    • Insert your USB stick and observe the new device added to Disk Utility
    • Select the USB stick device (you may need to enable the option View>Show All Devices) and select Erase from the tool bar (or right-click menu)
    • Set the format to MS-DOS (FAT) and the scheme to GUID Partition Map
    • Check you’ve chosen the correct device and click Erase

    Warning: Disk Utility needs to be used with caution as selecting the wrong device or partition can result in data loss.

    Читайте также:  Разметка диска для mac os

    4. Install and run Etcher

    To write the ISO file to the USB stick, we’re going to use a free and open source application called Etcher. After downloading this and clicking to mount the package, Etcher can either be run in-place or dragged into your Applications folder.

    By default, recent versions of macOS block the running of applications from unidentified developers. To side-step this issue, enable ‘App Store and identified developers’ in the ‘Security & Privacy’ pane of System Preferences. If you are still warned against running the application, click ‘Open Anyway’ in the same pane.

    5. Etcher configuration

    Etcher will configure and write to your USB device in three stages, each of which needs to be selected in turn:

    Select image will open a file requester from which should navigate to and select the ISO file downloaded previously. By default, the ISO file will be in your Downloads folder.

    Select drive, replaced by the name of your USB device if one is already attached, lets you select your target device. You will be warned if the storage space is too small for your selected ISO.

    Flash! will activate when both the image and the drive have been selected. As with Disk Utility, Etcher needs low-level access to your storage hardware and will ask for your password after selection.

    6. Write to device

    After entering your password, Etcher will start writing the ISO file to your USB device.

    The Flash stage of the process will show progress, writing speed and an estimated duration until completion. This will be followed by a validation stage that will ensure the contents of the USB device are identical to the source image.

    When everything has finished, Etcher will declare the process a success.

    Congratulations! You now have Ubuntu on a USB stick, bootable and ready to go.

    Warning: After the write process has completed, macOS may inform you that ‘The disk you inserted was not readable by this computer’. Don’t select Initialise. Instead, select Eject and remove the USB device.

    7. Boot your Mac

    If you want to use your USB stick with an Apple Mac, you will need to restart or power-on the Mac with the USB stick inserted while the Option/alt (⌥) key is pressed.

    This will launch Apple’s ‘Startup Manager’ which shows bootable devices connected to the machine. Your USB stick should appear as gold/yellow and labelled ‘EFI Boot’. Selecting this will lead you to the standard Ubuntu boot menu.

    Finding help

    If your Mac still refuses to boot off your USB stick you may find it easier to boot and install off an Ubuntu DVD instead. See our How to burn a DVD on macOS for further details.

    Alternatively, if you feel confident using the macOS command line, see the community documentation on How to install Ubuntu on MacBook using USB Stick for a more manual approach.

    If you want to install Ubuntu, follow our install Ubuntu desktop tutorial.

    Finally, if you get stuck, help is always at hand:

    Источник

    Ubuntu mac os iso

    The ISO in from this repo should allow you to install ubuntu without using an external keyboard or mouse on a MacBook Pro. It work in my MacBook with T2.

    If this repo helped you in any way, consider inviting a coffee to the people in the credits or me.

    UBUNTU 20.04 ISO with Apple T2 patches built-in.

    Apple T2 drivers are integrated with this iso.

    This repo is a rework of the great work done by @mikeeq

    Using additional drivers:

    Bootloader is configure correctly out of the box. No workaround needed.

    Before I begin, what version should I use? «mbp» or «mbp-16x-wifi»?

    The difference between the two is that the mbp-16x-wifi version includes a different version of the brcmfmac wifi driver, made by corellium for M1 macs. This version of the wifi driver works on some models that the brcmfmac driver included with the mbp version doesn’t support. Refer to the table on this page to figure out which versions will work (Look at the «Firmware Options» column, Mojave means you can use the «mbp» version, and Big Sur means you can use the «mbp-16x-wifi» version).

    Читайте также:  Windows mobile yandex navigator

    !! Please note that as of the v20.04-5.10.52 release, the mbp-16x-wifi iso does not support wifi on models with the BCM4377 chipset. For now, you can install a kernel from here after installing ubuntu if you have the BCM4377 chipset.

    1. Reduce the size of the mac partition in MacOS
    2. Download ISO file from releases. (Use the command line to unzip ( unzip /path/to/file.zip ) or «The Unarchiver» app)
    3. Copy it to a USB using dd (or gdd if installed over brew):
    1. Boot in Recovery mode and allow booting unknown OS
    2. Restart and immediately press the option key until the Logo come up
    3. Select «EFI Boot» (the third option was the one that worked for me)
    4. Launch Ubuntu Live
    5. Use Ubiquity to install (just click on it)
    6. Select the options that work for you and use for the partition the following setup:
      • Leave the efi boot as preselected by the installer. Your Mac will keep on working with out problems.
      • Add a ext4 partition and mounted as /boot (1024MB).
      • Add a ext4 partition and monted as / (rest).
      • Select the /boot partition as a target for GRUB installation, otherwise the system won’t boot.
    7. Run the installer (In my case it had some problem removing some packages at the end, but this is no real problem)
    8. Shutdown and remove the USB Drive
    9. Start again using the option key. Select the new efi boot.
    10. Enjoy.
    • See https://wiki.t2linux.org/guides/wifi/
    • To install additional languages, install appropriate langpack via apt sudo apt-get install language-pack-[cod] language-pack-gnome-[cod] language-pack-[cod]-base language-pack-gnome-[cod]-base
      • see https://askubuntu.com/questions/149876/how-can-i-install-one-language-by-command-line
    • You can change mappings of ctrl, fn, option keys (PC keyboard mappings) by creating /etc/modprobe.d/hid_apple.conf file and recreating grub config. All available modifications could be found here: https://github.com/free5lot/hid-apple-patched
    • I switch the touchbar to show f* by default. If you like another configuration, change /etc/modprobe.d/apple-tb.conf or remove it.
    • To update grub, run: grub-mkconfig -o /boot/grub/grub.cfg

    Activate Grub Menu

    For the people who want to have a menu, they can modify /etc/default/grub with the following changes:

    and then: sudo update-grub

    Update to newer kernels

    IF YOU UPDATE THE KERNEL, REMEMBER TO ADD THE REQUIRED DRIVERS AGAIN.

    The live cd includes dkms and will automatically run when a new kernel is installed. You can use dkms status to see it.

    If you are upgrading from 5.7.19 to a newer kernel version (5.10+), you will need updated versions of these kernel modules. Instructions for installing updated ones are here.

    • Sound is not working after the install. Follow the instructions detailed by @kevineinarsson: https://gist.github.com/kevineinarsson/8e5e92664f97508277fefef1b8015fba
      On MBP 16,1, you might also need to disable realtime scheduling if the above gist doesn’t work, because the pulseaudio server might get killed if the realtime budget is exceeded (https://bugs.freedesktop.org/show_bug.cgi?id=94629). Just add realtime-scheduling = no to /etc/pulse/daemon.conf .
    • Checksum is failing for 2 files: md5sum.txt and /boot/grub/bios.img
    • I’m having troubles shutting down ubuntu. Screen is black but fan keeps on working. I have to force shutdown.

    Not working (Following the mikeeq/mbp-fedora)

    • Dynamic audio input/output change (on connecting/disconnecting headphones jack)
    • TouchID — (@MCMrARM is working on it — https://github.com/Dunedan/mbp-2016-linux/issues/71#issuecomment-528545490)
    • Thunderbolt (is disabled, because driver was causing kernel panics (not tested with 5.5 kernel))
    • Microphone (it’s recognised with new apple t2 sound driver, but there is a low mic volume amp)
    • ISO is using gzip initramfs. It would be great to change it lz4
    • Optimize the software installed.

    Known issues (Following the mikeeq/mbp-fedora)

    Источник

    Оцените статью