China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-06-25 06:48
中国DOS联盟论坛 » GRUB4DOS、SYSLINUX及其它启动管理软件讨论专区 » [Help] I'm going crazy, help me. (I think it might be a version compatibility issue) View 1,568 Replies 6
Original Poster Posted 2008-02-03 20:22 ·  中国 江苏 苏州 电信
初级用户
Credits 34
Posts 16
Joined 2005-10-04 14:54
20-year member
UID 43108
Status Offline
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 ]
Floor 2 Posted 2008-02-03 21:38 ·  中国 湖北 武汉 电信
中级用户
★★
Credits 452
Posts 202
Joined 2006-12-21 13:46
19-year member
UID 74161
Gender Female
Status Offline
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.
Floor 3 Posted 2008-02-03 21:47 ·  中国 江苏 苏州 电信
初级用户
Credits 34
Posts 16
Joined 2005-10-04 14:54
20-year member
UID 43108
Status Offline
My USB flash drive is HDD type, thanks, I'll try it
Floor 4 Posted 2008-02-04 10:28 ·  中国 湖北 武汉 武昌区 电信
中级用户
★★
Credits 452
Posts 202
Joined 2006-12-21 13:46
19-year member
UID 74161
Gender Female
Status Offline
Have the problem been solved? What kind of error occurred? You should always provide an account of it.
Floor 5 Posted 2008-02-04 10:33 ·  中国 江苏 苏州 电信
初级用户
Credits 34
Posts 16
Joined 2005-10-04 14:54
20-year member
UID 43108
Status Offline
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
Floor 6 Posted 2008-02-04 13:11 ·  中国 江苏 苏州 电信
初级用户
Credits 34
Posts 16
Joined 2005-10-04 14:54
20-year member
UID 43108
Status Offline
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 ]
Floor 7 Posted 2008-02-04 14:16 ·  中国 江苏 苏州 电信
初级用户
Credits 34
Posts 16
Joined 2005-10-04 14:54
20-year member
UID 43108
Status Offline
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.
Forum Jump: