On Sun, Dec 17, 2017 at 02:03:52PM +0100, Florian Zieboll wrote: > On Sat, 16 Dec 2017 21:42:05 -0500 > Hendrik Boom <[email protected]> wrote: > > > How do I update the initrd? > > To update the /initrd/initramfs/ of a not-booting system, I chroot into > it, (mount the /boot partition) and "bind mount" /dev. Then > > $ update-initramfs -u > > and > > $ update-grub
First time I've done something like that in chroot. It would be something like mkdir /ascii/dev mount --bind /dev /ascii/dev chroot /ascii update-initramfs -u update-grub ? -- hendrik > > Libre Grüße, > > Florian > > > _______________________________________________ > Dng mailing list > [email protected] > https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng _______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
