LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 07-15-2010, 11:14 AM   #1
colintivy
LQ Newbie
 
Registered: Feb 2010
Location: Wales UK
Distribution: Mint 11
Posts: 22

Rep: Reputation: 0
Question Old laptop (Pent III, 866Mhz, 30Gb Hd, 80Gb Ext HD. Hardy 8.04 unbootable. Help!


Hi Folks.
I have been experimenting with 10.04, which has not been cooperative, tried 9.10 using LXF Disk which is now on the external USB HD. In doing so I inadvertently put the grub2 bootloader on sda where 8.04 resides. I reinstalled 9.10 this time putting the grub2 bootloader on the ext HD. This all looks OK but I need to boot this to find out for sure.

My problem is this: I cannot boot up 8.04 because the grub2 is, presumably, in the MBR. I have looked at a lot of posts in Ubuntu Forum but they all seem to be for Linux/Windows situations using Windows disks to rewrite the boot. Is there a simple way that I can do this? I do have my original LXF 8.04 installation disk which will have the grub files in it and could be used in live mode.

Once I have got 8.04 up and running (/home backed up on Pen Drive) but I do not want to losethe other stuff by reinstalling the whole of 8.04. My laptop BIOS does not have the facility for booting from a HD other than the internal HD which may complicate things for dual booting. Advice is desperately needed.

colintivy

Last edited by colintivy; 07-15-2010 at 11:16 AM.
 
Old 07-15-2010, 11:28 AM   #2
sag47
Senior Member
 
Registered: Sep 2009
Location: Raleigh, NC
Distribution: Ubuntu, PopOS, Raspbian
Posts: 1,899
Blog Entries: 36

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
This guide should solve your problem.
http://ubuntuforums.org/showthread.php?t=224351

Let us know of your results please.
 
1 members found this post helpful.
Old 07-15-2010, 11:32 AM   #3
zashone
LQ Newbie
 
Registered: Jan 2008
Posts: 10

Rep: Reputation: 0
I had a similar problem ,

I do not rember the command but here are the steps you can do that will for sure help you.

-DOwnload and burn a livecd (gparted, backtrack3,..)
-Boot on the livecd
-mount the internal disk to something like /dev/hda1
-chroot on this partition with someting like chroot /dev/hda1
-reinstall grub from this session with the appropriate command.

After rebbot everything should work fine

Regards
 
Old 07-15-2010, 11:46 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,286

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
On something that old, You are stuck on the internal hard disk, as usb and so forth won't happen automagically.
It doesn't know about usb until it sees a driver, and has an os capable of handling it. Bios back in the day could not. Catch 22.

Rescue some system, by hitting E twice as grub loads. You're thrown into some primitive editor. If you have a kernel and filesystem to point it at, get booted, or boot off a cdrom. Then put kernels, and initrds in /boot. You might get to boot an external HD if the kernel and initrd are available on the internal hard disk. Something like

root (hd0,0) # specifying /dev/sda1 as where the boot files are to be found
label TryingToBeClever
kernel /somekernel root=/dev;/sdb1 # In /boot, specifying your external hd as the / filesystem
initrd /someinitrd # In /boot

fiddle those around to suit.
 
Old 07-16-2010, 08:27 PM   #5
SalmonEater
Member
 
Registered: Jun 2010
Location: Up the Big River w/o paddle
Distribution: Salent & Slackel
Posts: 131

Rep: Reputation: 19
FYI re: Ultilex, "The Ultimate Linux Experience"

http://brizoma.wordpress.com/2010/07...10-7-released/
 
Old 07-16-2010, 09:01 PM   #6
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,125

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
If you have the Hardy install CD see post #2.

KISS
 
Old 07-18-2010, 05:15 AM   #7
colintivy
LQ Newbie
 
Registered: Feb 2010
Location: Wales UK
Distribution: Mint 11
Posts: 22

Original Poster
Rep: Reputation: 0
Sag47 et al,

Well done! It proved so simple in the end, which is where the posts of 2006 were good.

Use original Live CD for 8.04 (which uses grub and not grub2), Boot up in Live mode, Select terminal from Applications > Accessories > Terminal.

Code.
sudo grub
grub> find /boot/grub/stage1
(hd0.0)
root (hd0,0)
setup (hd0)
quit
sudo reboot.

Hey BINGO! laptop booted up normally and we are in business again....marvellous!!!

Tx a bundle chaps.


colintivy
 
  


Reply

Tags
grub, grub2, howto, recover



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
Slow HDD speed on Microclient Jr with 80GB 5400 Laptop drive bence8810 Linux - Hardware 6 12-30-2007 02:42 PM
Need to remove Linux from a laptop(30GB drive) for more Disk space for windows jah46 Linux - Newbie 3 10-13-2007 05:23 PM
Kubuntu On P3 866Mhz theutherwhitemeat Linux - Hardware 10 07-31-2005 05:25 PM
Unbootable laptop - nothing shows Ineed2muchHelp Linux - Laptop and Netbook 2 05-19-2005 02:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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