So, we are gradtually figure out your problem.
You mean you can still see the boot manager screen and can boot into Linspire but when you choose windows it said "inaccessible boot devices", right?
Then, I need two more information.
- Can you access the windows partition?. Your disk is not broken but this partition can be broken and could not be access.
If all the partition on your disk then:
- You said you don't have a /boot folder in Linspire??
So strange to me, I think any linux system must have a folder like this, this folder contains the core boot file of linux (just like the file command.com in windows), so please check again and
give me the definite answer, you have the /boot folder or not???.
Assume that you have a /boot folder. Then you will have to reconfigure the boot loader to boot into windows.
There is three possible case.
1) You are using another boot loader, not the for linux one.I can't help you then.
2) you are using lilo, like your mandrake PC. Because you have experienced with lilo but I don't so sorry that I can only give you that remind: Then lilo config file can be anything depend on your distro, lilo.conf is a popular name but not the only name..
so dive into the folder which contains the lilo and seek for a text file which look like the config file.
3) You are using grub.
Then dive into folder /boot/grub (you must have that folder if you are using grub).
Seek for the file grub.conf or menu.lst. If you cannot find these file, read any text file in the folder which contains these words: "kernel" and "initrd"
The add the following line to this file (note that only root can edit files in /boot folder):
Code:
title windows 2000 test
rootnoverify (hd0,0)
chainloader /boot.ini
then reboot the computer. When you see the screen which ask you to choose a operating system, choose the line "windows 2000 test"
You can still use the following command to boot into windows. Just press c at the OS chooser screen and type:
Code:
rootnoverify (hd0,0)
chainloader /boot.ini
boot
If this post don't solve your problem, give me more info, what did you see when your computer boot, what was displayed when you try to boot into windows and so on