By Sheldon L | Published at 2019-10-17 | Updated at 2019-10-20 |
C:/
in the drive (named a
)a
for install bootFree Space
in another drive (named b
)lsblk # find the location of usb, says 'sdc1'
sudo umount /dev/sdc1 # unmount
lsblk # must see the output without mount point in front of `sdc1`
sudo dd bs=4M if=~/Downloads/debian-10.1.0-amd64-netinst.iso of=/dev/sdc conv=fdatasync
Install along with win10
or Reinstall Ubuntu
Other Selection
4 Must Spaces (Free all old ubuntu’s space if ubuntu had been installed before):
Space | Partion | Format | Location | Size |
---|---|---|---|---|
/boot | Primary | ext4 | a |
about 1 G |
/ | Logical | ext4 | b |
20 - 40 G |
swap | Logical | swap | b |
about 8 G |
/home | Logical | ext4 | b |
all remained |
sudo lshw -C display
sudo apt purge nvida*
ubuntu-drivers devices # see recommended driver
add-apt-repository ppa:graphics-drivers/ppa # ppa
apt install nvidia-driver-390
lspci | egrep 'VGA|3D'
apt install nvidia-prime # NVIDIA's solution to implementing Optimus usability on Linux.
reboot
nvidia-smi