|
onemoney
初级用户
 
积分 34
发帖 16
注册 2005-10-4
状态 离线
|
『楼 主』:
[求助]我快疯了,帮帮我吧.(发现可能是版本兼容问题)
使用 LLM 解释/回答一下
我原来一直用的是老毛桃的WINPE做的U盘启动盘,由于在联想的965主板的笔记本上启动不了,就想把里面的"MTLDR"文件(是GRUB DOS 4.3 八月份的版本)升级到十二月二十五号的版本,我就在网上下了一下,把它CHINESE目录里的GRLDR文件放到U盘下,并用ULTRAEDIT打开GRLDR把他改成了MTLDR,并且导入了原"MTLDR"中导出的菜单,从U盘启动时画面一样正确引导到了菜单界面,但是中文全成了乱码,选择项目后也不启动了,意思就是找不到要启动的文件,按任意键返回主菜单.好像缺少了设定U盘为根目录的命令.
下面是导出的MENU.LST的内容(曾在第三项添过FIND的命令也没用)
default 0
timeout 5
fontfile /minipe/muifont.gz
splashimage /minipe/bj2008.xpm.gz
title 启动WinPE 迷你维护系统
chainloader /minipe/ldrxpe
title 运行效率源硬盘检测
map --mem /img/xly.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 从第一硬盘第一分区启动
commandline
title 启动微软内存检测
map --mem /img/memory.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 启动GHOSt V11备份
map --mem /img/dos.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 重新启动计算机
reboot
title 关闭计算机
halt
请各位大侠帮帮忙,说一下原因,
Last edited by onemoney on 2008-2-4 at 02:14 PM ]
I originally always used Lao Maotao's WINPE to make a USB flash drive bootable disk. Because it couldn't boot on a Lenovo 965 motherboard notebook, I wanted to upgrade the "MTLDR" file (which is the GRUB DOS 4.3 version from August) to the version from December 25th. I downloaded it online, put the GRLDR file in the CHINESE directory onto the USB flash drive, and used ULTRAEDIT to open GRLDR and changed it to MTLDR, and imported the menu exported from the original "MTLDR". When booting from the USB flash drive, the screen correctly guided to the menu interface, but the Chinese became garbled, and after selecting the item, it didn't boot, meaning it couldn't find the file to boot. Pressing any key returns to the main menu. It seems that the command to set the USB flash drive as the root directory is missing.
The following is the content of the exported MENU.LST (I added the FIND command in the third item but it didn't work)
default 0
timeout 5
fontfile /minipe/muifont.gz
splashimage /minipe/bj2008.xpm.gz
title Boot WinPE Mini Maintenance System
chainloader /minipe/ldrxpe
title Run Efficiency Source Hard Disk Detection
map --mem /img/xly.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title Boot from First Partition of First Hard Disk
commandline
title Boot Microsoft Memory Detection
map --mem /img/memory.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title Boot GHOSt V11 Backup
map --mem /img/dos.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title Restart Computer
reboot
title Shutdown Computer
halt
Please help the experts to explain the reason.
Last edited by onemoney on 2008-2-4 at 02:14 PM ]
|
|
2008-2-3 20:22 |
|
|
429499381
中级用户
  
积分 452
发帖 202
注册 2006-12-21
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
你的U盘是HDD 还是FD
title 启动WinPE 迷你维护系统
find --set-root /minipe/ldrxpe
chainloader /minipe/ldrxpe
title 启动WinPE 迷你维护系统
chainloader (fd0)/minipe/ldrxpe
你看这样行不行。
Is your USB drive HDD or FD
title Boot WinPE Mini Maintenance System
find --set-root /minipe/ldrxpe
chainloader /minipe/ldrxpe
title Boot WinPE Mini Maintenance System
chainloader (fd0)/minipe/ldrxpe
See if this works.
|
|
2008-2-3 21:38 |
|
|
onemoney
初级用户
 
积分 34
发帖 16
注册 2005-10-4
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
我的U盘是HDD的,谢了,我试一下
My USB flash drive is HDD type, thanks, I'll try it
|
|
2008-2-3 21:47 |
|
|
429499381
中级用户
  
积分 452
发帖 202
注册 2006-12-21
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
问题解决了没, 出现了什么错误, 总要交代一下吧
Have the problem been solved? What kind of error occurred? You should always provide an account of it.
|
|
2008-2-4 10:28 |
|
|
onemoney
初级用户
 
积分 34
发帖 16
注册 2005-10-4
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
我试了一下,不行。还是老样子,error 15: file not find ,press any key to continue
I tried it, but it didn't work. It's still the same old situation, error 15: file not found, press any key to continue
|
|
2008-2-4 10:33 |
|
|
onemoney
初级用户
 
积分 34
发帖 16
注册 2005-10-4
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
我在菜单第三行加了条root (hd1,0)的命令,菜单还是乱码,但是选项可以正常运行了。我选择到GRUB的命令行模式,运行find --set-root /boot.ini 显示是HD1,运行find --set-root /mtldr 显示是disk read error.
我有geometry (hd1)能正常显示电脑硬盘的二个分区信息
但用geometry (hd0)显示是disk read error.
这个东西要搞明白怎么这么难呀。
Last edited by onemoney on 2008-2-4 at 02:17 PM ]
I added a line of root (hd1,0) in the third line of the menu. The menu is still garbled, but the options can run normally. I selected to enter the GRUB command line mode, and running find --set-root /boot.ini shows it's HD1, and running find --set-root /mtldr shows disk read error.
I can normally display the partition information of the two partitions of the computer hard disk with geometry (hd1), but displaying with geometry (hd0) shows disk read error.
Why is it so difficult to figure this out?
Last edited by onemoney on 2008-2-4 at 02:17 PM ]
|
|
2008-2-4 13:11 |
|
|
onemoney
初级用户
 
积分 34
发帖 16
注册 2005-10-4
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
又疯了大半天,测试了很多,发现可能是版本兼容性问题,我用12-09的版本没问题,用12-25以后的还是老样子
Wasted a whole day again, tested many things, and found that it might be a version compatibility issue. The version from 12-09 is okay, but the ones after 12-25 are still the same old problem.
|
|
2008-2-4 14:16 |
|