|
Title: BackTrack 2 HD Install Post by: BillV on August 21, 2007, 11:12:29 AM Alright, since this was brought up in another thread, and since it seems to be asked all over the place, I figured I'd post some instructions that work. I'll keep it pretty simple. I just downloaded the ISO of BT2 last night and installed it in VMware following these instructions which I got help with from muts and/or ziplock a while back.
Keep in mind, VMware deafults to SCSI drives, so if you're using VMware (and you don't do a custom creation) you should use 'sda.' If you have an IDE HD, you use 'hda.' I'm going to post one copy of the instructions, and I'll include what you need to do for dual boot (but who does that anymore anyway?). In the instructions, I'll be using sda and installing BT as the only OS in a VM. All commands will be italics and dual-boot notices will be bold. BackTrack 2 HD Installation Instructions: Quote Step 1: Boot Backtrack Step 2: Login (root/toor) and run startx Step 3: open a terminal and run mount to see if your HD is currently mounted (if so, run the umount <drive> command to unmount the drive) Dual Step: run qtparted Dual Step: select your HD, resize current partition to make space for BT (if not already partitioned, if so skip this step) Dual Step: File > Commit > OK Step 4: run fdisk /dev/sda Step 5: Create Partitions:
Step 6: p, enter (display partition table to make sure correct), should be:
Step 9: Create file systems (keep in mind, you can use the ones you prefer, this is only an example):
Title: Re: BackTrack 2 HD Install Post by: oneeyedcarmen on August 21, 2007, 11:20:24 AM Fantastic! Thanks, Bill.
-Brian Title: Re: BackTrack 2 HD Install Post by: boney on August 21, 2007, 12:33:40 PM Really helpful.
Thanks ! Title: Re: BackTrack 2 HD Install Post by: Manu Zacharia (-M-) on August 21, 2007, 07:25:33 PM Thank you for the wonderful tutorial. I am looking for some tutorial on Installation of Wireless Drivers - my RH 7 installation and BT 2 installation does not detect my wireless card for nc6400.
Title: Re: BackTrack 2 HD Install Post by: BillV on August 21, 2007, 08:08:00 PM Thank you for the wonderful tutorial. I am looking for some tutorial on Installation of Wireless Drivers - my RH 7 installation and BT 2 installation does not detect my wireless card for nc6400. By nc6400, I'd guess you're talking about the HP Compaq nc6400? We use HP's at work, I have an nc6220. These HP's use an intel wireless adapter that's built-in. Is that the adapter you're trying to use? I know it won't work for BT2, I'm not sure about RH (though I'd guess probably not). As far as I know, there is no work around to use that adapter. You're best off buying a separate wireless PC card. A lot of people here have recommended using the Ubiquiti card from wlanparts.com. Title: Re: BackTrack 2 HD Install Post by: slag on August 24, 2007, 07:12:41 PM I was following along great until the very end... when I typed lilo -v I get the following error:
Fatal: First sector of /dev/hda1 doesn't have a valid boot signature I know I designated it as boot when I ran fdisk, so I'm not sure what that means. Title: Re: BackTrack 2 HD Install Post by: BillV on August 25, 2007, 11:23:44 AM slag,
I saw your other post that you fixed the problem. I apologize, I forgot to add that into my instructions. That's been fixed, thanks. Title: Re: BackTrack 2 HD Install Post by: slag on August 25, 2007, 12:41:21 PM No big deal; if it isn't working, you can't really break it. I just messed around with a ton of different stuff until I found something that worked. I do still have another question though. I'm running backtrack on an HP zv6000, and the only way I can get it to boot all the way is to disable acpi by adding the acpi=off line at boot. Is there a way to set that option as part of the default so I can disable the prompt and timeout and just boot straight into backtrack?
Lesser hassle, disabling that gives me no way to check my battery level, any suggestions on a different work around or something else I could use? Title: Re: BackTrack 2 HD Install Post by: halcyon on August 28, 2007, 09:21:10 PM I'm just simply trying to install bt2 to the system disk.
I've verified lilo.conf and the /boot partition. I've used the installer and manually copied the directories over as instructed, but no dice. When rebooting lilo seems to hang. I just get "Loading BT....." Nothing else. Any suggestions would be greatly appreciated. thx Title: Re: BackTrack 2 HD Install Post by: BillV on August 29, 2007, 02:21:16 PM slag,
I'm not too sure on that one, you may want to check the remote-exploit.org forums. halcyon, Did you use both the install AND manually copy over the files? If you follow the instructions I've posted, you don't use the installer. Are you sure you don't have a lilo error? Here's my lilo file for my VM with BT2 by itself: Quote # LILO configuration file # generated by 'liloconfig' # Start LILO global section lba32 # Allow booting past 1024th cylinder with a recent BIOS boot = /dev/hda # message = /boot/boot_message.txt prompt timeout = 1200 # Override dangerous defaults that rewrite the partition table: change-rules reset # VESA framebuffer console @ 1024x768x256 vga=791 # Linux bootable partition config begins image = /boot/vmlinuz root = /dev/hda3 label = linux read-only # Linux bootable partition config ends And here's my lilo file for dual-boot: Quote # Start LILO global section lba32 # Allow booting past 1024th cylinder with a recent BIOS boot = /dev/hda # message = /boot/boot_message.txt prompt timeout = 1200 change-rules reset vga=791 # Linux bootable partition config begins image = /boot/vmlinuz root = /dev/hda4 label = Linux read-only # Linux bootable partition config ends # Windows bootable partition config begins other = /dev/hda1 label = Windows table = /dev/hda # Windows bootable partition config ends Title: Re: BackTrack 2 HD Install Post by: ChrisG on August 29, 2007, 03:21:49 PM not to be too jerky but you could just try building your own "hack" distro on slackware/gentoo/FC/whatever. you'll probably get more out of it than screwing with BT for days.
Title: Re: BackTrack 2 HD Install Post by: slackram on April 17, 2008, 03:51:04 PM Hey there, i hope you don't mind replying here after 120 days from the last one but i really need to get some help with something. I have done by letter everything explained here and when rebooting the system (without the cd) i am having an error mssg
"GRUB Loading stage1.5. GRUB loading, please wait... Error15 _ " Any idea of this.? Thanks in advance ... and sorry for bothering you with such a problem. Cheers :) Title: Re: BackTrack 2 HD Install Post by: Andrew Waite on April 18, 2008, 04:25:01 AM Slackram,
looks like a Grub issue ;) try booting off a live CD (like the Backtrack CD you've dropped on the harddrive) and edit the Grub configuration (Google is your friend). Alternatively try the install again, I've come a across this before and a second install fixed it without issue, don't know why. Title: Re: BackTrack 2 HD Install Post by: ChrisG on April 18, 2008, 06:34:30 AM to help you help yourself. what does google say a grub error 15 is?
Title: Re: BackTrack 2 HD Install Post by: slackram on April 25, 2008, 04:53:39 PM Hey there, i hope you don't mind replying here after 120 days from the last one but i really need to get some help with something. I have done by letter everything explained here and when rebooting the system (without the cd) i am having an error mssg "GRUB Loading stage1.5. GRUB loading, please wait... Error15 _ " Any idea of this.? Thanks in advance ... and sorry for bothering you with such a problem. Cheers :) It has been a while since i asked help for this issue. I have been solved that out, and that's why i want to share it with all theese who might step on the same problem. At first i would like to say that before i asked your help i tried to gather all avalliable infos reqarding that issue. Google offered me a lot of infos but none helped. So, after many tests, (edits of Grub Loader configuration, installation of other open source boot managers, formating & re formating) i decided to install Win XP on this computer (a laptop which was running with various Linux distroes for the last 5 years). As we know Windows are very "friendly" with other OS we might have installed and they just want to "eat" every single availlable space point on our HDD's errasing everything else we have on board. I just installed the xp's and then i tried once again to install the BT2 on that laptop. It just worked out... (I am delayed on replying once again because i was on a business task on an oil drill in Nigeria) cheers and have fun... Title: Re: BackTrack 2 HD Install Post by: Andrew Waite on April 27, 2008, 03:40:14 AM It just worked out... Yup, seems to be my experience with the Backtrack HDD install in the past. Never seems to cause me a major headache though. Thanks for the update and glad you got sorted.
Powered by SMF 1.1.16 |
SMF © 2011, Simple Machines
Joomla Bridge by JoomlaHacks.com |