Results 1 to 5 of 5

Thread: New netbook

  1. #1
    Join Date
    Mar 2008
    Beans
    138

    New netbook

    Hello... here's my issue, I just got a netbook from a friend. The netbook already has ubuntu 9.04. I want to reset the passwords and users and everything, is there any other way to do this besides reinstalling ubuntu? The netbook is hp and has no cd-rom so it would have to be done with a flash drive. I've tried that but I'm totally lost. Anyone who can help?

  2. #2
    Join Date
    Jun 2006
    Location
    Scotland
    Beans
    893

    Re: New netbook

    Have a look at "How to reset your password in Ubuntu" on http://www.psychocats.net/ubuntu/resetpassword

  3. #3
    Join Date
    Nov 2006
    Location
    UK, London. Wapping.
    Beans
    769
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: New netbook

    Copy any files you want to keep to a usb drive or something.

    If you know the administrator password you can just add a new administrator user in your name and then delete the other users. to do this the easy way do this.

    Go to.

    System/Administration/Users and Groups

    When in Users Settings:

    Unlock

    Add User

    Then Under Account enter the name and password for the new user and in Profile make it Administrator. Now click on User Privileges tab and click on the options you need/want (make sure that Administer the System is ticked) and click OK. Once you've done this log out and log in as the new user. Once logged in you can go to Users and Groups again and delete the users you don't want (DO NOT DELETE THE ROOT USER) once done reboot your computer and login as the new user.

    After this there will still be the home directories of the other users you can delete these by going to:

    Places/Computer and clicking on the Filesystem icon then home here you will see your home folder and those of the other users and a lost+found folder. you can delete all these except lost+found, root, and your own home folder.

    All this could be done from the command line also. You may need to use the command line to remove the previous admin users home folder. To do this follow these commands very carefully.

    sudo rm -r /home/ayenack "where ayenack is the name of the previous admin account" This is a dangerous command so be careful. You could just leave the other home folders alone.
    Last edited by ayenack; June 6th, 2009 at 08:30 PM.
    The Other Ubuntu Search Engine touse
    Before following advice look at this.

  4. #4
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: New netbook

    Or you could do a brand new install using unetbootin.

    Assuming you are using 9.04
    Code:
    sudo apt-get install unetbootin
    Download the 9.04 ubuntu iso from here

    Launch unetbootin from applications > system tools (I think)

    Unmount and unplug any usb storage device except for the one you want to use to install from.

    Check the disk image spot halfway down and browse to your newly downloaded iso.

    Just to be utterly sure type
    Code:
    sudo fdisk -l
    and check that the imformation in the output matches what is in the Drive box in the unetbootin gui (second from left at the bottom).

    Click ok and wait for the magic.

    Reboot and enter your bios (usually by pressing escape or one of the F buttons). Have a mess about in the menus till you find something about boot and change it to boot from usb.

    Away you go.

  5. #5
    Join Date
    Dec 2008
    Location
    UK
    Beans
    589
    Distro
    Ubuntu Mate 22.04 Jammy Jellyfish

    Re: New netbook

    Or you could do a brand new install using unetbootin.
    9.04 should have the 'imagewriter' application installed already, that's what I used to make a USB install. I think it's on the system/admin menu (not at Ubuntu PC currently so I can't check).

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
  •