LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-14-2007, 03:02 PM   #1
waelaltaqi
Member
 
Registered: Sep 2005
Location: USA, TN
Distribution: CentOS & Ubuntu for Desktop
Posts: 454

Rep: Reputation: 31
linux virtual machine software?


is there an open source software that can run virual machines under linux? the idea installing mutiple distros without wipping out the hard drive or dual boot. my job requires me to study MS Share Point i need to install server 2003 for testing purpses. in simple words, is there an open source VM workstation?

Last edited by waelaltaqi; 01-14-2007 at 03:04 PM.
 
Old 01-14-2007, 03:16 PM   #2
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
There is Xen, KVM, UML (User Mode Linux), and Bochs. If you're just looking for free, VMWare Server is free and available for Linux.

I'm sure I missed one or two.
 
1 members found this post helpful.
Old 01-15-2007, 03:23 AM   #3
kdrlx
Member
 
Registered: Feb 2006
Distribution: Ubuntu Hardy Heron
Posts: 130

Rep: Reputation: 17
I have been using qemu for a long time with satisfactory results. Make sure you also get kqemu module to get some speed.
 
Old 01-15-2007, 04:06 AM   #4
Sepero
Member
 
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 734
Blog Entries: 1

Rep: Reputation: 33
qemu is really good, but as kedar said, you will likely need to compile the kqemu module for your kernel. Otherwise it is quite slow.
 
Old 01-15-2007, 09:23 AM   #5
waelaltaqi
Member
 
Registered: Sep 2005
Location: USA, TN
Distribution: CentOS & Ubuntu for Desktop
Posts: 454

Original Poster
Rep: Reputation: 31
KQEMU not available... Qemu can't load BIOS

i'm going to describe qemu installation steps that i've taken:

1- unpacked and copied qemu directory to the /tmp
2-
Code:
root@slack:/tmp# ./configure
root@slack:/tmp#make
root@slack:/tmp#make install
then downloaded the kqemu accelerator and did:
Code:
./configure 
make
make install
no errors appeared.

then i tried to do this:
Code:
root@slack:~/qemu/local/bin# ./qemu-img create -f qcow /root/VirtualMachines/windows2003.img 4G
Formating '/root/VirtualMachines/windows2003.img', fmt=qcow, size=4194304 k
then:
Code:
root@slack:~/qemu/local/bin# ./qemu -cdrom /dev/cdrom -hda /root/VirtualMachines/windows2003.img -boot d
Could not open '/dev/kqemu' - QEMU acceleration layer not activated
qemu: could not load PC bios '/usr/local/share/qemu/bios.bin'
i don't know why qemu is not able to see kqemu accelerator. so i decided to run it without kqemu:

Code:
root@slack:~/qemu/local/bin# ./qemu -cdrom /dev/cdrom -hda /root/VirtualMachines/windows2003.img -no-kqemu -boot d
qemu: could not load PC bios '/usr/local/share/qemu/bios.bin'
does anybody know why it's doing this? i'm going to work on the documentation a little more but if somebody can guide me here i will really appreciate it.
 
Old 01-15-2007, 07:59 PM   #6
Sepero
Member
 
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 734
Blog Entries: 1

Rep: Reputation: 33
It sure is nice to be able to 'apt-get install qemu'...

Anyway, perhaps you could try using the raw image type; I've never use qcow.
The links on this search look like they could help you out with the bios problem.
http://www.google.com/search?num=50&...22&btnG=Search
 
Old 01-16-2007, 12:58 AM   #7
kdrlx
Member
 
Registered: Feb 2006
Distribution: Ubuntu Hardy Heron
Posts: 130

Rep: Reputation: 17
I think the bios not found error may not be related to kqemu at all.
 
Old 01-16-2007, 03:05 AM   #8
Sepero
Member
 
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 734
Blog Entries: 1

Rep: Reputation: 33
Quote:
Originally Posted by kedar_damle
I think the bios not found error may not be related to kqemu at all.
I agree. Get qemu running without kqemu first, then you can work on the "device not found" problem.
 
Old 01-16-2007, 07:47 AM   #9
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940Reputation: 3940
You need to be mindful, however, of just how the virtualization effect is created by the product you are using. For example, qemu translates instruction-sequences into a sort of "executable p-code" on the fly, or, with kqemu, it fiddles with the interrupt and page tables to put the hardware into a quasi-emulator environment. And it does run well enough.

More-advanced x86 microprocessors provide true virtual-machine capabilities that can be used as well.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Which Virtual Machine software is better for Linux? my-unix-dream Linux - Newbie 5 10-16-2006 07:03 AM
Partitioning Linux and Virtual Machine Pup Linux - General 1 12-31-2005 12:46 AM
Virtual Machine Software. Is it for me? Damon Spector Linux - Software 1 08-07-2005 12:56 PM
Free Virtual Machine Software? Corey Edwards General 7 07-07-2005 06:26 PM
Fedora Virtual Machine in Linux jimmmac Linux - General 2 11-24-2004 02:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration