Logo 
Search:

Unix / Linux / Ubuntu Forum

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds

Edit Boot Order

  Date: Dec 13    Category: Unix / Linux / Ubuntu    Views: 318
  

I'm trying to follow the instructions to change the boot order on a dual
boot system that are listed here.
https://help.ubuntu.com/community/GrubHowto/ChangeDefaultOS

I copy this line into the terminal

sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup

then paste it into the Terminal and hit enter. I get this message

[sudo] password for mossj:

I try to type in my password but nothing happens. I know the keyboard is working
when the terminal is open because I can type other stuff.
I just cannot type my password after I paste the aforementioned command.

What am I doing wrong?

Thanks for any help or ideas to overcome this problem.

Share: 

 

8 Answers Found

 
Answer #1    Answered On: Dec 13    

You're not doing anything wrong! For security reasons, the
Terminal does not show your password as you type it. Just
hit return when you have typed it in and you will be good to go.

 
Answer #2    Answered On: Dec 13    

That worked fine. Now when I try to save the file after I
edit it I get this error:

You do not have the permissions necessary to save the file. Please check
that you typed the location correctly and try again.

How do I get the necessary permissions? I am the only user on my home
PC.

 
Answer #3    Answered On: Dec 13    

you need to call the editor with root permission. "sudo gedit
text.file" in the terminal you will be prompted for your password.

assuming gnome you can install nautilus-gksu from the repositories whch
will give you "open as administrator" as a right click option. lets
you bypass the terminal for some things but still need to enter
password.

 
Answer #4    Answered On: Dec 13    

You may be the only user but that doesn't cut any ice with Linux! You have
to be root (or equivalent) to do anything that changes the operating system.
In a terminal type sudo bash, then your password when prompted. Edit the
file by starting the editor from that prompt so it will save with root
priviledges. If that doesn't allow you to save it there must be another
problem with the file permissions.

 
Answer #5    Answered On: Dec 13    

What do you mean nothing happens, did you cd to /grub/boot and ls to see if
the file was created ? Linux often just does what you ask it to without the
fanfare you might be used to in windows. I suspect it has done exactly as you
asked and has created the file for you :)

 
Answer #6    Answered On: Dec 13    

I am sure someone has already told you this but nothing shows as
you type the password. You just type your password and hit the ENTER
key and you will have root privileges.

 
Answer #7    Answered On: Dec 13    

The command you typed or copied in this case gives you a copy of the
menu.lst file called menu.list_backup This is only part of the job,
you will now cd /boot/grub/ Then you will open the menu.lst with
gedit by typing sudo gedit menu.lst

once again you will be asked for your password then the gedit editor
will open with the file you need to modify. A full set of instructions
have been commented out all you have to do is follow them and your
boot order will be changed.

 
Answer #8    Answered On: Dec 13    

Just hit enter after you type in your password. You will not see the
password you typed in

 
Didn't find what you were looking for? Find more on Edit Boot Order Or get search suggestion and latest updates.




Tagged: