Results 1 to 3 of 3

Thread: [SOLVED] can't login

  1. #1
    Join Date
    Oct 2008
    Beans
    3

    [SOLVED] can't login

    I just downloaded and installed hardy heron 8.04.1 on my vm. All went well, but I was never prompted for a username and password. I get to the login screen and can't get past that. New to Ubuntu.

  2. #2
    Join Date
    Oct 2008
    Location
    Baltimore, MD
    Beans
    13
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: can't login

    Assuming you're using GRUB as your bootloader in your VM, you can drop into single user mode relatively easily. During boot, press ESC when prompted by GRUB, bringing up the boot menu. Highlight the Ubuntu 8.04.1 entry, tap 'E' to edit the entry. Highlight the line that begins with 'kernel' then add the keyword 'single' to the end of the line. Tap the enter key to return to the listing, and press 'B' to boot the altered entry. (You may want to double check GRUB's documentation, I don't have a PC to test those instructions on).

    If all goes well, the system will begin to boot and drop you to a command line with root access. From there, it's simple.

    Code:
    adduser <user>
    passwd <user>
    Reboot and have fun! If that doesn't work, you could always just try reinstalling. I seem to remember ages ago the Ubuntu installer giving me similar issues.

  3. #3
    Join Date
    Oct 2008
    Beans
    3

    Re: can't login

    Thanks,
    Guess I had a bad install. Reinstalled and works fine

Bookmarks

Posting Permissions

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