Re: Linux, Windows Dual boot problem with GRUB
From: Yves Bellefeuille (yan_at_storm.ca)
Date: 10/17/05
- Next message: Kunal: "Re: Linux, Windows Dual boot problem with GRUB"
- Previous message: John Hasler: "Re: Can't used parted to resize recent ext2 partitions, what has changed?"
- In reply to: Kunal: "Linux, Windows Dual boot problem with GRUB"
- Next in thread: Kunal: "Re: Linux, Windows Dual boot problem with GRUB"
- Reply: Kunal: "Re: Linux, Windows Dual boot problem with GRUB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 16 Oct 2005 22:35:40 -0400
On Sun, 16 Oct 2005, Kunal wrote:
> root (hd0,0)
> makeactive
> chainloadre+1
One of the silly things about GRUB is that it starts numbering partitions
with number 0, rather than number 1 like fdisk does.
> On reading, I understand that the /etc/fstab file should contain my
> windows partition entry and it's details.....IT DOESN"T.....
It isn't necessary for /etc/fstab to mention your Windows partition in
order for GRUB to be able to boot it.
If Windows is on partition /dev/hda1, then /boot/grub/menu.lst should
contain something like this:
title Windows
rootnoverify (hd0,0)
chainloader +1
If this doesn't help, please post: (1) the contents of
/boot/grub/menu.lst; (2) the results of "fdisk /dev/hda -l".
-- Yves Bellefeuille <yan@storm.ca> "America is less a beacon of hope than a dangerous force to be countered." -- US State Department
- Next message: Kunal: "Re: Linux, Windows Dual boot problem with GRUB"
- Previous message: John Hasler: "Re: Can't used parted to resize recent ext2 partitions, what has changed?"
- In reply to: Kunal: "Linux, Windows Dual boot problem with GRUB"
- Next in thread: Kunal: "Re: Linux, Windows Dual boot problem with GRUB"
- Reply: Kunal: "Re: Linux, Windows Dual boot problem with GRUB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|