|
本帖最后由 有阴也有阳 于 2015-10-14 19:11 编辑
亲!你也没有说清楚,而我对MicroServer Gen8服务器又一点也不了解,看了你提供的链接:
http://www.chiphell.com/thread-1375459-1-1.html
才彻底弄明白了你的要求和你所面临的情况,这是一件极为简单的事,也用不着把grldr文件伪装成bootmgr文件......搞得那么复杂,而且
既可以启动Win7/Win8/Win10系统,也可以启动Windows NT/2k/XP系统,具体的方法和步骤如下:
1.再把你的TF卡插到另外一台普通的电脑上,打开Diskgenuis:
a. 格式化TF卡为NTFS格式。
b. 使用DiskGenius软件,将TF卡“重新建立主引导区”,并且激活当前分区,然后关闭Diskgenuis软件,完后先别急着把TF卡从电脑上拔下来。
c.将TF卡的分区引导记录设置为grub4dos0.4.6a——下载BOOTICE软件,下载链接:
http://bbs.wuyou.net/forum.php?m ... &extra=page%3D1
打开BOOTICE软件,选择你的TF卡,别弄到本地硬盘上了,注意从大小来区分——点击“分区引导记录(P)”——选择“GRUB4DOS
0.4.5c/0.4.6a(FAT/FAT32/NTFS/ExFAT)"——点击”安装/配置(S)“——选择“0.4.6a"——点击”确定“——点击”确定“.
d.下载grub4dos0.4.6a软件,下载链接:http://bbs.wuyou.net/forum.php?m ... &extra=page%3D1
将下载的grub4dos0.4.6a的软件压缩包解压,然后再把解压文件夹及里面的内容一起复制到TF卡的分区的根目录下,然后再把TF卡的分区
里的grub4dos0.4.6a的解压文件夹里的sample文件夹打开,把里面的menu.lst文件复制到的TF卡的分区根目录下,再把grub4dos0.4.6a的解压
文件夹里的grldr文件复制到的TF卡的分区根目录下。
2.修改menu.lst菜单:
将TF卡的分区根目录下的menu.lst菜单用BOOTICE软件的”实用工具“的”GRUB4DOS菜单编辑器“打开,把中间部分的内容全部删除,只留头
尾,然后再在中间的空白部分填写新的内容,把等待的时间改为5秒:
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
#
# It must be UTF-8 encoding for multi-lingual support. Font lines can be
# appended to the file. The font lines should be in the unifont.hex format.
color blue/green yellow/red white/magenta white/magenta
timeout 30——改成5——等待时间改成5秒。
## menu border color
color border=0xEEFFEE
## set vbe mode
graphicsmode -1 640:800 480:600 24:32 || graphicsmode -1 -1 -1 24:32
## loading splashimage
splashimage /boot/grub/splashimage.xpm || splashimage /boot/grub/splashimage.bmp
default /default
## Menu AutoNumber
write 0x8274 0x2001
中间部分的内容——将“中间部分的内容”全部删除
# In the end, font lines for unicode chars in unifont.hex format.
# It should include all unicode chars used in the above menu code.
# Surely normal ASCII chars are not necessary to be included here.
5173:10100810082000003FF8010001000100FFFE010002800280044008203018C006
542F:010000801FFC1004100410041FFC10001000100017FC24042404440487FC0404
673A:100011F011101110FD10111031103910551055109110111211121212120E1400
91CD:001000F83F000100FFFE01001FF011101FF011101FF001003FF80100FFFE0000
下面是改好了的menu.lst菜单,改动部分都用红字标出来:
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
#
# It must be UTF-8 encoding for multi-lingual support. Font lines can be
# appended to the file. The font lines should be in the unifont.hex format.
color blue/green yellow/red white/magenta white/magenta
timeout 5
## menu border color
color border=0xEEFFEE
## set vbe mode
graphicsmode -1 640:800 480:600 24:32 || graphicsmode -1 -1 -1 24:32
## loading splashimage
splashimage /boot/grub/splashimage.xpm || splashimage /boot/grub/splashimage.bmp
default /default
## Menu AutoNumber
write 0x8274 0x2001
title 从最后一块本地硬盘启动Windows NT/2k/XP系统
rootnoverify (hd-1,0)
chainloader /ntldr
title 从最后一块本地硬盘启动Win7/Win8/Win10系统
rootnoverify (hd-1,0)
chainloader /bootmgr
# In the end, font lines for unicode chars in unifont.hex format.
# It should include all unicode chars used in the above menu code.
# Surely normal ASCII chars are not necessary to be included here.
5173:10100810082000003FF8010001000100FFFE010002800280044008203018C006
542F:010000801FFC1004100410041FFC10001000100017FC24042404440487FC0404
673A:100011F011101110FD10111031103910551055109110111211121212120E1400
91CD:001000F83F000100FFFE01001FF011101FF011101FF001003FF80100FFFE0000
修改完后,注意要用BOOTICE软件”以UTF—8编码保存“的形式保存——见图一。
3.将TF卡插入GEN8的TF卡插槽,并设置为USBkey启动,一开机就会出现2个菜单选项,等待时间是5秒,默认是第一个,你不做选择,
5秒钟后就执行第一个菜单:
0.从最后一块本地硬盘启动Windows NT/2k/XP系统
1.从最后一块本地硬盘启动Win7/Win8/Win10系统
不过你要注意事先用启动U盘插到MicroServer Gen8服务器上进PE里在服务器里的接在第5个硬盘接口上的硬盘的第一分区里安装好你
要的操作系统......
整个过程是:MicroServer Gen8服务器从USB启动——启动TF卡中的grub4dos0.4.6a——启动最后一块本地硬盘中的第一分区中的操作系统。
将以上内容进一步地整理了一下,便于需要者阅读、使用:
http://wenku.baidu.com/view/6228a5cbad02de80d4d840f8
|
-
菜单编辑.png
(54.78 KB, 下载次数: 223)
图一:点击打红框的就会“以UTF—8编码保存“的形式保存了
|