![]() | 1 | initial version |
Turns out my problem was with nomodeset.
After boot stalls: Ctrl-Alt-F3 to get a command prompt (thank you Night Romantic)
login with usual name and password
edit grub file with nano:
[ray@localhost ~]$ sudo nano /etc/default/grub
delete "nomodeset" save with Ctrl-X, y and Enter
run the following or the change will not be registered
[ray@localhost ~]$ sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
[ray@localhost ~]$ reboot
![]() | 2 | No.2 Revision |
Turns out my problem was with nomodeset.
After boot stalls: Ctrl-Alt-F3 to get a command prompt (thank you Night Romantic)
login with usual name and password
edit grub file with nano:
[ray@localhost ~]$ sudo nano /etc/default/grub
delete "nomodeset" save with Ctrl-X, y and Enter
run the following or the change will not be registered
[ray@localhost ~]$ sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
[ray@localhost ~]$ reboot
worked fine
My laptop graphics is as follows:
[ray@localhost ~]$ lspci | grep -iE 'vga|video'
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0c)