中国DOS联盟论坛

中国DOS联盟

-- 联合DOS 推动DOS 发展DOS --

联盟域名:www.cn-dos.net  论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!

游客:  注册 | 登录 | 命令行 | 会员 | 搜索 | 上传 | 帮助 »
中国DOS联盟论坛 » GRUB4DOS、SYSLINUX及其它启动管理软件讨论专区 » grub4dos源码里 cdrom --init是什么意思?
作者:
标题: grub4dos源码里 cdrom --init是什么意思? 上一主题 | 下一主题
ww111222
中级用户




积分 354
发帖 83
注册 2003-3-23
状态 离线
『楼 主』:  grub4dos源码里 cdrom --init是什么意思?

find --set-root /boot/grub/menu.lst
#以上命令为手工加载菜单时准备


default 0
timeout 2

#splashimage /Boot/Grub/Splash.gz
#foreground ffff00
fontfile /Boot/Grub/Fonts.gz
cdrom --init




这是我从网上下载的一个 ISO 里的代码,

  最后一行: cdrom --init  是什么意思? 搜索了,但找不到答案

2008-4-9 02:00
查看资料  发送邮件  发短消息 网志   编辑帖子  回复  引用回复
wwwcccyyy
中级用户





积分 224
发帖 110
注册 2007-1-7
来自 广东
状态 离线
『第 2 楼』:  

是不是加载ISO文件啊

2008-4-9 11:48
查看资料  发送邮件  发短消息 网志  OICQ (810543626)  编辑帖子  回复  引用回复
chenall
银牌会员




积分 1276
发帖 469
注册 2002-12-23
来自 福建泉州
状态 离线
『第 3 楼』:  

最后一行: cdrom --init  是什么意思? 搜索了,但找不到答案

GOOGLE搜索

GRUB4DOS "cdrom --init"

会有你想要的答案,



QQ:366840202
http://chenall.net
2008-4-10 12:25
查看资料  发送邮件  访问主页  发短消息 网志  OICQ (366840202)  编辑帖子  回复  引用回复
yinyuan
初级用户





积分 50
发帖 22
注册 2006-5-14
状态 离线
『第 4 楼』:  

初始化光驱

2008-4-10 20:19
查看资料  发送邮件  发短消息 网志   编辑帖子  回复  引用回复
oasisspirit
新手上路





积分 15
发帖 6
注册 2008-4-11
状态 离线
『第 5 楼』:  

http://grub4dos.sourceforge.net/wiki/index.php/Grub4dos_tutorial

CDROM related subjects
[edit]Using ATAPI CDROM in GRUB for DOS
Use the following command to initialize ATAPI CDROM:

   cdrom --init
Then, use the following command to start using ATATPI CDROM:

   cdrom --hook
After cdrom --hook, the CDROM device can be accessed using (cd0), (cd1), etc.

To boot from the first CDROM, use the following commands:

   chainloader (cd0)
   boot
To stop using CDROM:

   map --unhook
   cdrom --stop
The first command removes the (cdN) device mapping, while the second one stops the CDROM driver.

Note: If you boot GRUB for DOS from CDROM, the booting device will be (cd). This device is always accessible. However, if you want to access file from other CDROMs, you still need to initialize them using the above commands.

Examples:

To boot from the first CDROM:

   title Boot From First CDROM
   cdrom --init
   map --hook
   chainloader (cd0)
   boot

2008-4-12 01:16
查看资料  发短消息 网志   编辑帖子  回复  引用回复

请注意:您目前尚未注册或登录,请您注册登录以使用论坛的各项功能,例如发表和回复帖子等。


可打印版本 | 推荐给朋友 | 订阅主题 | 收藏主题



论坛跳转: