logo

Pages


Erick’s Games

Faith

Older Games

Other Blogs

Posts

Categories

 

March 2009
S M T W T F S
« Feb   Apr »
1234567
891011121314
15161718192021
22232425262728
293031  



Comments

Administration

How to install VMware Workstation 6.5.1 in Gentoo

March 11, 2009

VMware Workstation installs fine in Gentoo, for the most part. There are a few steps that must be taken first, luckily they’re pretty much self-explanatory.

# create init.d symlinks
cd /etc
ln -s init.d rc0.d
ln -s init.d rc1.d
ln -s init.d rc2.d
ln -s init.d rc3.d
ln -s init.d rc4.d
ln -s init.d rc5.d
ln -s init.d rc6.d
ln -s init.d rcS.d

# now, install vmware
sh VMware-Workstation-6.5.1-126130.x86_64.bundle

# and then copy gentoo's init scripts over vmware's
mkdir -p /etc/vmware/init.d
mv /etc/init.d/vmware /etc/vmware/init.d/
cp /usr/portage/app-emulation/vmware-workstation/files/vmware-workstation.rc \
/etc/init.d/vmware
chmod +x /etc/init.d/vmware
rc-update add vmware default
Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • Technorati

6 Responses to “How to install VMware Workstation 6.5.1 in Gentoo”

  1. 1
    jessyNo Gravatar Says:

    thank you! the part about gentoo’s init scripts was particularly helpful.

  2. 2
    StonieNo Gravatar Says:

    I seem to have killed my system while attempting to follow these instructions? Or I’m missing some sort of critical dependency? I can no longer boot. Just as my system is running start-up scripts I get:

    /sbi.rc: line 387: /etc/init.d/checkroot: no such file or directory

    The start up sequence then halts with: _one or more critical startup scripts failed to start_
    and then I end up with a read only file system? Any ideas how I managed to stuff this up so badly?
    Cheers,
    Stonie.

  3. 3
    StonieNo Gravatar Says:

    Solved it! I hosed my int.d directory when I was removing an extra symlink.

    I was half asleep! the instructions above work fine. My problem was between the seat and the keyboard. Thanks for posting this info. –Cheers Stonie.

  4. 4
    Oscar FlórezNo Gravatar Says:

    Do the instrucctions above work for VMware-Workstation-6.5.2-156735.x86_64.bundle?, or do you have any suggestions on this version??

    Thank you for your time..

    allein

  5. 5
    MarioNo Gravatar Says:

    this guide worked for me with that version:

    VMware-Workstation-6.5.3-185404.x86_64.bundle

    just only

    sh VMware-Workstation-6.5.3-185404.x86_64.bundle –console

    gui mode dont work

  6. 6
    fysiNo Gravatar Says:

    this guide dosent work for me…
    am i to stupid?

    you say:cp /usr/portage/app-emulation/vmware-workstation/files/vmware-workstation.rc \
    /etc/init.d/vmware

    /etc/init.d/vmware is a initscript and i cant copy the vmware-workstation.rc file over it..

    what to do?

Leave a Reply

Google