Ubuntu 26.04 install hangs — logo freeze, then stuck at Get:5 file:/cdrom

Which Linux distro are you using?

Ubuntu

Which release version?

26.04

Hi all,

I’m completely stuck trying to install Ubuntu 26.04 (Resolute) on my AMD RYZEN AI 9 HX 370 w/ RADEON 890M, BIOS version LFK30.03.05. Hoping someone has seen this.

Symptoms:

Booting “Try or Install Ubuntu” → the Ubuntu logo appears and freezes. Nothing happens.

If I add nomodeset to the boot parameters, I get past the logo and can see the text output — but then it hangs on this line and never moves:

Get:5 file:/cdrom resolute/main amd64 Packages

Any pointers appreciated — I’m out of ideas here. Thanks!

Hey, full disclosure. I’m not a Framework official support person.

The error you posted seems to me to indicate your usb key has some bad data. If it’s easy to do, try making a new fresh ubuntu installer on a different usb key. You could also try re-imaging the one you are using.

This is one set of instructions for what I mean: Create a bootable USB stick - Ubuntu Desktop documentation

If the data on the usb key is actually bad, I would expect any of a couple of things to happen: error messages like “buffer I/O error” would appear. Or, it would hang on startup, like you’re seeing, but after a long time I would expect it to show some kind of error.

If it’s a problem with the Framework hardware, I would think the behavior would vary, and not show the exact same text every time.

P.S. the “Get:5 file:/cdrom” is the part of the boot process where it reads .deb files from the usb key and unpacks them into memory for the live usb environment. Cdrom because the same image can be put on a usb or a cdrom.

Hey, thanks a lot for taking the time to look into this,

TL;DR: The fix was a BIOS update.

Turns out it wasn’t the key, though, and here’s what ruled it out:

  • I verified the ISO’s SHA256 against Ubuntu’s official SHA256SUMS — it matched.
  • I tried a second, freshly-imaged USB stick — same exact behavior.

The issue was the amdgpu driver failing to init the Radeon 890M (Ryzen AI 300 / Strix Point), not the media. And the fix was a BIOS update: From LFK30.03.05 to LFK30.04.02.

The LFK30.04.02 changelog explicitly lists this fix:

Fixed a bug where the iGPU Memory Size would fail to stay at 1/4 of total system memory after loading optimal defaults.

To run fwupdmgr I needed a working Linux system, but mine wouldn’t boot to the desktop. So I installed Ubuntu Server 26.04, its installer is text-based (ncurses) and never touches amdgpu, so it completes with no freeze. That gave me a console. After that:

sudo fwupdmgr refresh

sudo fwupdmgr get-updates

sudo fwupdmgr update

Hope this helps someone else!

5 Likes

That’s a good idea to keep in mind if I run into something similar

1 Like

Confirming the same issue on the Framework Laptop 13 DIY Edition AMD Ryzen AI 300 series / AI 7 350. After spending several hours trying various things I came across this post, then I decided to try to install Ubuntu 24.04 to do the firmware upgrade and that worked flawlessly. After the firmware upgrade I rebooted with the same 26.04 disk and it worked without any issues!

So yeah if you come across this problem, install 24.04 or the server version and make the firmware upgrade, then you should be good to install 26.04.

1 Like

I thought I had this exact same issue, however my device was already on the latest firmware. Turns out my cause was that I didn’t clear down and pre format my old install disk to gpt (it was an old MBR windows NVME), so for anyone else that might be seeing this issue and landed at this forum, try formatting your disk first! :slight_smile:
Thanks for detailing how I could get up and running with ubuntu server instead as well as providing update commands though OP!