无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站广告联系 微信:wuyouceo QQ:184822951
查看: 4394|回复: 4
打印 上一主题 下一主题

[求助] 在EasyBoot加载GRLDR菜单

[复制链接]
跳转到指定楼层
1#
发表于 2011-6-8 12:53:24 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
在EasyBoot如何加载GRLDR菜单






grldr

GRUB版本 2011.6.5

pxe detect
configfile
default 0
timeout 1
title find /menu.lst, /boot/grub/menu.lst, /grub/menu.lst
errorcheck off
configfile /menu.lst || configfile /MENU.LST
configfile /boot/grub/menu.lst || configfile /BOOT/GRUB/MENU.LST
configfile /grub/menu.lst || configfile /GRUB/MENU.LST
find --set-root --ignore-floppies --ignore-cd /menu.lst && configfile /menu.lst
find --set-root --ignore-floppies --ignore-cd /boot/grub/menu.lst && configfile /boot/grub/menu.lst
find --set-root --ignore-floppies --ignore-cd /grub/menu.lst && configfile /grub/menu.lst
errorcheck on
commandline
title commandline
commandline
title reboot
reboot
title halt
halt





grub版本2011.01

pxe detect
configfile
default 0
fontfile /GRUB/FONT.GZ
timeout 30
title [01] PPM分区
find --set-root /ISO/ppm.iso
map /ISO/ppm.iso (0xff)
map --mem /ISO/ppm.iso (0xff)
map --hook
chainloader (0xff)
title [02] ADDS分区
find --set-root /ISO/adds.iso
map /ISO/adds.iso (0xff)
map --mem /ISO/adds.iso (0xff)
map --hook
chainloader (0xff)
title [03] DG分区
find --set-root /ISO/dg.iso
map /ISO/dg.iso (0xff)
map --mem /ISO/dg.iso (0xff)
map --hook
chainloader (0xff)
title [04] 从硬盘启动计算机
commandline
title [05] 重新启动计算机
reboot
title [06] 关闭计算机
halt


问题是
把2011.1的内容COPY2011.6引导不了菜单的软件。如果用NENU。LST
如何写,加载ISO内容。

# 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.
color blue/green yellow/red white/magenta white/magenta
timeout 30
default /default
title find and load NTLDR of Windows NT/2K/XP
fallback 1
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
savedefault --wait=2
title find and load BOOTMGR of Windows VISTA/WIN7/WIN2008
fallback 2
find --set-root --devices=h /bootmgr
# did not need swap device
#map () (hd0)
#map (hd0) ()
#map --rehook
#find --set-root --devices=h /bootmgr
chainloader /bootmgr
savedefault --wait=2
title find and load CMLDR, the Recovery Console of Windows NT/2K/XP
fallback 3
find --set-root --ignore-floppies --ignore-cd /cmldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /cmldr
chainloader /cmldr
#####################################################################
# write string "cmdcons" to memory 0000:7C03 in 2 steps:
#####################################################################
# step 1. Write 4 chars "cmdc" at 0000:7C03
#write 0x7C03 0x63646D63
# step 2. Write 3 chars "ons" and an ending null at 0000:7C07
#write 0x7C07 0x00736E6F
# or.
#write --offset=3 (md)0x3e+1 cmdcons
# or
calc *0x7c03=0x00736E6F63646D63
savedefault --wait=2
title find and load IO.SYS of Windows 9x/Me
fallback 4
find --set-root /io.sys
chainloader /io.sys
savedefault --wait=2
# you can also use below commands.
# find --set-root chainloader /io.sys
# boot
# the boot is necessary,
# please see "Delimitors or comments between titles" in grub4dos_readme.txt.
title find and boot 0PE.ISO
fallback 5
find --set-root /0PE/0PE.ISO
map /0PE/0PE.ISO (0xff) || map --mem /0PE/0PE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title find and boot MicroPE.ISO
fallback 6
find --set-root /boot/MicroPE.ISO
map /boot/MicroPE.ISO (0xff) || map --mem /boot/MicroPE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title Parted Magic ISO
fallback 7
find --set-root /pmagic.iso
map /pmagic.iso (0xff) || map --mem /pmagic.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title Ultimate Boot CD ISO
fallback 8
find --set-root /ubcd.iso
map /ubcd.iso (0xff) || map --mem /ubcd.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title SliTaz ISO
find --set-root /slitaz.iso
map /slitaz.iso (0xff) || map --mem /slitaz.iso (0xff)
map --hook
chainloader (0xff)
title commandline
commandline
title floppy (fd0)
chainloader (fd0)+1
rootnoverify (fd0)
# or use below commands.
# rootnoverify (fd0)
# chainloader +1
title back to dos
quit
title reboot
reboot
title halt
halt
title MAXDOS.IMG
find --set-root --ignore-floppies /boot/MAXDOS.IMG
map --mem /boot/MAXDOS.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
2#
发表于 2011-6-8 15:06:30 | 只看该作者
原帖由 2010yingtan 于 2011-6-8 12:53 发表
在EasyBoot如何加载GRLDR菜单
grldr

GRUB版本 2011.6.5

pxe detect
configfile
default 0
timeout 1
title find /menu.lst, /boot/grub/menu.lst, /grub/menu.lst
errorcheck off
...


直接用GRLDR引导可以吗?
有中文的菜单内置


无中文的菜单外置



按自己的需要修改。
20110608.7z (283.39 KB, 下载次数: 79)
回复

使用道具 举报

3#
 楼主| 发表于 2011-6-10 06:58:21 | 只看该作者
首先,谢谢你。请教下,GRLDR你用什么改的。我下的NORTON说有木马。你能给个吗?
回复

使用道具 举报

4#
发表于 2011-6-10 07:27:27 | 只看该作者
Bootice  、FbinstTool  都可以编辑GRLDR的内置菜单。
回复

使用道具 举报

5#
发表于 2011-6-14 09:59:02 | 只看该作者
谢谢,学习了,看看我的EasyBCD能否引导.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2024-5-23 18:20

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表