maas-devel team mailing list archive
-
maas-devel team
-
Mailing list archive
-
Message #01627
Problems with the hwe work
Folks, I'm collating the bugs raised on the hwe work here, I consider
them all critical because this feature simply does not work.
* https://bugs.launchpad.net/maas/+bug/1307779
"fallback from specific to generic subarch broken"
This happens if you mark a node as hwe-s, for example, and then try to
deploy trusty. There's no logic to select a "better" kernel for a newer
release so pxeconfig gets invalid paths.
I welcome discussion on how to address this, as it's a bit tricky. We'd
need to know the relationships between hwe-* kernels and releases. I
don't think it's prudent to do a dirty comparison of the release
name/initial letter. Is there any info in the existing streams to help?
* https://bugs.launchpad.net/maas/+bug/1310076
* https://bugs.launchpad.net/maas/+bug/1310082
These are essentially the same problem across d-i and curtin. While we
PXE boot with the correct kernel, that kernel is not installed and the
post-installation boot is in the base released kernel for the series.
Andres/Scott, how can we fix the installer?
I'm currently trying out d-i without the explicit:
"d-i base-installer/kernel/image string linux-server"
setting to see if it DTRT.
Follow ups