zxy357x 发表于 2012-4-6 15:46:20

天意系统安装原版系统

本帖最后由 zxy357x 于 2012-4-6 17:00 编辑

最近很多网友反映用天意系统RUN模块安装原版系统有问题,实机测试下果然不行。
现在给大家个简单修正这个问题的方法。
采用无忧论坛sratlf大侠的RUN,改名为SRUN,放在BOOT/GRUB里
由于sratlf的RUN没有集成FIRADISK.IMG,所以FIRADISK.IMG要另外放到BOOT/IMGS里



再修改RUN.LST
【2012.3.28发布】天意全功能ISO版2.0 

【20120401更新】DIY天意U盘维护系统 
















天意 发表于 2012-4-6 16:08:09

支持,很好。下次更新可以偷懒了。

Alar30 发表于 2012-4-6 16:56:22

原来的RUN模块要删除吗?

zxy357x 发表于 2012-4-6 17:02:13

Alar30 发表于 2012-4-6 16:56 static/image/common/back.gif
原来的RUN模块要删除吗?

SRUN放在BOOT/GRUB/
FIRADISK.IMG放在BOOT/IMGS/
RUN.LST与原文件替换,在BOOT/GRUB/

Alar30 发表于 2012-4-6 17:05:52

zxy357x 发表于 2012-4-6 17:02 static/image/common/back.gif
SRUN放在BOOT/GRUB/
FIRADISK.IMG放在BOOT/IMGS/
RUN.LST与原文件替换,在BOOT/GRUB/

也就是说原来 BOOT/GRUB/ 下的RUN不需要删除
对吧?

不好意思
新手
可能问题有点初级哈

zxy357x 发表于 2012-4-6 17:08:23

Alar30 发表于 2012-4-6 17:05 static/image/common/back.gif
也就是说原来 BOOT/GRUB/ 下的RUN不需要删除
对吧?



对,不能删除
就安装原版用SRUN,其它的都是用RUN

Alar30 发表于 2012-4-6 17:10:42

明白了
谢谢哈

天意 发表于 2012-4-6 20:03:26

我直接替换了run。run.lst菜单如下:
timeout 10
default 2
command --set-path=(ud)/BOOT/GRUB
gfxmenu (ud)/BOOT/GRUB/MESSAGE
title 【01】 启动WinPE 2003(兼容模式)
F6IMG
RUN (ud)/BOOT/winPE.iso
title 【02】 通过ISO安装系统文件(TYPE目录OS.ISO文件)
RUN --FIRA ISO=/TYPE/OS.ISO
title 【03】 启动自定义ISO/IMG文件(TYPE目录)
RUN --automenu --show.iso.img.ima.gz. /TYPE/
title 【04】 启动自定义文件(TYPE目录)
RUN --automenu /TYPE/
title 【05】 启动自定义ISO/IMG文件(自动列表方式)
RUN --autolist --show.iso.img.ima.gz. /TYPE/
title 【06】 启动自定义LST文件(TYPE目录TY.LST)
RUN /TYPE/TY.LST
title 【07】 启动Windows NT/2000/XP/2003
RUN /ntldr
title 【08】 启动Windows Vista/Windows 7
RUN /bootmgr
title 【09】 启动RAMOS                              
RUN --ramos /ramxp.img
title 【10】 返回菜单
configfile (md)4+8

grldr内置菜单如下:
timeout 10
default 0
command --set-path=(ud)/BOOT/GRUB
gfxmenu (ud)/BOOT/GRUB/MESSAGE
configfile (md)4+8
title 【01】 运行天意WinPE 2003
echo $ Loading TYPE, Please Wait ...
F6IMG
checkrange 0x30001:-1 read 0x8298 > nul && map --mem (ud)/BOOT/WINPE.ISO (0xff) ! map (ud)/BOOT/WINPE.ISO (0xff)
map --e820cycles=3
map --hook
chainloader (0xff)
title 【02】 启动Win7PE维护系统
echo $ Loading WIN7PE, Please Wait ...
checkrange 0x30001:-1 read 0x8298 > nul && map --mem (ud)/BOOT/WIN7PE.ISO (0xff) ! map (ud)/BOOT/WIN7PE.ISO (0xff)
map --hook
chainloader (0xff)
title 【03】 启动Slitaz迷你系统
kernel (ud)/boot/BZIMAGE root=/dev/null vga=normal autologin
initrd (ud)/boot/ROOTFS.GZ
title 【04】 启动RUN功能模块
configfile (ud)/BOOT/GRUB/RUN.LST
title 【05】 运行DOS时代菜鸟工具箱
map --mem (ud)/BOOT/IMGS/DTS.IMA (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【06】 运行OneKey全自动备份还原
map --mem (ud)/BOOT/IMGS/OKDOS.IMA (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【07】 运行DiskGen磁盘管理
RUN (ud)/BOOT/IMGS/DTS.IMA 1c
title 【08】 运行免口令系统登录工具
map (ud)/BOOT/IMGS/KON.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【09】 启动USB智能加速功能(适用老电脑)
(ud)/BOOT/GRUB/USB_ACC.0PE
title 【10】 启动NTBOOT通用启动盘
RUN (ud)/BOOT/IMGS/NTBOOT.ISO

把maxdos换成dos时代菜鸟工具了。

天意 发表于 2012-4-6 20:04:07

我直接替换了run。run.lst菜单如下:
timeout 10
default 2
command --set-path=(ud)/BOOT/GRUB
gfxmenu (ud)/BOOT/GRUB/MESSAGE
title 【01】 启动WinPE 2003(兼容模式)
F6IMG
RUN (ud)/BOOT/winPE.iso
title 【02】 通过ISO安装系统文件(TYPE目录OS.ISO文件)
RUN --FIRA ISO=/TYPE/OS.ISO
title 【03】 启动自定义ISO/IMG文件(TYPE目录)
RUN --automenu --show.iso.img.ima.gz. /TYPE/
title 【04】 启动自定义文件(TYPE目录)
RUN --automenu /TYPE/
title 【05】 启动自定义ISO/IMG文件(自动列表方式)
RUN --autolist --show.iso.img.ima.gz. /TYPE/
title 【06】 启动自定义LST文件(TYPE目录TY.LST)
RUN /TYPE/TY.LST
title 【07】 启动Windows NT/2000/XP/2003
RUN /ntldr
title 【08】 启动Windows Vista/Windows 7
RUN /bootmgr
title 【09】 启动RAMOS                              
RUN --ramos /ramxp.img
title 【10】 返回菜单
configfile (md)4+8

grldr内置菜单如下:
timeout 10
default 0
command --set-path=(ud)/BOOT/GRUB
gfxmenu (ud)/BOOT/GRUB/MESSAGE
configfile (md)4+8
title 【01】 运行天意WinPE 2003
echo $ Loading TYPE, Please Wait ...
F6IMG
checkrange 0x30001:-1 read 0x8298 > nul && map --mem (ud)/BOOT/WINPE.ISO (0xff) ! map (ud)/BOOT/WINPE.ISO (0xff)
map --e820cycles=3
map --hook
chainloader (0xff)
title 【02】 启动Win7PE维护系统
echo $ Loading WIN7PE, Please Wait ...
checkrange 0x30001:-1 read 0x8298 > nul && map --mem (ud)/BOOT/WIN7PE.ISO (0xff) ! map (ud)/BOOT/WIN7PE.ISO (0xff)
map --hook
chainloader (0xff)
title 【03】 启动Slitaz迷你系统
kernel (ud)/boot/BZIMAGE root=/dev/null vga=normal autologin
initrd (ud)/boot/ROOTFS.GZ
title 【04】 启动RUN功能模块
configfile (ud)/BOOT/GRUB/RUN.LST
title 【05】 运行DOS时代菜鸟工具箱
map --mem (ud)/BOOT/IMGS/DTS.IMA (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【06】 运行OneKey全自动备份还原
map --mem (ud)/BOOT/IMGS/OKDOS.IMA (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【07】 运行DiskGen磁盘管理
RUN (ud)/BOOT/IMGS/DTS.IMA 1c
title 【08】 运行免口令系统登录工具
map (ud)/BOOT/IMGS/KON.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【09】 启动USB智能加速功能(适用老电脑)
(ud)/BOOT/GRUB/USB_ACC.0PE
title 【10】 启动NTBOOT通用启动盘
RUN (ud)/BOOT/IMGS/NTBOOT.ISO

把maxdos换成dos时代菜鸟工具了。

zxy357x 发表于 2012-4-7 08:44:59

天意老师,你这是UD版的菜单
S大的RUN在非VBE模式下中文菜单显示目前我还搞不清楚,所以依旧要用Z大的RUN
正在向无忧论坛的Z大请教安装原版系统的问题中,解决了以后就可只用一个RUN了
页: [1] 2 3 4 5
查看完整版本: 天意系统安装原版系统