You have to edit your grub. Please make a backup: sudo cp /etc/default/grub /etc/default/grub.backupThe setting is only useful if you have a graphic card on an Intel Sandy Bridge CPU.
If I try to shutdown my computer it simply takes me back to the login-screen.
I looked around and found :
Type in terminal:
1. sudo gedit /etc/default/grub
2. Find the line: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
3. Change this to: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force"
4. Save the file and close the file.
5.
And it does not start in recovery mode too, I only can load in CLI mode, folowing this, but i dont know what to do next. So, some description.
If you have a low screen resolution at starting up Ubuntu 10.04 after installing graphics drivers,you can try following method to set the boot screen resolution to what you want.
First,edit /etc/default/grub file in with this command Applications->Accessories->Terminal:
sudo gedit /etc/default/grub
add this line into the end,and save the file:
GRUB_GFXPAYLOAD_LINUX=1024x768x32
here change 1024
I am running Ubuntu 12.04.
I cannot for the life of me get the grub menu (with options) to go away.
I would like it to auto-boot into the first option.
Switch to a virtual console - Ctrl+Alt+F2, log in and edit the file '/etc/default/grub' as administrator:sudo nano /etc/default/grubChange the line:GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"to:GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"Save the file and exit- Ctrl+x Y enterThen, run this command to update grub with the new options:sudo update-grubFinally, reboo
I have a dell inspiron with 128mb of ram with a busted harddrive. It will only boot into text mode efficiently. I am looking for a way to make Start slax text mode my default selection when I boot it.
also I am running slax from a flashdrive with no means of installing it to the laptop hdd
I am currently using SolusOS and it is really a great distro in my opinion. However, the default grub timeout of SolusOS is too short for my need, only 5 seconds. And since I have 3 other Linux distros and Windows 7 installed on my laptop, I need a longer grub timeout for me to select the operating system I want to use.
After fresh 12.04 install my screen was stuck at 1024X768 and Unity only worked in 2D. I fixed those problems by a simple grub edit:
1. Open Terminal and type:
gksudo gedit /etc/default/grub
2. a text editor will open with the grub configuration file.