bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How-Can-I


From: Bob Ahola
Subject: How-Can-I
Date: Mon, 23 Jun 2003 10:17:59 -0400

GRUB Guys:
 
I've been looking through various HOW-TO's for GRUB tips.  One of them intimates an interesting capability, but doesn't show the code.  Your doc doesn't seem to help either.  So, here's my question.
 
I want a menu item to run Windows 2000 installation from a bootable CD with (hd0) mapped.  How do I refer to the CDROM?  [cf, last menu item.]
 
Thanks.
 
In Fort Lauderdale,
GrandBob
 
==== My Partition========================================================
   Device Boot    Start       End    Blocks   Id  System
/dev/sda1   *         1        13    104391   83  Linux    (/boot)
/dev/sda2            14       524   4104607+   e  Win95 FAT16 (LBA)
 
   Device Boot    Start       End    Blocks   Id  System
/dev/sdb1   *         1      1977  15880221   83  Linux
/dev/sdb2          1978      2231   2040255   82  Linux swap
==== My GRUB=============================================================
# partition=sdb1  (full Monte)
title   Red Hat Linux (2.4.20-8smp)
        root          (hd0,0)
        kernel        /vmlinuz-2.4.20-8smp ro root=LABEL=/ hdc=ide-scsi
        initrd        /initrd-2.4.20-8smp.img
 
# partition=sdb1 (single processor)
title   Red Hat Linux-up (2.4.20-8)
        root          (hd0,0)
        kernel        /vmlinuz-2.4.20-8 ro root=LABEL=/ hdc=ide-scsi
        initrd        /initrd-2.4.20-8.img
 
# partition sda2
title Windows 2000
        map           (hd0,0) (hd0,1)
        map           (hd0,1) (hd0,0)
        rootnoverify  (hd0,1)
        chainloader +1
 
# Windows install from bootable CDROM with mapped (hd0)
title Windows 2000 Install CD
        map           (hd0,0) (hd0,1)
        map           (hd0,1) (hd0,0)
        chainloader   << what do I put here? >>
=========================================================================
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]