LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-14-2011, 03:46 PM   #1
oznola
Member
 
Registered: Mar 2010
Location: las vegas, nv
Distribution: debian etch, kubuntu, mac osx 10.51, vista
Posts: 65

Rep: Reputation: 15
Unhappy error: hd0 out of disk. (???)


hi,

i am getting this error when i boot to ubuntu 11.04 (error: hd0 out of disk). previously the machine was running fine. its running a gateway t-series notebook

so i hit "any key" to continue and when i do get the ubuntu splash screen it says it can't find / and /tmp (or they are not ready) and seems to hang here with the five indicators changing from orange to white under the logo for awhile.

went through the reboot similar to the above but now it has dumped me out to the terminal with prompt root@<hostname>:~#...



please advise.

thank you.

Last edited by oznola; 05-14-2011 at 05:02 PM.
 
Old 05-15-2011, 09:50 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,260

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
I have had this. In my case I would be running, and out of the blue I'd get
hda: not found
hdb: not found

and it would sit there, uncrashed, but unable to do anything. It was hardware. Guaranteed Logic low on a 5V logic circuit is under 0.8V; Guaranteed Logic high is above 2.0V; in between is a 'twilight zone' of maybe logic levels. I was losing clear signals, so what one end thought was a logic level was not seen by the other as that same logic level.

Does it happen from cold?
 
1 members found this post helpful.
Old 05-15-2011, 10:28 AM   #3
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
Two possibilities come to mind.
First - hd0 out of disk
If the Ubuntu partition is so full that it can't load the temporary graphical environment files into /tmp, the system can't boot all the way into runlevel 5. It can only go to runlevel 1 or 3 (text mode).

Run "du -h /" (disk usage) or "df -h /" (disk free) to see how much free space you have in the partition.

Second - cant' find / or /tmp
An error in the grub config file would make it impossible to find / (and consequently /tmp). For example, if the grub.cfg says "root (hd0,0) followed by root=/dev/hda3 in the kernel line, there is a discrepancy. One line say root is in the first partition of the first hard drive, the other says root is in the third partition of the first hard drive.

To try to resolve that issue, or to eliminate that possibility, please show the output of "fdisk -l" (and indicate which partition is Ubuntu) and the menu entries from /boot/grub/grub.cfg. We don't need to see the entire grub.cfg file; just the menu stanzas.
 
Old 05-15-2011, 02:10 PM   #4
oznola
Member
 
Registered: Mar 2010
Location: las vegas, nv
Distribution: debian etch, kubuntu, mac osx 10.51, vista
Posts: 65

Original Poster
Rep: Reputation: 15
hello and thank you for your replies.

i have reinstalled 10.10. regrettably there are still some issues with the login screen but no more "out of disk." errors.


i have reason to believe its a hardware error. this machine has a bad memory slot and subsequently may have build quality issues beyond the bad slot.

perhaps having a bad slot is be causing voltage control problems elsewhere.

i am going to see how it does with 10.10 again.

i hope i don't have to junk the hardware.
 
Old 05-16-2011, 03:18 AM   #5
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,260

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Trust me, if you have a bad ram slot, one of your major asics is gone. That spreads in the chip. Buy a motherboard. Usually, 90%+ of those connections go to BOTH ram slots.
 
1 members found this post helpful.
Old 05-16-2011, 05:22 AM   #6
oznola
Member
 
Registered: Mar 2010
Location: las vegas, nv
Distribution: debian etch, kubuntu, mac osx 10.51, vista
Posts: 65

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by business_kid View Post
Trust me, if you have a bad ram slot, one of your major asics is gone. That spreads in the chip. Buy a motherboard. Usually, 90%+ of those connections go to BOTH ram slots.
there is a place selling service manuals here http://www.mpcdrivers.com/servicemanuals.html
for $8.95. can i obtain this for free anywhere? (for a gateway t-series notebook)

please advise.

thank you.
 
Old 05-16-2011, 06:02 AM   #7
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Quote:
Originally Posted by oznola View Post
there is a place selling service manuals for $8.95. can i obtain this for free anywhere?
I'm afraid not. If they sell it, maybe they have a kind of copyright over their material, so that you can't find the same for free, unless illegally. From their home page, the service manuals
Quote:
usually contain the original Owners/Users guides for the series, all cases, and include instructions and photographs for complete component removal including the motherboard.
If you can stick with the official product documentation from Gateway (plenty of them on their site) you can download it for free. If you need/want the added value provided from the service manuals, the only way is to pay for them. Not to mention LQ is not the right place for asking this kind of questions!
 
Old 06-27-2012, 09:00 AM   #8
kunfuTUX
LQ Newbie
 
Registered: Jun 2012
Posts: 1

Rep: Reputation: Disabled
Ello,

I had the same error....

When i changed my HDD settings in my bios from IDE to AHCI the problem was solved I should say that the problem occurred whit a SSD not a HDD.

Hope it helps, good luck!

kunfuTUX
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] HP laptop: "Non-System Disk Error or Disk Error" after BIOS update cgorac Linux - Laptop and Netbook 1 04-16-2010 03:34 PM
fatal error - grub cant be written to hd0 PlaneCharlie Linux - Newbie 2 12-02-2007 12:04 AM
rootnoverify (hd0,1) error after installing FC5 crmpicco Linux - Newbie 18 02-17-2007 03:04 PM
Failure to Dualboot with Mepis and Windows ; Error message of 'rootnoverify (hd0,1)' blooperspree Linux - Software 1 11-02-2006 06:08 AM
hd0 simple Linux - Newbie 3 07-29-2005 06:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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