В Tue, 16 Sep 2014 09:14:47 +1000 Carl Turney <[email protected]> пишет:
> Hi Richard, Andrei, and Simon, > > Thanks for the helpful replies. > > Richard: I would have rewritten and resubmitted my question, but didn't > get around to it. > > Andrei: So, if I just changed that =one= line in /etc/default/grub the > bootup system will automatically ignore all the UUID references (and > somehow find the =correct= devices and partitions) in fstab, resume, Standard scripts used by grub-mkconfig do not touch resume= parameter at all. If it is present, it is either done by distribution-specific scripts, or simply statically added in a value of GRUB_CMDLINE_LINUX and/or GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub. Some distribution use different parameters here. > and > grub-mkconfig_lib -- and I don't even have to run update-grub2 ? I do not know what update-grub2 is or does, but you need to re-create grub.cfg using grub-mkconfig. If update-grub2 is a wrapper around it, then yes, you of course need to run it. > Fascinating. > > Simon: I see your fellow concerns about UUID, and maybe my discovery > will be of some help to you. My own motivations for overcoming UUID > were much more than one of convenience. PLEASE NOTE: My overriding of > UUIDs are compensated by ALWAYS visually confirming device identities > when put to use. > > * * * * * > > Basically, I got tired of writing to various forums, mailing lists, and > individuals -- and not getting apparently-adequate responses. > > So, I finally just created a scratch system, and tried my proposal (as > outlined in the original post). > > It seems to work. Whether I've performed an overkill, or have set a > time bomb that will blow up in my face at some later date, I have no idea. > > I just needed to get my systems working the way I wanted them to. > > Cheers, > > Carl Turney > Melbourne > > > _______________________________________________ > Help-grub mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/help-grub _______________________________________________ Help-grub mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-grub
