About a week ago I messed up my boot configuration. It was promptly (it only took two days :·) solved and allowed me to use my beloved Neon from the new SSD again.
It left sequels, but those were solved too.
I still have two minor issues though, which are not actual problems, in the sense that they don't (seem to) impair functionality, but they worry me.
They may or may not be related:
1) I had two cloned Neons, one on sda2 (the original) and one on sdb1 (the copy).
With the messed up fstabs, if I ran the one on sdb, and proceeded to mount sda - to get some things from it, it treated both partitions as the same one, showed sda2 as mounted, and well... not nice. That was solved.
But the thing is, I (repeatedly) installed and updated grub from the "new" neon.
I also removed the EFI partition on the "old" disk.
Now, the grub menu at boot should show my new neon as default, and add an entry for neon on sda2... right?
Wrong. It adds an entry for the one on sdb1 and if I boot the "default"... it's still the old one on sda.
So I'm slightly worried that if I eventually want to use sda2 for something else, my boot will turn into a shoe again.
Note: Of course, I could physically disconnect the old disk and "see what happens". But, this motherboard is really finicky, if I touch the SATAs it tends to die - I did try after cloning and it took me an hour of fiddling before it revived - so I'd rather avoid it.
2) in order to fix the sequels, we had to play with initramfs.
And I noticed that that updated a kernel called 4.18.0-22-generic. My running kernel is reported (by inxi) as 4.18.0-21.
Now, update-grub says:
The 4.18.0-22 entry is not present in the boot dir on the old partition. Only the new one. Must have updated a kernel in the meantime...
They smell to me as still being cloning mishaps.
Any suggestions on how to proceed to sniff (and snuff) them out?
It left sequels, but those were solved too.
I still have two minor issues though, which are not actual problems, in the sense that they don't (seem to) impair functionality, but they worry me.
They may or may not be related:
1) I had two cloned Neons, one on sda2 (the original) and one on sdb1 (the copy).
With the messed up fstabs, if I ran the one on sdb, and proceeded to mount sda - to get some things from it, it treated both partitions as the same one, showed sda2 as mounted, and well... not nice. That was solved.
But the thing is, I (repeatedly) installed and updated grub from the "new" neon.
I also removed the EFI partition on the "old" disk.
Now, the grub menu at boot should show my new neon as default, and add an entry for neon on sda2... right?
Wrong. It adds an entry for the one on sdb1 and if I boot the "default"... it's still the old one on sda.
So I'm slightly worried that if I eventually want to use sda2 for something else, my boot will turn into a shoe again.
Note: Of course, I could physically disconnect the old disk and "see what happens". But, this motherboard is really finicky, if I touch the SATAs it tends to die - I did try after cloning and it took me an hour of fiddling before it revived - so I'd rather avoid it.
2) in order to fix the sequels, we had to play with initramfs.
And I noticed that that updated a kernel called 4.18.0-22-generic. My running kernel is reported (by inxi) as 4.18.0-21.
Now, update-grub says:
Code:
Found linux image: /boot/vmlinuz-4.18.0-22-generic Found initrd image: /boot/initrd.img-4.18.0-22-generic Found linux image: /boot/vmlinuz-4.18.0-21-generic Found initrd image: /boot/initrd.img-4.18.0-21-generic Found linux image: /boot/vmlinuz-4.15.0-52-generic Found initrd image: /boot/initrd.img-4.15.0-52-generic
They smell to me as still being cloning mishaps.
Any suggestions on how to proceed to sniff (and snuff) them out?
Comment