Now there is an installation program for Linux and DOS. The installation programs are placed in the installer/ dir. There is only one source file for DOS and Linux, and the usage is very similar:
The usage of installation program is:
sbminst [-t theme] [-d drv] [-b backup_file] [-u backup_file]
-t theme select the theme to be used, in which the theme could be:
us = English theme de = German theme
hu = Hungarian theme zh = Chinese theme
ru = Russian theme cz = Czech theme
es = Spanish theme fr = French theme
pt = Portuguese theme
or a filename of user customized theme.
-d drv set the drive that you want to install Smart BootManager on;
for Linux:
/dev/fd0 is the first floppy driver,
/dev/hda is the first IDE harddisk driver.
/dev/sda is the first SCSI harddisk driver.
for DOS:
0 is the first floppy drive
128 is the first hard drive;
-c disable CD-ROM booting feature;
-b backup_file backup the data that will be overwrited for
future uninstallation;
-u backup_file uninstall Smart BootManager, should be used alone;
-y do not ask any question or warning.
for example, use command 'sbminst -t zh -d /dev/hda -b sbm-bak.dat' under linux to install a Chinese version to the first hard disk and backup the original data to file sbm-bak.dat.
Use command 'sbminst -u sbm-bak.dat' to uninstall it.
If you want to boot linux with Smart BootManager, you must install LILO into the Superblock of your linux partition, instead of into MBR!
Edit /etc/lilo.conf file, change the line that include "boot=/dev/hda" to "boot=/dev/hda?", /dev/hda? is the partition where your linux kernel placed. Then run /sbin/lilo.
You should install these OSes into a primary partition of the first hard disk. Although the second (and later) hard disk and logical partitions may also be supported by SmartBtmgr (by using 'Swap drive ID' feature) I don't suggest doing so.
You should turn on the Auto Active flag of these partitions. If not, errors might occur while booting the OS.
If you installed these OSes into the second or later hard disk, you also should turn on the Swap drive ID flag (CTRL+X).
You should install these OSes into a primary partition of the first hard disk. Although it is possible to install DOS and Windows 9X into a logical partition or the second (or later) hard disk, it is not recommended. See section Advanced usage for more information.