-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 El 2018-02-04 a las 22:58 -0500, Felix Miata escribió:
Carlos E. R. composed on 2018-02-05 04:49 (UTC+0100):
Even funnier is this one in /boot/grub2/device.map, which caused YaST to complain bitterly during the upgrade:
(hd1) /dev/sda (hd2) /dev/sdc (hd3) /dev/sdb (hd4) /dev/sdd (hd0) /dev/sde (hd2) /dev/sdb (hd3) /dev/sdc (hd4) /dev/sdd (hd0) /dev/sda (hd1) /dev/sde (hd5) /dev/sdf
I have seen the same thing in other 42.3 upgrades.
Maybe the bootloader configurators would do better with device.map converted to (hd0) /dev/disk/by-id/ syntax?
The actual grub entries use uuids, so the above doesn't really act. Consider this code - not the actual one, but similar: menuentry 'oS 13.1, sdb9 (label a_boot_3)' --id cer-sdb9-001 { insmod part_gpt insmod ext2 set root='hd2,gpt6' if search --no-floppy --fs-uuid --set=root 810339a7-20f4-43b5-8aab-edb051247f81 ; then chainloader +1 else echo Could not find this OS instance, will not boot (3) sleep 1 fi } The "set root=hd2" entry is superseded a bit later with an uuid; if the uuid the grub entry aborts, so the hd2 part is ignored. Why it has to be there, I do not know. - -- Cheers Carlos E. R. (from openSUSE 42.3 x86_64 "Malachite" (Minas Tirith)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iF4EAREIAAYFAlp32U0ACgkQja8UbcUWM1xiswD/RWnCeXiew+4lTRYc64UAJiDz RNoZYWHv3CyyxhbLPn4A/2sXZTw7v670VUyZiENXmVQjlUOeBf5H+h6/UzxALJAR =TiZC -----END PGP SIGNATURE-----