Line 170:
Line 170:
:Did you extract directly into the partition via tar, rather than unpacking and then cp'ing? (If you did the latter, you should have used cp -a) [[User:Muzer|Muzer]] 19:15, 26 January 2010 (UTC)
:Did you extract directly into the partition via tar, rather than unpacking and then cp'ing? (If you did the latter, you should have used cp -a) [[User:Muzer|Muzer]] 19:15, 26 January 2010 (UTC)
+
+
I did yes to both of these. I used tar -C /media/boot -xvjf (long tarball filename) to extract the kernel image to the FAT16 partition, and likewise used tar -C /media/whiite -xvjf to extract the Debian Lenny bundle to the Ext3 partition.
+
+
I used df -T before umounting the SD card to make sure that the partitioning / filesystem creation had been successful and it seemed so, seeing as how the kernel would at least boot before giving me the panic error I figured something was going right.
+
+
However, after doing a more thorough sweep of the sd card using df -T and fdisk -L I noticed that, don't ask how, an 'other' type partition (unused) had mysteriously superimposed itself over the Linux one! It had the same start and end blocks, size, et cetera. And of course trying to use Wiiload to install from a USB medium always ended in nothing but a lost+found folder being placed on the ext3 partition, so, I think the SD card is probably just toast. I have always had this problem trying to boot Wii-Linux and it has always been that same card. Can I just do the same partitioning / filesystem processes on a USB hard drive and boot it that way?