FedoraThis forum is for the discussion of the Fedora Project.
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.
When you entered grub-install /dev/sda1, I believe you have installed grub on the boot sector of the linux partition instead of the MBR where it must be to boot windows.
Go back to original operation where you did grub-install and install it to /dev/sda which will put it one the MBR.
Have a look at syslog.....
I think my C: drive is screwed up too.....(when i try to mount C: drive(NTFS))
[root@xenon ~]# dmesg | tail
NTFS-fs error (device sda1): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
NTFS-fs error (device sda1): ntfs_fill_super(): Not an NTFS volume.
NTFS-fs warning (device sda1): is_boot_sector_ntfs(): Invalid boot sector checksum.
NTFS-fs error (device sda1): read_ntfs_boot_sector(): Primary boot sector is invalid.
NTFS-fs error (device sda1): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
NTFS-fs error (device sda1): ntfs_fill_super(): Not an NTFS volume.
NTFS-fs warning (device sda1): is_boot_sector_ntfs(): Invalid boot sector checksum.
NTFS-fs error (device sda1): read_ntfs_boot_sector(): Primary boot sector is invalid.
NTFS-fs error (device sda1): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
NTFS-fs error (device sda1): ntfs_fill_super(): Not an NTFS volume.
It is no bother at all. I am happy to help when I can, but I have to admit I am a little stumped now because the entry you have for Windows in your Grub.conf file is the same one I have and it boots to XP just fine. I did notice that you seem to be using LVM (Logical Volume Management) which I am not. That may require some different entries. Make a backup of your current XP grub entry and try changing it to this. If this does not work for you, delete it, and restore the old file.
title Windows XP
map (hd0) (hd1)
map (hd1) (hd0)
unhide (hd1,0)
hide (hd0,0)
rootnoverify (hd1,0)
chainloader +1
makeactive
I will do some searching for you and see if I can find anything on a problem duplicating yours.
After your last post, I will need to do some research before I suggest anything else. I am sure it is only the boot sector on the Windows partition which is affected and not Windows itself, so it is repairable. What generally happens in GRUB booting is that it simply turns the boot process over to Windows so that Windows uses its own boot loader to load itself. This, I believe, is all that is affected.
I will post more when I learn a little about this error.
maybe this will help(hacks.oreilly.com/pub/h/2337), it helped me, but u must first have the windows whatever installed.
some usefull comment too i guess
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.