0

Can you tell me How to dual boot windows and Ubuntu on macbook air 2017. I tried but I can't boot into windows after installing Linux. I don't want to use macOS

  • Rescatux is able to repair the Windows bootloader in a Windows/Ubuntu dual boot. Rescatux can boot on a Mac, but I don't know if it would work in this case. Maybe someone else will post a better idea. – karel Jun 24 '19 at 08:57

1 Answers1

0

I suggest using boot-repair to try and find the other OS. From Ubuntu or a LiveUSB, do this.

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair

Go through the steps it shows and it should bring you to a fully functional dualboot system

Senhara
  • 67