I'm trying to repair LILO on a Debian server. I'm trying to chroot, with
chroot /mnt/boot /etc/csh
and I get:
chroot: cannot run command '/etc/csh': Permission denied
How can I perform a chroot?
|
feedback
|
|
You probably want /bin/csh instead of /etc/csh | |||||||||
feedback
|