5 Try these to fill the hole of lack of document.
7 * Best grub4dos Guide (17th May 2009) http://diddy.boot-land.net/grub4dos/Grub4dos.htm
8 * online help of grub4dos( usage: help <command> )
10 * changelog files in /usr/share/doc/grub4dos
18 1. edit /etc/grub4dos.conf
19 set the auto_upgrade=1
21 2. upgrade this package again
22 3. edit /grub/menu.lst
26 Assume / is in grub4dos support filesystem. (ext2, ext3, ext4, ntfs, fat, fat32)
27 Assume /dev/sda is your boot disk.
28 Assume /dev/sdd is your bootable usb stick.
29 Assume /mnt/sda1 is your boot partition mount point
34 # install first stage boot loader to MBR of /dev/sda
35 bootlace.com --no-backup-mbr --mbr-disable-floppy --time-out=0 /dev/sda
37 # if you want to backup previous MBR, use the following command instead
38 # press 'space' on boot screen to change to previous MBR
39 bootlace.com --mbr-disable-floppy /dev/sda
41 # if you want to test before destroy your MBR, use usb stick to boot
42 bootlace.com --no-backup-mbr --mbr-disable-floppy --time-out=0 /dev/sdd
46 cp /grub/share/grub4dos/grldr /mnt/sda1 # put second stage loader
50 mkdir -p /mnt/sda1/grub
51 cp /grub/menu.lst /mnt/sda1/grub # copy default menu, edit it
53 Read document which come from this package in /usr/share/doc/grub4dos.
54 After install, you can remove this package.
58 if you want to use 'default' option in menu.lst
59 cp /grub/default /mnt/sda1/grub # install 'default' special file
63 if you want to use window's boot.ini bootmgr.ini to chain grub4dos
64 cp /grub/grub.exe /mnt/sda1/grub
68 if you want display unicode modify menu.lst, add graphicsmode and font command.
70 mkdir -p /mnt/sda1/grub # make a directory to put related files.
71 cp /grub/unifont.hex.gz /mnt/sda1/grub