LinuxQuestions.org
Visit Jeremy's Blog.
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 04-23-2006, 11:24 AM   #1
pafinator11
Member
 
Registered: Jul 2005
Location: Massachusetts
Distribution: Debian Lenny, FreeBSD
Posts: 89

Rep: Reputation: 15
Run Windows XP virtually


Hello,
As of right now, I have a dual boot setup with Windows and Linux. It is extremely annoying to reboot into windows to run some programs. In windows, I used to use Microsoft Virtual PC to tryout linux distributions before I installed them, is there any program similar to Microsoft Virtual PC for linux or is there some better way of doing this that I dont know about?

Thanks in advance,
Paul
 
Old 04-23-2006, 11:38 AM   #2
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Visit; http://www.vmware.com/ and checkout VMware Workstation, you can download and try it with a 30-day license(free does timeout).
 
Old 04-23-2006, 02:27 PM   #3
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Also check out qemu (make sure you get kqemu as well). I am running XP SP2 on Slackware via qemu.
 
Old 04-23-2006, 06:31 PM   #4
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Quote:
Originally Posted by XavierP
Also check out qemu (make sure you get kqemu as well). I am running XP SP2 on Slackware via qemu.
Ditto, works fantastically and a lot less mucking about than VMWare
 
Old 04-23-2006, 06:45 PM   #5
pafinator11
Member
 
Registered: Jul 2005
Location: Massachusetts
Distribution: Debian Lenny, FreeBSD
Posts: 89

Original Poster
Rep: Reputation: 15
Ok I just tried to install the VMware rpm. The rpm installed fine but then when I'm running the configuration script I hit a problem at:
Quote:
What is the location of the directory of C header files that match your running
kernel? [/lib/modules/2.6.16-1.2096_FC5/build/include]

Extracting the sources of the vmmon module.

Building the vmmon module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config0/vmmon-only'
make -C /lib/modules/2.6.16-1.2096_FC5/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/kernels/2.6.16-1.2096_FC5-x86_64'
CC [M] /tmp/vmware-config0/vmmon-only/linux/driver.o
In file included from /tmp/vmware-config0/vmmon-only/linux/driver.h:20,
from /tmp/vmware-config0/vmmon-only/linux/driver.c:49:
/tmp/vmware-config0/vmmon-only/./include/compat_wait.h:37:5: warning: "VMW_HAVE_EPOLL" is not defined
/tmp/vmware-config0/vmmon-only/./include/compat_wait.h:43:5: warning: "VMW_HAVE_EPOLL" is not defined
In file included from /tmp/vmware-config0/vmmon-only/linux/driver.h:20,
from /tmp/vmware-config0/vmmon-only/linux/driver.c:49:
/tmp/vmware-config0/vmmon-only/./include/compat_wait.h:60: error: conflicting types for ‘poll_initwait’
include/linux/poll.h:45: error: previous declaration of ‘poll_initwait’ was here/tmp/vmware-config0/vmmon-only/linux/driver.c:145: warning: initialization from incompatible pointer type
/tmp/vmware-config0/vmmon-only/linux/driver.c:149: warning: initialization from incompatible pointer type
/tmp/vmware-config0/vmmon-only/linux/driver.c: In function ‘LinuxDriverNoPage’:
/tmp/vmware-config0/vmmon-only/linux/driver.c:1013: error: ‘mem_map’ undeclared (first use in this function)
/tmp/vmware-config0/vmmon-only/linux/driver.c:1013: error: (Each undeclared identifier is reported only once
/tmp/vmware-config0/vmmon-only/linux/driver.c:1013: error: for each function it appears in.)
/tmp/vmware-config0/vmmon-only/linux/driver.c: In function ‘LinuxDriverLockedNoPage’:
/tmp/vmware-config0/vmmon-only/linux/driver.c:1083: error: ‘mem_map’ undeclared (first use in this function)
/tmp/vmware-config0/vmmon-only/linux/driver.c: In function ‘LinuxDriverNoPage’:
/tmp/vmware-config0/vmmon-only/linux/driver.c:1022: warning: control reaches end of non-void function
make[2]: *** [/tmp/vmware-config0/vmmon-only/linux/driver.o] Error 1
make[1]: *** [_module_/tmp/vmware-config0/vmmon-only] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.16-1.2096_FC5-x86_64'
make: *** [vmmon.ko] Error 2
make: Leaving directory `/tmp/vmware-config0/vmmon-only'
Unable to build the vmmon module.

For more information on how to troubleshoot module-related problems, please
visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".

Execution aborted.
If you didnt figure it out from reading that, I am running the 2.6.16-1.2096_FC5 x86_64 kernel.
Any ideas? In the meantime I will try quemu.
 
Old 04-23-2006, 07:02 PM   #6
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
As I said, qemu is a lot less stuffing around than VMWare for almost as good results and when kqemu 1.3.5 becomes stable, I'd say similar results.
 
Old 04-23-2006, 07:33 PM   #7
pafinator11
Member
 
Registered: Jul 2005
Location: Massachusetts
Distribution: Debian Lenny, FreeBSD
Posts: 89

Original Poster
Rep: Reputation: 15
I installed the qemu rpm with yum but I cannot figure out how to install kqemu and I don't mind running qemu from the command line as long as someone can explain to me how you do it. Any help is appreciated.

Thanks in advance,
Paul
 
Old 04-23-2006, 07:47 PM   #8
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
qemu --help

The options are so straightforward it's not funny, or you could install qemu-launcher which is a pretty nice GTK GUI for it
 
Old 04-24-2006, 05:24 AM   #9
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Quote:
Originally Posted by pafinator11
Ok I just tried to install the VMware rpm. The rpm installed fine but then when I'm running the configuration script I hit a problem at:
If you didnt figure it out from reading that, I am running the 2.6.16-1.2096_FC5 x86_64 kernel.
Any ideas? In the meantime I will try quemu.
Yes, get the latest vmware-any-any-update and use it;

http://mirror.vmmatrix.net/vmware-any-any-update/

vmware-any-any-update101.tar.gz
 
Old 04-24-2006, 08:07 AM   #10
mackdav
Member
 
Registered: Feb 2005
Distribution: RHEL, CentOS
Posts: 113

Rep: Reputation: 16
I thought the Xen people had unmodified Windows running under a Xen hypervisor?
 
Old 04-24-2006, 04:36 PM   #11
pafinator11
Member
 
Registered: Jul 2005
Location: Massachusetts
Distribution: Debian Lenny, FreeBSD
Posts: 89

Original Poster
Rep: Reputation: 15
ok I am installing windows xp in qemu right now. I have a few questions though. I could not figure out how to setup kqemu so a link or instructions would be appreciated. When I click inside of the qemu window, how do i get my mouse outside of it so I can switch back and forth?

Thanks in advanced,
Paul
 
Old 04-24-2006, 07:07 PM   #12
pafinator11
Member
 
Registered: Jul 2005
Location: Massachusetts
Distribution: Debian Lenny, FreeBSD
Posts: 89

Original Poster
Rep: Reputation: 15
Ok now that XP is installed in qemu, how do I setup the network connection? I see that there is a network connection in the "Network Connections" folder but it doesnt get a real ip address.

Thanks in advanced,
Paul
 
  


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
LXer: Virtually Speaking at LinuxWorld LXer Syndicated Linux News 0 04-05-2006 01:24 AM
LXer: Microsoft to 'host' Linux virtually LXer Syndicated Linux News 0 04-03-2006 05:03 PM
Virtually mount filesystem? Oxagast Linux - Software 4 12-28-2005 12:28 PM
LXer: Performance boost virtually assured LXer Syndicated Linux News 0 12-13-2005 05:31 AM
Virtually blank screen on Fedora 4 load JohnLocke Linux - Laptop and Netbook 4 08-11-2005 09:34 PM

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

All times are GMT -5. The time now is 04:30 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