Purukumilla paikkaamme, jos vaikka onnistuisi, eli sudo gedit /etc/mkinitramfs/initramfs.conf
ja tiedoston sisältö ainakin itselläni on tämän näköinen #
# initramfs.conf
#
# BUSYBOX: [ y | n ]
#
# Use busybox if available. You MUST use the -static version
#
BUSYBOX=y
#
# BOOT: [ local | nfs ]
#
# local - Boot off of local media (harddrive, USB stick).
#
# nfs - Boot using an NFS drive as the root of the drive.
#
BOOT=local
#
# MODULES: [ most | netboot | dep | list ]
#
# most - Add all framebuffer, acpi, filesystem, and harddrive drivers.
#
# netboot - Add the base modules, network modules, but skip block devices.
#
# dep - Try and guess which modules to load.
#
# list - Only include modules from the 'additional modules' list
#
MODULES=most
#
# NFS Section of the config.
#
#
# DEVICE: ...
#
# Specify the network device, like eth0
#
DEVICE=eth0
#
# NFSROOT: [ auto | HOST:MOUNT ]
#
NFSROOT=auto
# Hardcode partition to resume from so it doesn't have to be specified
# on the command line. If the initramfs-tools package installation was
# able to guess a reasonable default for this setting, you can find it
# configured in conf.d/resume. Manually specifying "resume=" on your
# kernel command line will always override this setting.
#RESUME=
Elikkä tuon tavaran pistät sinne sisään ja koitat uudestaan.