You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a new kernel parameter using the extra_kernel_parameters variable, the /boot partition has to be mounted.
In the case of not mounted, it will try to mount /dev/disk/by-label/boot.
However on some installation, we have only /dev/disk/by-label/efi0 and /dev/disk/by-label/efi1 for the boot partition.
This results in a fatal error.
Log
TASK [Mount /boot partition if not mounted] **********************************************************************************************************************************
Friday 02 February 2024 12:49:34 +0000 (0:00:00.029) 0:00:00.747 *******
fatal: [Hyp]: FAILED! => changed=true
cmd: mount | grep '/boot ' || mount /dev/disk/by-label/boot /boot
delta: '0:00:00.010883'
end: '2024-02-02 12:49:35.201997'
msg: non-zero return code
rc: 32
start: '2024-02-02 12:49:35.191114'
stderr: 'mount: /boot: special device /dev/disk/by-label/boot does not exist.'
stderr_lines:
stdout: ''
stdout_lines:
The text was updated successfully, but these errors were encountered:
Describe the bug
When adding a new kernel parameter using the extra_kernel_parameters variable, the /boot partition has to be mounted.
In the case of not mounted, it will try to mount /dev/disk/by-label/boot.
However on some installation, we have only /dev/disk/by-label/efi0 and /dev/disk/by-label/efi1 for the boot partition.
This results in a fatal error.
Log
TASK [Mount /boot partition if not mounted] **********************************************************************************************************************************
Friday 02 February 2024 12:49:34 +0000 (0:00:00.029) 0:00:00.747 *******
fatal: [Hyp]: FAILED! => changed=true
cmd: mount | grep '/boot ' || mount /dev/disk/by-label/boot /boot
delta: '0:00:00.010883'
end: '2024-02-02 12:49:35.201997'
msg: non-zero return code
rc: 32
start: '2024-02-02 12:49:35.191114'
stderr: 'mount: /boot: special device /dev/disk/by-label/boot does not exist.'
stderr_lines:
stdout: ''
stdout_lines:
The text was updated successfully, but these errors were encountered: