Announcement

Collapse
No announcement yet.

password oem installation

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    password oem installation

    Hi!
    in the log in screen,when i start for the first time, kubuntu ask me log in and password, but in the installation i have set up no password and user...
    there is some default user and password?

    #2
    Re: password oem installation

    No. You should have been asked for one at the end of the installation.

    To be able to log-in without an user you should select safe mode in the Grub menu. This is the first menu that you see at boot, where you can choose what OS to boot. If you don't see it just hit ESC while booting.

    You will be dropped in a command line mode. To know the default user name, just type:

    Code:
    # cat /etc/passwd | grep 1000
    You can't see the password but you can set a new one with the following command if you know the user name:

    Code:
    # passwd username
    Put the user name discovered in the above step instead of username.

    Now reboot and try to login.

    Javier.

    Comment


      #3
      Re: password oem installation

      thanks!

      Comment

      Working...
      X