Find the answer to your Linux question:
Results 1 to 4 of 4
ok...i'm a noob at linnux and i'm in a administration class for central campus in Des Moines IA, well no one knows how to use Linnux so we have to ...
  1. #1
    Just Joined!
    Join Date
    Nov 2006
    Posts
    4

    Boot Manager Password

    ok...i'm a noob at linnux and i'm in a administration class for central campus in Des Moines IA, well no one knows how to use Linnux so we have to teach ourselves...i'm running SUse. 10.1 and i'm trying to set a boot password for windows from the grub shell...well i typed the password and it says to paste the encrypted code into the global section of the menu.1st file. well i cannot find the menu.1st file in...could someone please tell me how to get to that file...i already searched for it...it didn't come up as anything

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    menu.lst file is in /boot/grub folder.

    EDIT : its not menu.1st (first). its menu.lst (.LST)



    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Nov 2006
    Posts
    4
    that didn't work...it won't let me change anything in the document...could someone please explain to me why this isn't working the way the book is telling me to do it

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    you must be root to edit system files.

    type this code in terminal/konsole
    Code:
    su -
    gedit /boot/grub/menu.lst
    su - command gives root privileges. be very careful while editing system files.




    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...