16-10-2024, 07:10:12
Hello,
It seems like there is an issue with installing GRUB on the third laptop. You can try booting from a live USB and using the terminal to reinstall GRUB manually. First, mount the system partition and then run the following commands:
sudo mount /dev/nvmeOn1 /mnt
sudo grub-install --root-directory=/mnt /dev/nvmeOn1
After that, update GRUB with:
sudo update-grub
This should help resolve the issue.
Best regards,
It seems like there is an issue with installing GRUB on the third laptop. You can try booting from a live USB and using the terminal to reinstall GRUB manually. First, mount the system partition and then run the following commands:
sudo mount /dev/nvmeOn1 /mnt
sudo grub-install --root-directory=/mnt /dev/nvmeOn1
After that, update GRUB with:
sudo update-grub
This should help resolve the issue.
Best regards,

