0

I can run it from the usb drive, but it can't find the network adapter. Would it be easier to set up and solve this problem after installing the OS on my machine, or what? I would like to dual boot ubuntu and mac mojave if it isn't too time consuming

ErikD
  • 1

1 Answers1

0

I'm reading your question as wanting to run Linux on your Mac, rather than setting up a dual-boot.

I'd suggest virtualization in lieu of configuring a dual-boot if your goal is just to run Linux on your Mac OSX system. That's what myself and many others Linux folks with Macs do. VirtualBox is a popular option that's free and proven to work well on a Mac.

https://www.virtualbox.org/wiki/Downloads

Linux on a Mac: Virtualization versus Dual-Booting

  1. VirtualBox is easy to setup and can be upgraded in-place.

  2. You can side-step driver issues like you're experiencing: I'm running 18.04 as a VM on my own MacBook with VirtualBox and its' networking is straight; no driver problems.

  3. Both OSX and Linux Operating Systems can be run concurrently. You do not need to reboot into different OS which is really interruptive.

  4. No need to allocate dedicated partitioned space for another OS which would be the case in a dual-boot. Using VirtualBox you can just create VMs from available free disk space on your Mac. If you get tight on space for your Mac, you can free some up by deleting the VM; not so easy with a dual boot.

  5. VM's can be backedup with Time Machine as any other file. Note though they should not be running during the backup however.

  6. You can migrate your Linux VMs to a new Mac as a file. I think I've migrated the same VM now to 3 different Macs by this point

Networking

In respect to network connectivity- shouldn't have any driver issues now - you have a choice of bridging or NAT'ing. If you're not a networking guru, bridging is easy to setup.

Anyhoo, hope this helps you integrate Ubuntu 18.04 LTS into your Mac OSX environment-

Ubuntu 18.04 VirtualBox on OSX Mojave

F1Linux
  • 1,066