LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-20-2004, 05:35 PM   #1
yevbo23
LQ Newbie
 
Registered: Dec 2002
Posts: 19

Rep: Reputation: 0
Can't boot into Windows XP


I cannot boot into Windows after I have installed Suse (I had Mandrake before)... I re-installed Mandrake and I still can't boot into Windows. How do I fix the GRUB or LILO? The error I get when I try to boot is:

root(hd0,1)
Filesystem type unknown
partition type 0x7
chainloader +1


My partitions are:

Device Type Size Mount Point
/dev/hda1 vfat 5.5 GB /mnt/win_c (this is recovery windows)
/dev/hda2 ntfs 132.5GB /mnt/win_d (this is main windows partition)
/dev/hda6 reiserfs 13.8GB / (this is where Mandrake is)


Hope I provided enough information and thank you very much!
 
Old 10-20-2004, 05:41 PM   #2
Samsara
Member
 
Registered: May 2003
Distribution: Ubuntu, Mac OS X Tiger
Posts: 481

Rep: Reputation: 32
title Windows XP Professional
rootnoverify (hd0,0)
chainloader +1


I think you are missing the rootnoverify line in your grub.conf

Last edited by Samsara; 10-20-2004 at 05:43 PM.
 
Old 10-20-2004, 06:29 PM   #3
yevbo23
LQ Newbie
 
Registered: Dec 2002
Posts: 19

Original Poster
Rep: Reputation: 0
Thanks, I'll try it at work first thing tomorrow morning.

Any other possibilities, people?
 
Old 10-21-2004, 06:01 AM   #4
Marius2
Member
 
Registered: Jan 2004
Location: Munich
Distribution: SuSE 9.2, 10.2, 10.3, knoppix
Posts: 276

Rep: Reputation: 31
Well, Windows boot loader has a problem, if
a. SuSE 9.1(.2?) is co-installed
b. Windows boot partition ends beyond cylinder 1024 (==8GB) - which apparently
it does on your machine.

(BTW in most cases it's helpful if you make clear which distribution and version
you are using).

There is a fix from SuSE for this, you should find it if you google for something
like SuSE 9.1 Windows boot problem. I've also heard that switching to LBA
addressing mode in bios setup may solve the problem in some cases.


HTH
 
Old 10-21-2004, 07:49 AM   #5
yevbo23
LQ Newbie
 
Registered: Dec 2002
Posts: 19

Original Poster
Rep: Reputation: 0
To re-iterate, right now it's Windows and Mandrake, not Windows and Suse...

What does LRA mean - please explain in further detail if possible. Thanks.

P.S. I have done dual-boot many many times, it's only with this attempt to install SuSe that I have this problem! Very weird.
 
Old 10-21-2004, 08:04 AM   #6
yevbo23
LQ Newbie
 
Registered: Dec 2002
Posts: 19

Original Poster
Rep: Reputation: 0
OK, I have just tried 'rootnoverify' line for GRUB, didn't work.

By the way, this is Mandrake 10.1 and WindowsXP Home edition (yes, I installed Mandrake where SuSe was hoping to fix the boot problem).

Any way I could do it with LILO, perhaps?

Thanks!
 
Old 10-21-2004, 08:47 AM   #7
ssba
Member
 
Registered: Mar 2004
Distribution: Slackware 9.1
Posts: 44

Rep: Reputation: 15
You should be able to boot into windows using the following:

title Windows XP Professional
rootnoverify (hd0,1)
chainloader +1
makeactive
 
Old 10-21-2004, 09:29 AM   #8
yevbo23
LQ Newbie
 
Registered: Dec 2002
Posts: 19

Original Poster
Rep: Reputation: 0
Hmm, tried that, Ssba, didn't work. My guess is partition table has been ruined by Suse, so now only Linux partition can be booted, but not Windows. For better understanding, here is what my stuff looks like:

[USING FDISK -L]

[root@localhost yevgeny]# fdisk -l /dev/hda

Disk /dev/hda: 163.9 GB, 163928604672 bytes
255 heads, 63 sectors/track, 19929 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 1 720 5783368+ b W95 FAT32
/dev/hda2 * 721 18015 138915000 7 HPFS/NTFS
/dev/hda3 18016 19928 15366172+ f W95 Ext'd (LBA)
/dev/hda5 18016 18126 891576 82 Linux swap
/dev/hda6 18127 19928 14474533+ 83 Linux

[USING SFDISK -L]
[root@localhost yevgeny]# sfdisk -l /dev/hda

Disk /dev/hda: 19929 cylinders, 255 heads, 63 sectors/track

sfdisk: seek error: wanted 0x0000000000000000, got 0x0000000000000000
/dev/hda: unrecognized partition
No partitions found


As you can see, very different output by both!

Please advise, thanks.
 
Old 10-21-2004, 10:57 AM   #9
yevbo23
LQ Newbie
 
Registered: Dec 2002
Posts: 19

Original Poster
Rep: Reputation: 0
OK, guys, I have fixed it!!! Simple (but also complex...) solution here:

http://portal.suse.com/sdb/en/2004/0...booting91.html

Directions may vary a bit depending on your Suse version (I used SuSe 10 installation CD to repair partition table, and then got out of installation so I still have my Mandrake).

Thank you and good luck to anyone having similar problem. Also, I should add that this is a big minus of Suse!!! I don't recommend it and also, Suse seems to have much less apps in their packages...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
grub question changing boot order making windows boot first nfsutim Linux - Newbie 29 10-27-2012 12:53 PM
How do I dual boot Linux and Windows XP from Windows boot file andyri Linux - Newbie 4 08-04-2004 10:09 PM
Linux/Windows dual boot with Windows re-install dhowell1129 Linux - Newbie 6 04-25-2004 04:21 AM
On Windows and LInux dual boot - why install Windows first? yanar99 Linux - Newbie 13 12-18-2003 09:20 AM
How to add a boot record which used to startup windows under my Grub boot loader? yunxiang Linux - Newbie 6 02-01-2003 02:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 04:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration