LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 12-23-2010, 05:42 AM   #1
tamlabam
LQ Newbie
 
Registered: Dec 2010
Location: Portsmouth
Distribution: Ubuntu 10.10
Posts: 4

Rep: Reputation: 0
Smile Ubuntu 10.10 asking for login which I don't know on black screen


Following a motherboard failure I have used a cobbled together system and the only constant is the HD with Ubuntu 10.10 as operating system. the computer fires up OK but I am presented with a black screen and request for login and password see below:

Mountall: Disconnected from Plymouth [OK]

Ubuntu 10.10 Kids tty1

Kids login:

The computer is primarily for the kids hence the kids. I can't remember creating a login (when I installed Ubuntu) only a password - which I do remember

can anyone help BTW I really am a NEWBIE like thick
 
Old 12-23-2010, 06:10 AM   #2
nocountryman
Member
 
Registered: Dec 2009
Location: Bulgaria for now :)
Distribution: Fedora 14
Posts: 60

Rep: Reputation: 3
change the boot option in grub so that ubuntu starts in init 1, add this after all that you have in your kernel param:

(when you see the grub menu with options which kernel to select (you can simply hit UP or DOWN arrows on the keyboard when you start the PC, after BIOS) select the (norammaly) top option (latest kernel) > hit E on the keyboard, select the line with the kernel hit E add the line below > hit enter > hit B)

init 1

this will start your system in init 1.
from there you could set/change a password for any account including root/kids and etc

say:
passwd kids > hit enter > set password > reboot

Last edited by nocountryman; 12-23-2010 at 06:13 AM.
 
Old 12-23-2010, 07:02 AM   #3
tamlabam
LQ Newbie
 
Registered: Dec 2010
Location: Portsmouth
Distribution: Ubuntu 10.10
Posts: 4

Original Poster
Rep: Reputation: 0
Unhappy

thanks for the reply nocountryman, like the name. unfortunately I cant change the boot option in grub as I don't know how to get into grub (which I have only a vague understanding of), as I seem to be stuck in the login password conundrum, like I said I am thick but keen
 
Old 12-23-2010, 07:43 AM   #4
nocountryman
Member
 
Registered: Dec 2009
Location: Bulgaria for now :)
Distribution: Fedora 14
Posts: 60

Rep: Reputation: 3
SO see the attachment. this is the menu you should get to edit the grub boot option.

to get to that menu keep tapping on the UP or Down key on your keyboard right after you see the initialized HDD's in bios.. simply not right after you start PC but just abit after.

so youll get that menu you need to hit E button.
you will see something like that (but only for with your distro details.) :


title Fedora (2.6.35.9-64.fc14.i686)
root (hd0,0)
kernel /vmlinuz-2.6.35.9-64.fc14.i686 ro root=/dev/mapper/ncmsrv-root rd_LVM_LV=ncmsrv/root rd_LVM_LV=ncmsrv/swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=uk rhgb quiet nouveau.modeset=0 rdblacklist=nouveau
initrd /initramfs-2.6.35.9-64.fc14.i686.img

on this line add:

kernel /vmlinuz-2.6.35.9-64.fc14.i686 ro root=/dev/mapper/ncmsrv-root rd_LVM_LV=ncmsrv/root rd_LVM_LV=ncmsrv/swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=uk rhgb quiet nouveau.modeset=0 rdblacklist=nouveau init 1

Hit enter. > Hit B key to boot
Attached Thumbnails
Click image for larger version

Name:	grubhoucemhachicha.png
Views:	69
Size:	96.9 KB
ID:	5617  
 
Old 12-23-2010, 08:11 AM   #5
nocountryman
Member
 
Registered: Dec 2009
Location: Bulgaria for now :)
Distribution: Fedora 14
Posts: 60

Rep: Reputation: 3
Just note that its possible that even after you reset the password, its not going to help... if you are presented with console instead of the GUI (gnome/kde desktop env.)
it could be the that graphical interface cant start possibly coz of the different video device.

but thats just a possibility. first reset the password. then if possible attach a screenshot of what you get
 
Old 12-23-2010, 12:02 PM   #6
tamlabam
LQ Newbie
 
Registered: Dec 2010
Location: Portsmouth
Distribution: Ubuntu 10.10
Posts: 4

Original Poster
Rep: Reputation: 0
Talking

I can get onto my desktop now in low graphics but my mouse wont work and nor my keyboard strange! I can log in with the keyboard but once in it wont work. i can understand my mouse as it is an old mobo and does not have usb2 and I cant find an old ps/2 mouse oh dear oh dear oh dear, i will preserver and not return to the darkside thanks for hanging in there. cheers andy
 
Old 12-23-2010, 03:17 PM   #7
tamlabam
LQ Newbie
 
Registered: Dec 2010
Location: Portsmouth
Distribution: Ubuntu 10.10
Posts: 4

Original Poster
Rep: Reputation: 0
Thumbs up Got there

thanks alot nocountryman.

got there in the end.

cheers

andy
 
Old 12-24-2010, 12:56 AM   #8
nocountryman
Member
 
Registered: Dec 2009
Location: Bulgaria for now :)
Distribution: Fedora 14
Posts: 60

Rep: Reputation: 3
If you still cant:
Quote:
I can get onto my desktop now in low graphics but my mouse wont work and nor my keyboard strange! I can log in with the keyboard but once in it wont work. i can understand my mouse as it is an old mobo and does not have usb2 and I cant find an old ps/2 mouse oh dear oh dear oh dear, i will preserver and not return to the darkside thanks for hanging in there. cheers andy
Go to /etc/X11/ and backup your xorg.conf

Change to Init 3 mode

in console as root type:

Quote:
init 3
or
Quote:
telinit 3
(same thing pretty much)

Then again as root run:
Code:
X -configure

That will reinitialize you display and keyboard and mouse. at least it should

Cheers

Last edited by nocountryman; 12-24-2010 at 01:00 AM.
 
1 members found this post helpful.
  


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
Ubuntu 10.04 encounters black screen on login HMARS Linux - Laptop and Netbook 3 05-02-2010 06:21 PM
Black screen (power saving) is not coming up on login screen Metaleks Red Hat 1 11-24-2008 04:05 PM
Black Screen instead of Login screen in Graphical Mode synkronus SUSE / openSUSE 8 05-04-2007 08:17 AM
Help! Black screen instead of login screen! Intel integrated graphics coolblue SUSE / openSUSE 10 05-03-2007 05:30 PM
Etch - Occasionally black screen just before login screen coolblue Debian 3 04-18-2007 09:10 PM

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

All times are GMT -5. The time now is 03:25 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