| 
 | 
8#
 
 
 楼主 |
发表于 2013-5-15 16:26:12
|
只看该作者
 
 
 
 本帖最后由 lfu0327 于 2013-5-15 16:32 编辑  
 
timeout  
default  
graphicsmode -1 1024 
splashimage (hd0,4)/grub/LOGO.lzma 
font (hd0,4)/grub/unifont.hex 
terminal --font-spacing=0:10 
 
title 【 自動載入版號與更新測試 】\n 歡迎使用,請選擇以下使用項目: 
 
clear 
title====================================================================== 
clear 
 
title  %W8update% && %W8ver% 
acpi    
fallback 1    
root (hd0,0) 
hide (hd0,1) 
chainloader /bootmgr 
 
 
title  %XPupdate% && %XPver% 
rootnoverify (hd0,1) 
hide (hd0,0)   
chainloader +1   
 
title====================================================================== 
clear 
 
title 
 
title   【從硬碟啟動】\n 從硬碟啟動 
checkrange 0x80 read 0x8280 && map (hd1) (hd0) 
checkrange 0x80 read 0x8280 && map --hook 
chainloader (hd0)+1 
 
title   【重新啟動】\n 重新啟動 
reboot 
 
title   【關機】\n 關機 
halt 
 
 
menu.7z
(1.39 KB, 下载次数: 7)
 
 
 
 
=====================以下為utf8格式的w8.txt=================================== 
W8update: "本次更新 W8 最新補丁至20130515日" 
W8ver: "20130515_Ver0.92" 
 
 
 
w8.7z
(479 Bytes, 下载次数: 4)
 
 
 
 
 
 
=====================以下為utf8格式的XP.txt=================================== 
XPupdate: "本次更新 XP 最新補丁至20130515日" 
XPver: "20130515_Ver0.92" 
 
 
 
xp.7z
(479 Bytes, 下载次数: 3)
 |   
 
 
 
 |