/boot
too small, how to fix? /boot
contentsmkdir /boot2 rsync -a /boot/ /boot2/ umount /boot rmdir /boot mv /boot2 /boot
apt-get install linux-image-amd64
update-initramfs -c -k 3.2.17-atlas
grub-install '(hd0)' update-grub
set root
and if the initrd line is present for your kernel)less /boot/grub/grub.cfg
/etc/fstab
and then you should be ready to reboot.
Title | How to cope with /boot being too small |
Description | Moving /boot to another partition |
Tags | boot grub |
Category | Admin |