![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Grub and longhorn loader | dancingfool | UNIX for Dummies Questions & Answers | 2 | 05-09-2008 01:16 PM |
| Overwritten /dev/root -recovery of SCO OpenServer 5.0.4 | ok2 | SCO | 2 | 04-10-2008 09:55 PM |
| grub problem- keeps rebooting as soon as it tries to do grub | moesays | UNIX for Dummies Questions & Answers | 1 | 11-07-2007 01:46 AM |
| UIDs being overwritten immediately | xsys2000 | AIX | 2 | 05-08-2007 10:00 AM |
| .cshrc and .login overwritten !! | gjthomas | UNIX for Advanced & Expert Users | 5 | 06-08-2004 01:11 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Grub Loader entry overwritten
Hello,
One of my frend had a problem. He had Windows XP installed on his system. Then he installed Red Hat Linux 8.0 in one of the partitions. After some time his XP got corrupt and then he reinstalled Windows XP. This over wrote the Grub loader entry, and due to this the grub loader is not displayed during the boot sequence althought the Linux installation is still intact. One solution which i thought is that if he could get a boot disk, and boot through it and then make changes in the grub.conf file, though i have never tried this before. The problem is that here noone has a Red Lunx 8.0 boot disk. Can anybody give a solution?? Thanks, Rahul. |
| Forum Sponsor | ||
|
|
|
|||
|
You dont need a Redhat Bootdisk, but if you would like one, you might be able to find the correct imgs for creating one, on Planetmirror.
You can use any LiveCD OS, such as SLAX, RescueCD. To recover your system. Boot the LiveCD, then once running, cd / mkdir TEST Now mount the root Redhat (partition) system under Test, create any additional directories or mount the other necessary partitions underneath, example: mount /dev/hda1 /TEST Then change the current ROOT directory to the newly mounted dir. chroot TEST Since your now running on the RedHat system you should be able to navigate to where you need to go to reinstall the bootloader, run whatever it is to force a rewrite of the boot record. |