mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-25 16:55:53 +03:00
[GH-ISSUE #98] [BUG]: grub-efi-amd64-signed package post-installation script subprocess returned error exit status 32 #50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GordonSasha on GitHub (Sep 5, 2021).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/98
Originally assigned to: @konstruktoid on GitHub.
Describe the bug
during installation process the f_aptget() returns error:
and after
To Reproduce
The system uses EFI:
I run the install script step by step, I mean function by function (f_pre () function always works). Every time I start, I change "ubuntu.sh" something like this:
Run 1:
Run 2:
So during the step 'aptget ...' :
I have an error:
harden_install_error.txt
Expected behavior
A clear and concise description of what you expected to happen.
System (lsb_release -a):
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.3 LTS
Release: 20.04
Codename: focal
Additional context
Add any other context about the problem here.
@konstruktoid commented on GitHub (Sep 5, 2021):
Thanks for opening this issue.
Is it reproducible on other systems with the same configuration?
@GordonSasha commented on GitHub (Sep 12, 2021):
On other OS and Ubuntu versions I have not tested
@GordonSasha commented on GitHub (Sep 12, 2021):
But I saw as people talking about same problem and solution can be:
$APT purge grub*
$APT install grub-efi
$APT autoremove
update-grub
in 10_aptget: f_aptget() . I will checked it
@GordonSasha commented on GitHub (Sep 13, 2021):
Looks like this solved the problem
@konstruktoid commented on GitHub (Sep 13, 2021):
This isn't actually an issue with this project but with the specified packages (https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1871963) and the current disk layout (
mount: /var/lib/grub/esp: special device /dev/disk/by-id/mmc-S0J58X_0x158869a0-part1 does not exist.I can't really start guessing about disk layouts, partitions or if
grubis to be purged (making systems unbootable), so I believe this issue is out-of-scope.@github-actions[bot] commented on GitHub (Oct 14, 2021):
This issue is stale because it has been open 30 days with no activity, without any activity it will be closed in 5 days.