You are not logged in.
I changed the UUID in fstab for the root disk, but it still mounts the old one.
Last edited by GamerSenpaiUwU (2020-08-30 08:11:44)
Offline
`cat /proc/cmdline` to see kernel parameters, if the old device is specified here, you have to change kernel parameters in your bootloader configuration
it's also possible it's done by initramfs, in that case you have to re-generate initrd to reflect your new configuration
Offline
I tried generating new grub config, but that didn't help at all, it added the entry with the correct disk, and there was (roling) written next to it. But didn't mount the root on the correct one.
Offline
What is the output of
cat /etc/fstabFstab is just a text fille which you can edit (with care). The wiki and man fstab contain useful information on the subject.
Last edited by philo (2020-08-30 18:33:30)
Offline