| - root@debian:~#wget http://*******/maxdos.img
- root@debian:~#wget http://*******/grub4dos.tar
- root@debian:~#wget http://*******/WinXP.GHO
- root@debian:~# mkdir /boot/boot
- root@debian:~# cp -r maxdos.img /boot/boot/MAXDOS.IMG
- root@debian:~# cp -r grub4dos.tar /boot
- root@debian:~#cp -r WinXP.GHO /dos
- root@debian:~#cd /boot
- root@debian:~#tar -xvf grub4dos.tar
- root@debian:~#reboot
复制代码 |