Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hooks: ensure fix for entropy hang at boot is part of the image #52

Closed
wants to merge 1 commit into from

Conversation

mvo5
Copy link
Contributor

@mvo5 mvo5 commented Jul 30, 2018

Right now the boot of core18 with kernel 4.15 may hang because
the kernel has not enough entropy in early boot yet but libuuid
is using getrandom() for the uuid generation. When parted is
used in early boot to resize the disk this lead to a hang.

Right now the boot of core18 with kernel 4.15 may hang because
the kernel has not enough entropy in early boot yet but libuuid
is using getrandom() for the uuid generation. When parted is
used in early boot to resize the disk this lead to a hang.
echo "deb http://archive.ubuntu.com/ubuntu bionic-proposed main" > /etc/apt/sources.list.d/lp1783810.list
apt update
apt install --only-upgrade libuuid1
rm /etc/apt/sources.list.d/lp1783810.list
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't apt update needed at this point?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does look like it might be a good idea to add that.

@mvo5
Copy link
Contributor Author

mvo5 commented Jul 30, 2018

After further debugging this is non-sense. The fix needs to go into the kernel initramfs - all they need to do is rebuild their kernel (with our image ppa but that is already part of the build afaik).

@mvo5 mvo5 closed this Jul 30, 2018
@chipaca
Copy link

chipaca commented Jul 30, 2018

huzzah for non-sense aversion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants