Impossible to skip integrity test for ubuntu-server 20.04.1 iso
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Release Notes for Ubuntu |
New
|
Undecided
|
Unassigned | ||
subiquity |
Triaged
|
Medium
|
Unassigned | ||
casper (Ubuntu) |
Fix Released
|
Medium
|
Mauricio Faria de Oliveira | ||
Focal |
Fix Released
|
Medium
|
Mauricio Faria de Oliveira | ||
Jammy |
Fix Released
|
Medium
|
Mauricio Faria de Oliveira |
Bug Description
[Impact]
* Users cannot trivially skip the media integrity test in
the 20.04.x installer, as ctrl-c is no longer available
and the option 'fsck.mode=skip' is NOT honored if it is
last in cmdline (which is usually the case for humans).
* The impact is more severe on physical server installs,
where usually the speed of _virtual_ optical media w/
the BMC is really slow; impacting field/data center ops.
[Test Plan]
* Run casper in a container/guest with fake /proc/cmdline
in 3 modes for 'fsck.mode=skip': (steps in comment #39).
1) not present
2) present, last option
3) present, not last option
* Test the options with 20.04.5 release candidate images.
[Where problems could occur]
* The patch is restricted to the option parsing in casper,
so regressions would likely manifest as errors parsing
kernel cmdline options or crashing casper (systemd unit).
* The patch has been in Jammy/22.04 from the daily builds.
[Original Description]
It is not possible to skip the integrity test with the iso available at http://
Bellow is a screenshot of me hitting CTRL+C to try to cancel it, without success:
https:/
Checking integrity can be extremely slow when mounting an image via virtual CD tools from Dell idrac. I didn't measure it precisely but it takes more than 30 minutes.
Since the image is on a remote location and was already checked, this is completely useless.
Related branches
- Łukasz Zemczak: Approve
- Brian Murray: Pending requested
-
Diff: 45 lines (+14/-3)2 files modifiedcasper-md5check/casper-md5check.c (+7/-3)
debian/changelog (+7/-0)
- Ubuntu Installer Team: Pending requested
-
Diff: 45 lines (+14/-3)2 files modifiedcasper-md5check/casper-md5check.c (+7/-3)
debian/changelog (+7/-0)
Changed in casper (Ubuntu): | |
status: | Fix Released → In Progress |
assignee: | nobody → Mauricio Faria de Oliveira (mfo) |
Changed in casper (Ubuntu): | |
importance: | Undecided → Medium |
tags: | added: rls-jj-incoming |
tags: | added: fr-2136 |
tags: | removed: rls-jj-incoming |
tags: | added: foundations-triage-discuss |
Changed in subiquity: | |
importance: | Undecided → Medium |
status: | New → Triaged |
tags: | removed: foundations-triage-discuss |
Status changed to 'Confirmed' because the bug affects multiple users.