Results 1 to 8 of 8
I have just got a used computer from a friend and i installed Ubuntu because i am a new Linux user and i have heard its the simplest one to ...
- 06-08-2010 #1Just Joined!
- Join Date
- Jun 2010
- Location
- Idaho
- Posts
- 3
Having a problem with ubuntu
I have just got a used computer from a friend and i installed Ubuntu because i am a new Linux user and i have heard its the simplest one to use but i installed to my computer as the only operating system and now when i start it up it says this: Error: No such device
a bunch of numbers and letters)
Grub Rescue:
Can anyone tell me what could possibly be wrong
- 06-08-2010 #2
did this problem just start ocurring? did you do a fresh install? did you change any default settings? did your friend mention any odd behaviour in the used computer when he gave it to you? did a different OS work on it without issues?
can you figure out from the error messages what device is not available? can you post the entire error message?
there could be WAY too many things that are wrong to deduce what it is without more information.New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4
- 06-08-2010 #3
are you getting this after you pick ubuntu from the grub menu? sounds like grub has the wrong drive info and it can't find where ubuntu is. if you can get to grub then on the menu line with ubuntu hit 'e' and see what it has assigned for your drive. you could also boot up the livecd and reinstall grub to your drive and see if it will pick it up.
- 06-08-2010 #4
Boot up from Ubuntu LiveCD. Open Terminal and execute this
Post output here.Code:sudo fdisk -l
* Its small L in fdisk -l.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-08-2010 #5Just Joined!
- Join Date
- Jun 2010
- Location
- Idaho
- Posts
- 3
- 06-08-2010 #6Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,946
The error you reported in your original post would seem to indicate Grub is looking for a UUID which no longer exists. In addition to posting the output of fdisk -l as suggested, post the output of blkid command. You could copy the 'bunch of numbers and letter' and see if you have that in the output of your blkid.
Do you know what operating system was on this computer previously?
- 06-08-2010 #7Just Joined!
- Join Date
- Jun 2010
- Location
- Idaho
- Posts
- 3
Here is the result:
Disk /dev/sda: 40.0 gb 40020664320 bytes
255 heads, 63 sectors, 1 track, 4865 cylinders
Units = cylinder of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/0 size (minimal/optimal): 512 bytes / 512bytes
Disk identifier 0x17f417f4
Device boot Start End Blocks id System
/dev/sda1 * 1 4660 37431418+ 83 linux
/dev/sda2 4661 4865 1646662+ 5 extended
/dev/sda3 4661 4865 164663182 82 linux swap/Solarris
unable to seek on /dev/sdb
- 06-08-2010 #8
Execute this
Post output of cat command here.Code:mkdir ubuntu sudo mount /dev/sda1 ubuntu cat ubuntu/etc/fstab
Post output of sudo blkid command, as suggested by yancek.
Code:sudo blkid
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
