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.
I have 2 20GB hdd with win2k on the 1st one and rh8 on the second.
I just formatted the win2k and have created 2 partitions there of 10GB each. I have installed win2k on the 1st 10GB partition and have partitioned both the 10GBs to FAT32 format.
I had created a boot floopy using the collong command:
dd if=/mnt/hda of/mnt/fd0 bs=512 count=1
I used this floopy to boot into linux and recopied
dd if=/mnt/fd0 of/mnt/hda bs=512 count=1
Ones this is doesn, I couldn;t get into windows as BSOD appears saying some error etc.
I booted into Linux and say that partitions, the harware browser shows a single 20GB FAT32 partition, probably, since I created the floopy when I was having the abv config.
Is there some way of getting my win2k and RH8.0 to working again?
j/k. First off grab disk one from the RH installation. Start up your computer and put that disk in as if you were doing an install. On the main screen it gives you the ability to do advanced stuff. I think your supposed to hit F1 or something, nevertheless, the message will be there. It will bring you to another screen in which you can do a rescue. Type rescue at the command line and hit enter. It will load a kernel off from the cdrom and bring you up. I'm not sure if RH mounts your disk automatically, you might have to do that. Once you have mounted your old RH partition, cd to the directory it is mounted on and chroot it. For ex. if the partition was mounted on /mnt then you can cd to /mnt and type in chroot /mnt. This temporarily makes the system think that the directory you specified is root. From there you can rerun the lilo config. If lilo is ok, then it will be as easy as /sbin/lilo -V -V. Look for errors in lilo, if present fix them. If not, type exit, type reboot or init 6, remove the cdrom and hopefully lilo will work. If not . . .I am here
The linux rescue can be done if you boot off the cd and hit f1 when it asks you to press enter if you want to do an install. I think its F1. I'm at a slight disadvantage, because I don't use grub. And because I don't, I would say that if you had anything important, use a cdrom based distribution like knoppix, to recover all your files and then burn them on a cd. Then do a reinstall. I would only do this if you can't find anyone else on the boards to help you with grub. Like I said, I just don't use it, so I'm not sure about how to repair it. Good luck.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.