- isogrub.iso 用的是 EZBoot 做的。 里面使有了 isogrub.bin 作为启动文件;
所以,启动的是 Grub.作者: woaisancai 时间: 2005-5-8 15:04 标题: GRUB怎么样做到光盘上去呢?用什么写到MBR里? 我用vpc(virtual pc)测试isogrub.iso映像,vpc显示的过程好像是:
1、引导中文grub,显示menu.lst的内容
2、从grub菜单启动easyboot
是不是这样的?作者: woaisancai 时间: 2005-5-8 15:10 标题: GRUB怎么样做到光盘上去呢?用什么写到MBR里? useronce兄:
利用mkisofs纯粹配合中文grub文件或是grubforntfs,不用其它引导软件的如(easyboot),
怎么做出光盘上的中文grub(即:计算机从光盘上引导的就是纯粹的中文grub)?
需要什么文件做启动引导文件,isogrub.bin行不行?作者: woaisancai 时间: 2005-5-8 15:14 标题: GRUB怎么样做到光盘上去呢?用什么写到MBR里? 接上一个消息!
那么,mkisofs的命令行参数怎么写?作者: woaisancai 时间: 2005-5-8 15:31 标题: GRUB怎么样做到光盘上去呢?用什么写到MBR里? 我利用grldr作光盘启动盘的引导文件,利用
mkisofs -R -b grldr -no-emul-boot -boot-load-seg 0x1000 -o grub.iso iso
做出的映像,在vpc中测试不通过,在boch中可以通过。
但是在boch中引导好像经历过不同的阶段:
首先出现下面的画面,
GNU GRUB version 0.96 (639K lower / 31744K upper memory)
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ find /menu.lst ³
³ enter commandline mode ³
³ reboot ³
³ halt ³
³ ³
³ ³
³ ³
³ ³
³ ³
³ ³
³ ³
³ ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
Use the and keys to select which entry is highlighted.
Press enter to boot the selected OS, ';e'; to edit the
commands before booting, or ';c'; for a command-line.
The highlighted entry will be booted automatically in 1 seconds.
然后紧接着(我没做任何的键盘操作)出现下面的画面(这个画面是在上面的画面一晃而过后就出现的)
GNU GRUB version 0.96 (639K lower / 31744K upper memory)
[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename. ESC at any time exits. ]
grub>