Setting "d-i base-installer/kernel/image none" fails to ignore installation w/o kernel

Bug #920618 reported by Tobin Davis
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
base-installer (Ubuntu)
Expired
Medium
Unassigned

Bug Description

In my preseed, I have "d-i base-installer/kernel/image none" so that the installer will bypass installing a kernel (since I don't have one in the pool for this system). I am manually installing an out-of-pool kernel in the late_command phase. However, the installer still returns:

> !! ERROR: Cannot install kernel
>
> The installer cannot find a suitable kernel package to install.
> [Press enter to continue]

This should not be happening according to the documentation.

Revision history for this message
Steve Langasek (vorlon) wrote :

I don't know if this is a deliberate change, but it appears you can get this effect by instead preseeding:

 d-i base-installer/kernel/skip-install boolean true

Does that do the job?

Revision history for this message
Tobin Davis (gruemaster) wrote :

That addition worked, thanks.

Revision history for this message
Steve Langasek (vorlon) wrote :

Evidently this advice tracks back to manual/en/appendix/preseed.xml in the official debian-installer documentation:

# The kernel image (meta) package to be installed; "none" can be used if no
# kernel is to be installed.
#d-i base-installer/kernel/image string &kernelpackage;-2.6-486

Since "none" does *not* work here, either base-installer or the documentation should be fixed.

Changed in debian-installer (Ubuntu):
importance: Undecided → Medium
status: New → Triaged
Colin Watson (cjwatson)
affects: debian-installer (Ubuntu) → base-installer (Ubuntu)
Revision history for this message
Many (many15) wrote :

Should use:
d-i base-installer/kernel/image string none

lolo (lolo2020)
Changed in base-installer (Ubuntu):
status: Triaged → Confirmed
status: Confirmed → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for base-installer (Ubuntu) because there has been no activity for 60 days.]

Changed in base-installer (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.