
Leap Devs, Why is Persistent Block Device Naming not used for 'resume' in /etc/default/grub? Specifically, I ran into an issue when moving my leap42 drive to sdb in my laptop. On boot, there was a 'root switch', but then there was a 90 sec timeout looking for the 'resume' device (previously sda8, now sdb8). Checking, I find: GRUB_CMDLINE_LINUX_DEFAULT="resume=/dev/sda8 splash=silent quiet showopts" in /etc/default/grub. Why on earth are we not using UUIDs there (which is the grub2 default)? Had this been, GRUB_CMDLINE_LINUX_DEFAULT="resume=3cadab5b-13b4-4dce-84d3-05e2070f741c ... (which it is now), there would have been no problem. Using the default persistent block device naming also eliminates the need for the antiquated 'device.map' file in /boot/grub2. Is there some specific reason the old naming convention is being used instead of UUIDs here? Grub2 will use UUIDs unless you explicitly tell it not to with 'GRUB_DISABLE_LINUX_UUID=true' in /etc/default/grub. -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org