UAnton
(Anton Zubkov)
June 28, 2016, 9:07pm
1
Hi! I have Opennebula 5.0.1 cluster with ceph datastore (image and system). I test cluster few weeks and found same problems.
I need chanege DRIVER & FORMAT from qcow2 to raw in image after dowload from market.
Ubuntu 16.04 from market can’t boot after apt-get update && apt-get upgrade. Boot stop on “random: nonblocking pool is initialized” line.
ArchLinux get network but any can’t connect.
Upvote
2. Ubuntu 16.04 from market can’t boot after apt-get update && apt-get upgrade. Boot stop on “random: nonblocking pool is initialized” line
jfontan
(Javi Fontán)
July 15, 2016, 9:18am
3
This happens because by default ubuntu configures a serial console. Probably to be used with cloud-init.
In the images of the marketplace this configuration is deleted from /boot/grub/grub.cfg
:
sed -i 's/console=ttyS0$//g' /boot/grub/grub.cfg
But not from /etc/default/grub.cfg
. While we fix this you can apply the same sed command to both files.
jmelis
(Jaime Melis)
July 15, 2016, 11:05am
4
jfontan
(Javi Fontán)
July 22, 2016, 11:10am
6
You’re right. The grub defaults are overwritten by the upgrade process. I’m working on a fix to be added to the context packages. Meanwhile you can add the file /etc/default/grub.d/99-opennebula-settings.cfg
with this line:
GRUB_CMDLINE_LINUX_DEFAULT="console=tty1"
With that file the upgrade process shouldn’t render the image unbootable.
1 Like
UAnton
(Anton Zubkov)
July 27, 2016, 5:35pm
8
Debian 8.4 image not get network.
jfontan
(Javi Fontán)
July 29, 2016, 4:28pm
9
A new version of the image is uploaded that should fix that problem. We are not releasing new packages as we want to add more fixes.
jfontan
(Javi Fontán)
August 24, 2016, 11:33am
10
New context packages with these fixes. The images will be recreated shortly.