Hi,

I've installed grub as a replacement for lilo.

My configuration is :
---------------------
Pentium 120, 64Mb EDO/RAM running GNU/Linux 2.2.12
I've 3 HDDs :
        - /dev/hda      Debian 2.1, Linux-2.2.12 or 2.3.22
        - /dev/hdb      DRDOS 7.03
        - /dev/hdc      Suse 6.0, linux 2.2.10
        
As my DOS drive is not "C:", I use the following entry in my lilo.conf file.

#------------------
# DRDOS 7
other = /dev/hdb1
map-drive = 0x80
       to = 0x81
map-drive = 0x81
       to = 0x80
  label = drdos
  alias = 2

Is it possible to use grub to load the DOS from this drive ??

My grub menu is the following :
-------------------------------

color=  0x17 0x70
# Boot automatically after 30 secs.
timeout= 30

# By default, boot the first entry.
default= 0

# For booting Linux
title=          GNU/Linux         [2.3.22]
kernel= (hd0,0)/vmlinuz root=/dev/hda1

# For booting backup linux
title=          GNU/Linux         [2.2.12]
kernel= (hd0,0)/vmlinuz.old root=/dev/hda1

# For booting SuSE
title=          SuSE              [2.2.10]
kernel= (hd2,0)/boot/vmlinuz root=/dev/hdc1

# For booting DRDOS
title=          DRDOS 7.03
root=           (0x81,0)
makeactive
chainloader=    +1

---

with this configuration, it doesnt want to boot the DOS.

Regards

Jean-Luc

[EMAIL PROTECTED]
f5ibh@[EMAIL PROTECTED]

Reply via email to