On 14.11.2021 16:31, Stefan Blachmann wrote:
> When I enter
> # update-grub
> I get an error message:
> /usr/sbin/grub-probe: error: cannot find a device for / (is /dev mounted?).
> 
> /dev has been mounted before entering the chroot /mnt environment using
> # mount --rbind /dev /mnt/dev
> 

In chroot you need at least /sys and /proc in addition to /dev, /run may also 
be needed.

> If I enter
> # grub-probe
> it answers:
> No path or device is specified.
> 
> If I enter
> # grub-probe /boot
> it answers:
> zfs
> 
> So, what do I need to do to make update-grub work?
> 


Reply via email to