LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Gentoo (https://www.linuxquestions.org/questions/gentoo-87/)
-   -   Vmware + Gentoo (https://www.linuxquestions.org/questions/gentoo-87/vmware-gentoo-741917/)

d2_racing 07-22-2009 07:05 AM

Vmware + Gentoo
 
Hi everyone, I would like to know if someone has try to use the vmware package inside a Gentoo box ?

I know that virtual box is working pretty well but what about VmWare ?


Finally, I will try to install Gentoo from Windows that is running Vmware and I would like to know if it's possible.

I know that we compile a lot and will it work ? I'm running Ubuntu without any problem inside a Vm, but compiling is something else.

And what about the partition layout, how do I declare a /boot or a / inside a virtual disk ? With Ubuntu installer, it's working automagically but with Gentoo, I need to understand how it works :P

Thanks !

i92guboj 07-22-2009 07:12 AM

Quote:

Originally Posted by d2_racing (Post 3616279)
Hi everyone, I would like to know if someone has try to use the vmware package inside a Gentoo box ?

I know that virtual box is working pretty well but what about VmWare ?

Other than the penalty that's inherent to running inside a VM, you should be well to go.

Quote:

And what about the partition layout, how do I declare a /boot or a / inside a virtual disk ? With Ubuntu installer, it's working automagically but with Gentoo, I need to understand how it works :P

Thanks !
You won't notice a difference. You need to define a virtual hard disk of whatever size you wish, and another drive (a cdrom most likely) for whatever livecd iso you want to use as your install media. Then you boot the iso.

Once booted, your kernel will see the virtual hd of the vm just like any other disk, most likely like an scsi one (sd*), but I haven't tried. Then just proceed as always, partition that disk and start installing.

Don't worry about harming real disks, anything inside vmware shouldn't be able to access your real hardware, that is, unless vmware has an option to do so, in which case it will probably be wrapped in between lots of warnings.

debianD 07-22-2009 12:20 PM

Quote:

Originally Posted by d2_racing (Post 3616279)

Finally, I will try to install Gentoo from Windows that is running Vmware and I would like to know if it's possible.

Yes it is possible.I am running it.

Quote:

And what about the partition layout, how do I declare a /boot or a / inside a virtual disk ? With Ubuntu installer, it's working automatically but with Gentoo, I need to understand how it works :P
By default whatever space you give to your hard drive(keep it at least 8 GB)..the virtual hdd is configured as IDE drive.
So your live CD installer will detect it as /dev/hda.
Partition it the way you want or you can follow the default way given in handbook.
Rest no difference as per the handbook instructions.
Just take care while editing fstab. Use sd* instead of hd* as you used while partitioning and mounting.Otherwise it will result in kernel panic because by default newer version kernel(may be 2.4 onwards) are configured to sd*(SCSI).
Yes the main issue I am facing is to map my ext3 virtual drive to Windows.So readers please if you have any way to mount ext2/3 virtual drive on Windows ,so that I can access it in Windows normally.
I googled a lot but I got how to mount Linux on Windows not Virtual Linux on Windows.
Good Luck!

Cheers!!

d2_racing 07-22-2009 12:44 PM

Thanks for the info.

But, running Gentoo inside a VM, if you compile, then your memory will hit the sky I think.

I will use Vm to run a windows box inside my Gentoo :P


All times are GMT -5. The time now is 04:14 PM.