| 
 | 
 
find --set-root /GRUB.X 
fontfile /FONTS.GZ 
background 000000 
color white/black white/black 
timeout 30 
default 0 
 
title ┍───────────────────────────────────┓ 
find --set-root /GRUB/GRUB.X 
title │                       Product of Lynch's Studio                      │ 
find --set-root /GRUB/GRUB.X 
title ┕───────────────────────────────────┛ 
find --set-root /GRUB/GRUB.X 
 
title  【1】     Beini 1.2.1 
find --set-root /boot/bzImage 
kernel /boot/bzImage quiet tinycore waitusb=6 
initrd /boot/tinycore.gz 
 
title  【2】     Beini 1.1 
find --set-root /boot1/bzImage 
kernel /boot1/bzImage quiet tinycore waitusb=6 
initrd /boot1/tinycore.gz 
 
# File for drive emulation must be in one contiguous disk area 
 
title  【3】     CDLINUX 
find --set-root /CDLINUX.iso 
map /CDLINUX.iso (hd32) 
map --hook 
chainloader (hd32) |   
 
 
 
 |