:: Re: [DNG] Trouble getting copied sy…
Top Page
Delete this message
Reply to this message
Author: Hendrik Boom
Date:  
To: dng
Subject: Re: [DNG] Trouble getting copied system to boot
On Sun, Dec 17, 2017 at 02:03:52PM +0100, Florian Zieboll wrote:
> On Sat, 16 Dec 2017 21:42:05 -0500
> Hendrik Boom <hendrik@???> 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
> Dng@???
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng