<SNIP>
> this:
> /dev/hda1 (The first partition): Windows 2000
> Professional/MBR
> /dev/hda2: Windows apps
> /dev/hda3: Doc storage
> And I wanted to add:
> /dev/hda4: /boot partition for Linux (Grub: 0, 3)
> /dev/hda5: Linux SWAP (Grub: 0, 4)
> /dev/hda6: Linux root (/) (Grub: 0, 5)
> 0=a1 1=a2 2=a3 3=a4
> I'd start with this in the grub> prompt:
> root (0, 3) //the /boot partition
root (hd0,3)
> setup (0, 0)
setup (hd0)
if you add the ,0, it will try to install grub in the first partition.. You want it in
the mbr
> Then in the conf file:
>
> default 0
> timeout 30
> splashimage=(hd0,3)/boot/grub/splash.xpm.gz //Should
> that be just /grub/splash.xpm.gz,
> since 0,3 is the /boot partition?
Doesn't matter.. Either will work
> Then:
>
> title=My example Gentoo Linux (genkernel)
> root (hd0,3)
> kernel (hd0,3)/boot/kernel-KV root=/dev/hda3
^^^^^^^^^^^^^^
wouldn't this be root=/dev/hda6??
> initrd (hd0,3)/boot/initrd-KV
>
> Then for Windows 2000:
>
> title=Windows 2000
> root (hd0,0)
> chainloader (hd0,0)+1
if the chainloader doesn't work, take out the (hd0,0) part, I have never used it but
it could work.
--
[EMAIL PROTECTED] mailing list