ubuntu:boot:fix_boot_problems
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:boot:fix_boot_problems [2019/12/11 23:51] – peter | ubuntu:boot:fix_boot_problems [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
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. | ||
---- | ---- | ||
Line 116: | Line 113: | ||
Replace | Replace | ||
- | <code> | + | <file bash / |
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” | GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” | ||
- | </code> | + | </file> |
with: | with: | ||
- | <code> | + | <file bash / |
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash profile”. <-- Don't forget the quotes. | GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash profile”. <-- Don't forget the quotes. | ||
- | </code> | + | </file> |
save and exit. | save and exit. | ||
Line 137: | Line 134: | ||
===== Disk issues stopping a proper boot ===== | ===== Disk issues stopping a proper boot ===== | ||
- | Boot to the GRUB menu | + | Boot to the GRUB menu. |
- | choose | + | |
- | choose | + | Choose |
- | choose | + | |
- | at the # prompt, type sudo fsck -f / | + | Choose |
- | repeat | + | |
- | type reboot | + | Choose |
+ | |||
+ | At the # prompt, type: | ||
+ | |||
+ | <code bash> | ||
+ | sudo fsck -f / | ||
+ | </ | ||
+ | |||
+ | Repeat | ||
+ | |||
+ | type | ||
+ | |||
+ | <code bash> | ||
+ | reboot | ||
+ | </ | ||
ubuntu/boot/fix_boot_problems.1576108276.txt.gz · Last modified: 2020/07/15 09:30 (external edit)