U盘装纯净版系统

源代码在线查看: ubcd4win.lst

软件大小: 3418 K
上传用户: hp_nancy
关键词: U盘
下载地址: 免注册下载 普通下载 VIP

相关代码

				# This is a sample menu.lst file. You should make some changes to it.
				
				color black/cyan yellow/cyan
				default		1
				
				## timeout sec
				# Set a timeout, in SEC seconds, before automatically booting the default entry
				# (normally the first entry defined).
				timeout		15
				
				title back to Main menu
				find --set-root /grldr
				configfile /menu.lst
				
				title Launch "The Ultimate Boot CD for Windows"
				root (hd0,0)
				chainloader /minint/setupldr.bin
				
				title Start Recovery Console of Windows NT/2K/XP
				root (hd0,0)
				chainloader /cmdcons/setupldr.bin
				#####################################################################
				# write string "cmdcons" to memory 0000:7C03 in 2 steps:
				#####################################################################
				### step 1. Write 4 chars "cmdc" at 0000:7C03
				write 0x7C03 0x63646D63
				### step 2. Write 3 chars "ons" and an ending null at 0000:7C07
				write 0x7C07 0x00736E6F
				
				title WinDiag
				map --mem (hd0,0)/images/windiag.img (fd0)
				map --hook
				chainloader (fd0)+1
				rootnoverify (fd0)
				
				title Darik's Boot and Nuke v.1.0.6
				map --mem (hd0,0)/images/dban.ima (fd0)
				map --hook
				chainloader (fd0)+1
				rootnoverify (fd0)
				
				title GOBACK Removal Tool
				map --mem (hd0,0)/images/goback.ima (fd0)
				map --hook
				chainloader (fd0)+1
				rootnoverify (fd0)
				
				title Memtest86
				map --mem (hd0,0)/images/memtest.img (fd0)
				map --hook
				chainloader (fd0)+1
				rootnoverify (fd0)
				
				title NTFS-Dos
				map --mem (hd0,0)/images/ntfs4dos.img (fd0)
				map --hook
				chainloader (fd0)+1
				rootnoverify (fd0)
				
				title commandline
				commandline
				
				title reboot
				reboot
							

相关资源