support for rocky linux UEFI
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Medium
|
Unassigned | ||
3.2 |
Fix Released
|
Medium
|
Unassigned | ||
curtin |
Fix Committed
|
Undecided
|
Unassigned | ||
curtin (Ubuntu) |
In Progress
|
Undecided
|
Unassigned |
Bug Description
Hi,
with curtin 21.3 I'm able to install Rocky 8.4 on vms, but not on UEFI (BIOS maybe ???) bare metal:
finish: cmd-install/
Traceback (most recent call last):
File "/curtin/
ret = args.func(args)
File "/curtin/
File "/curtin/
File "/curtin/
File "/curtin/
File "/curtin/
return subp(*args, **kwargs)
File "/curtin/
return _subp(*args, **kwargs)
File "/curtin/
raise ProcessExecutio
Command: ['unshare', '--fork', '--pid', '--', 'chroot', '/tmp/tmpqkhzga
Exit code: 1
Reason: -
Stdout: ''
Stderr: /usr/sbin/
Unexpected error while running command.
Command: ['unshare', '--fork', '--pid', '--', 'chroot', '/tmp/tmpqkhzga
Exit code: 1
Reason: -
Stdout: ''
Stderr: /usr/sbin/
Stderr: ''
It's pretty clear that /boot/efi/
BR
Francesco
Related branches
- Dan Bungert: Approve
- Server Team CI bot: Approve (continuous-integration)
-
Diff: 36 lines (+4/-3)2 files modifiedcurtin/distro.py (+3/-2)
pylintrc (+1/-1)
Changed in curtin (Ubuntu): | |
status: | New → Incomplete |
status: | Incomplete → In Progress |
Changed in curtin: | |
status: | New → In Progress |
status: | In Progress → Fix Committed |
Changed in maas: | |
status: | New → Confirmed |
Changed in maas: | |
status: | Confirmed → Fix Committed |
milestone: | none → 3.3.0 |
importance: | Undecided → Medium |
Changed in maas: | |
milestone: | 3.3.0 → 3.3.0-beta1 |
Changed in maas: | |
status: | Fix Committed → Fix Released |
@Francesco - Thanks for testing the work so far. I'm still not really setup for meaningful rockylinux test but I think the fix for this one is straightforward.
I've got a test build out at https:/ /launchpad. net/~dbungert/ +archive/ ubuntu/ curtin- lp-1955671 - would you be able to confirm that this helps?
It's entirely possible that when testing this you get past the current problem and find another, feel free to list that here.