meta data for this page
  •  

This is an old revision of the document!


GRUB_DISABLE_OS_PROBER=true

reinstall grub in chroot

for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done
chroot /mnt
grub-install /dev/sdX
update-grub
update-initramfs

grub rescue

ls
ls (hd0,msdos1)/
ls (hd0,msdos7)/
set root=(hd0,msdos7)
set prefix=(hd0,msdos7)/boot/grub
insmod normal
normal
<code>

After system startup
<code bash>
update-grub
grub-install /dev/sda

Early config