Thank you for writing this tutorial.
I've run into a couple of road blocks I can't seem to get around, though.
I'm trying to install BT4b onto my netbooks HDD from a USB flashdrive.
I've gotten BT4b onto the flash drive fine and booted it up, but it seems like fdisk is only letting me have a total of 4 partitions, yet my pc already comes with 3, so I can't make the 3 needed to install backtrack.
my netbook has:
Windows XP installed on sda1 (which i took 20 gigs out of for BT4b, thus making a sda-1)
a recovery partition (which i'd like to keep for a rainy day) on sda2
and some random misc space (33mb) on sda3
after typing:
followed by p, fdisk lists:
Code:
/dev/sda1 (Boot:*) (Start: 1) (End: 15784) (Blocks:126783328+) (Id: 7) (System: HPFS/NTFS)
/dev/sda2 (Start: 18659) (End:19452) (Blocks: 6377805) (Id: 1c) (System: Hidden W95 FAT32 {LBA})
/dev/sda3 (start: 19453) (end: 19457) (blocks: 40162+) (Id: ef) (system: EFI {FAT-12/16/32})
So when i goto make a new partition, it auto-selects #4, leaving me no room to create the extra 2 partitions.
what would I do in this situation? Any help is much appreciated!