BackTrack 4 installation on a Dell Latitude D810
Published on Monday, 13 April 2009.
Steps I used to get BackTrack 4 BETA version running on my Dell Latitude D810. I will be using the single boot method of installation as opposed to dual boot. In other words, I will not been choosing between a linux, windows, or backtrack partition when I boot up -- only BackTrack will be installed on this laptop.
- Downloaded BackTrack 4 Beta DVD ISO from http://www.remote-exploit.org/cgi-bin/fileget?version=bt4-beta-iso. It is over 700Meg so it will need to be a DVD not a CD.
- Boot up on the ISO DVD
- Login as root. (Password = toor)
- If you need to dual boot, go here. Otherwise, follow these directions to setup/clean off your hard drive.
- Next copy the operating system onto your newly formatted hard drive using these directions.
- If it is not already running, start up networking by doing a /etc/init.d/networking start
- Call me a glutton, but after reboot I now do:
gpg –keyserver keyserver.ubuntu.com –recv CB2F6C86F77B1CA9 gpg –export –armor CB2F6C86F77B1CA9 | apt-key add - apt-get update apt-get upgrade
This will take a while so go get some coffee. - The apt-get upgrade will cause some problems with X. So login as root and then do the following:
wget www.offensive-security.com/fix-kde.sh bash fix-kde.sh apt-get --reinstall install kcontrol-kde3
- Reboot for good measure.
- Now you should be able to start your networking again (per the /etc/init.d/networking start) and then startup the graphical environment by doing a startx.
- Now let's fix it so we can ssh into your laptop. From a command prompt do:
/usr/bin/ssh-keygen -t rsa1 -f /etc/ssh/ssh_host_key /usr/bin/ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key /usr/bin/ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
- Let's make networking start by default. From the command prompt do:
update-rc.d networking start
- Added a sound mixer because I could not find anywhere to adjust volume: apt-get install kmix
- Cleaned up the message of the day by erasing everything out of /etc/motd and /etc/motd.tail.