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

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