<html><body><div style="color:#000; background-color:#fff; font-family:tahoma, new york, times, serif;font-size:12pt"><div>Many thanks. Pointers helped. Decided to keep with default loader for freeBsd</div><div><span style="background-color: transparent; font-family: arial, helvetica, sans-serif; font-size: 13.63636302947998px; line-height: 1.428571em;">(1)</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: tahoma, 'new york', times, serif; background-color: transparent; font-style: normal;"><div style="margin: 0px; padding: 0px; border: 0px; font-family: Helvetica, Arial, 'Droid Sans', sans-serif; font-size: 13.63636302947998px; line-height: 19.985795974731445px;"><pre xml:space="preserve" style="margin-top: 0px; margin-bottom: 0px; padding: 0px; border: 0px; font-family: Monaco, Courier, monospace;"><span style="line-height: 1.428571em; font-family: arial, helvetica, sans-serif;">echo 'console="comconsole"' >>
 /boot/loader.conf</span><br clear="none"><span style="line-height: 1.428571em; font-family: arial, helvetica, sans-serif;">(2)</span><br clear="none"><span style="line-height: 1.428571em; font-family: arial, helvetica, sans-serif;"><tt>Edited /etc/ttys</tt></span><br clear="none"><span style="font-family: arial, helvetica, sans-serif; line-height: 1.428571em; font-size: 13.63636302947998px; background-color: transparent;">Edit </span><tt style="line-height: 1.428571em; font-size: 13.63636302947998px; background-color: transparent;">/etc/ttys</tt><span style="font-family: arial, helvetica, sans-serif; line-height: 1.428571em; font-size: 13.63636302947998px; background-color: transparent;"> and change </span><tt style="line-height: 1.428571em; font-size: 13.63636302947998px; background-color: transparent;">off</tt><span style="font-family: arial, helvetica, sans-serif; line-height: 1.428571em; font-size: 13.63636302947998px; background-color:
 transparent;"> to </span><tt style="line-height: 1.428571em; font-size: 13.63636302947998px; background-color: transparent;">on</tt><span style="font-family: arial, helvetica, sans-serif; line-height: 1.428571em; font-size: 13.63636302947998px; background-color: transparent;"> and </span><tt style="line-height: 1.428571em; font-size: 13.63636302947998px; background-color: transparent;">dialup</tt><span style="font-family: arial, helvetica, sans-serif; line-height: 1.428571em; font-size: 13.63636302947998px; background-color: transparent;"> to </span><tt style="line-height: 1.428571em; font-size: 13.63636302947998px; background-color: transparent;">vt100</tt><span style="font-family: arial, helvetica, sans-serif; line-height: 1.428571em; font-size: 13.63636302947998px; background-color: transparent;"> for the </span><tt style="line-height: 1.428571em; font-size: 13.63636302947998px; background-color: transparent;">ttyu0</tt><span style="font-family:
 arial, helvetica, sans-serif; line-height: 1.428571em; font-size: 13.63636302947998px; background-color: transparent;"> entry</span><br><span style="line-height: 1.428571em; font-family: arial, helvetica, sans-serif;">(3)</span></pre><pre xml:space="preserve" style="margin-top: 0px; margin-bottom: 0px; padding: 0px; border: 0px; font-family: Monaco, Courier, monospace;"><span style="line-height: 1.428571em; font-family: arial, helvetica, sans-serif;">echo '-S115200 -Dh' >> /boot.config</span></pre></div></div><div><br></div>  <div style="font-family: tahoma, 'new york', times, serif; font-size: 12pt;"> <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"> <div dir="ltr"> <font size="2" face="Arial"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Ritesh Nanda <riteshnanda09@gmail.com><br> <b><span style="font-weight: bold;">To:</span></b> harvey.west@btinternet.com <br><b><span
 style="font-weight: bold;">Cc:</span></b> "openstack@lists.launchpad.net" <openstack@lists.launchpad.net> <br> <b><span style="font-weight: bold;">Sent:</span></b> Tuesday, 19 February 2013, 18:44<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [Openstack] Help with VMs<br> </font> </div> <br><div id="yiv1659396506">Harvey ,<br><br>To get console.log in ubuntu we need to make some changes in grub config<br>
<br>Below steps works in ubuntu, hope only the file location would be different rest would be the same.<br><br>Write /etc/default/grub
<br>
<br>GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200"
<br>
<br>then save and run
<br>
<br>update-grub2
<br>update-grub
<br><br><div class="yiv1659396506gmail_quote">On Wed, Feb 20, 2013 at 12:07 AM, Jonathan Proulx <span dir="ltr"><<a rel="nofollow" ymailto="mailto:jon@jonproulx.com" target="_blank" href="mailto:jon@jonproulx.com">jon@jonproulx.com</a>></span> wrote:<br><blockquote class="yiv1659396506gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="yiv1659396506im">On Tue, Feb 19, 2013 at 1:25 PM, Harvey West <<a rel="nofollow" ymailto="mailto:harvey.west@btinternet.com" target="_blank" href="mailto:harvey.west@btinternet.com">harvey.west@btinternet.com</a>> wrote:<br>
<br>
> This boots ok.  kvm -m 2048 -hda freeBSD.img -boot c<br>
> (note: did not use virtio mods. Assumed these were just optimized NIC/SCSI<br>
> drivers. Which I can live without for the time being)<br>
<br>
</div>I ran into the same isssue with FreeBSD images. These are<br>
paravirtualized drivers which are absolutely required to get the VM to<br>
work.  Linux images usually have them already but for FreeBSD (and<br>
Windows) you need to install them by hand. note that when using kvm by<br>
hand you can specify the driver emulation required so this is why it<br>
boots by hand but not via openstack (you could also configure<br>
openstack to use different kvm settings, but the virtio driver is<br>
faster and installing the drivers on FreeBSD isn't too hard. I'm not<br>
much of a *BSD guy but I managed)<br>
<br>
-Jon<br>
<br>
_______________________________________________<br>
Mailing list: <a rel="nofollow" target="_blank" href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>
Post to     : <a rel="nofollow" ymailto="mailto:openstack@lists.launchpad.net" target="_blank" href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a rel="nofollow" target="_blank" href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>
More help   : <a rel="nofollow" target="_blank" href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div style="margin:0cm 0cm 0pt;color:rgb(0,0,153);"><b><span style="font-size: 10pt; font-family: Arial;"> With Regards  <br></span></b></div><div style="margin:0cm 0cm 0pt;color:rgb(0,0,153);">
<b><span style="font-size: 10pt; font-family: Arial;"> Ritesh Nanda<br></span></b></div><div style="margin:0cm 0cm 0pt;color:rgb(51,51,51);"><span style="color:rgb(0,0,153);"></span><span style="font-size: 9pt; color: rgb(51, 51, 51); font-family: Arial;"><span style="color:rgb(51,51,255);"><b><span style="color:rgb(0,0,153);"></span></b></span></span><span style="font-size: 9pt; color: rgb(51, 51, 51); font-family: Arial;"><span style="color:rgb(51,51,255);"><b><span style="color:rgb(0,0,153);"><br>
</span></b></span></span></div><a rel="nofollow" target="_blank" href="http://www.ericsson.com/"></a><div style="margin:0cm 0cm 0pt;"><span style="font-size: 9pt; font-family: Arial;"><br><br></span></div>
</div><br><br> </div> </div>  </div></body></html>