Hi,
I tried installing the kernel-image-2.6.8-1-sparc64-smp (sarge) on Sun Enterprise 450, then configured silo to load the initrd image like so:
root=/dev/sda1 partition=1 default=Linux read-only timeout=100
image=/boot/vmlinuz label=Linux initrd=/boot/initrd.img
image=/boot/vmlinuz.old label=LinuxOLD
And in boot, I have:
lrwxr-xr-x 1 root root 35 Sep 20 22:53 initrd.img -> boot/initrd.img-2.6.8-1-sparc64-smp
-rw-r--r-- 1 root root 3547136 Sep 21 19:42 initrd.img-2.6.8-1-sparc64-smp
lrwxr-xr-x 1 root root 32 Sep 20 22:53 vmlinuz -> boot/vmlinuz-2.6.8-1-sparc64-smp
-rw-r--r-- 1 root root 1317055 Aug 28 14:12 vmlinuz-2.6.8-1-sparc64-smp
lrwxr-xr-x 1 root root 1 Sep 20 17:15 boot -> .
Half way through the boot, the system stops, the screen goes blank and the only way out is a hard reboot. I tried looking through the logs and it looks like the last statement before the "crash", is the following:
...
Sep 20 23:13:20 pythagoras kernel: eth0: Link is up using internal transceiver at 100Mb/s, Full Duplex.
Sep 20 23:13:20 pythagoras kernel: NET: Registered protocol family 10
Sep 20 23:13:21 pythagoras kernel: Disabled Privacy Extensions on device 0000000000669168(lo)
Sep 20 23:13:21 pythagoras kernel: IPv6 over IPv4 tunneling driver
Running the vmlinuz-2.4.26-sparc64-smp image works fine. And I do have both initrd-tools and module-init-tools installed.
Thanks in advance for any pointers.
Arshavir