GRUB configuration to dual boot Windows XP w/FC3
From: Andrew Falanga (spam_at_me.not)
Date: 05/05/05
- Previous message: General Schvantzkoph: "Re: Default User Desktop"
- Next in thread: Kill Bill: "Re: GRUB configuration to dual boot Windows XP w/FC3"
- Reply: Kill Bill: "Re: GRUB configuration to dual boot Windows XP w/FC3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 05 May 2005 18:52:42 +0000
Hi,
I really hope this time this message gets to the group. Anyway, I'm
having difficult getting the right commands in my grub.conf file to
chainload Windoze. I'll provide, below, my grub.conf file. Basically,
the way I have it now results in the boot process simply stopping after
grub dumps the Windows XP section to stdout (or stderr). As you'll see,
I've commented the lines that remap my hard drives. I have my BIOS
setup to use my SATA drive (with Linux) to be drive 1 and my EIDE drive
to be drive 2 (after reading the grub manual, I thought I'd need them).
However, with the map commands, the boot process still hangs and in
addition to dumping the Windows XP section, I see "GRUB" on the screen.
So, what gives? What am I missing? Below is my grub.conf.
Andy
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/sda3
# initrd /initrd-version.img
#boot=/dev/sda1
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.9-1.667)
root (hd0,0)
kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/1 rhgb quiet
initrd /initrd-2.6.9-1.667.img
title Windows XP (Home Edition)
# map (hd0) (hd1)
# map (hd1) (hd0)
rootnoverify (hd1,0)
chainloader +1
boot
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
- Previous message: General Schvantzkoph: "Re: Default User Desktop"
- Next in thread: Kill Bill: "Re: GRUB configuration to dual boot Windows XP w/FC3"
- Reply: Kill Bill: "Re: GRUB configuration to dual boot Windows XP w/FC3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|