[one-users] fsck issue with ttylinux example

Jelle Herold jelle at defekt.nl
Tue Jun 8 06:09:29 PDT 2010


Hi list,

I new to opennebula and I couldn't get your ttylinux example to run.
(http://opennebula.org/documentation:rel1.4:vmg)

Turns out the root fs hasn't been checked for many days, which triggers
an fsck, which fails. This can be fixed as follows:

 # mount first partition in disk image on loop device
 losetup -o 32256 /dev/loop0 ttylinux.img

 # fsck that
 fsck /dev/loop0

 # and disable checking in the future
 sudo tune2fs -c0 -i0d /dev/loop0

You might want to update the image on that page or mention this.

Also, I found it very usefull to enable VNC to debug the booting
process, you might want to mention how to do this?

Best regards,
Jelle

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
URL: <http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20100608/238643ee/attachment-0002.pgp>


More information about the Users mailing list