Results 21 to 30 of 33
Originally Posted by TheBlackDahlia
Gsku command not found.
No gksu ?
You're sure? gksu is part of the default install...
Then
Code:
sudo apt-get install gksu
(it will ask for ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-02-2006 #21No gksu?
Originally Posted by TheBlackDahlia
You're sure? gksu is part of the default install...
Then
(it will ask for your Ubuntu CD I guess).Code:sudo apt-get install gksu
Then try again.
If that doesn't work just try another editor...
orCode:sudo nano /boot/grub/menu.lst
Code:sudo pico /boot/grub/menu.lst
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-02-2006 #22Just Joined!
- Join Date
- May 2006
- Posts
- 17
OK sudo nano works, lemme try the commands in here.
- 05-02-2006 #23Just Joined!
- Join Date
- May 2006
- Posts
- 17
I don't see any lines like
Code:# defoptions=
- 05-02-2006 #24Yes, there is one.
Originally Posted by TheBlackDahlia
Maybe it looks more like that:
But, whatever the exact line is, there is only one beginning withCode:# defoptions=quiet splash
Code:# defoptions=
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-02-2006 #25Just Joined!
- Join Date
- May 2006
- Posts
- 17
I checked, there is definitely no # defoptions. I even did the CTRL + W to search and it didn't find any defoptions.
- 05-02-2006 #26Sorry then, I guess Ubuntu 5.10 uses an old version of Grub.
Originally Posted by TheBlackDahlia
Check for line like that then:
Code:# kopt=root=/dev/hda6 ro
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-02-2006 #27Just Joined!
- Join Date
- May 2006
- Posts
- 17
OK that sounds more familiar. What should I do with that line?
- 05-02-2006 #281)Add "acpi=off" at the end, so it looks something like that:
Originally Posted by TheBlackDahlia
2)Then save the file, and exit the text editor.Code:# kopt=root=/dev/hda6 ro acpi=off
3)Update grub:
4)RebootCode:sudo update-grub
It should work like that."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-02-2006 #29Just Joined!
- Join Date
- May 2006
- Posts
- 17
OK cool I found it. I did what you said and am now rebooting.
I got in, and still can't get on the net.
- 05-02-2006 #30
Then try the solution posted here by "jamesr":
http://www.ubuntuforums.org/archive/.../t-131034.html
Essentially check if /etc/network/interfaces is ok."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee


Reply With Quote
