for some reason after the upgrade, I have duplicate entries in my grub menu which currently sits at:
- Mageia
- Mageia
- Mageia 7
- Windows 10
- Windows 8
- Windows 8
- Windows 10
- Windows 8
- Windows 7
This is the output of when I run "sudo update-grub2"
- Code: Select all
Generating grub configuration file ...
Found theme: /boot/grub2/themes/maggy/theme.txt
Found linux image: /boot/vmlinuz-5.10.19-desktop-1.mga8
Found initrd image: /boot/initrd-5.10.19-desktop-1.mga8.img
Found linux image: /boot/vmlinuz-desktop
Found initrd image: /boot/initrd-desktop.img
Found linux image: /boot/vmlinuz-5.10.19-desktop-1.mga8
Found initrd image: /boot/initrd-5.10.19-desktop-1.mga8.img
Found linux image: /boot/vmlinuz-desktop
Found initrd image: /boot/initrd-desktop.img
Found linux image: /boot/vmlinuz-5.10.19-desktop-1.mga8
Found initrd image: /boot/initrd-5.10.19-desktop-1.mga8.img
Found linux image: /boot/vmlinuz-desktop
Found initrd image: /boot/initrd-desktop.img
Mar 06 07:16:17 | DM multipath kernel driver not loaded
Found Windows 10 on /dev/sda1
Found Windows 8 on /dev/sdb1
Found Windows 8 on /dev/sdb2
Mar 06 07:16:23 | DM multipath kernel driver not loaded
Found Windows 10 on /dev/sda1
Found Windows 8 on /dev/sdb1
Found Windows 8 on /dev/sdb2
Mar 06 07:16:28 | DM multipath kernel driver not loaded
Found Windows 10 on /dev/sda1
Found Windows 8 on /dev/sdb1
Found Windows 8 on /dev/sdb2
done
I'm also attaching the grub config (it's the same one that I've used before upgrading to mga8), no idea why it's an issue after the upgrade xD Maybe because of a newer version of grub? Also why it's not registering the Mageia entry as Mageia 8 but still as Mageia 7?

Cheers