|
通过usboot可以实现楼主的功能。。。。
1.这样,可以直接就进入了dos了。。一个功能不多的dos。。
2.如果你还想添加其他功能强大的dos的话。可以在u盘里面添加一个文件autoexe.bat,用记事本打开,输入:grub
保存退出。。。
3.接下,你可以通过grub来引导其他的dos或者系统,如下是本人的u盘启动。。。。也是通过grub4dos引导的。。。希望对你有帮助:
timeout 30
find --set-root /myudisk.txt
splashimage /boot/saber3.gz
title ------Welcome to Janka's U Boot Disk------Saber Version---
find --set-root /myudisk.txt
map --mem /boot/WinPE37M.iso (hd32)
map --hook
chianloader (32)
title Search Win98/WinMe OS and enter
fallback 3
find --set-root /io.sys
chainloader /io.sys
savedefault --wait=2
title Search WinXP/Win2K/WinNT OS and enter
find --set-root /ntldr
chainloader /ntldr
title Enter QuxianWinPe 37M
find --set-root /myudisk.txt
map --mem /boot/WinPE37M.iso (hd32)
map --hook
chainloader (32)
title Enter Winpe3.0
find --set-root /myudisk.txt
map --mem /boot/winpe3.0.iso (hd32)
map --hook
chainloader (hd32)
title Enter Geexbox Media System
find --set-root /myudisk.txt
kernel /boot/grub/vmlinuz root=/dev/ram0 rw init=linuxrc boot=hda1 splash=silent vga=789 video=vesafb:ywrap,mtrr
initrd /boot/grub/initrd.gz
boot
title Enter Puppy Linux
find --set-root /myudisk.txt
find --set-root /isolinux.bin
kernel /vmlinuz
initrd /initrd.gz
boot
title Enter CDLinux
find --set-root /myudisk.txt
kernel /boot/CDlinux/bzImage root=/dev/ram0 rw vga=788 CDL_LANG=zh_CN.UTF8 CDL_DEV=/dev/hda0
initrd /boot/CDlinux/initrd
title Enter Maxdos
find --set-root /myudisk.txt
chainloader /mxldr
title Enter Pure Dos
find --set-root /myudisk.txt
map --mem /img/PUREDOS.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title Enter MSDOS7.1
find --set-root /myudisk.txt
map --mem /img/MSDOS710.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title Enter Ghost11.5
find --set-root /myudisk.txt
map --mem /img/GHOST11.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title EnterPQ8.05 Chinese
find --set-root /myudisk.txt
map --mem /img/PQ805CHT.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title Enter Jinhaidun
find --set-root /myudisk.txt
map --mem /img/XLYBIG.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title Reboot
reboot
title ShutDown
savedefault --wait=2
halt
里面的那个dos.img,自己到网上找啦~~
[ 本帖最后由 jankalon 于 2009-4-10 20:29 编辑 ] |
|