|
jzzyl
初级用户
 
积分 90
发帖 38
注册 2007-1-16
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
不点 还得请教你帮分析一下
我按照你的方法 用MAP命令交换硬盘了 命令如下
map (hdo0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
chainloader (hd1,0)+1
boot
然后就只有一个光标在那里闪 不执行了
是什么原因 不点不在fastslz帮忙看看 谢谢
Don't click. I still need to ask you to help analyze.
I followed your method and used the MAP command to swap the hard drives. The commands are as follows
map (hdo0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
chainloader (hd1,0)+1
boot
Then there is only a cursor flashing there and it doesn't execute.
What's the reason? Don't click. Help take a look in FastSLZ, thank you
|
|
2007-2-7 22:43 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
你的第一条命令是笔误?试试这样:
map (hd1) (hd0)
map (hd0) (hd1)
map --hook
find --set-root /ntldr
chainloader /ntldr
boot
Your first command was a typo? Try this:
map (hd1) (hd0)
map (hd0) (hd1)
map --hook
find --set-root /ntldr
chainloader /ntldr
boot
|

因为我们亲手创建,这个世界更加美丽。 |
|
2007-2-7 22:55 |
|
|
jzzyl
初级用户
 
积分 90
发帖 38
注册 2007-1-16
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
哈哈 谢谢不点 已经成功了 :D
Haha, thank you Budian. It has been successful. :D
|
|
2007-2-7 23:16 |
|
|
jzzyl
初级用户
 
积分 90
发帖 38
注册 2007-1-16
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
按照上面的命令 没问题 是我自己硬盘的问题 MBR丢了 从写了一个就好了
谢谢你关注 没想到这么快就回了
According to the above command, it's okay. It's the problem of my own hard drive. The MBR was lost, and it was fine after rewriting one. Thank you for your attention. I didn't expect to get a reply so soon.
|
|
2007-2-7 23:19 |
|
|
jzzyl
初级用户
 
积分 90
发帖 38
注册 2007-1-16
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
还有一个问题就是内置菜单怎么改 不让它查找本地的MENU。LST现在启动的时候老是先出现内置的find MENU。LST 之后出现我的MENU。LST 如果能用内置的就太好了 我分析了矮人的DOS工具箱 他的就是用的内置的菜单 但是有两个文件一个是ARLDR一个是argzs boot目录没有MENU。LST了
There is also a problem, how to modify the built-in menu to prevent it from searching for the local MENU.LST. When starting up now, it always first shows the built-in find MENU.LST, and then shows my MENU.LST. It would be great if the built-in one can be used. I analyzed the dwarf's DOS toolbox, his is using the built-in menu, but there are two files, one is ARLDR and the other is argzs, and there is no MENU.LST in the boot directory.
|
|
2007-2-7 23:37 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
我本人不赞成对 grub 进行修改。什么意思呢?就是说,如果要修改,就把修改的补丁提交给项目维护人。如果项目维护人觉得你的修改是有理由的,他会接受你的补丁。否则,我本人认为,那就是添乱。
就 GRLDR 来说,它优先执行的并非是内置的菜单,而是根目录下的 menu.lst。只有当根目录下没有 menu.lst 时,才会执行内置的 preset_menu 菜单。
所以,除非你明确删除根目录下的 menu.lst ,保证它不存在,否则,你内置的 preset_menu 就不能保证一定会接管控制。虽然你自己可以删除根目录的 menu.lst,但是别的软件有可能创建这个文件。所以,你的内置菜单的执行,总是没有绝对保障的。
I don't agree with modifying grub myself. What does it mean? That is, if you want to modify, submit the modified patch to the project maintainer. If the project maintainer thinks your modification is reasonable, he will accept your patch. Otherwise, I personally think that's making trouble.
As for GRLDR, what it executes preferentially is not the built-in menu, but menu.lst in the root directory. Only when there is no menu.lst in the root directory will it execute the built-in preset_menu menu.
So, unless you explicitly delete menu.lst in the root directory to ensure it doesn't exist, then your built-in preset_menu cannot guarantee that it will take over control. Although you can delete the menu.lst in the root directory yourself, other software may create this file. Therefore, the execution of your built-in menu is always not absolutely guaranteed.
|

因为我们亲手创建,这个世界更加美丽。 |
|
2007-2-8 00:02 |
|
|
jzzyl
初级用户
 
积分 90
发帖 38
注册 2007-1-16
状态 离线
|
|
2007-2-8 00:14 |
|
|
jiangjie
初级用户
 
积分 55
发帖 23
注册 2007-4-2
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
我是直接在U盘上放的安装包,应该怎么引导,以上的方法我都实验过了,都只是屏幕闪完就重启了,如果改用ntldr就显示读取boot.ini错误,然后就停止了
I directly put the installation package on the USB flash drive. How should I boot? I have tried all the above methods, and it just restarts after the screen flashes. If I switch to ntldr, it shows a boot.ini reading error and then stops.
|
|
2007-4-9 01:06 |
|
|
Makubes
新手上路

积分 18
发帖 9
注册 2008-2-8
状态 离线
|
『第 24 楼』:
使用 LLM 解释/回答一下
老大,直接用
title 安装 Windows XP (by Makubes)
chainloader /SETUPLDR.BIN
不需要写hd之类的,用这个简单方便,记得实在同目录下哟~
Boss, just use
title Install Windows XP (by Makubes)
chainloader /SETUPLDR.BIN
No need to write hd or something, this is simple and convenient, remember to be in the same directory~
|
|
2009-1-19 21:52 |
|