PDA

View Full Version : [SOLVED] Changing BootParameters for Ubuntu12.04 LTS



jkasai
September 2nd, 2012, 09:11 PM
Hi,

Can I please ask for some help regarding making permanent changes to bootparameters? Just installed Ubuntu! Woohoo!...still not sure how to operate, etc.

Installed Ubuntu from a CD, but had to change "quiet splash--" to "irqpoll".
On https://help.ubuntu.com/community/BootParameters it says that I "need to make permanent changes in the file /boot/grub/menu.lst after the installation has completed."
...Not sure how.

Also having problems with finding my wireless.
Looked into "Network" but it only gives me "Wired" and "Network proxy".
Can't find "Wireless" or anything :"(

I would be really and truly grateful if you could help me out!!

Thank you in advance!

M

Bashing-om
September 2nd, 2012, 09:35 PM
jkasai;

Hi ! welcome to the forum.

Firstly: /boot/grub/menu.lst; has been depreciated for the longest time. What version are you attempting to boot?

If you are attempting to install an old version, be advised a lot of changes have transpired, hardware recognition in particular, in latter versions. It is strongly advised to try 12.04 (the current long term support) .

Confirm your version and you will be advised on/how to edit (etc/default/grub), if that remains your desire.


hth <==BDQ

jkasai
September 2nd, 2012, 09:37 PM
Hello!

Thank you so so very much for your reply! :D

I installed the Ubuntu 12.04 LTS...

jkasai
September 2nd, 2012, 09:42 PM
jkasai;

Hi ! welcome to the forum.

Firstly: /boot/grub/menu.lst; has been depreciated for the longest time. What version are you attempting to boot?

If you are attempting to install an old version, be advised a lot of changes have transpired, hardware recognition in particular, in latter versions. It is strongly advised to try 12.04 (the current long term support) .

Confirm your version and you will be advised on/how to edit (etc/default/grub), if that remains your desire.

hth <==BDQ


Sorry, I'm going to sound like a noob but 12.04 is a version right?
As in, did I answer your question right? Woops :$ haha sorry

Bashing-om
September 2nd, 2012, 10:08 PM
jkasai;
Yeah, now we are cooking!


ok all there is to it is open a terminal ctl+alt+t,
1st make backup of grub file

sudo cp /etc/default/grub /etc/default/grub.origenter password in terminal
then in terminal to load the text editor enter:

gksudo gedit /etc/default/grubbe advised that gksudo = graphical sudo required method for all graphical applications from terminal.
input password in pop-up window
The text editor loads up the grub file; in this file locate the line that is similar to this one:
linux /boot/vmlinuz-3.2.0-24-generic root=UUID=dbd69ed2-530c-4409-8f5a-a3f1ea41fc67 ro quiet splash
now make your edits as used in the kernel boot line and save and exit gedit.

to write the changes to the real config file run:

sudo update-grubfrom the terminal ..input password at the terminal prompt.

reboot and should be good to go.

on the wireless..if still having a problem, please open up another thread. (1 fault to the thread to aid those searching for solutions).
regards <==BDQ

jkasai
September 2nd, 2012, 10:26 PM
[QUOTE=
The text editor loads up the grub file; in this file locate the line that is similar to this one:
linux /boot/vmlinuz-3.2.0-24-generic root=UUID=dbd69ed2-530c-4409-8f5a-a3f1ea41fc67 ro quiet splash
[/QUOTE]

Hey! Thank you for such a speedy response! I really appreciate it!

Unfortunately, I can't find a line similar to the one above...
There's one that says:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=" "

:"( not sure what to do.

Does the Command Prompt option that you wrote about below do the same thing as what's being done here on the grub?

Thank you so much for your help btw!! Totally appreciate it! :)

jkasai
September 2nd, 2012, 10:40 PM
Bashing om;

Sorry! Forgot to mention that under the two GRUB_CMDLINE_LINUX lines,

There's:

"Uncomment to enable BadRAM filtering, modift to suit your needs

Uncomment to disable graphical terminal (grub-pc only)

Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux

Uncomment to disable generation of recovery mode menu entries

Uncomment to get a beep at grub start"

etc.

Bashing-om
September 2nd, 2012, 11:47 PM
jkasai;

My apologies... I indicated the line from a different file in my haste. The line you are referencing is correct (I verified it with my installation's grub file) . The one with quiet splash.

Again, sorry for the delay my error caused.


press on! <==BDQ

jkasai
September 2nd, 2012, 11:54 PM
jkasai;

The line you are referencing is correct (I verified it with my installation's grub file) . The one with quiet splash.



Thank you!!!
So I'll just change that to GRUB_CMDLINE_LINUX_DEFAULT="irqpoll"
?

:D thank you!!!

Bashing-om
September 3rd, 2012, 12:15 AM
that will work.... however if you delete the quiet and splash items you boot with the boot messages displayed (and shutdown too) ,,, and boot to a login terminal rather than the gui login. Keep this in mind, but for now I suggest that you leave both quiet and splash in that line too.

remember to save and run sudo update-grub to write the change.


BDQ

jkasai
September 3rd, 2012, 11:44 AM
Thank you so so much Bashing-om!!!
You're the best!

Would it be okay for me to ask you about the wireless problems I'm having too?
Ofcourse in another thread. :)

Thank you so much again!

M

Bashing-om
September 3rd, 2012, 04:32 PM
Thanks!
The other issue will be addressed in another thread. Just start a new one and me or some one else will pick it up...


happy Ubuntuing ! <==BDQ