On 07/11/2017 04:23 AM, Carlos E. R. wrote:
On a 42.2 virtual install I see (I might have modified it, but I doubt it, it still has splash=silent):
linux-s4ef:~ # cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-4.4.27-2-default root=UUID=bf665f67-0dc3-4c72-914b-7075c566798c resume=/dev/disk/by-uuid/1bed4421-315e-461f-8e51-caf45e3daed5 splash=silent quiet showopts
There must be some logic in yast/partitioning that will put the by-id names in if you use custom partitioning. I know for a fact that grub did default to by-id in my case (I'd pulled the win10 drive and put a blank in for the install and then had to move the install one drive down when I reinstalled the win10 drive) In this case I had to comment out what yast included by default and I changed to by-uuid to insure there was no possibility of confusion by yast on subsequent grub updates writing the bootloader to the win10 SSD. So I have the history in /etc/default/grub, e.g. # GRUB_CMDLINE_LINUX_DEFAULT="resume=/dev/sda8 splash=silent quiet showopts" GRUB_CMDLINE_LINUX_DEFAULT="resume=/dev/disk/by-uuid/3cadab5b-13b4-4dce-84d3-05e2070f741c splash=silent quiet showopts" It may be worth looking at what yast/partitioning does by default when you use Expert and create a single primary and partition on extended/logical partitions. -- David C. Rankin, J.D.,P.E.