public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* help with kvm on a T7400 with virtualization enabled under post in bios
@ 2007-04-03 18:16 Michael Cloran
  2007-04-03 19:14 ` help with kvm on a T7400 with virtualization enabledunder " Dor Laor
  2007-04-04  6:58 ` help with kvm on a T7400 with virtualization enabled under " Avi Kivity
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Cloran @ 2007-04-03 18:16 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hello

I have done the following

1) installed suse 10 on a dell XPS with T7400 2G ram
2) compiled kernel 2.6.20.2 and booted from it
3) got gcc3.4 and compiled it
4) got qemu and compiled it from source with gcc3.4
4.1) modprobe kvm-intel
5) created image
Qemu-img create -f qcow2 vdisk.img 20G
6) tried to install the guest operating system
Qemu-system-x86_64 -hda /home/Michael/vdisk.img -cdrom
/home/Michael/vdisk.iso -boot d -m 256

It seems to hang I get a Warning no DNS servers found

Can anyone point me in the right direction.

I will be absolutely delighted to hear from you

Kind Regards
Michael


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: help with kvm on a T7400 with virtualization enabledunder post in bios
  2007-04-03 18:16 help with kvm on a T7400 with virtualization enabled under post in bios Michael Cloran
@ 2007-04-03 19:14 ` Dor Laor
  2007-04-04  6:58 ` help with kvm on a T7400 with virtualization enabled under " Avi Kivity
  1 sibling, 0 replies; 3+ messages in thread
From: Dor Laor @ 2007-04-03 19:14 UTC (permalink / raw)
  To: Michael Cloran, kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

>Hello
>
>I have done the following
>
>1) installed suse 10 on a dell XPS with T7400 2G ram
>2) compiled kernel 2.6.20.2 and booted from it
>3) got gcc3.4 and compiled it
>4) got qemu and compiled it from source with gcc3.4
>4.1) modprobe kvm-intel
>5) created image
>Qemu-img create -f qcow2 vdisk.img 20G
>6) tried to install the guest operating system
>Qemu-system-x86_64 -hda /home/Michael/vdisk.img -cdrom
>/home/Michael/vdisk.iso -boot d -m 256
>
>It seems to hang I get a Warning no DNS servers found

To little info to know what's wrong, but it looks like either
configuration error or networking problem. You can run the guest with
bridge networking to allow access to the guest by remote nodes
initiatives by:
http://kidsquid.com/cgi-bin/moin.cgi/bridge

HTH,
Dor.

>
>Can anyone point me in the right direction.
>
>I will be absolutely delighted to hear from you
>
>Kind Regards
>Michael
>
>
>-----------------------------------------------------------------------
--
>Take Surveys. Earn Cash. Influence the Future of IT
>Join SourceForge.net's Techsay panel and you'll get the chance to share
>your
>opinions on IT & business topics through brief surveys-and earn cash
>http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVD
EV
>_______________________________________________
>kvm-devel mailing list
>kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>https://lists.sourceforge.net/lists/listinfo/kvm-devel

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: help with kvm on a T7400 with virtualization enabled under post in bios
  2007-04-03 18:16 help with kvm on a T7400 with virtualization enabled under post in bios Michael Cloran
  2007-04-03 19:14 ` help with kvm on a T7400 with virtualization enabledunder " Dor Laor
@ 2007-04-04  6:58 ` Avi Kivity
  1 sibling, 0 replies; 3+ messages in thread
From: Avi Kivity @ 2007-04-04  6:58 UTC (permalink / raw)
  To: Michael Cloran; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Michael Cloran wrote:
> Hello
>
> I have done the following
>
> 1) installed suse 10 on a dell XPS with T7400 2G ram
> 2) compiled kernel 2.6.20.2 and booted from it
> 3) got gcc3.4 and compiled it
> 4) got qemu and compiled it from source with gcc3.4
> 4.1) modprobe kvm-intel
> 5) created image
> Qemu-img create -f qcow2 vdisk.img 20G
> 6) tried to install the guest operating system
> Qemu-system-x86_64 -hda /home/Michael/vdisk.img -cdrom
> /home/Michael/vdisk.iso -boot d -m 256
>
> It seems to hang I get a Warning no DNS servers found
>
>   

What guest OS are you truing to install?

When and where do you get the warning?  On the host or guest?

-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-04-04  6:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-03 18:16 help with kvm on a T7400 with virtualization enabled under post in bios Michael Cloran
2007-04-03 19:14 ` help with kvm on a T7400 with virtualization enabledunder " Dor Laor
2007-04-04  6:58 ` help with kvm on a T7400 with virtualization enabled under " Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox