From 8dce55105dc77dd4f4cc926fa2ab3e25bcb3da79 Mon Sep 17 00:00:00 2001 From: Migue Magic Date: Fri, 17 Apr 2026 22:58:54 +0000 Subject: [PATCH 1/2] Add Dell XPS L502X broken status in HARDWARE.md --- HARDWARE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HARDWARE.md b/HARDWARE.md index 98793fe8..9bc8cd5d 100644 --- a/HARDWARE.md +++ b/HARDWARE.md @@ -112,6 +112,7 @@ Each "Vendor" has its own alphabetical order in "Model", independent from models |------------|-----------|-------------------|----------------|-------------|----------------------|--------------------------|------------| | ASUS | PN41 | 0.8.0 | 2024-05-30 | server | x86-64 | Unknown | Aborts after panic in xhcid | | BEELINK | U59 | 0.8.0 | 2024-05-30 | server | x86-64 | Unknown | Aborts after panic in xhcid | +| Dell | XPS L502X | 0.9.0 | 2026-04-16 | desktop | x86-64 | BIOS | Does not find the bootloader without patching the partition type byte to FAT32 (LBA), panics with "Failed to find lib: No such file or directory" at src/main.rs:368:39 | | Framework | Laptop 16 (AMD Ryzen 7040 Series) | 0.9.0 | 2026-3-29 | desktop, demo | x86-64 | UEFI | Crash due to unimplemented acpi function, see [jackpot51/acpi #3](https://github.com/jackpot51/acpi/pull/3) on GitHub | | HP | Compaq nc6120 | 0.9.0 | 2024-11-08 | desktop, server | i686 | BIOS | Unloads into memory at a rate slower than 1MB/s after selecting resolution. When unloading is complete the logger initializes and crashes after kernel::acpi, some information about APIC is printed. Boot logs do not progress after this point. | | HP | EliteBook 2570p | 0.8.0 | 2022-11-23 | demo | x86-64 | BIOS (CSM mode?) | Gets to resolution selection, Fails assert in `src/os/bios/mod.rs:77` after selecting resolution | From 1f5b0b012b32da4b8b24381041b933d8facce5f3 Mon Sep 17 00:00:00 2001 From: Migue Magic Date: Sat, 18 Apr 2026 01:21:33 +0000 Subject: [PATCH 2/2] Update Dell XPS L502X entry in HARDWARE.md with new reason --- HARDWARE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HARDWARE.md b/HARDWARE.md index 9bc8cd5d..0908d62a 100644 --- a/HARDWARE.md +++ b/HARDWARE.md @@ -112,7 +112,7 @@ Each "Vendor" has its own alphabetical order in "Model", independent from models |------------|-----------|-------------------|----------------|-------------|----------------------|--------------------------|------------| | ASUS | PN41 | 0.8.0 | 2024-05-30 | server | x86-64 | Unknown | Aborts after panic in xhcid | | BEELINK | U59 | 0.8.0 | 2024-05-30 | server | x86-64 | Unknown | Aborts after panic in xhcid | -| Dell | XPS L502X | 0.9.0 | 2026-04-16 | desktop | x86-64 | BIOS | Does not find the bootloader without patching the partition type byte to FAT32 (LBA), panics with "Failed to find lib: No such file or directory" at src/main.rs:368:39 | +| Dell | XPS L502X | 0.9.0 | 2026-04-16 | desktop | x86-64 | BIOS | Does not find the bootloader without patching the partition type byte to FAT32 (LBA), after the live kernel loads, the kernel panics and dumps an unreadable long trace, referencing an invalid opcode CPU error in a part of the log. | | Framework | Laptop 16 (AMD Ryzen 7040 Series) | 0.9.0 | 2026-3-29 | desktop, demo | x86-64 | UEFI | Crash due to unimplemented acpi function, see [jackpot51/acpi #3](https://github.com/jackpot51/acpi/pull/3) on GitHub | | HP | Compaq nc6120 | 0.9.0 | 2024-11-08 | desktop, server | i686 | BIOS | Unloads into memory at a rate slower than 1MB/s after selecting resolution. When unloading is complete the logger initializes and crashes after kernel::acpi, some information about APIC is printed. Boot logs do not progress after this point. | | HP | EliteBook 2570p | 0.8.0 | 2022-11-23 | demo | x86-64 | BIOS (CSM mode?) | Gets to resolution selection, Fails assert in `src/os/bios/mod.rs:77` after selecting resolution |