Quote (brianw @ July 04 2006,20:49) |
First off, from what I understand, is that WinXP uses a filesystem that is not compatible with any other filesystem type. Secondly, if you install any OS to the hard drive (and DSL is no different) you will get a warning that all data will be lost on that partition (unless you are doing the frugal install but I don't know if you can do that with winXP). First thing I would do is throw in the LiveCD of DSL and then run fdisk and display the existing partition table to see what it says. Just because DSL does not mount the partition does not mean it is not there (using the liveCD you can look in /mnt to see what partitions are listed to see if DSL recognizes them). If you installed DSL to hda7 to get data from hda7 then you shouldn't have there is a warning when doing an HD install that data will be lost. Was the disk flakey to begin with? Is it a SATA hard drive (I have seen some warnings about this on other posts)? As far as Windows not starting it is probably caused by the boot manager not being configured correctly. From re-reading your posts I see that you did a reinstall and had DSL up and running. try looking in /mnt by opening elmfm and navigating to /mnt and see what is there. click on the aterminal icon and type mount at the prompt to see what you get. Look for hda7. Which partition did you have suse on and why wasn't suse booting so you could get the data off? Just as a side note you need to run with the toram code to be able to free your cd/cdburner for burning a disk when running from live cd otherwise the cd is a filesystem that will not be available to unmount. |
Quote (kerry @ July 04 2006,17:41) |
justin can you post a copy of /boot/grub/menu.lst so we can see the settings for boot. |
Quote (brianw @ July 04 2006,22:32) |
I guess I should have spedified for fdisk (I usually forget to specify this point) that you would need to use sudo infront (i.e. sudo fdisk) (or more specifically sudo fdisk -l) which will list the partition table. |