Hi Jelle,<div><br></div><div>thank you very much for your heads up regarding the fsck. Your instructions worked like a charm! I've fixed the image and uploaded the file (now the 'here' link points to the new image). </div>

<div><br></div><div>As for the VNC, that's a very good idea, I will update the wiki to reflect that.</div><div><br></div><div>Thanks again,</div><div>regards,</div><div>Jaime<br><br><div class="gmail_quote">On Tue, Jun 8, 2010 at 3:09 PM, Jelle Herold <span dir="ltr"><<a href="mailto:jelle@defekt.nl">jelle@defekt.nl</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi list,<br>
<br>
I new to opennebula and I couldn't get your ttylinux example to run.<br>
(<a href="http://opennebula.org/documentation:rel1.4:vmg" target="_blank">http://opennebula.org/documentation:rel1.4:vmg</a>)<br>
<br>
Turns out the root fs hasn't been checked for many days, which triggers<br>
an fsck, which fails. This can be fixed as follows:<br>
<br>
 # mount first partition in disk image on loop device<br>
 losetup -o 32256 /dev/loop0 ttylinux.img<br>
<br>
 # fsck that<br>
 fsck /dev/loop0<br>
<br>
 # and disable checking in the future<br>
 sudo tune2fs -c0 -i0d /dev/loop0<br>
<br>
You might want to update the image on that page or mention this.<br>
<br>
Also, I found it very usefull to enable VNC to debug the booting<br>
process, you might want to mention how to do this?<br>
<br>
Best regards,<br>
<font color="#888888">Jelle<br>
<br>
</font><br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
<br></blockquote></div><br></div>