LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-29-2013, 04:51 PM   #1
JosephS
Member
 
Registered: Jun 2007
Distribution: Debian Jessie, Bunsenlabs
Posts: 586

Rep: Reputation: 38
Booting problems


I'm having trouble with my computer not booting and was wondering if someone would be able to help. I have a laptop that was working fine yesterday morning: Acer Aspire5742z 64 bit. I partitioned the hard drive and installed Windows 7 in the first partition and Linux in 3 other partitions: / /home and swap. After I installed Windows everything seemed ok and I did some updates and shut things down. I latter installed CrunchBang Waldorf. The Linux install didn't go well: I couldn't use any of the menu to access anything in CrunchBang, all I got was "failed to execute child process (input/output error). I rebooted and the computer died. I can't boot into either OS, I can't even boot the System Recovery CD that I have.

I'm hoping someone will have some incite into this. I don't know how much is hardware or software related. I installed Grub in the MBR. I don't know if that would cause the problem.


Thanks for any help.
 
Old 09-29-2013, 08:42 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
There are normally no issues with Grub in the MBR.

You say you can't boot the recovery CD.

Have you tried booting the Crunchbang install disc or some Live CD or other?

Can you boot at all, even if it's just through the power-on-self-check (POST)? If so, where does booting fail and what messages do you get?

If not, I would have to say it smells like a hardware problem.
 
Old 09-29-2013, 10:33 PM   #3
JosephS
Member
 
Registered: Jun 2007
Distribution: Debian Jessie, Bunsenlabs
Posts: 586

Original Poster
Rep: Reputation: 38
I finally got the laptop to boot with the System Rescue CD; don't know why it wouldn't do that before. I still can't get either OS to boot. I'll have to figure out how to boot them with the Rescue CD, maybe that will help. I did a check on the Linux partition
Code:
e2fsck -fy
"Files 0.1% non-contiguous"
I can't get to the boot menu at this point.
When I try to boot up into the boot menu I get this message:
Quote:
Broadcom UNDI PXE-2.1 v12.2.0
PXE-E61: Media test failure, check cable
PXE-Mof: Exiting Broadcom Pxe Rom
No bootable device - insert bootdisk and press any key
I downloaded the bios from Acer. Do you think that would be the problem?

Last edited by JosephS; 09-29-2013 at 10:37 PM.
 
Old 09-29-2013, 10:35 PM   #4
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Somehow your boot priority has pxe set as 1st boot device in Bios.
 
Old 09-29-2013, 10:42 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
This thread might help. It cites the same series of error messages. Sadly, it ends with a failed hard drive.

http://www.computerhope.com/issues/ch000706.htm

Try booting with a Live CD of something and running S.M.A.R.T. tools on the HDD.
 
Old 10-01-2013, 12:34 AM   #6
JosephS
Member
 
Registered: Jun 2007
Distribution: Debian Jessie, Bunsenlabs
Posts: 586

Original Poster
Rep: Reputation: 38
I figured out how to boot with the System Rescue CD and was able to boot up the Linux partition with CrunchBang, but not windows. CrunchBang seems to be working ok now, so I would think the hard drive is ok. Also able to get to the bios. I still can't boot up either OS with grub, so am thinking grub must have been installed wrong. I installed it in the MBR. I searched around and found a site and tried this:
grub-install --root-directory=/mnt/custom /dev/sda

I got this message:
Quote:
root@sysresccd /root % grub-install --root-directory=/mnt/custom/ /dev/sda
/dev/sda does not have any corresponding BIOS drive
Isn't this command to install grub in the MBR? What does this message about the bios mean. I couldn't find anything in the bios about drives except IDE1 AND IDE2

The sata mode was set to AHCI, the other choice was IDE.

Thanks

Last edited by JosephS; 10-01-2013 at 12:36 AM.
 
Old 10-01-2013, 12:59 AM   #7
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by JosephS View Post
I figured out how to boot with the System Rescue CD and was able to boot up the Linux partition with CrunchBang, but not windows. CrunchBang seems to be working ok now, so I would think the hard drive is ok. Also able to get to the bios. I still can't boot up either OS with grub, so am thinking grub must have been installed wrong. I installed it in the MBR. I searched around and found a site and tried this:
grub-install --root-directory=/mnt/custom /dev/sda

I got this message:


Isn't this command to install grub in the MBR? What does this message about the bios mean. I couldn't find anything in the bios about drives except IDE1 AND IDE2

The sata mode was set to AHCI, the other choice was IDE.

Thanks
If you're booting linux from rescue cd/usb unmount it & remove it as you don't need it.
This command is for rescue or chroot I believe
Quote:
grub-install --root-directory=/mnt/custom /dev/sda
You can either do
Quote:
grub-install /dev/sda
or install grub thru synaptic package manager
 
  


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
booting problems vvinuv Red Hat 1 01-14-2008 03:35 AM
booting problems slimgarfield SUSE / openSUSE 2 02-15-2005 04:58 AM
Booting Problems krackerroot Linux - Newbie 2 10-21-2003 01:05 AM
Problems with booting Manyguns Linux - General 2 01-31-2002 04:08 AM
Booting Problems Allan G3YRT Linux - Software 3 11-24-2001 06:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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