Have you considered that perhaps installation on a Mac isn't supported?
The only tutorials on the Howto page are installs into Parallels and VMWare.
hey guys,
i just tried to install bt final on my macbook core duo that way:
made a partition useing bootcamp, installed rEFIt
startet from cd, fdisk /dev/sda : t , 3, 83 (made a linux partition) ,
mkfs.ext3 /dev/sda3
reboot
mkdir /tmp/backtrack
mount /dev/sda3 /tmp/backtrack
-->backtrack installer: source: blank ; install bt to: /tmp/backtrack ; write mbr to: /dev/sda3
full install
after a lot of waiting i restartet, choose the linux hdd at the refit bootloader but i just got black screen and nothing happend
please help me! thanks in advance
carlos
Have you considered that perhaps installation on a Mac isn't supported?
The only tutorials on the Howto page are installs into Parallels and VMWare.
"\x74\x68\x65\x70\x72\x65\x7a\x39\x38";
sorry, i do. but i kow that it works for some people...
so streaker69, how did you do it? any special tricks?
regards
carlos
A third party security audit is the IT equivalent of a colonoscopy. It's long, intrusive, very uncomfortable, and when it's done, you'll have seen things you really didn't want to see, and you'll never forget that you've had one.
Hey Carlos,
Lets see here, first make sure you EFI table and MBR are in sync.
On the rEFIt boot there is an option for shell, it will automatically check your sync when it executes. Tell it to sync them up. reboot, start from your cd, mount the partition, chroot to it, check to make sure your lilo is using /dev/sda3, then rewrite it.
Try that and let me know how it goes.mkdir /mnt/bt2
mount /dev/sda3 /mnt/bt2
chroot /mnt/bt2 /bin/bash
nano /etc/lilo.conf
lilo
logout
umount /dev/sda3
roboot
Z