Debian Linuxin salasanat

Discussion in 'Linux -keskustelu' started by nevalsa, Jun 3, 2005.

  1. nevalsa

    nevalsa Member

    Joined:
    Jun 3, 2005
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    11
    Tein täysin aloittelijan mokan asentaessani Debiania(aloittelija tosin olenkin..)eli en kirjoittanut ylös käyttäjätunnusta&salasanaa, en muista myöskään rootin salasanaa. Muistaako kukaan määritelläänkö rootille oma käyttäjätunnus? Se voisi vähän auttaa asiaa... Tai onko mítään keinoa päästä kirjautumaan sisään ilman salasanaa. Käyttäjätunnuksen varmaankin muistan... Yritin myös aloittaa cd-asennusta alusta, mutta kone ei enää buuttaakaan cd-asemalta. Löytyisikö tähän vinkkiä viimeisenä apukeinona :-(
     
  2. Kullerwo

    Kullerwo Regular member

    Joined:
    Apr 15, 2005
    Messages:
    128
    Likes Received:
    0
    Trophy Points:
    26

    copyright@ownright

    GRUB:

    1. Select linux in OS menu from grub screen and press e
    2. Choose the kernel image and press e again.
    3. Append the word single to the end, hit enter, type b hit enter.
    4. Type: passwd root
    5. Follow the prompts to change the password.
    6. Type: sync; reboot

    LILO:

    1. Boot your machine, then at the LILO prompt enter:linux single
    2. Type: passwd root
    3. Follow the prompts to change the password.
    4. Type: sync; reboot

    Other way:

    1. boot your system with the Live CD, use the root account to log in.
    2. mount your "/" partition from the harddisk
    3. open konsole and type "chroot /mnt/partitionname /bin/bash" where, of course, the partition name is the "/" partition name (e.g. chroot /mnt/hda2 /bin/bash)
    4. type "passwd" and input a new password
     

Share This Page