Re: [Openstack] Help with VMs

2013-02-21 Thread Harvey West
: Ritesh Nanda riteshnand...@gmail.com To: harvey.w...@btinternet.com Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net Sent: Tuesday, 19 February 2013, 18:44 Subject: Re: [Openstack] Help with VMs Harvey , To get console.log in ubuntu we need to make some changes in grub config

Re: [Openstack] Help with VMs

2013-02-21 Thread Harvey West
, 18:37 Subject: Re: [Openstack] Help with VMs On Tue, Feb 19, 2013 at 1:25 PM, Harvey West harvey.w...@btinternet.com wrote: This boots ok.  kvm -m 2048 -hda freeBSD.img -boot c (note: did not use virtio mods. Assumed these were just optimized NIC/SCSI drivers. Which I can live without

Re: [Openstack] Help with VMs

2013-02-20 Thread Harvey West
To: harvey.w...@btinternet.com Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net Sent: Tuesday, 19 February 2013, 18:44 Subject: Re: [Openstack] Help with VMs Harvey , To get console.log in ubuntu we need to make some changes in grub config Below steps works in ubuntu, hope

Re: [Openstack] Help with VMs

2013-02-19 Thread Harvey West
West harvey.w...@btinternet.com Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net Sent: Tuesday, 5 February 2013, 19:12 Subject: Re: [Openstack] Help with VMs On Tue, Feb 5, 2013 at 10:19 AM, Harvey West harvey.w...@btinternet.com wrote: Not used openstack or this email forum

Re: [Openstack] Help with VMs

2013-02-19 Thread Jonathan Proulx
On Tue, Feb 19, 2013 at 1:25 PM, Harvey West harvey.w...@btinternet.com wrote: This boots ok. kvm -m 2048 -hda freeBSD.img -boot c (note: did not use virtio mods. Assumed these were just optimized NIC/SCSI drivers. Which I can live without for the time being) I ran into the same isssue with

Re: [Openstack] Help with VMs

2013-02-19 Thread Ritesh Nanda
Harvey , To get console.log in ubuntu we need to make some changes in grub config Below steps works in ubuntu, hope only the file location would be different rest would be the same. Write /etc/default/grub GRUB_CMDLINE_LINUX=console=tty0 console=ttyS0,115200 then save and run update-grub2

Re: [Openstack] Help with VMs

2013-02-19 Thread Vishvananda Ishaya
wondering if I going about this the right way? Harvey From: Lloyd Dewolf lloydost...@gmail.com To: Harvey West harvey.w...@btinternet.com Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net Sent: Tuesday, 5 February 2013, 19:12 Subject: Re: [Openstack] Help with VMs On Tue

Re: [Openstack] Help with VMs

2013-02-05 Thread Lloyd Dewolf
On Tue, Feb 5, 2013 at 10:19 AM, Harvey West harvey.w...@btinternet.comwrote: Not used openstack or this email forum before. Have installed openstack on unbuntu 12.4.1 LTS. Seems to work with the default unbuntu VM image. How do I create a new image. I would to create a FreeBSS VM instance.