Here's a triple post, oh and don't worry, [IMG] tags have still not been enabled. (There's another vote of confidence. :mad: )
Anyway, I plugged my harddrives into another computer, installed Debian (and did NOT boot Windows) then plugged them back into my computer, but now when I boot Debian it hangs here and I'm not sure how to fix this, seems like it'd be simple though.
http://img216.imageshack.us/img216/2299/img1298vs1.jpg
EDIT: Nevermind, I switched the cables around and am now booted. I just need to find the correct kernel modules for networking. And I had to change the BusID in xorg.conf to PCI:1:0:0 instead of PCI:5:0:0. Networking, compile new kernel (2.6.18rc4 or higher) to get cd-rom support, then video and I should be set.
EDIT AGAIN: Can't get networking to work. Had to change /etc/networking/interfaces from:
Code:
auto lo
iface lo inet loopback
allow-hotplug eth2
iface eth2 inet dhcp
I had to change eth2 to eth0 and allow-hotplug (whatever the @#$% that does, it's always just been auto) so now it is:
Code:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
But that didn't fix it, I still get nothing. My network card is a Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller (rev 22) and supposedly it is supported by the sk98lin kernel module, but I read on the Gentoo website that it is deprecated and to use the sky2 module, but neither of them are working.
EDIT AGAIN LOL: Change to eth1 and problem is solved. I am keeping this for the benefit of the next person to search Google for info about the same issue, otherwise I'd just edit the whole thing out, lol.