Well it's that time already, BT5R2 has been released.
Downloads are available here in both direct and torrent formats.
http://www.backtrack-linux.org/downloads/
I thought it may be useful to have an easily accessible list of formats, file sizes and MD5sums for each of the releases, so here they are.
Image Name: BT5R2-KDE-64.iso
Size (MB): 2814
Desktop: KDE
Architecture: 64
Image: ISO
MD5sum: 6d5996df868dfe9c31aad234187ad7d0
Image Name: BT5R2-KDE-32.iso
Size (MB): 2806
Desktop: KDE
Architecture: 32
Image: ISO
MD5sum: adb7eece8964aab083294f06aa44b625
Image Name: BT5R2-GNOME-64.iso
Size (MB): 2765
Desktop: GNOME
Architecture: 64
Image: ISO
MD5sum: 4864e7cacdc35a886ef8264eb346f414
Image Name: BT5R2-GNOME-VM-64.7z
Size (MB): 2020
Desktop: GNOME
Architecture: 64
Image: VMWare
MD5sum: dad2f4bf1045c56c0104218fa5d68aff
Image Name: BT5R2-GNOME-32.iso
Size (MB): 2720
Desktop: GNOME
Architecture: 32
Image: ISO
MD5sum: 4ad5f359bad43bb934d59fcf6632ae1b
Image Name: BT5R2-GNOME-VM-32.7z
Size (MB): 2000
Desktop: GNOME
Architecture: 32
Image: VMWare
MD5sum: 9a8ec2fb4bbf4a5e626cfeb8970609fd
Thursday, March 1, 2012
Tuesday, February 28, 2012
Disable nouveau drivers in BT5R2
There are times when you may need to disable the nouveau graphics drivers in BT5R2 such as when you want to install Nvidia graphics drivers.
This is easily done with the following commands:
nano /etc/modprobe.d/blacklist.conf
Now add the following 6 lines at the end
blacklist vga16fb
blacklist nouveau
blacklist nouveaufb
blacklist rivafb
blacklist nvidiafb
blacklist rivatv
Save
update-initramfs -u
Finally reboot and nouveau drivers will now be disabled.
This is easily done with the following commands:
nano /etc/modprobe.d/blacklist.conf
Now add the following 6 lines at the end
blacklist vga16fb
blacklist nouveau
blacklist nouveaufb
blacklist rivafb
blacklist nvidiafb
blacklist rivatv
Save
update-initramfs -u
Finally reboot and nouveau drivers will now be disabled.
BT5R2 Live USB Install
In this video I will show you how to make a live usb install from BT5R2.
I have downloaded the iso I want to use and have verified the md5 checksum.
I am booting the BT5R2 iso using the latest VMware workstation although the free player or other virtualisation software should work just as well.
In this video demonstration I am using an old 32GB usb stick, but a 4GB min usb stick is all you really need for this.
I have downloaded the iso I want to use and have verified the md5 checksum.
I am booting the BT5R2 iso using the latest VMware workstation although the free player or other virtualisation software should work just as well.
In this video demonstration I am using an old 32GB usb stick, but a 4GB min usb stick is all you really need for this.
Saturday, February 25, 2012
Prepare kernel sources on BT5R2
To be able to install most software to your own install of BackTrack 5 R2 that does not come from the repo's you will need to prepare the kernel sources.
This is very simple to do and will only take you a couple of minutes.
At the terminal, issue the following commands:
apt-get update
apt-get install linux-source
prepare-kernel-sources
cd /usr/src/linux
cp -rf include/generated/* include/linux/
cd /
And that's it.
Other than resolving any dependency requirements of the software you wish to install, you are now good to go.
This is very simple to do and will only take you a couple of minutes.
At the terminal, issue the following commands:
apt-get update
apt-get install linux-source
prepare-kernel-sources
cd /usr/src/linux
cp -rf include/generated/* include/linux/
cd /
And that's it.
Other than resolving any dependency requirements of the software you wish to install, you are now good to go.
Install nvidia drivers on BT5R2
In order to install the nvidia graphics drivers on BT5R2 you need to enter the following into a terminal prompt while X is not running.
This process is slightly longer than in BT5 because of nouveau drivers being loaded.
First you need to disable the nouveau drivers, which can be done thus:
nano /etc/modprobe.d/blacklist.conf
Now add the following 6 lines at the end
blacklist vga16fb
blacklist nouveau
blacklist nouveaufb
blacklist rivafb
blacklist nvidiafb
blacklist rivatv
Save
update-initramfs -u
Finally reboot and nouveau drivers will now be disabled.
Then you need to prepare the kernel sources if you have not done so already by:
Please remember to copy and paste these commands into your terminal prompt as formatting can make long lines wrap over into two or more lines !
apt-get update
apt-get install linux-source
prepare-kernel-sources
cd /usr/src/linux
cp -rf include/generated/* include/linux/
cd /
Then for 32bit BT5: following the prompts
wget http://us.download.nvidia.com/XFree86/Linux-x86/295.20/NVIDIA-Linux-x86-295.20.run
chmod +x NVIDIA-Linux-x86-295.20.run
./NVIDIA-Linux-x86-295.20.run
Or for 64bit BT5: following the prompts
wget http://us.download.nvidia.com/XFree86/Linux-x86_64/295.20/NVIDIA-Linux-x86_64-295.20.run
chmod +x NVIDIA-Linux-x86_64-295.20.run
./NVIDIA-Linux-x86_64-295.20.run
And that's it, you should now be able to restart, and startx enjoying the full glory of BackTrack at the full resolution offered by your graphics card and monitor.
This process is slightly longer than in BT5 because of nouveau drivers being loaded.
First you need to disable the nouveau drivers, which can be done thus:
nano /etc/modprobe.d/blacklist.conf
Now add the following 6 lines at the end
blacklist vga16fb
blacklist nouveau
blacklist nouveaufb
blacklist rivafb
blacklist nvidiafb
blacklist rivatv
Save
update-initramfs -u
Finally reboot and nouveau drivers will now be disabled.
Then you need to prepare the kernel sources if you have not done so already by:
Please remember to copy and paste these commands into your terminal prompt as formatting can make long lines wrap over into two or more lines !
apt-get update
apt-get install linux-source
prepare-kernel-sources
cd /usr/src/linux
cp -rf include/generated/* include/linux/
cd /
Then for 32bit BT5: following the prompts
wget http://us.download.nvidia.com/XFree86/Linux-x86/295.20/NVIDIA-Linux-x86-295.20.run
chmod +x NVIDIA-Linux-x86-295.20.run
./NVIDIA-Linux-x86-295.20.run
Or for 64bit BT5: following the prompts
wget http://us.download.nvidia.com/XFree86/Linux-x86_64/295.20/NVIDIA-Linux-x86_64-295.20.run
chmod +x NVIDIA-Linux-x86_64-295.20.run
./NVIDIA-Linux-x86_64-295.20.run
And that's it, you should now be able to restart, and startx enjoying the full glory of BackTrack at the full resolution offered by your graphics card and monitor.
Subscribe to:
Posts (Atom)