ubuntu:boot:fix_boot_problems
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:boot:fix_boot_problems [2019/11/25 22:42] – created peter | ubuntu:boot:fix_boot_problems [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Boot - Fix Boot Problems ====== | + | ====== |
===== Black screen after installation of the closed non-free Nvidia driver ===== | ===== Black screen after installation of the closed non-free Nvidia driver ===== | ||
Line 58: | Line 58: | ||
Now you can configure your screens properly, with this handy tool from Nvidia. As follows: | Now you can configure your screens properly, with this handy tool from Nvidia. As follows: | ||
- | + | * Click on "X Server Display Configuration" | |
- | - Click on "X Server Display Configuration" | + | |
- | + | | |
- | - On the right: click on the tab Display (probably open already) | + | |
- | + | | |
- | - Resolution: | + | |
- | + | | |
- | - Choose the screen resolution that you want | + | |
- | + | ||
- | - Click on "Save to X Configuration File" | + | |
- | + | ||
- | - Click on "Save and exit" | + | |
- | + | ||
- | - Do a full reboot of your computer. Now the screen resolution should be right. | + | |
---- | ---- | ||
Line 102: | Line 95: | ||
- | Now shut your computer down (do not reboot!). Turn it on again, and after logging into your user account, try to reboot it. This should work now. | + | Now shut your computer down (do not reboot!). |
+ | |||
+ | Turn it on again, and after logging into your user account, try to reboot it. | ||
+ | |||
+ | This should work now. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Add Profile ti Grub ===== | ||
+ | |||
+ | The ' | ||
+ | |||
+ | <code bash> | ||
+ | sudo vi / | ||
+ | </ | ||
+ | |||
+ | Replace | ||
+ | |||
+ | <file bash / | ||
+ | GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” | ||
+ | </ | ||
+ | |||
+ | with: | ||
+ | |||
+ | <file bash / | ||
+ | GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash profile”. <-- Don't forget the quotes. | ||
+ | </ | ||
+ | |||
+ | save and exit. | ||
+ | |||
+ | <code bash> | ||
+ | sudo update-grub && sudo update-grub2 | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Disk issues stopping a proper boot ===== | ||
+ | |||
+ | Boot to the GRUB menu. | ||
+ | |||
+ | Choose Advanced Options. | ||
+ | |||
+ | Choose Recovery mode. | ||
+ | |||
+ | Choose Root access. | ||
+ | |||
+ | At the # prompt, type: | ||
+ | |||
+ | <code bash> | ||
+ | sudo fsck -f / | ||
+ | </ | ||
+ | |||
+ | Repeat the fsck command if there were errors. | ||
+ | |||
+ | type | ||
+ | |||
+ | <code bash> | ||
+ | reboot | ||
+ | </ | ||
ubuntu/boot/fix_boot_problems.1574721731.txt.gz · Last modified: 2020/07/15 09:30 (external edit)