Grub can't find Windows XP


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Grub can't find Windows XP
# 1  
Old 12-08-2005
Grub can't find Windows XP

grub was working beautifully on my old hard drive. I cloned my drive, and reinstalled
grub. My linux partition loads fine, but when I click on Windows, grub simply sends me
back to the grub prompt with no error message. On investigating, it appears that grub
hasn't loaded the windows kernel. (I typed boot and it said you have to load the
kernel first). Here's the relevant portion of menu.lst

title Microsoft Windows XP Professional
root (hd0,1)
savedefault
makeactive
chainloader +1

The windows partiition is indeed on /dev/hda2, cloned from my old hard
drive. The only difference between my new hard drive and old one is
that the number of sectors per track is much smaller, so that now
/dev/hda2 starts at cylinder 145, while before it started at 10. I don't
know if this could make the difference, but everything else is identical

Any advice would be most appreciated. In particular, since grub is giving me no error
message, I can't do any more diagnosis! Is there any way to get grub to be more
verbose about what's going on?

Any help would be most appreciated!
# 2  
Old 12-08-2005
windows xp doesn't like to be copied into another drive ... the only recourse you have to your problem --- from my experience --- is to reinstall it on the bigger drive unless somebody else can give you a better solution ... i had to do it myself just to replace a failing drive on my pc even with using the tools that came with the new drive that was supposed to be able to move all the data in the old drive to the new drive ... good luck!
# 3  
Old 12-08-2005
I used dd to make the copy, which I understand is a byte-to-byte copy, so that stupid
windows shouldn't be able to tell the difference between the new drive and old (or so I'd hoped).
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Red Hat

Can we specify which grub.conf to use in grub-install.

Hi, Can we specify which grub.conf to use while installing grub on RHEL. We are working on application which requires different grub configurations needed, depending on certain criteria we need to update grub with correct grub.conf. Can we use grub-install for this purpose? (4 Replies)
Discussion started by: successlin
4 Replies

2. UNIX for Advanced & Expert Users

grub to boot windows

Hello, I am using debian-5.0.0(lenny) . I installed windows xp(a hacked version) on a usb stick. this stick works perfectly well and boots off a windows system successfully. but on linux it is finding problems to do so. So I finally decided to put a grub entry to boot off the usb HDD. ... (8 Replies)
Discussion started by: gaurav1086
8 Replies

3. Linux

grub error 22,after removing linux partitions only windows is threre.Pc not booting.i

hi, in my pc linux and windows was there with 2 hdd in raid.i removed linux partititons.Now my ps is not booting giving grub error 22.Nothing works.I hace my data in windows.Hard disks are RAID.when tried to go to recovery mode from windoes boot cd,it says hard disk not detected.when tried with... (2 Replies)
Discussion started by: pankajd
2 Replies

4. UNIX for Dummies Questions & Answers

grub problem- keeps rebooting as soon as it tries to do grub

Hi, I installed solaris 10 a few weeks ago. It was working fine during the past two weeks. However, now when I start to load to the drive, I get this problem: The BIOS screen comes up like normal, then screen goes blank and a message "Grub loading stage 2" flashes real quick then the computer... (1 Reply)
Discussion started by: moesays
1 Replies

5. UNIX for Dummies Questions & Answers

in need of serious help with Grub and Linux, Windows XP

Ok, here's the thing... I have a computer that has both Fedora Core 3 Linux and Windows XP Pro. I have it so the MBR loads in the Windows style (black screen with a 30 second pause to choose either Fedora Core or Windows) Now if I select Fedora Core, it starts its own OS selector (I believe it's... (11 Replies)
Discussion started by: mattzway
11 Replies

6. Windows & DOS: Issues & Discussions

windows howto find

Hi all! How would you do the equivalent of find ! -type f..... under windows? Meaning, how under a directory could you find all files except those named *.mp3 for example? the command under linux would be: find $DIR ! -name "*.mp3" what would be that under windows? Thanx for any ideas... (3 Replies)
Discussion started by: penguin-friend
3 Replies

7. Linux

GRUB and windows XP

After playing a bit with GRUB I got it to boot my windows XP and my Fedora (yeay!). But now my windows became awfully slow (hd seems to be the problem). Does anybody have an idea what could cause this? settings: default=1 timeout=10 splashimage=(hd1,0)/grub/splash.xpm.gz title Fedora... (1 Reply)
Discussion started by: Micky
1 Replies
Login or Register to Ask a Question