Unable to install Ubuntu Server
Unable to install Ubuntu Server
The issue you're facing is likely related to a corrupted installation media or incorrect boot options. Try restarting your computer and ensuring the USB drive is properly seated. If the problem persists, check the USB's integrity using tools like `dd` or reinstall the ISO from a trusted source. Additionally, verify that the GRUB menu settings are correct and that you're selecting the right installation media.
Using on board graphics would have required hardware not supported by the kernel. I don’t rely on server or Ubuntu, but for Mint I’ve booted into compatibility mode temporarily to work around these problems. It gives enough time for drivers or a newer kernel to load. Here are my notes (hope this helps): Press the e key to adjust the Grub menu, locate the quiet splash line: linux /boot/vmlinuz-5.13.0-22-generic root=UUID=747f2f4d-252e-46e1-9709-2319292d37b0. Change it to: nouveau.modeset=0 noapic noacpi nosplash irqpoll nomodeset. Linux will boot, install the Nvidia driver, and handle everything else.
I don't see any command with a quiet splash message. The output simply lists settings for Ubuntu Server installation.
You might try adding another distribution and then running Ubuntu in a virtual environment via a VM. This could serve as a temporary solution until the issue is resolved.