Re: booting kernel with kvm

2014-10-18 Thread harisha ja
Hi Raghavendra and Paul, Thanks for your reply. True I should read more about KVM things and need to change the my setup so that I can stop using winows-ubuntu-kvm hierarchy. Sure I will try out these steps and come back. Regards, Harish On Thu, Oct 16, 2014 at 12:43 AM, Raghavendra wrote: >

Re: booting kernel with kvm

2014-10-15 Thread Bruno Guedes Souto
harisha ja gmail.com> writes: > I have windows 7 system and I have installed ubuntu using vmware. I have installed KVM on ubuntu and I am trying to boot the kernal image with KVM. But I am not sure what is the problem. I am stuck in this screen. Is something I am missing here?  May I ask WHY

Re: booting kernel with kvm

2014-10-15 Thread Raghavendra
On 15/10/2014 11:27 PM, harisha ja wrote: Hi Raghavendra, Thanks for your response. Yes that was an issue and I corrected it. But I see kvm is trying to boot the kernel and I still see those tracebacks and it does not do anything after that. It is not giving back the console. That is becau

Re: booting kernel with kvm

2014-10-15 Thread Paul Bolle
On Wed, 2014-10-15 at 23:27 +0530, harisha ja wrote: > rama@ubuntu:~/linux/linux_ws$ git diff > diff --git a/drivers/net/ethernet/intel/e1000/e1000_main.c > b/drivers/net/ethernet/intel/e1000/e1000_main.c > index cbc330b..3063991 100644 > --- a/drivers/net/ethernet/intel/e1000/e1000_main.c > +++ b/

Re: booting kernel with kvm

2014-10-15 Thread Paul Bolle
[Could you please, one of these days, look into the ways you can make gmail send plain text? Note that the Linux kernel mailing list simply rejects html messages.] On Wed, 2014-10-15 at 23:20 +0530, harisha ja wrote: On Wed, Oct 15, 2014 at 3:47 PM, Paul Bolle wrote: > Does vmware emulate

Re: booting kernel with kvm

2014-10-15 Thread harisha ja
Hi Raghavendra, Thanks for your response. Yes that was an issue and I corrected it. But I see kvm is trying to boot the kernel and I still see those tracebacks and it does not do anything after that. It is not giving back the console. Some commands I executed linux/linux_ws$ sudo modprobe kvm

Re: booting kernel with kvm

2014-10-15 Thread harisha ja
Hi Paul, Thanks for your reply. Please see inline. On Wed, Oct 15, 2014 at 3:47 PM, Paul Bolle wrote: > On Wed, 2014-10-15 at 15:01 +0530, harisha ja wrote: > > I have windows 7 system and I have installed ubuntu using vmware. I > > have installed KVM on ubuntu and I am trying to boot the kern

Re: booting kernel with kvm

2014-10-15 Thread Raghavendra
Hello, On Wednesday 15 October 2014 03:01 PM, harisha ja wrote: Hi All, I am interested in Linux kernel development. I have subscribed for newbies mail for a while and this is my first mail to the group. My intention and interest is to work on network( if possible mm) side of kernel. First o

Re: booting kernel with kvm

2014-10-15 Thread Paul Bolle
On Wed, 2014-10-15 at 12:17 +0200, Paul Bolle wrote: > Setting the root device might be tricky to get right when booting a > virtualized system. At least, I remember fiddling with it. But your > "root" kernel parameter should be something like: > root=/dev/sda1 > > It rather depends on how you

Re: booting kernel with kvm

2014-10-15 Thread Paul Bolle
On Wed, 2014-10-15 at 15:01 +0530, harisha ja wrote: > I have windows 7 system and I have installed ubuntu using vmware. I > have installed KVM on ubuntu and I am trying to boot the kernal image > with KVM. Does vmware emulate the KVM related chip functionality (ie, "VT" for an x86 Intel CPU or "A

booting kernel with kvm

2014-10-15 Thread harisha ja
Hi All, I am interested in Linux kernel development. I have subscribed for newbies mail for a while and this is my first mail to the group. My intention and interest is to work on network( if possible mm) side of kernel. First of all thanks for all the kernel developers and the guys here for contr