
Originally Posted by
K7@$#
first off excellent tutorial,of the thousands out there with various different methods this is nice and simple to follow..im having a problem though.when i reach this stage :
bt~#cp --preserve -R /{bin,dev,home,pentest,root,usr,etc,lib,opt,sbin,va r} /mnt/backtrack/
im returned with the errors no space left on device?? all partitions are set correct..any help??
Expanded, BT3 is about 3.4GB. You might not have enough free space on your drive.
I just followed these steps, but I can't boot into BT3. I installed it on my HDD as sda10, with changes as sda12. I had GRUB on the MBR already, so I just added an entry for BT3.
Code:
title BT3 HDD
root (hd0,9)
kernel /boot/vmlinuz ramdisk_size=6666 root=/dev/sda10 rw changes=/dev/sda12 autoexec=xconf;kdm
initrd /boot/initrd.gz
Boot seizes up when looking for the BT3 directory. Is the lack of a BT3/ directory causing the crash, or is it an error with my grub entry?