Ubuntu Frame - not show display

Hi

I installed Ubuntu Core 18 (BIOS) on an HP PC (AMD64), with Radeon HD 6450/7450/8450 graphics card. Then I installed “ubuntu-frame”, but the graphic display does not appear. Below are the logs (snap logs ubuntu-frame). Note: I am new to Ubuntu Core and have no experience. Could someone help me?

2025-01-29T18:23:37Z ubuntu-frame.daemon[5911]: [2025-01-29 18:23:37.905150] < - debug - > eglstream: EGLDeviceEXTs found, but none are suitable for Mir
2025-01-29T18:23:37Z ubuntu-frame.daemon[5911]: [2025-01-29 18:23:37.905157] <information> mirserver: (Unsupported by system environment)
2025-01-29T18:23:37Z ubuntu-frame.daemon[5911]: ERROR: ./src/server/graphics/default_configuration.cpp(198): Throw in function virtual const std::vector<std::shared_ptr<mir::graphics::DisplayPlatform> >& mir::DefaultServerConfiguration::the_display_platforms()
2025-01-29T18:23:37Z ubuntu-frame.daemon[5911]: Dynamic exception type: boost::wrapexcept<std::runtime_error>
2025-01-29T18:23:37Z ubuntu-frame.daemon[5911]: std::exception::what: Exception while creating graphics platform
2025-01-29T18:23:37Z ubuntu-frame.daemon[5911]: ERROR: ./src/server/graphics/platform_probe.cpp(250): Throw in function std::vector<std::pair<mir::graphics::SupportedDevice, std::shared_ptr<mir::SharedLibrary> > > mir::graphics::modules_for_device(const std::function<std::vector<SupportedDevice>(const mir::SharedLibrary&)>&, const std::vector<std::shared_ptr<mir::SharedLibrary> >&, TypePreference)
2025-01-29T18:23:37Z ubuntu-frame.daemon[5911]: Dynamic exception type: boost::wrapexcept<std::runtime_error>
2025-01-29T18:23:37Z ubuntu-frame.daemon[5911]: std::exception::what: Failed to find any platforms for current system
2025-01-29T18:23:37Z systemd[1]: snap.ubuntu-frame.daemon.service: Main process exited, code=exited, status=1/FAILURE
2025-01-29T18:23:37Z systemd[1]: snap.ubuntu-frame.daemon.service: Failed with result 'exit-code'.

Have you tried a newer release? Core 18 is rather old, you might want a newer release…

1 Like

The PC is old and does not have an EFI BIOS. Do you know if there is a newer Ubuntu Core (22 or 24) that can boot without EFI?

Thanks

We used to have grub-pc in the gadget in the past, I haven’t checked if BIOS boot still works but how about you just write an Ubuntu Core image to a USB stick, switch your BIOS to USB booting and see if it gets to the kernel (it might fail later on if you already have an Ubuntu Core system on the internal disk but to prove BIOS boot reaching the kernel is enough)

Thanks for the feedback

I burned Ubuntu Core 22 to a Pendrive and the PC won’t start.

xzcat ubuntu-core-22-amd64.img.xz | dd of=/dev/sdg bs=4M status=progress; sync

I’ll burn Ubuntu Core to my PC’s HD and post a photo here.

Thanks!!

Hi,

I installed Ubuntu Core 22 and when I started the machine, the message below appeared.

Do you know if it is possible to create an Ubuntu Core 22 image that boots in BIOS mode?

Thanks!