Good question, Amos. You should begin with listing the files:
ls -al /mnt2 What do you get? Usually there are links vmlinux and initrd.img pointing at vmlinux-2.6.x.x.x and initrd.img-2.6.x.x.x, respectively. They should come from a package called linux-image-2.6 or something similar. You can see the exact name with: dpkg -l | grep linux-image and then you can list part of its contents with: dpkg -L linux-image-2.6 | grep /boot (if that was the whole name) Normally this /dev/sda7 will be mounted below /boot. Risto -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

