by Void Main » Sat Feb 14, 2004 3:45 pm
Ok, I give up, I can't get your OS booted. I first realized that I can't use the kernel you sent me because I am trying to boot it on an AMD K6-2 and I'm guessing you have it compiled for something higher than that as it just reboots the system when I try and boot it. No problem I thought, I'll just use my Fedora kernel. Of course I have to build a new initrd with reiserfs support since I put your file system on a reiserfs partition. I can get it to boot through everything up to where it should pass control off to init and it just hangs.
So I wiped the partition, created an ext3 partition and put your file system on it. Went to a very stock Fedora kernel and initrd that I already use on my Fedora installation. Same results, hangs right where it should be starting init. Of course I had to create a /initrd directory and create a /dev along with all the devices, still sticks right where it should be loading init. I tried sticking the Fedora init and startup files on the partition with same results. I would have expected it to work as you are running slightly different GLIB versions but I was just hoping to get an error message or something. Nothing. What am I missing? I feel like a n00b. :) Time to RTFM the Linux boot/init process again I guess.