On 6/6/06, Derek Chew <[EMAIL PROTECTED]> wrote:
this is my first time trying to install Debian on a HP PA-RISC machine and so far, it has been quite a tough experience.
Welcome aboard! Perhaps we can be of some assistance.
'modprobe: FATAL: Could not open, /lib/modules/2.6.0.2-32/kernel /net/unix/unix.ko' : No such file or directory'
This looks like the "Ramdisk too small" problem to me. http://lists.debian.org/debian-boot/2005/11/msg00309.html What you need to do, if I am correct, is issue 'y' to interact with the IPL, and then try setting ramdisk_size=32768 (or some other appropriately larger value). A possible successful set of kernel arguments might look like: 0/vmlinux32 root=/dev/ram initrd=0/ramdisk ramdisk_size=32768 init=/linuxrc console=ttyS0 TERM=vt102 Hope this helps some. Regards, -dhbarr. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

