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-24 21:58
中国DOS联盟论坛 » GRUB4DOS、SYSLINUX及其它启动管理软件讨论专区 » [Help] - [Closed] Using GRUB to make a bootable CD, a path error occurred View 1,853 Replies 2
Original Poster Posted 2009-01-18 03:39 ·  中国 四川 成都 电信
初级用户
★★
Credits 118
Posts 66
Joined 2006-08-18 16:04
19-year member
UID 60797
Gender Male
Status Offline
I made it using UltraISO-9-3-2-2656

1. Write my MENU.LST to grldr using grubmenu.exe and rename grldr to grldr.bin.
2. Run UltraISO - Start - Load boot file, add grldr.bin.
3. Add BOOT directory and files

My MENU.LST
===========================
timeout 30
default 30
fontfile (cd) /BOOT/fonts

title Test 1st: HY27.IMG
map --mem (cd) /BOOT/HY27.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)

title Test 2nd: DOSTOOL.IMG
map --mem (cd) /BOOT/DOSTOOL.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)

title Test 3rd: GHOST.IMG
map --mem (cd) /BOOT/GHOST.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
===========================

[ Last edited by weasel on 2009-1-18 at 10:06 ]
Attachments
2009-01-18_020953.jpg
Floor 2 Posted 2009-01-18 04:12 ·  中国 四川 成都 电信
初级用户
★★
Credits 118
Posts 66
Joined 2006-08-18 16:04
19-year member
UID 60797
Gender Male
Status Offline
The menu CD can be booted after modification, and it's imaged. But the menu doesn't display Chinese.
==============================

timeout 30
default 0
root (cd)
fontfile (cd)/BOOT/fonts

title Test 1: HY27.IMG
map --mem (cd)/BOOT/HY27.IMG (fd0)
map (fd0) (fd1)
map --floppies=2
map --hook
chainloader (fd0)+1
rootnoverify (fd0)

title Test 2: DOSTOOL.IMG
map --mem (cd)/BOOT/DOSTOOL.IMG (fd0)
map (fd0) (fd1)
map --floppies=2
map --hook
chainloader (fd0)+1
rootnoverify (fd0)


title Test 3: GHOST.IMG
map --mem (cd)/BOOT/GHOST.IMG (fd0)
map (fd0) (fd1)
map --floppies=2
map --hook
chainloader (fd0)+1
rootnoverify (fd0)

==============================
Floor 3 Posted 2009-01-18 10:02 ·  中国 四川 成都 电信
初级用户
★★
Credits 118
Posts 66
Joined 2006-08-18 16:04
19-year member
UID 60797
Gender Male
Status Offline
Attachments
2009-01-18_084536.jpg
Forum Jump: