Model in use: Intel Core i7-6600 U @ 2.81 GHz with 8 GB Ram and Nvidia GPU 134B
I am getting sick of playing whack a mole with win 10.
I am seriously thinking of trying to run dual boot win 10 pro and Ubuntu. I understand that there may be some issues with this. What are these issues? How are they over come? Can I mount the image on a 128 GB sd card
I am a student so if I run Ubuntu what programs replace (for instance) Microsoft word (for .doc, and .docx), Drawing board (.pdf) and Power Point (.ppt, .pptx)?
I need the pen and touch usage will Ubuntu have programs for me to manipulate, and use these files in an efficient manner?
So how do I proceed?
14 Answers
Dual boot with Ubuntu
Shrink Windows partition
- Press search button on your keyboard type partitions
- Select Settings >> Create and format disk partitions
- Select the Windows partition (C drive, yellow-marked) and shrink volume. The free space is for your Ubuntu installation
Starting Ubuntu from Live USB stick
Create a live usb stick with Ubuntu 17.04 (older versions do not support build-in keyboard OOTB on Surface Book), e.g. with Unetbootin
Shutdown
Open Surface BIOS by pressing both Power and Volume_up
Change boot order by drag and drop, USB Storage as first entry
Change secure boot settings to Secure boot is Enabled with Microsoft & 3rd party CA key configuration. (There is no need to completely disable secure boot)
Plugin the live USB stick and restart, Linux bootloader should come up automatically
Install Ubuntu
Simply click on the Installer shortcut and follow the instructions
Choose "Ubuntu besides Windows Boot Manager". If you shrinked the Windows partition, partitioning can be done automatically.
Office Suite
Opening Microsoft Word (.doc / .docx), Power Point (.ppt, .pptx), and PDF files is working out of the box. But depending on the document there are formatting issues.
Further improvements
Touch and Pen
GitHub user jakeday created a surface kernel where pen and touch is working. Thanks a lot!
Boot theme
The default boot theme in 3000x2000 is not optimal, here is an replacement:
What is not working out of the box
Currently not everything is working/unstable:
- front and back camera
- NVIDIA GPU
- sleep/awake, use hibernate instead
- touch and pen (if custom kernel is not used)
- dock/undock of the screen (if custom kernel is used)
- WiFi sometimes required a reboot to connect again after system configuration changes
For the most part you can dual boot Win10 and Ubuntu if you follow instructions. Here's an question that should help you: Dual boot Surface Pro with Ubuntu?
As for an alternative to Microsoft Word, OpenOffice or LibreOffice works 99.9% of the time. Ubuntu Desktop with the GNOME interface (the default setup for the image available from ) includes LibreOffice by default, so you don't have to install anything.
3The gist
The standard dual boot works with the basic features. The best tutorial on that is here.
Additionally, I'd recommend running these commands from this tutorial on Reddit once you're done installing Ubuntu (some may be outdated):
sudo apt-get update
sudo apt-get upgrade
echo "deb 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-surfaceA couple notes
While most people seem to be suggesting the Surface Book's keyboard won't work until additional drivers are added, I'm in the process of installing a dual-boot on a Book right now and the keyboard works just fine in USB Live.
You may need to disable BitLocker, System Restore, and/or defrag before shrinking the C: Drive in order to get a decent size partition.
a. Disable System Restore:
Please note this can really screw things up, so be careful and don't download any updates or viruses while System Restore is off or you could brick your machine. If that happens, reference this tutorial.
- Press the Start button, then search "System Restore"
- Select "create a restore point". This will allow you to remove System Restore.
- Select "configure"
- Select "turn off system restore"
b. Disable BitLocker:
- Press the Start button, then search "Manage BitLocker"
- Select "suspend BitLocker" or "Turn off BitLocker" (I recommend trying to suspend first, but I ended up turning it off)
c. Defrag the C: Drive
- Do the whole start button thingy with "defrag"
- Select "Analyze" if possible (don't worry if it's not)
- Select "Optimize"
d. Turn everything back on once you're done!
Generally a good idea, but it's really up to you. To turn them back on, follow the same steps as above, but enable things instead of disabling them.
Hope that helps, and good luck!
1You can also run Office 2010 with PlayOnLinux.