[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] grub fun
- Subject: [ale] grub fun
- From: kaboom at gatech.edu (Chris Ricker)
- Date: Sun, 3 Mar 2002 13:38:21 -0700 (MST)
On Sun, 3 Mar 2002, Stephen Turner wrote:
> well i got gentoo installed ! but im having a little
> difficulty getting grub to work with me :( i want to
> run windows by default and select linux, however i
> cant get windows to boot period under grub so my
> question is whats the proper configuration to get
> windows by default and select linux? thanks in advance :)
default=1
title Linux
root (hd0,1)
kernel /boot/vmlinuz ro root=/dev/hda3
initrd /boot/initrd.img
title Windoze
rootnoverify (hd0,0)
chainloader +1
should work (assuming win is hda1, /boot is hda2, / is hda3; adjust if not).
later,
chris
---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
sent to listmaster at ale dot org.