On Tue, 8 Apr 2008 16:36:36 +0200, maximilian attems wrote: > as your root dev scsi driver seems to be sym53c8xx,
Right, lsmod in running system showed us; kohda:~$ /sbin/lsmod | grep scsi scsi_transport_spi 33673 1 sym53c8xx scsi_mod 189352 4 libata,sd_mod,sym53c8xx,scsi_transport_spi > could you please force it load with initramfs-tools: > echo sym53c8xx >> /etc/initramfs-tools/modules > update-initramfs -t -c -k 2.6.22-3-alpha-generic Unfortunately this doesn't help. kohda:~$ cat /etc/initramfs-tools/modules # List of modules that you want to include in your initramfs. # # Syntax: module_name [args ...] # # You must run update-initramfs(8) to effect this change. # # Examples: # # raid1 # sd_mod sym53c8xx and after I did "update-initramfs -t -c -k 2.6.22-3-alpha-generic" kohda:~$ ls -l /boot/initrd.img-2.6.2* -rw------- 1 root root 1402449 2007-09-10 07:30 /boot/initrd.img-2.6.22-2-alpha-generic -rw-r--r-- 1 root root 7674776 2008-04-09 13:25 /boot/initrd.img-2.6.22-3-alpha-generic -rw-r--r-- 1 root root 7767549 2008-02-19 09:35 /boot/initrd.img-2.6.22-3-alpha-generic.bak -rw------- 1 root root 1358737 2008-02-19 13:05 /boot/initrd.img-2.6.22-3-alpha-generic.yaird -rw------- 1 root root 1333218 2008-04-01 10:48 /boot/initrd.img-2.6.24-1-alpha-generic Settings for aboot are as follows; kohda:~$ ls -l /initrd.img* lrwxrwxrwx 1 root root 38 2008-03-29 18:19 /initrd.img -> boot/initrd.img-2.6.24-1-alpha-generic lrwxrwxrwx 1 root root 38 2007-10-31 07:20 /initrd.img.old -> boot/initrd.img-2.6.22-3-alpha-generic lrwxrwxrwx 1 root root 38 2008-04-03 13:33 /initrd.img.osafe -> boot/initrd.img-2.6.22-2-alpha-generic lrwxrwxrwx 1 root root 44 2008-04-03 13:30 /initrd.img.safe -> boot/initrd.img-2.6.22-3-alpha-generic.yaird kohda:~$ cat /etc/aboot.conf 0:1/vmlinuz ro root=/dev/sda1 initrd=/initrd.img 1:1/vmlinuz.old ro root=/dev/sda1 initrd=/initrd.img.old 2:1/vmlinuz ro root=/dev/sda1 initrd=/initrd.img single 3:1/vmlinuz.2.2 ro root=/dev/sda1 4:1/vmlinuz ro root=/dev/sdb2 5:1/vmlinuz.safe ro root=/dev/sda1 initrd=/initrd.img.safe 6:1/vmlinuz.osafe ro root=/dev/sda1 initrd=/initrd.img.osafe 7:1/vmlinuz.old ro root=/dev/sda1 initrd=/initrd.img.old rootdelay=9 I booted with pressing a key "l" and then a key "1" for aboot prompt(?) but it stopped in the same stage; Input: AT Translated Set 2 keyboard as /class/input/input0 The system is running with kernel 2.6.22-2 at present. Really thanks for your help. Regards, 2008-4-9(Wed) -- Debian Developer - much more I18N of Debian Atsuhito Kohda <kohda AT debian.org> Department of Math., Univ. of Tokushima -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]