Jessica Log: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "ISO image download USB set uo for Microsoft Surface Book 2 running windows 10 Pro there is no access to legacy boot; uses UEFI https://askubuntu.com/questions/802768/insta...")
 
No edit summary
Line 13: Line 13:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 984AE706D31B333A && sudo apt-get update
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 984AE706D31B333A && sudo apt-get update
sudo apt-get install linux-surface
sudo apt-get install linux-surface
error connecting to server :(  so close

Revision as of 16:48, 27 January 2020

ISO image download USB set uo for Microsoft Surface Book 2 running windows 10 Pro there is no access to legacy boot; uses UEFI

[[ https://askubuntu.com/questions/802768/installed-ubuntu-on-surface-book-no-inputs]]

Once ubuntu is loaded need to copy the text into file on SD card so can be copy and pasted with no use of keyboard Ubuntu 16.04 keyboard driver Microsoft surface 2 run in terminal

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


error connecting to server :( so close