# OpenNebula 5 and VMs from Market

**URL:** https://forum.opennebula.io/t/opennebula-5-and-vms-from-market/2477
**Category:** Product Support
**Created:** [June 28, 2016, 9:07pm UTC](https://forum.opennebula.io/t/opennebula-5-and-vms-from-market/2477 "2016-06-28T21:07:16Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![UAnton](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/uanton/32/6309_2.png) [@UAnton](https://forum.opennebula.io/u/UAnton)
#### Post date: [June 28, 2016, 9:07pm UTC](https://forum.opennebula.io/t/opennebula-5-and-vms-from-market/2477/1 "2016-06-28T21:07:16Z")

</div>

Hi! I have Opennebula 5.0.1 cluster with ceph datastore (image and system). I test cluster few weeks and found same problems.

1. I need chanege DRIVER & FORMAT from qcow2 to raw in image after dowload from market.
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.
3. ArchLinux get network but any can’t connect.

---

<div class="post-metadata">

### Author: ![Marcin\_Piechota](https://avatars.discourse-cdn.com/v4/letter/m/f19dbf/32.png) [@Marcin\_Piechota](https://forum.opennebula.io/u/Marcin_Piechota)
#### Post date: [July 11, 2016, 7:04am UTC](https://forum.opennebula.io/t/opennebula-5-and-vms-from-market/2477/2 "2016-07-11T07:04:22Z")

</div>

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

---

<div class="post-metadata">

### Author: ![jfontan](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/jfontan/32/18_2.png) [@jfontan](https://forum.opennebula.io/u/jfontan)
#### Post date: [July 15, 2016, 9:18am UTC](https://forum.opennebula.io/t/opennebula-5-and-vms-from-market/2477/3 "2016-07-15T09:18:48Z")

</div>

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`:

```auto
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.

---

<div class="post-metadata">

### Author: ![jmelis](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/jmelis/32/24_2.png) [@jmelis](https://forum.opennebula.io/u/jmelis)
#### Post date: [July 15, 2016, 11:05am UTC](https://forum.opennebula.io/t/opennebula-5-and-vms-from-market/2477/4 "2016-07-15T11:05:49Z")

</div>

I have just updated [http://marketplace.opennebula.systems/appliance/575fcaa28fb81d438c000001](http://marketplace.opennebula.systems/appliance/575fcaa28fb81d438c000001)  
with that issue fixed

---

<div class="post-metadata">

### Author: ![UAnton](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/uanton/32/6309_2.png) [@UAnton](https://forum.opennebula.io/u/UAnton)
#### Post date: [July 22, 2016, 9:25am UTC](https://forum.opennebula.io/t/opennebula-5-and-vms-from-market/2477/5 "2016-07-22T09:25:04Z")

</div>

Not fixed!

---

<div class="post-metadata">

### Author: ![jfontan](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/jfontan/32/18_2.png) [@jfontan](https://forum.opennebula.io/u/jfontan)
#### Post date: [July 22, 2016, 11:10am UTC](https://forum.opennebula.io/t/opennebula-5-and-vms-from-market/2477/6 "2016-07-22T11:10:13Z")

</div>

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:

```auto
GRUB_CMDLINE_LINUX_DEFAULT="console=tty1"

```

With that file the upgrade process shouldn’t render the image unbootable.

---

<div class="post-metadata">

### Author: ![UAnton](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/uanton/32/6309_2.png) [@UAnton](https://forum.opennebula.io/u/UAnton)
#### Post date: [July 22, 2016, 11:13am UTC](https://forum.opennebula.io/t/opennebula-5-and-vms-from-market/2477/7 "2016-07-22T11:13:33Z")

</div>

Thanks! 🙂

---

<div class="post-metadata">

### Author: ![UAnton](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/uanton/32/6309_2.png) [@UAnton](https://forum.opennebula.io/u/UAnton)
#### Post date: [July 27, 2016, 5:35pm UTC](https://forum.opennebula.io/t/opennebula-5-and-vms-from-market/2477/8 "2016-07-27T17:35:20Z")

</div>

Debian 8.4 image not get network.

 ![](https://canada1.discourse-cdn.com/flex031/uploads/opennebula/original/2X/3/33b8bf9a3aa76e066f071e346bcc68e4abfc76ab.png)

---

<div class="post-metadata">

### Author: ![jfontan](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/jfontan/32/18_2.png) [@jfontan](https://forum.opennebula.io/u/jfontan)
#### Post date: [July 29, 2016, 4:28pm UTC](https://forum.opennebula.io/t/opennebula-5-and-vms-from-market/2477/9 "2016-07-29T16:28:16Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![jfontan](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/jfontan/32/18_2.png) [@jfontan](https://forum.opennebula.io/u/jfontan)
#### Post date: [August 24, 2016, 11:33am UTC](https://forum.opennebula.io/t/opennebula-5-and-vms-from-market/2477/10 "2016-08-24T11:33:55Z")

</div>

New context packages with these fixes. The images will be recreated shortly.

> **[OpenNebula/addon-context-linux](https://github.com/OpenNebula/addon-context-linux/releases/tag/v5.0.2)**
>
> Linux VM Contextualization. Contribute to OpenNebula/addon-context-linux development by creating an account on GitHub.
