color white/blue yellow/cyan
# timeout 30
# default /default

# jp106 keypad
setkey at bracketleft
setkey doublequote at
setkey ampersand caret
setkey quote ampersand
setkey parenleft asterisk
setkey parenright parenleft
setkey underscore parenright
setkey equal underscore
setkey plus colon
setkey colon quote
setkey asterisk doublequote
setkey bracketleft bracketright
setkey braceleft braceright
setkey bracketright backslash
setkey braceright bar
setkey backslash backquote
setkey tilde plus
setkey caret equal
setkey backquote braceleft
setkey bar tilde


# title configfile FD menu.lst
# configfile (fd0)/menu.lst

title *****  back to FreeDOS *****
quit

title ===  BG-Rescue Linux 0.9.1 from FD
	find --set-root /grub/bgrescue.conf
	configfile /grub/bgrescue.conf


title ===   INSERT+ 1.2.18 (LCR) from FD + USB ===
    find --set-root /grub/insertfd.conf
    configfile /grub/insertfd.conf

title Network Boot  --- gPXE kernel
kernel (fd0)/gpxe_all.krn

title Memtest86+
kernel (fd0)/memtest

title boot from HDD ---    Knoppix 5.3.1 CD (SSK)  ---
configfile (fd0)/grub/knoppix3.conf

title boot from HDD ---    Knoppix 5.1.1 CD (LCR)  ---
configfile (fd0)/grub/knoppix.conf

title boot from HDD ---    SystemRescueCd 1.0.4    ---
configfile (fd0)/grub/sysres.conf

title boot from HDD ---    Berry Linux 0.90        ---
configfile (fd0)/grub/berry.conf

title boot from HDD ---    Puppy Linux 4.00 JP     ---
configfile (fd0)/grub/puppy.conf

title boot from HDD ---    SLAX-ja-5.1.8.1-3       ---
configfile (fd0)/grub/slax.conf

title boot from HDD ---    INSERT+ 1.2.18 (LCR)    ---
configfile (fd0)/grub/insert.conf

title boot from CD
cdrom --init
map --hook
chainloader (cd)

title load FD NTLDR (Windows XP / 2000)
chainloader (fd0)/ntldr

title load FD FreeDOS
chainloader (fd0)/kernel.sys

title find and load NTLDR of Windows NT/2K/XP
find --set-root /ntldr
chainloader /ntldr

title find and load CMLDR of Windows NT/2K/XP
find --set-root /cmldr
chainloader /cmldr

title find and load IO.SYS of Windows 9x/Me
find --set-root /io.sys
chainloader /io.sys

title chainload hda(sda)
chainloader (hd0)+1

title chainload hda1(sda1)
root (hd0,0)
chainloader +1

title chainload hda2(sda2)
root (hd0,1)
chainloader +1

title chainload hda3(sda3)
root (hd0,2)
chainloader +1

title chainload hda4(sda4)
root (hd0,3)
chainloader +1

title chainload hda5(sda5)
root (hd0,4)
chainloader +1

title find and load /boot/grub/menu.lst 
find --set-root /boot/grub/menu.lst
configfile /boot/grub/menu.lst

title commandline
commandline

title reboot
reboot

title halt
halt
