Skip to content

Instantly share code, notes, and snippets.

@deshmukhrajvardhan
Last active January 9, 2019 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deshmukhrajvardhan/23e2e220203c335fd2ddf10d135efcb6 to your computer and use it in GitHub Desktop.
Save deshmukhrajvardhan/23e2e220203c335fd2ddf10d135efcb6 to your computer and use it in GitHub Desktop.

Dual boot Ubuntu 18.10 in Dell G5 15

Preparing windows for installation

  1. open msconfig.exe and set safeboot minimal
  2. Reboot and hit F2 to enter the BIOS.
  3. Change the SATA mode to AHCI.;
  4. Disable Secure Boot; Save and reboot
  5. After Windows successfully boots into Safe Mode, disable Safe Mode with msconfig.exe

Things to do in Ubuntu during installation

  1. In this installation we install ubuntu in separate hard drive.
  2. set /root primary partition, /swap and /home logical partition.

Things to do in Ubuntu after installation

  1. Press e and edit grub. Replace quite splash to nomodeset.
  2. Login Ubuntu. Install nvidia drivers from Software and update. Reboot. Have fun!

External screen no detected problem

  1. Install nvidia-dirver-390 and xserver
  2. sudo apt autoremove; sudo apt autoclean; sudo apt-get update; sudo apt-get upgrade
  3. Install lightdm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment