Re: Problem: Dualbooting XP with Redhat 9

From: Eric Moors (scare.crow_at_oz.land)
Date: 08/26/03


Date: Tue, 26 Aug 2003 08:35:11 +0200


>> > One more thing to check. Is one disc jumpered as master and one
>> > as slave (if they are on the same IDE channel)?

> IN answer to the question; yes - both disks are on the same IDE Channel.

Are they jumpered correctly?

> The grub.conf as follows:
>
> [root@localhost root]# more /boot/grub/grub.conf
> # 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 (hd1,0)
> # kernel /vmlinuz-version ro root=/dev/hdb2
> # initrd /initrd-version.img
> #boot=/dev/hda
> default=0
> timeout=10
> splashimage=(hd1,0)/grub/splash.xpm.gz
> title Red Hat Linux (2.4.20-8)
> root (hd1,0)
> kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
> initrd /initrd-2.4.20-8.img
> title Windows XP Pro
> rootnoverify (hd0,0)
> chainloader +1
>

Looks okay to me (but I'm not a grub user).

can you check the MBR manually?
Use the following sequence to check it:
   dd if=/dev/hda of=./mbr.img count=1
   xxd < mbr.img
   *** does the output contain the word GRUB? ***
   rm ./mbr.img

If it's not there, do the same thing but replace
/dev/hda with /dev/hda1 in the first line.

The BIOS is set to boot from the hda drive and not hdb, right?
If that wouldn't be the case, windows requires a drive remap.

Eric



Relevant Pages

  • Re: ext3 FASTER than reiserfs
    ... Dhiraj Gaurh pravi: ... >> # grub.conf generated by anaconda ... >> # Note that you do not have to rerun grub after making changes to this ...
    (linux.redhat.misc)
  • Re: grub.conf help (w/ XP)
    ... >>I have windows on my slave drive but the commands you list above result ... ># Note that you do not have to rerun grub after making changes to this file ... >title Fedora Core ...
    (Fedora)
  • Re: grub.conf help (w/ XP)
    ... >># grub.conf generated by anaconda ... >># Note that you do not have to rerun grub after making changes to this file ... > My file below looks exactly like yours for the windows section. ...
    (Fedora)
  • Re: WinXP & Fedora Dual-Boot problems
    ... This is what I'm showing in grub.conf: ... # grub.conf generated by anaconda ... # Note that you do not have to rerun grub after making changes to this ...
    (comp.os.linux.setup)
  • Re: Booting
    ... > Thankx in advance. ... # grub.conf generated by anaconda ... # Note that you do not have to rerun grub after making changes to this file ... You completely do NOT have a Windows section to your grub.conf. ...
    (Fedora)