Linux - GeneralThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Help!!!
I have a dual boot laptop with Redhat 8.0 and Winslow 2000. Unfortunately my winslow 2000 virus is acting badly and I think its time (once again) to re-install the pos.
The problem is that if I re-install the MS virus then it will of course assume that it is the only OS on my box and overwrite my bootloader.
My question is, once I re-install the windows 2000 virus, how do I get my bootloader back so i can still boot into a real OS ?
first off, I assume what you are saying is that you are reinstalling w2k, not an actual virus? I assume you are just attempting to show contempt for the OS?
make a boot disk for your redhat install. after you reinstall w2k then use the boot disk to get back into redhat and use the following command:
grub-install /dev/hda
that is if hda is where you want to put it.
this will put grub back in the MBR of the hd that you specify..
Depending on your distro and kde/gnome/other desktop there may be a gui app to do it, have a look. If not, use the trusty 'mkbootdisk'. Usually mkbootdisk fd0, but read the manpage...
Ok, I just saw you are using RH8, there is definately a gui tool to make boot disks. Probably in 'system tools' or somewhere similar.
Hey guys i have the same problem, except i stupidly instaleld XP over already and how dont have access to my linux partition... that makes my sad.. opps forgot too add the real problem im having is that i dont have a floppy drive...
Last edited by thisisnotdave; 02-28-2003 at 06:39 PM.
If you dont't have a floppy, or don't want to make one, then you can probably use your distributions install CD. For RedHat, type "linux rescue" at the boot prompt. Then you can go about reinstalling grub, lilo, or whatever else might need fixing.
Don't forget to modify your grub.conf file to account for the new OS.
You should be able to boot your system with the install cd, at the prompt type "linux root = /dev/hd??", where ?? is the location of your root partition.
ok, i am guilty of the most fantastic oversight here. i too have had to reinstall windoze which has of course meant losing my bootloader (grub).
you suggest using a bootdisk - but i have already reinstalled so can't get in to make one!
you suggest booting from the distro cd - but i installed via ftp (suse 8.1) so don't have one!
hmmm.
is there perhaps a windows-installable bootloader which would allow me to get into linux and then reinstall grub from there? or perhaps some other more esoteric method?
rest assured, i shall be making a bootdisk once i DO get in!
i am still having problems here.
i am using the boot cd (image file downloaded from the suse ftp site) to get the rescue system so i now have a command line. however, none of the procedures i try (such as using grub-install or the grub command line sequence detailed elsewhere on this forum) seem to work. it appears that i only have access to the files located on the boot cd and it's associated kernel, NOT my actual linux hd partition, which i suppose would explain why i cannot install grub. do i have to mount my hd partition then? and how?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.