在windows操作系统下利用wingrub安装backtrack 4 final,不需要你另外的磁盘分区、U盘.
下面讲一下安装过程
1. 安装WinGrub/Grub4DOS
从 http://sourceforge.net/projects/grub4dos/ 下载,然后安装,安装好了之后,打开wingrub, 点击Tools/Install Grub, 选择BOOT.ini, 填入”Back Track 4 Final”到Title, 再点击 Install, 这时会自动拷贝GRLDR 到c:\ ,还会创建c:\grub文件夹.
2. 从bt4-final.iso里拷贝/casper and /boot 到c:\
3. 修改C:\boot\grub\menu.lst. 当你打开文件时已经有一些内容, 但没有find –set-root /GRLDR这句话,所以应该加上。
最终内容应该为:<!– more –>
# By default, boot the first entry.        
default 0
    
# Boot automatically after 30 secs.       
timeout 10 
splashimage=/boot/grub/bt4.xpm.gz
title BackTrack4 Pre Final Persistant USB       
find –set-root /GRLDR        
kernel /boot/vmlinuz BOOT=casper boot=casper persistent rw vga=0x317        
initrd /boot/initrd.gz 
title BackTrack4 Pre Final USB       
find –set-root /GRLDR        
kernel /boot/vmlinuz BOOT=casper boot=casper nopersistent rw vga=0x317        
initrd /boot/initrd.gz 
title BackTrack4 Forensics USB (no swap)       
find –set-root /GRLDR        
kernel /boot/vmlinuz BOOT=casper boot=casper nopersistent rw vga=0x317        
initrd /boot/initrdfr.gz 
title BackTrack4 in Text Mode USB       
find –set-root /GRLDR        
kernel /boot/vmlinuz BOOT=casper boot=casper nopersistent textonly rw quiet        
initrd /boot/initrd.gz 
title BackTrack Graphical Mode from RAM USB       
find –set-root /GRLDR        
kernel /boot/vmlinuz BOOT=casper boot=casper toram nopersistent rw quiet        
initrd /boot/initrd.gz 
title Memory Test       
find –set-root /GRLDR        
kernel /boot/memtest86+.bin 
title Boot the First Hard Disk       
root (hd0,0)        
chainloader +1
4. 重起电脑, 这时可选择Back Track 4 Final进入系统。进入时会显示loading and wait, 时间比较久(有时我随便输入一些文字,就马上就可以了, 你也可以试一下)
Yay google is my queen assisted me to find this great internet site! .