On Fri, Oct 08, 2004 at 01:57:05AM +0300, Stefanos Harhalakis wrote: > Package: kernel-image-2.6.8-1-686-smp > Version: 2.6.8-3 > Followup-For: Bug #275302 > > I've the same problem. On two identical machines I tested 2.6.8-2 and > 2.6.8-3. -2 worked fine. -3 could not boot no matter what I did. It > worked fine when I overwrote the vmlinuz and initrd of 2.6.8-3 with > 2.6.8-2 from the second machine.
Ok, that sounds pretty crazy, though I still suspect a modules problem. What type of hardware is your root partition on, what modules are loaded on a successful boot, can you examine the initrd images to find out if there is a difference in the modules included in each initrd - they are cramfs images and you can mount them using the loopback device. mkdir /tmp/img mount -o loop,ro /boot/blah.img /tmp/img -- Horms

