[vox-tech] grub questions
Foo Lim
foo at joshuatree.cs.ucdavis.edu
Mon Aug 9 17:11:26 PDT 2004
On Mon, 9 Aug 2004, Peter Jay Salzman wrote:
> [...]
> title Windows NT/2000/XP
> root (hd1,0)
> savedefault
> makeactive
> chainloader +1
>
> I'd like to put "boot" at the end of the Win2k stanza, but when I type
> "boot" at the grub prompt, it tells me that the kernel needs to load
> before booting (huh?).
Hi Peter,
Try something like this:
title Win2K
root (hd0,0)
makeactive
chainloader +1
# For loading DOS
chainload /bootsect.dos
You might be missing the last line.
HTH,
FL
More information about the vox-tech
mailing list