[Bug 2026225] Re: failed kernel mapping specification

Launchpad Bug Tracker 2026225 at bugs.launchpad.net
Thu Aug 3 02:07:11 UTC 2023


This bug was fixed in the package livecd-rootfs - 23.10.9

---------------
livecd-rootfs (23.10.9) mantic; urgency=medium

  * desktop, budgie: no need to include the kernel directly, it is installed
    at runtime (LP: #2026225)

 -- Dan Bungert <daniel.bungert at canonical.com>  Wed, 02 Aug 2023
13:16:00 -0600

** Changed in: livecd-rootfs (Ubuntu)
       Status: Fix Committed => Fix Released

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

Title:
  failed kernel mapping specification

Status in curtin:
  Fix Released
Status in subiquity:
  Fix Released
Status in livecd-rootfs package in Ubuntu:
  Fix Released

Bug description:
  In testing the current desktop installer ISOs with a freshly build
  u-d-i snap, curthooks fails like follows:

   finish: cmd-install/stage-curthooks/builtin/cmd-curthooks/installing-kernel: FAIL: installing kernel
   finish: cmd-install/stage-curthooks/builtin/cmd-curthooks: FAIL: curtin command curthooks
   Traceback (most recent call last):
     File "/snap/ubuntu-desktop-installer/x1/lib/python3.10/site-packages/curtin/commands/main.py", line 202, in main
       ret = args.func(args)
     File "/snap/ubuntu-desktop-installer/x1/lib/python3.10/site-packages/curtin/commands/curthooks.py", line 1918, in curthooks
       builtin_curthooks(cfg, target, state)
     File "/snap/ubuntu-desktop-installer/x1/lib/python3.10/site-packages/curtin/commands/curthooks.py", line 1752, in builtin_curthooks
       install_kernel(cfg, target)
     File "/snap/ubuntu-desktop-installer/x1/lib/python3.10/site-packages/curtin/commands/curthooks.py", line 375, in install_kernel
       config.merge_config(mapping, kernel_cfg.get('mapping', {}))
   AttributeError: 'NoneType' object has no attribute 'get'
   'NoneType' object has no attribute 'get'
   curtin: Installation failed with exception: Unexpected error while running command.
   Command: ['curtin', 'curthooks']
   Exit code: 3
   Reason: -

  happened as part of an autoinstall test, no override of the kernel
  value.

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/2026225/+subscriptions




More information about the foundations-bugs mailing list