标题: grub4dos又更新了080601 [打印本页] 作者: hhhhhh 时间: 2008-6-2 11:09 标题: grub4dos又更新了080601 grub4dos又更新了080601 http://grub4dos.jot.com/WikiHome作者: lookskyoo 时间: 2008-6-2 16:13
偶E文菜,不知道更新了些什么东东~~俺是用EASYBOOT引导的GRUB做的光盘ISO,不知道对我来说哪个版本更好,今天在INTEL3000的主板上用EASYBOOT引导的GRUB然后启动PE启动不了,别的机器上一切正常~~作者: linlong 时间: 2008-6-2 19:04
1) Run GRUB.EXE at the DOS prompt or in AUTOEXEC.BAT
(2) In CONFIG.SYS of DOS/Windows9x, use DEVICE=GRUB.EXE or INSTALL=GRUB.EXE or SHELL=GRUB.EXE
(3) In BOOT.INI of Windows NT/2K/XP, use C:\GRLDR="GRUB" (there should be a backslash between C: and GRLDR)
(4) Under Linux, use "kexec -l grub.exe" and then "kexec -e"
(5) In syslinux.cfg, use "kernel grub.exe"
(6) Under GNU GRUB, use "kernel (DEVICE)/PATH/grub.exe"
(7) In lilo.conf, use "image=/boot/grub.exe"
All above methods won't touch the MBR nor the boot area of any partition.
(8) Boot from MBR(or floppy) by installing boot sectors onto it with the DOS/LINUX utility bootlace.com.