Once screen switches from text to graphical mode, I see only random white points on black background. This issue is not present in 4.12.11 nor 4.12.12.
Environment: FC27 x86_64 Virtual Machine, with Virtual Box extensions up and running. VM is running under Virtual Box on FC26 x86_64 w/kernel 4.12.12. HW: HP 850 G4, i5-7200U, w/integrated GPU.
goodmirek, I've just tried and my vbox vm works fine using the vboxguest video driver which comes with the 413 kernel. Likely the problem is that you are using a vboxvideo.ko driver built from the sources coming with the vboxguest additions and those have not yet been patched to work with 4.13 (somewhat old guest-additions?) anyways kernel 4.13 comes with vboxvideo.ko as part of the mainline kernel itself and this is enabled in Fedora.
In grub at " 3" at the end of the kernel commandline to boot to textmode, then do:
rm /lib/modules/kernel-4.13.1-302.fc27/misc/vboxvideo.ko
depmod -a 4.13.1-302.fc27
This update has been submitted for testing by pbrobinson.
This update has obsoleted kernel-4.13.0-1.fc27, and has inherited its bugs and notes.
This update has been pushed to testing.
Boots fine on my system, at least, and debugging is disabled.
Works on Raspberry Pi 3
Once screen switches from text to graphical mode, I see only random white points on black background. This issue is not present in 4.12.11 nor 4.12.12.
Environment: FC27 x86_64 Virtual Machine, with Virtual Box extensions up and running. VM is running under Virtual Box on FC26 x86_64 w/kernel 4.12.12. HW: HP 850 G4, i5-7200U, w/integrated GPU.
No issues here, kernel tests passed on Elitebook 8560w
goodmirek, I've just tried and my vbox vm works fine using the vboxguest video driver which comes with the 413 kernel. Likely the problem is that you are using a vboxvideo.ko driver built from the sources coming with the vboxguest additions and those have not yet been patched to work with 4.13 (somewhat old guest-additions?) anyways kernel 4.13 comes with vboxvideo.ko as part of the mainline kernel itself and this is enabled in Fedora.
In grub at " 3" at the end of the kernel commandline to boot to textmode, then do:
rm /lib/modules/kernel-4.13.1-302.fc27/misc/vboxvideo.ko depmod -a 4.13.1-302.fc27
Then reboot and then things should work fine.
This update has been obsoleted by kernel-4.13.1-303.fc27.
works fine