Hi again Gregory Avedissian wrote:
Hi Doug,
I tried fdisk /mbr and it worked easily. As expected, I only have a windows partition (verified by fdisk). I suspect that I'm less than halfway there.
I'm glad you finally tried that! At least the easy part is taken care of so you can now focus on a smaller problem. I admit to some guessing here, but I would suggest you try both the Windows fdisk (just because I am a bit anal; I don't expect it to know about the linux partitions) and the Linux fdisk. (You may have done this but I can't tell since you say just "fdisk".)
However, once that is working, you can boot into your linux system (by one of the ways I mentioned in an earlier post, and run LILO which is smart enough to leave the Windows part working and simply add the stuff for other things you want to boot (as specified in lilo.conf --- which I assume is OK if it was working earlier and you have not edited it).
No, there's no lilo.conf and never was one on that installation.
Oops! Sorry about that; I misread an earlier email. :-(
There is (was) a grub/menu.lst, which serves the same function, but as far as I understand it, the partition table needs to contain information about linux partitions for either of these to work.
I suspect that is true (can't recall off hand). If so, then remember to pray when you run the Linux fdisk! :- And do run the linux fdisk, i.e. fdisk /dev/hda and then chose option p (as in *P*rint the partition table. If you get a nice listing, then don't screw around with parted!
I went ahead and booted the rescue system and tried a grub-install /dev/hda, and it returned a message saying that no /dev/root was found.
Maybe I'll try parted again, now that I can find where hda1 ends.
But do try both Windows fdisk and Linux fdisk (with the P option) first! doug