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 update
    sudo apt-get upgrade
    echo "deb http://ppa.launchpad.net/tigerite/kernel/ubuntu trusty main" | sudo tee /etc/apt/sources.list.d/tigerite-kernel-trusty.list
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 984AE706D31B333A && sudo apt-get update
    sudo apt-get install linux-surface
  • restart computer, and it should work


More details can be found on youtube.com

评论

此博客中的热门博文

openflow switch(I)

YANG Tools:YANG to Java Mapping

OpenDaylight架构简介