LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise
User Name
Password
Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise.

Notices


Reply
  Search this Thread
Old 10-13-2012, 04:17 PM   #1
apocalypschild
LQ Newbie
 
Registered: Oct 2012
Posts: 3

Rep: Reputation: Disabled
System tries to boot and I get a Kernel Error


I am trying to help a small company with their graphics editing rig. Its a prebuilt rig from AutoDesk running Enterprise Linux Ver. 4. The machine is a HP xw9400 with 2 dual core AMD opterons, 8gb RAM. When I boot the computer and Linux begins its booting process I get this error line:

Creating root device
mkrootdev: label /1 not found
Mounting root filesystem
mount: error 2 mounting ext3
mount: error 2 mounting none
Switching to new root
switchroot: mount failed: 22
unmount/initrd/dev failed: 2
Kernel Panic - not synching: Attempted to kill init!

I tried using the install cd and going through rescue mode and got the following error message:

running install...
running /sbin/loader
Kernel panic - not synching: PCI-DMA: high address but no IOMMU

I did some research and I found that updating the BIOS would sometimes solve said issue. I did and got the same error. I am not very familiar with Linux I admit so I plead for help, we need the system running ASAP. Thank you.
 
Old 10-13-2012, 04:30 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,635

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by apocalypschild View Post
I am trying to help a small company with their graphics editing rig. Its a prebuilt rig from AutoDesk running Enterprise Linux Ver. 4. The machine is a HP xw9400 with 2 dual core AMD opterons, 8gb RAM. When I boot the computer and Linux begins its booting process I get this error line:

Creating root device
mkrootdev: label /1 not found
Mounting root filesystem
mount: error 2 mounting ext3
mount: error 2 mounting none
Switching to new root
switchroot: mount failed: 22
unmount/initrd/dev failed: 2
Kernel Panic - not synching: Attempted to kill init!

I tried using the install cd and going through rescue mode and got the following error message:

running install...
running /sbin/loader
Kernel panic - not synching: PCI-DMA: high address but no IOMMU

I did some research and I found that updating the BIOS would sometimes solve said issue. I did and got the same error. I am not very familiar with Linux I admit so I plead for help, we need the system running ASAP. Thank you.
Looks like the hard drive has died or is having problems. Since it's a prebuilt system from a vendor, the quickest way to get it going would be to contact the vendor, and tell them about the issue(s). Autodesk is most certainly commercial, as is Red Hat Enterprise Linux.

If the hard drive has died, there's little you can do aside from replacing the disk, and restoring files from backup. If you boot to the rescue CD, you MIGHT be able to run an fsck on the partitions. You can look in /dev for devices named something like /dev/sdxxx (/dev/sda1 would be the first partition on the first hard drive.../dev/sdb1 first partition on second drive, etc.). Try running something like "fsck -a -y /dev/sda1", and see how things progress. An important question would be, was the system shut down correctly? If someone just powered it off or pulled the plug, and fsck may be all that's needed.

Again, though...the client purchased the system and with it, support from the vendor. They would be the best ones to ask for a very accurate, fast response.
 
Old 10-13-2012, 05:16 PM   #3
apocalypschild
LQ Newbie
 
Registered: Oct 2012
Posts: 3

Original Poster
Rep: Reputation: Disabled
Do you think I could rescue the drive by doing a zero out reformat on another system?
 
Old 10-13-2012, 05:27 PM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,635

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by apocalypschild View Post
Do you think I could rescue the drive by doing a zero out reformat on another system?
No idea what you mean by a "zero out reformat on another system". If you format the drive, you erase it...your data is gone.

Again, your best option is to try to fsck the partitions, and see if you can get it going. Barring that (if you don't have a backup), all you can do is try to send the disk to a recovery center, and be prepared to spend a LOT of $$$ getting your data back. If you do have a backup, then buy a new disk, do a system installation, and reload your data.

I will again stress that you are paying for vendor support, and you should use it. THEY are the ones who built the system...they can walk you through things...that's what you're paying them to do.
 
Old 10-13-2012, 05:42 PM   #5
apocalypschild
LQ Newbie
 
Registered: Oct 2012
Posts: 3

Original Poster
Rep: Reputation: Disabled
The zero out reformat completely deletes out the drive turning all binary values to 0, a regular reformat merely erases the directory inside the drive. I do it for media cards with errors on film sets all the time. Its done through the disk utility on MacOS.

As far as the support. They tried to get support from AutoDesk and they said they could not diagnose until they could get the system to boot. I tried to go with RedHat and turns out they appear as a subscribed owner but they do not have a service contract which is separate. Thats why they called me.
 
Old 10-13-2012, 06:08 PM   #6
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
There is an essential lack of information:
- is there still data on the machine that needs to be backed up?
- What have you already done to troubleshoot the system?
- have you tested the hardware for errors?

I am sorry that I have to say that, but from what you have posted til now in this thread you don't seem to be the right man for this job. Since this is a commercial system I would recommend to let trained professionals handle the situation.
 
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
Fedora 16 Kernel upgrade broke system - kernel panic and unable to boot itsjustarumour Fedora 7 05-15-2012 09:51 AM
Due Kernel I/O error, system does not boot sometimes gary4gar Linux - Hardware 10 04-25-2008 12:36 AM
no /boot/loader and no /boot/kernel/kernel error message on a free bsd install chownuseradd Linux - Newbie 1 02-09-2008 08:05 PM
Kernel compile error: System is too big for standalone boot from floppy... nutshell Linux - General 1 03-09-2002 10:11 AM

LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise

All times are GMT -5. The time now is 09:19 AM.

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