So I am having less than luck with my laptop.
To keep this short and technical, I am now trying to load Tiny Core 64-bit onto it.
My current drive structure is as follows:
SDA1 = Windows 7
SDA2 = Windows 7
SDA3 = Backtrack
SDA6 = Swapfile
SDA7 = Data Drive
SDB1 = Should be Core64
I have grub2 running on my SDA drive to manage Backtrack and Windows 7. I am installing TC on my SDB drive as it is my SSD.
So here are the steps I have been following (based on the Wiki):
I have downloaded the Core64.gz and VMLinuz64 to my sda7
I boot from the Core CD.
ab grub
1
q
i
q
mount /mnt/sda7
mount /mnt/sdb1
sudo mkdir -p /mnt/sdb1/boot/grub
cp /mnt/sda7/core64.gz /mnt/sdb1/boot/
cp /mnt/sda7/vmlinuz64 /mnt/sdb1/boot/
cp /tmp/tcloop/grub-0.97-splash/usr/lib/grub/i386-pc/* /mnt/sdb1/boot/grub/
vi /mnt/sdb1/boot/grub/menu.lst
default 0
timeout 10
title Core64
root (hd1,0)
kernel /boot/vmlinuz64
initrd /boot/core64.gz
grub
root (hd1,0)
setup (hd1,0)
quit
reboot
Then I have 1 of 2 things that happen. If I have my SDB set to boot first in my BIOS I receive this error:
Booting 'Core64'
root (hd1,0)
Filesystem type unknown, partition type 0x7
kernel /boot/vmlinuz64
Error 17: Cannot mount selected partition
Press any key to continue
After some searching around I found that 0x7 is NTFS which means it thinks that (hd1,0) when my SDB drive is my first boot device is my SDA1. No big deal, I haven't been able to fix this yet, but I should be able to figure it out.
So I change my boot order in the BIOS, and set my SDA as my first boot device. I then press F12 at bootup and select SDB as my first boot device (hehe). And then it kind of sort of acts like it may want to work.....almost.
I then boot and after a ton of stuff scrolls through the screen the last thing that I see is:
Fixing recursive fault but reboot is needed!
And if I reboot I receive the same error. Also if I leave it up on the screen long enough I receive these errors as well:
INFO: rcu_sched_state detected stall on CPU 0 (t=18000 jiffies)
This just hasn't been my week, and I just killed 90 minutes running through the same process over and over expecting different results.
I'm going to go try one other hair-brained idea, but if anyone has any suggestions I am open to anything. I swear, if I can get this working, I will also attempt to update the wiki with the new steps (it's slightly outdated).