2010-06-12 19:26:45 +08:00
|
|
|
GRUB4DOS is a universal boot loader based on GNU GRUB, with bugfixes
|
|
|
|
and new features such as built-in BIOS disk emulation, ATAPI CDROM
|
|
|
|
driver, and Chinese support. It can be loaded from DOS/LINUX,
|
|
|
|
via Windows boot manager/syslinux/lilo, or from MBR/CD.
|
|
|
|
|
2010-12-14 00:31:30 +08:00
|
|
|
To package the Chinese version, run the script like this:
|
2010-06-12 19:26:45 +08:00
|
|
|
CHINESE="yes" ./grub4dos.SlackBuild
|
|
|
|
|
2011-03-05 21:00:53 +08:00
|
|
|
You can chainload Grub4dos from LILO with an entry like:
|
2010-06-15 05:09:25 +08:00
|
|
|
image = /boot/grub.exe
|
|
|
|
label = Grub4dos
|
|
|
|
|
2010-12-14 00:31:30 +08:00
|
|
|
Read the Grub4dos guide for information on installing/using Grub4dos:
|
|
|
|
http://diddy.boot-land.net/grub4dos/Grub4dos.htm
|
2010-06-12 19:26:45 +08:00
|
|
|
|
2010-12-14 00:31:30 +08:00
|
|
|
Note: bootlace.com is a 32-Bit binary.
|
|
|
|
It will not run on a pure x86_64 system
|
|
|
|
|
|
|
|
Note2: Though grub4dos has ext4 support, its MBR code CANNOT load
|
|
|
|
grldr (The main boot loader file) from an ext4 partition.
|