- Code: Select all
/dev/nvme0n1p1 stretch Legacy BIOS MBR: Not Present
/dev/sda1 WindowsXP “ MBR: MBR only
/dev/sda5 jessie “ MBR: Not Present
/dev/sda6 buster “ MBR: Not Present
All three debian partitions (versions) have indvidual grub menus (grub.cfg).
All three versions list both grub-common and grub2-common in their apt archives. I do not know which grub they are using.
Here’s what happens when both drives are connected.
- Boot from nvme drive: the menu on sda6 appears; the default partition is /dev/sda6. All debian partitions are bootable.
Note: even disabling /dev/sda in the computer’s bios doesn’t change anything. Nvme still finds the sda6 menu.
Boot from sda drive: error: symbol ‘grub_calloc’ not found.
- error: no such device : UUID identifying /dev/sda6
error: unknown file system
What’s going on? Why is /dev/sda6 dominant?
How do I get the grub menu from the nvme partition to appear when I boot from the nvme drive?
Note: I would give a history of the order of installations (and what drives were in the computer at those times), but I don’t remember and would only be guessing.