DELAYLOGIN=no
FSCKFIX=yes
Add the nofail
option to as many mount points as possible. This will allow the boot process to continue even if a file system is corrupted.
Dropbear is an SSH server that runs before /sbin/init
, stored in the /boot/initrd.img...
file loaded by GRUB.
apt-get install dropbear busybox
Make a backup of /etc/initramfs-tools/root/.ssh/id_rsa
, which will be used to log in as root
. Make the kernel configure the IP address at boot, by editing /etc/default/grub
:
GRUB_CMDLINE_LINUX="ip=192.168.0.10::192.168.0.1:255.255.255.0:myhostname:eth0:off"
See Documentation/filesystems/nfs/nfsroot.txt for information about the ip
kernel parameter.