Results 21 to 24 of 24
I believe that if you change the order of the kernels in menu.lst that it will select the kernel at the top of the list....
- 08-19-2009 #21Linux User
- Join Date
- May 2009
- Location
- Big River, Sask, Canada
- Posts
- 342
I believe that if you change the order of the kernels in menu.lst that it will select the kernel at the top of the list.
Registered Linux User #420832
- 08-20-2009 #22Linux Newbie
- Join Date
- Aug 2009
- Posts
- 132
How do you change the order?
- 08-20-2009 #23Linux User
- Join Date
- May 2009
- Location
- Big River, Sask, Canada
- Posts
- 342
Open a terminal:
You will probably have to use su to become root. Then use a text editor such as joe, nano pico or vi :Code:cd /boot/grub
Cut the paragraph containing the old kernel (lower number) and paste it above the new one. Then save and quit.Code:nano menu.lst
so that you are not running as root anymore. Same again to close terminal.Code:exit
Registered Linux User #420832
- 08-20-2009 #24Linux Newbie
- Join Date
- Aug 2009
- Posts
- 132
That did it! now is boots into the old working kernel automatically. Still I wonder why it loads so slow, maybe it's all those updates.
And I still need to fix that wireless card!


Reply With Quote
