Dual system of Ubuntu 16.04 and Windows 10 on Surface book
- Create partition for Ubuntu in Windows
- Download Ubuntu 16.04 ISO image, and set up Live USB install using rufus: https://rufus.akeo.ie/
- After setting up USB with Rufus, enter UEFI by shutting down surface, press and hold volume up button on surface, and at the same time press and release power button
- Plug in USB with Ubuntu
- In UEFI menu disable 'Secure Boot'
- go to Boot configuration and either: Swipe left on 'USB Storage' OR configure boot order so that USB Storage is on top, then restart
- Now should be greeted with Ubuntu Install Screen(You will need a mouse and keyboard for this part)
- Install Ubuntu
- After installing Ubuntu open terminal, and type in following. (Update packages, and upgrade)sudo apt-get updatesudo apt-get upgradeecho "deb http://ppa.launchpad.net/tigerite/kernel/ubuntu trusty main" | sudo tee /etc/apt/sources.list.d/tigerite-kernel-trusty.listsudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 984AE706D31B333A && sudo apt-get updatesudo apt-get install linux-surface
- restart computer, and it should work
More details can be found on youtube.com
评论
发表评论