LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-31-2012, 01:29 AM   #1
lissajous
LQ Newbie
 
Registered: Mar 2012
Posts: 3

Rep: Reputation: Disabled
ASUS Eee PC 4G . Can't download. Forgotten password


Son gave me an ASUS Eee PC 4g. Originally had Windows XP. He installed Ubuntu on it. When I tried to install newer version needed to have administrator password. Son doesn't remember it. Followed instructions on How to Reset Any Linux Password. But--couldn't get past the "splash single" line. The recovery menu didn't come up.
 
Old 03-31-2012, 02:19 AM   #2
Slackyman
Member
 
Registered: Mar 2011
Location: Rome - Italy
Distribution: Slackware 13.1
Posts: 347

Rep: Reputation: 44
Reboot your computer.
Soon after the BIOS screen press and hold the SHIFT key and the grub menu will appear.
Move your selection by arrows keys and choose a "recovery mode" item.
After that you have to choose the "root" option and you will be in the root prompt.
Type
Code:
passwd username
where username is the username of your account and reset your password by chosing another one.
 
Old 03-31-2012, 03:35 AM   #3
lissajous
LQ Newbie
 
Registered: Mar 2012
Posts: 3

Original Poster
Rep: Reputation: Disabled
OK. Got to the recovery mode item, then root option pressed e for edit. Typed in new user name and password after the prompt and hit enter. Back to root option with new username and password. Pressed b to boot. Went through grub, stopped with give root password for maintenance. Not able to type anything after blinking prompt. Says (or type Control D to Continue): That took me back to log-in, tried new username and password, but didn't work. I can still login on my side, but when I tried again to download via the upgrade manager this error message popped up. Failed to run /usr/bin/update-manager '-- dist-upgrade' as user root. The underlying authorization mechanism (sudo) does not allow you to run this program. Contact the system administrator. BTW BIG mahalo for your suggestions.

Last edited by lissajous; 03-31-2012 at 04:01 AM.
 
Old 03-31-2012, 03:38 AM   #4
Slackyman
Member
 
Registered: Mar 2011
Location: Rome - Italy
Distribution: Slackware 13.1
Posts: 347

Rep: Reputation: 44
Try to use "passwd root" with sudo from your normal account.
Code:
sudo passwd root
This would change the root password.
 
Old 03-31-2012, 04:01 AM   #5
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,101
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Wondering if when you go with a Ubuntu Upgrade on a 4 gig SSD drive if it has the room for a Ubuntu dist-upgrade. I run AntiX / on my primary 4 gig SSD and /home on my secondary 16gig SSD on my EEEPC 900. I run as root in terminal

Code:
apt-get update && apt-get dist-upgrade
regularly on my 900 in AntiX since Wed May 04, 2011. I have to clean the cruft and jump through certain hoops to keep my 4 gig SSD install around 3 gigs. Initial install of AntiX Full iso came in at about 2 gigs on a virgin install. AntiX is smaller than Ubuntu as far as I know. So even if you fix the password thing. I'll be curious if it does not fail when you do the upgrade and get a disk space error during it.

In case you want to try something different ,(Debian testing based, rolling release), though you probably are comfortable with Ubuntu and Gnome Desktop. Just throwing my instruction for installing AntiX at you.

http://antix.freeforums.org/antix-11...hed-t3104.html

Last comment in thread was a EEEPC 700 owner.

Last edited by rokytnji; 03-31-2012 at 04:09 AM.
 
Old 03-31-2012, 04:18 AM   #6
lissajous
LQ Newbie
 
Registered: Mar 2012
Posts: 3

Original Poster
Rep: Reputation: Disabled
OK. I have my homework cut out for me. Quite the ignoramus, but will find out what and where sudo is on this ASUS.
 
Old 03-31-2012, 05:36 AM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
1. Start the machine
2. Press and hold the Shift key to get the grub menu
3. Press "e" to edit the boot command line
3. Add init=/bin/bash to the command line
4. Exit the edit mode and press b to boot the system
5. Launch the command passwd YOURUSERNAMEHERE and type in a new password, the cursor will not move or show anything you type in, but this is normal behavior, just type it in nonetheless
6. Type reboot to reboot the machine.
 
Old 03-31-2012, 05:55 AM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,680

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
Ubuntu by default has root locked and it does not have a password. You use your son's user password.
http://www.cyberciti.biz/faq/ubuntu-...ault-password/

I agree with rokytnji that you might not have enough room on the SSD to upgrade.

Last edited by michaelk; 03-31-2012 at 06:05 AM.
 
Old 03-31-2012, 08:48 AM   #9
Slackyman
Member
 
Registered: Mar 2011
Location: Rome - Italy
Distribution: Slackware 13.1
Posts: 347

Rep: Reputation: 44
Yes, you're right, michaelk. I've forget that Ubuntu disable root account by default so the problem could be of disk-space nature or anything else.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Forgotten Password NascarNinja Linux - Newbie 4 11-24-2011 01:20 PM
asus eee password not being recognized Kat03 Linux - Laptop and Netbook 3 11-11-2008 04:06 AM
Asus EEE PC 900 the regular distro vs an eee distro dv502 Linux - General 8 07-28-2008 10:32 AM
LXer: New Asus Eee PC 901 with Atom due late June, but where is the Eee 1000H? LXer Syndicated Linux News 0 06-20-2008 04:20 AM
Forgotten Password Love_0 SUSE / openSUSE 3 08-31-2007 08:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration