Changes
Jump to navigation
Jump to search
← Older edit
Grub2
(edit)
Revision as of 19:12, 4 September 2018
652 bytes added
,
19:12, 4 September 2018
no edit summary
Line 25:
Line 25:
sudo apt-get install -y boot-repair
sudo apt-get install -y boot-repair
boot-repair
boot-repair
+
+
== Ubuntu server resolution ==
+
Edit /etc/default/grub and set:
+
GRUB_CMDLINE_LINUX_DEFAULT="splash vga=789" ??
+
GRUB_CMDLINE_LINUX_DEFAULT="splash vga=792" # 1024x768@24bit
+
Save and run:
+
sudo update-grub
+
sudo reboot
+
+
== Permanently add options to grub linux line ==
+
This is needed to fix a bug on raedon
+
Edit /etc/default/grub and add nomodeset to GRUB_CMDLINE_LINUX_DEFAULT:
+
<nowiki>GRUB_DEFAULT=0
+
GRUB_HIDDEN_TIMEOUT=0
+
GRUB_HIDDEN_TIMEOUT_QUIET=true
+
GRUB_TIMEOUT=5
+
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
+
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
+
GRUB_CMDLINE_LINUX=""</nowiki>
+
+
Save and run:
+
sudo update-grub
Rafahsolis
Bureaucrats
,
Administrators
2,306
edits
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
Special pages
Printable version