Failure to Boot Ubuntu Installer on Honor MagicBook Pro 14 (Intel Core Ultra 5 125H)
https://askubuntu.com/questions/1556825/failure-to-boot-ubuntu-installer-on-honor-magicbook-pro-14-intel-core-ultra-5-1
I want to istall ubuntu on my new laptop a honor magic book 14 pro with a ultra 5 125h processor.
Details:
-- Core Issue:
The Ubuntu installer fails to find the bootable medium (USB stick) after starting the boot process.
Error Message: "unable to find medium containing a live file system"
-- Initial Troubleshooting Steps:
BIOS Configuration: Secure Boot and Fast Boot have been disabled.
BIOS Limitations: The system BIOS is locked down and does not provide any settings to change the storage controller mode (e.g., no option to switch from Intel VMD/RST to AHCI).
Hardware Verification: The same bootable USB stick and ISO image were successfully used to boot another laptop, confirming the integrity of the installation medium. Different USB ports were also tested on the Honor laptop.
Firmware: Checked the official Honor support website; no BIOS updates are available for this model.
-- Tested Linux Distributions and Methods:
Ubuntu 24.04 LTS: Fails with the core error.
Ubuntu 25.04 (Daily Build): Fails with the exact same error, suggesting the issue is not resolved by a newer kernel (as of the date of testing).
USB Creation Method: The live USB was created using Rufus in both "ISO Image mode" and "DD Image mode," with neither method resolving the issue.
-- Tested Kernel Boot Parameters and Results:
A series of kernel parameters were tested by editing the GRUB command line at boot.
nomodeset: No effect, still resulted in the "unable to find medium" error.
nvme_core.default_ps_max_latency_us=0: No effect, still resulted in the "unable to find medium" error.
intel_iommu=off: This changed the behavior. The system froze indefinitely at the graphical Ubuntu loading screen (with the logo spinner).
acpi=off: This also changed the behavior. The system froze at an early text-based stage, displaying only the message "booting a command list".
is there any way to fix this or do I just have to wait until this is adressed by honor or linux developers ?
Did I miss anything that might solve this problem ?