Unable to upgrade from 42.2 to 42.3

Le 15/11/2017 à 02:56, linlen a écrit :
>
> Nothing has changed.Uninstalled drm-kmp-default from /lib/modules, but
> nothing happened. So added nomodeset to GRUB_CMDLINE_LINUX_DEFAULT

it’s simpler (for the tests) to add nomodeset fromt the grub commandline
at start. press “e” when the start menu shows, add nomodeset at the end
of the kernel line

jdd

No wonder it didn’t work.
Defaults are set in /etc/default/grub not /etc/boot/grub (I actually see no such file here BTW). And the update should be:


grub2-mkconfig -o /boot/grub2/grub.cfg

But anyway, for a permanent change, it is better to use YaST Bootloader and edit in the “Kernel parameters” tab, and YaST will take care of the files wherever they might be.
For a test run, just follow comment #20.

All is well!!! Thank you very much for everyone. Leap 42.3 is up and running with GUI. I did add nomodeset here:

linuxefi /boot/vmlinuz-4.4.92-31-default root=UUID=86b32f39-ade7-4b6d-b946-72adcf205c25 ro  ${extra_cmdline} resume=/dev/sda2 splash=silent nomodeset quiet showopts

I’m facing issue when I ran the command

grub2-mkconfig -o /boot/grub2/grub.cfg  
insmod: ERROR: could not load module part_gpt: No such file or directory

Inspite of this, I’m able to use my system.

I’m having issues with sound and display. I’m learning how to configure them. If any issues, I’ll create a new thread.

Many Thanks for everyone.