Donate SIGN UP

ubuntu boot problem

Avatar Image
joe.s-b | 12:09 Sat 21st Feb 2009 | Computers
11 Answers
I have installed Lynux Ubuntu alongside
Windows XP. They both work corectly but Ubuntu always boots unless I make sure that I select Windows each time I start up. I have used a recommended method to change this using Ubuntu, Applications, Accessories, Terminal then typing sudo gedit/boot.grub.menu.1st. This file is not recognised by Lynux so any ideas please. This is not serious but a real nuisance when I forget to select correct boot on start-up
Gravatar

Answers

1 to 11 of 11rss feed

Best Answer

No best answer has yet been selected by joe.s-b. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
sudo gedit/boot.grub.menu.1st

is totally wrong!

Open the terminal and type the following

sudo gedit /boot/grub/menu.lst
Question Author
Thank you ChuckFikens. I did in fact use / and not . to access the file. When I posed my query the / and . got mixed due to careless typing. However Ubuntu did not access the file but sent password@password-desktop (Password is not my password of course) However i inputted my correct password but Ubuntu did not accept this command so I.m still lost.
Hmmm, works on mine!

Try this instead (though it should be doing excatly the same thing)

goto the terminal and type (press enter after each line)

cd /
cd boot
cd grub
sudo gedit menu.1st
Hi,
I installed Ubuntu alongside XP some time ago.
the trouble I had was that it filled the screen, and I had difficulty doing anything with it. I have since uninstalled it but am sorry to do so because i believe Linux should be better than windows.
any helpful advice much appreciated.
Question Author
Thank again. Whatever I input I get 'command not found'. I think that I will sleep on this. I am certainly not alone in finding unexplained difficulties with Lynux but I'll try again sometime. Cheers.
at what point are you getting command not found?
Question Author
I am getting command not found after I enter the appropriate information which I have checked and had checked several times to ensure that it is correct.
ah yes appropriate information.... always a great help in trying to work out what you may be doing wrong!
Question Author
sorry - I don't understand your last comment.
if you open the terminal and enter the following at what point are you getting command not found? (saying after entering appropriate information is not helpful.... obviously it's not the appropriate information otherwise it would work)

Remember press enter after each line

cd /
cd boot
cd grub
sudo gedit menu.1st

Question Author
Have tried again and this time I get the menu. Now I need to find out what to do with it and how to sue it.. Many thanks so far

1 to 11 of 11rss feed

Do you know the answer?

ubuntu boot problem

Answer Question >>