Re: success Re: machine will not boot after moving root

2021-04-25 Thread Chris Murphy
On Sun, Apr 25, 2021, 10:36 AM Michael Hennebry < henne...@web.cs.ndsu.nodak.edu> wrote: > On Sat, 24 Apr 2021, Chris Murphy wrote: > > > You need to use -B to bind mount the pseudo filesystems, and probably > also > > need to include /sys > > > grub2-install /dev/sda > > mount /dev/sda3 /mnt/a3

success Re: machine will not boot after moving root

2021-04-25 Thread Michael Hennebry
On Sat, 24 Apr 2021, Chris Murphy wrote: You need to use -B to bind mount the pseudo filesystems, and probably also need to include /sys grub2-install /dev/sda mount /dev/sda3 /mnt/a3 # already done mount -B /proc /mnt/a3/proc mount -B /dev /mnt/a3/dev mount -B /dev/pts