Gentoo Archives: gentoo-amd64

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] [100% OFF TOPIC] Where does one learn about running vmware under Gentoo?
Date: Fri, 30 Jan 2009 17:27:15
Message-Id: 58965d8a0901300927p273294cdgc66aedf6be2e2d1c@mail.gmail.com
In Reply to: Re: [gentoo-amd64] [100% OFF TOPIC] Where does one learn about running vmware under Gentoo? by Mark Knecht
1 On Fri, Jan 30, 2009 at 11:15 AM, Mark Knecht <markknecht@×××××.com> wrote:
2 > On Fri, Jan 30, 2009 at 8:43 AM, Tom <uebershark@××××××××××.com> wrote:
3 >>>Are there any flags in /proc/cpuinfo that show this? The processors is
4 >>>a 4 year old AMD64. Likely or not?
5 >>
6 >> Check your bios. If your CPU+board support it, there will be an option
7 >> to enable-disable it.
8 >> A 4year old AMD64, something like athlon3000+ ? (which is what I've got)
9 >> probably won't have it.
10 >>
11 >> But I'm not sure that you'll need it. I don't use vmware for
12 >> virtualisation, I've messed with virtualbox which works ok and is very
13 >> easy to setup, but prefer qemu.Both perform ok, even without 'hardware
14 >> virtualisation' features.
15 >>
16 >> I guess you'll just have to go by trial and error, especially when
17 >> you're depending on using stuff like hardware-dongles.
18 >>
19 >> Tom
20 >>
21 >>
22 >
23 > So far I don't see anything obvious in BIOS. I don't see the flag that
24 > Paul thought was the right one although the flag 'vme' is interesting
25 > if for no other reason than it's close to the right initials:.
26 >
27 > mark@lightning ~ $ cat /proc/cpuinfo | grep flags
28 > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
29 > pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm
30 > 3dnowext 3dnow rep_good pni lahf_lm
31 > mark@lightning ~ $
32 >
33
34 vme = Virtual-8086 Mode Enhancement. But not /that/ kind of virtual.
35 :) I think VME has origins back in the 386 or 486 days...
36
37 Your CPU doesn't have hardware virtualization, but that's OK, it
38 should still run rather well anyway.
39
40 > The hardware dongle thing isn't a big deal. I don't use the program
41 > much anymore. If it's not supported it's no big deal, but I'll
42 > certainly check it out. I think the issue with it is you have to
43 > install some special driver software to make it work and I'm assuming
44 > that's not supported at all in virtualization, unless possibly I make
45 > my own Windows image that has it installed or something like that.
46 > Again, no big deal.
47
48 Drivers should work just fine. All of the drivers for my phone etc
49 work without issues. It's really like a real computer in there. The
50 base hardware (motherboard/disks/sound/video) are fixed to whatever
51 vmware uses in their virtual machine, but external stuff should work.
52
53 > Last, for now - is it the server or the workstation I need to emerge?
54 > (Or both?) I need to go read about what they do. Where does my XP
55 > image come from? Do I install Windows myself, like we did on the old
56 > Win4Lin product?
57
58 vmware-server is the free one. (you may need to register at vmware.com
59 for a free serial number, I don't remember). It runs in the
60 background, so you'll also need to emerge the vmware-server-console
61 which is the nice GUI that lets you do everything easily (and see the
62 terminal of your virtual machines).
63
64 the virtual PC can mount an ISO image or attach directly to your
65 normal CD/DVD drive. Basically just put the CD in, attach the CD drive
66 to VMware and voila :) You'll get to partition, format, etc. It'll be
67 like a new computer with a blank hard drive.
68
69 Once Windows is installed, you'll have to install the vmware add-ons.
70 I think this is automatic (or it prompts you). That will basically
71 make the Windows OS use special drivers that make vmware run much
72 faster, and allow you to move your mouse in and out of the virtual
73 machine window, sharing folders between linux & windows, that kind of
74 stuff.
75
76 There are also dozens (hundreds?) of free preconfigured vmware images
77 available on vmware's website for various things, like linux distros,
78 specialized set-ups like linux routers or whatever.