无忧启动论坛

标题: win7下如何引导Ramos [打印本页]

作者: 2012励冰雪    时间: 2012-10-10 20:18
标题: win7下如何引导Ramos
我是一个新手,下了一个万用版内存系统,可不知道怎样用grub4dos引导,望老师指点!致谢!
谢谢你的指点!我太笨的原因,没能启动,Ramos放在d盘,用的是:grub4dos-0.4.4 7z,那三个文件放在了C盘
重起后出现了一个Grub  for  Dos启动项,进入后又出很多项目,最后一项是有Ramos字样,进入又出三行英文,
没动静了。

[ 本帖最后由 2012励冰雪 于 2012-10-10 22:08 编辑 ]
作者: 11ydy    时间: 2012-10-10 21:10
现有系统NT6(WIN7 2008)需要把G4D加入到BCD菜单,用BOOTICE.EXE修改BCD,BOOTICE-BCD编辑-系统BCD-查看修改,右侧按钮 添加- 实模式启动项,自动添加了,软件默认设置好了引导GRLDR.MBR,保存。再把GRLDR,GRLDR.MBR, menu.lst 3个文件复制到C盘就行了



[ 本帖最后由 11ydy 于 2012-10-10 21:11 编辑 ]
作者: lgstd    时间: 2012-10-11 14:06
请教你的“万用版内存系统”在哪儿下载?有无介绍
作者: 2012励冰雪    时间: 2012-10-11 18:41
标题: 回复 #3 lgstd 的帖子
http://pan.baidu.com/share/link?shareid=29175&uk=2485377413
名为:
RAMOS--Sp3Tang万能
梅捷e350主板,8g内存,500g硬盘,4个区,c盘30g,win7系统。
看是不是菜单有问题,:
# 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
fallback 2
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /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
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

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 commandline
commandline

title floppy (fd0)
chainloader (fd0)+1
rootnoverify (fd0)

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)
  今天上班,明天把相关截屏发上来,帮我看看,谢了!
作者: lgstd    时间: 2012-10-12 09:05
谢谢分享,马上学习!!!
作者: 2012励冰雪    时间: 2012-10-12 18:20
标题: 回复 #5 lgstd 的帖子
请帮我看看我的问题,我还没能启动!
作者: yang77    时间: 2012-10-12 22:34
参考:
title Ram2k3
find --set-root --ignore-floppies /ram2k3.img
map --mem --top /ram2k3.img (hd0)
map (hd0) (hd1)
map --hook
root (hd0,0)
chainloader /ntldr
boot
作者: qkl12345    时间: 2012-10-12 22:57
http://bbs.wuyou.net/forum.php?m ... &extra=page%3D1
作者: 2012励冰雪    时间: 2012-10-13 18:29
标题: 回复 #7 yang77 的帖子
请指点:是贴换菜单文件,还是加在菜单后面?
作者: 2012励冰雪    时间: 2012-10-13 18:50
标题: 回复 #8 qkl1** 的帖子
谢谢你的推荐,那边似乎更深程了哈!




欢迎光临 无忧启动论坛 (http://wuyou.net./) Powered by Discuz! X3.3