Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Grub wont boot windows?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
OttoDestruct
n00b
n00b


Joined: 27 Jun 2004
Posts: 5

PostPosted: Thu Jul 29, 2004 8:59 pm    Post subject: Grub wont boot windows? Reply with quote

For some reason Grub isn't booting into windows for me. I highlight Windows 2000, and it just flashes real fast and shows either root (hd0,0) or rootnoverify (hd0,0), take your pick, I've tried both and they refuse to work. Gentoo will boot though.

Heres my grub.conf
Code:

default 0
timeout 15

title=Gentoo 2004.2
root (hd0,1)
kernel /kernel-2.6.7-gentoo-r11 root=/dev/hda4

title=Windows 2000
rootnoverify (hd0,0)
chainloader +1


Last edited by OttoDestruct on Thu Jul 29, 2004 9:06 pm; edited 1 time in total
Back to top
View user's profile Send private message
Maedhros
Bodhisattva
Bodhisattva


Joined: 14 Apr 2004
Posts: 5511
Location: Durham, UK

PostPosted: Thu Jul 29, 2004 9:05 pm    Post subject: Reply with quote

Try putting a space in the last line, so it would be this instead:
Code:
chainloader +1

_________________
No-one's more important than the earthworm.
Back to top
View user's profile Send private message
OttoDestruct
n00b
n00b


Joined: 27 Jun 2004
Posts: 5

PostPosted: Thu Jul 29, 2004 9:06 pm    Post subject: Reply with quote

Maedhros wrote:
Try putting a space in the last line, so it would be this instead:
Code:
chainloader +1


Thats my fault, simple typo. There is a space on the config. Sorry :?
Back to top
View user's profile Send private message
dcrook
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jul 2004
Posts: 83

PostPosted: Fri Jul 30, 2004 6:00 am    Post subject: Reply with quote

Windows can get persnikity when you try booting it after you have booted the MBR from another hard disk. If you have your windows and linux systems on seperate hard disks and you are booting from the MBR on your linux disk then you might need to add a couple of map commands to remap the drives around. Here is the windows XP section from my grub.conf file, hope it helps..

# Windows XP
title=Windows XP
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
makeactive
chainloader +1
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum