Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 1.36 KB

README.md

File metadata and controls

68 lines (48 loc) · 1.36 KB

Linux

Overview

Health Check

  • Network: Wifi/Eth
  • Audio: Speakers/Headset/Mic
  • Other: Brightness, Battery, Touchpad, Mouse, Webcam
  • Dual-Boot: Does this affect other checks?

Note: The zenbook audio gets messed up due to the dual boot.

  • Option 1: Shut down Windows completely before starting Ubuntu.
  • Option 2: Disable fast-boot for Windows (not sure if it works).

Setup

See the installation document.

Resources:

TODO:

Troubleshooting

grub-repair

First, install both Windows and Linux and modify the BIOS to only allow UEFI boots.

Boot from a linux live CD, install boot-repair and use it.

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt install  boot-repair
boot-repair

nvidia

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt install nvidia-driver-440 nvidia-settings

Xorg

Check for Xorg login errors:

cat ~/.local/share/xorg/Xorg.0.log | grep EE