Marking Fix released.

Tested with the desktop installer on an XPS 9320.
However, the bug only affects hardware for which the OEM metapackage wants the 
OEM kernel, not the default kernel. The OEM metapackage for the XPS 9320 wants 
the default kernel.

Therefore, I had to make the following change to make it pick a different OEM 
metapackage:
```
--- a/subiquity/server/ubuntu_drivers.py
+++ b/subiquity/server/ubuntu_drivers.py
@@ -151,6 +151,7 @@ class UbuntuDriversClientInterface(UbuntuDriversInterface):
         return self._drivers_from_output(result.stdout.decode("utf-8"))
 
     async def list_oem(self, root_dir: str, context) -> List[str]:
+        return ["oem-somerville-treecko-meta"]
         result = await run_curtin_command(
             self.app,
             context,
```

https://paste.ubuntu.com/p/QzVrtcGRN3/

** Changed in: subiquity (Ubuntu Noble)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2114780

Title:
  On 24.04.2 Desktop image, subiquity failed to install OEM kernel on
  certified systems with OEM metapackages included

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2114780/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to