Hope someone can help me, I have an: Mobo: Asus ROG-Strix 12cx CPU: i79700k RAM: 32 GB GFX: GFeforce RTX 2060 TI
Used ventoy to setup the liveboot media as rufus resulted in the liveboot media not booting for the install. Creating the same behaviour as described below.
I can run the install from the Liveboot USB stick, but, when the time comes to remove the media and reboot then the install does not continue.
I get to the grub screen and select *Ubuntu hit enter and then my pc reboots and nothing else happens, I have left it for more than an hour and all there is, is a blank screen, my keyboards leds as well as the mouse leds switch off like the Bios does not boot further. I have to hard reset the power (hold down the power button).
I am at my wits end so any help is welcome, windows runs no problem, but don't want windows...
Edit for questions:
Ubuntu version 22.04.3 Single OS no dual boot.
Desktop version, Live boot works, after removing live boot media and restarting I am able to get to grub, after selecting *Ubuntu my keyboard and mouse are dead and screen is blank.Can boot to recovery, Yes.
No further updates for UEFI or SSD, video card is Geforce 2060 TI
Edit 02 @sudodus, I have gone through the links you suggested, however, I feel I now understand even less than before, I am totally new to Ubuntu, the devices I have had to load with Linux or Ubuntu, have usually just booted right up after live boot media was ejected, and this is the first time I am now facing these kinds of issues.....
I am not able to get Ubuntu to boot on it's own, my pc just goes and hangs, blank screen, dead keyboard and mouse, and I then need to force a power down by holing the power button till the PC switches off.
I held down the shift key, got into grub> advanced options for Ubuntu> Ubuntu, with Linux 6.2.0-37 generic does the following:
Loading Linux 6.2.0-37 generic... Loading initial ramdisk... _
And stops there, the cursor does not flash anymore, my keyboard and mouse lights go off and everything just stops.
Forcing the power off, and then rebooting the PC and held down the shift key, got into grub> advanced options for Ubuntu> Ubuntu, with Linux 6.2.0-37 generic (recovery mode)
boots all the way through to the recovery screen, if I then select "resume" it boots into Ubuntu without any problems....
Until the next reboot and then I have to repeat everything from above...
Thanks Regards Charles
Desktop version, Live boot works, after removing live boot media and restarting I am able to get to grub, after selecting *Ubuntu my keyboard and mouse are dead and screen is blank.
No further updates for UEFI or SSD, video card is Geforce 2060 TI
– Charles Dec 11 '23 at 17:56nomodeset
on the 'linux' line in grub configuration filegrub.cfg
. If that helps, the next step would be to try with a proprietary nvidia driver to release the full power of the graphics card. – sudodus Dec 11 '23 at 18:21sudo nano /etc/default/grub
try by addingnomodeset
ornouveau.modeset=0
so one of the lines will beGRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
orGRUB_CMDLINE_LINUX_DEFAULT="quiet splash nouveau.modeset=0"
. Save the file and runsudo update-grub
. Now after reboot, it will work (I hope). If this is the case, the next improvement will be to try to install a proprietary driver for your nvidia graphics ... – sudodus Dec 12 '23 at 11:49sudo update-grub
? – sudodus Dec 12 '23 at 12:39