<a href="mailto:lguest@ozlabs.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"></a>Hi Jason,
<br><br>You may need anyway to mount that image or partition in order to configure the tty1. You can mount directly a partition found inside the image, specifying to an offset parameter (start sector*nr bytes per sector):
<br><br>sudo mount /home/jyeh/vmware/Ubuntu/guestos.img-part1 -t ext2 -o loop=/dev/loop0,offset=32256<br><br>For the images build from an Ubuntu distribution, tty1 configuration lies in /etc/event.d/tty1.<br><br>Hope this helps,
<br>Mike<br>