I'm in the process of repurposing an old-to-me PC into a home server. I've been trying to install Ubuntu on it, but when I boot from a USB, Ubuntu freezes at the initial Ubuntu boot up screen. This happens both when I "Try Ubuntu without installing" and "Try Ubuntu without installing (safe graphics)". This happens both with Ubuntu 18 and Ubuntu 20. I've been creating the bootable USB with Rufus 3.13 on Windows 10.
Things I've Tried:
- Disabling secure boot in the BIOS
- Tried both Ubuntu 18 and 20
- Reformatting the USB when creating the bootable USB
- Adding
nomodeset
to the boot options Source - Adding
nouveau.noaccel=1
instead ofnomodeset
to the boot options - Replacing
quiet splash
withnoapic noacpi nosplash irqpoll
- Adding
acpi=off
to the boot options Source
Computer Specs:
- Ryzen 7 1800X
- EVGA GTX 760 SC (temporary GPU)
- ASUS ROG Strix B450-F Gaming
- 32 GB Corsair Vengeance RAM (forget the speed)
I've pretty much tried everything I can think of at this point. Any suggestions would be much appreciated! Thanks in advance!