On Thu, 7 Jul 2016 21:29:50 +0800, Roberto Verzola wrote: >I don't do this very often, so I don't remember the details. I seem to >remember that there exists an option to boot either from MBR or from >something else. Have you made sure that your system boots from the MBR?
Hi Roberto, yes, there just seems to be a version mismatch, so most likely a part of Grub2 gets restored. [root@moonstudio src]# ./bootinfoscript /tmp/bootinfo.txt Boot Info Script 0.61 [1 April 2012] [snip] [root@moonstudio src]# grep Grub2 -A2 /tmp/bootinfo.txt => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of the same hard drive for core.img. core.img is at this location and looks in partition 97 for . Between "97" and the "." there unlikely should be just a space. [root@moonstudio src]# dpkg -l grub-pc | grep ii ii grub-pc 2.02~beta2-36ubuntu3 amd64 GRand Unified Bootloader, version 2 (PC/BIOS version) More quirks are described here: https://lists.ubuntu.com/archives/ubuntu-users/2016-July/285944.html Regards, Ralf -- ubuntu-studio-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
