无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 2547|回复: 9
打印 上一主题 下一主题

win7下如何引导Ramos

[复制链接]
跳转到指定楼层
1#
发表于 2012-10-10 20:18:42 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
我是一个新手,下了一个万用版内存系统,可不知道怎样用grub4dos引导,望老师指点!致谢!
谢谢你的指点!我太笨的原因,没能启动,Ramos放在d盘,用的是:grub4dos-0.4.4 7z,那三个文件放在了C盘
重起后出现了一个Grub  for  Dos启动项,进入后又出很多项目,最后一项是有Ramos字样,进入又出三行英文,
没动静了。

[ 本帖最后由 2012励冰雪 于 2012-10-10 22:08 编辑 ]
2#
发表于 2012-10-10 21:10:27 | 只看该作者
现有系统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 编辑 ]
回复

使用道具 举报

3#
发表于 2012-10-11 14:06:35 | 只看该作者
请教你的“万用版内存系统”在哪儿下载?有无介绍
回复

使用道具 举报

4#
 楼主| 发表于 2012-10-11 18:41:08 | 只看该作者

回复 #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)
  今天上班,明天把相关截屏发上来,帮我看看,谢了!
回复

使用道具 举报

5#
发表于 2012-10-12 09:05:46 | 只看该作者
谢谢分享,马上学习!!!
回复

使用道具 举报

6#
 楼主| 发表于 2012-10-12 18:20:56 | 只看该作者

回复 #5 lgstd 的帖子

请帮我看看我的问题,我还没能启动!
回复

使用道具 举报

7#
发表于 2012-10-12 22:34:20 | 只看该作者
参考:
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
回复

使用道具 举报

8#
发表于 2012-10-12 22:57:52 | 只看该作者
回复

使用道具 举报

9#
 楼主| 发表于 2012-10-13 18:29:25 | 只看该作者

回复 #7 yang77 的帖子

请指点:是贴换菜单文件,还是加在菜单后面?
回复

使用道具 举报

10#
 楼主| 发表于 2012-10-13 18:50:45 | 只看该作者

回复 #8 qkl1** 的帖子

谢谢你的推荐,那边似乎更深程了哈!
回复

使用道具 举报

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

本版积分规则

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

闽公网安备 35020302032614号

GMT+8, 2024-11-17 12:21

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

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