Re: Problem: Dualbooting XP with Redhat 9
From: Eric Moors (scare.crow_at_oz.land)
Date: 08/26/03
- Next message: M.Senthil Kumar: "Dual boot problem with bootloader in MBR"
- Previous message: Phil Ellett: "Re: ISDN external TA - getting only 64k of 128k"
- In reply to: Yoni: "Re: Problem: Dualbooting XP with Redhat 9"
- Next in thread: Timothy Murphy: "Re: Problem: Dualbooting XP with Redhat 9"
- Reply: Timothy Murphy: "Re: Problem: Dualbooting XP with Redhat 9"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: M.Senthil Kumar: "Dual boot problem with bootloader in MBR"
- Previous message: Phil Ellett: "Re: ISDN external TA - getting only 64k of 128k"
- In reply to: Yoni: "Re: Problem: Dualbooting XP with Redhat 9"
- Next in thread: Timothy Murphy: "Re: Problem: Dualbooting XP with Redhat 9"
- Reply: Timothy Murphy: "Re: Problem: Dualbooting XP with Redhat 9"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|