Re: Can a weak CMOS battery prevent detection of a drive
"David W. Hodgins" <[email protected]>
| Newsgroups | alt.comp.hardware |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
On Sat, 17 Oct 2020 01:30:14 -0400, Paul <[email protected]> wrote: > But being sans-automation, your UUIDs or BLKIDs aren't fit for > purpose until you put things back together again. At least > for boot materials, this is the case. I'm fine with manually editing fstab, in which I use labels instead of uuid ... $ grep x7 /etc/fstab LABEL=x7b / ext4 defaults,noatime 1 1 LABEL=x7bboot /boot ext4 defaults,noatime 1 2 manually changing /boot/grub2/install.sh and if needed, /boot/grub/device.map, and then using chroot or systemd-nspawn to update the grub2 boot loader, either from another install on the same system or from a live iso. I've done it enough times, it's pretty easy to remember the steps needed, or debug and fix if I've missed one. Regards, Dave Hodgins -- Change [email protected] to [email protected] for email replies.