Virtualizzare Gentoo con VMWare

Da tempo utilizzo un vecchio portatile come server, essendo arrivato ormai a uno stato di devastazione totale ho deciso di crearmi un server virtualizzato in maniera tale da non perder tempo a riconfigurare tutto e poterlo usare sia in ambienti microsoft o unix like.

Ovviamente il server non gestisce nulla di pesante e pochissimi utenti… deve solo fare da repository per subversion(se trovo il tempo posto un how-to su come installarlo) e un ambiente php5.x per fare test in locale. Oltre tutto mi occorrera’ installare anche samba che palle per condividere i file con win! ðŸ™

Installare gentoo su VMWare(la versione che sto usando e’ la 6.x) e’ molto semplice basta impostare in questo modo le configurazioni del kernel :

Loadable module support  --->
[*] Enable loadable module support[*]
Module unloading
[*]   Automatic kernel module loading
Device Drivers  --->
Fusion MPT device support  --->
<*>Fusion MPT (base + ScsiHost) drivers
<*> Fusion MPT ScsiHost drivers for SPI [kernel 2.6.13]
Device Drivers  --->
SCSI device support  --->
<*> SCSI device support
<*> SCSI disk supportSCSI low-level drivers  --->
<*> SYM53C8XX Version 2 SCSI support
Device Drivers  --->
 ATA/ATAPI/MFM/RLL support  --->
<*> Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support
<*>   Include IDE/ATAPI CDROM support
[*] PCI IDE chipset support
[*] Generic PCI bus-master DMA support
<*> Intel PIIXn chipsets support
File systems  --->  CD-ROM/DVD Filesystems  --->
<*> ISO 9660 CDROM file system support
  [*]   Microsoft Joliet CDROM extensions
  [*]   Transparent decompression extension
Device Drivers  --->  Network Device support  --->
[*] Network device support
Ethernet (10 or 100Mbit)  --->
[*] Ethernet (10 or 100Mbit)
[*] EISA, VLB, PCI and on board controllers
<*>   AMD PCnet32 PCI support
 Ethernet (1000Mbit)  --->
[*] Intel(R) PRO/1000 Gigabit Ethernet support
Device Drivers  --->  Sound  --->
<*> Sound card support
Advanced Linux Sound Architecture  --->
<*> Advanced Linux Sound Architecture
<*> OSS Mixer API
<*> OSS PCM (digital audio) API
PCI devices  --->
<*> (Creative) Ensoniq AudioPCI 1371/1373

L’unica cosa che mi ha fatto incazzare al quanto e’ stato che non rilevava la scheda di rete virtuale ne come pcnet32 o intel1000 gigabit!!!! Alla fine dopo un pomeriggio di bestemmie e’ bastato modificare a mano il file di configurazione di vmware vmx e aggiungere questa RIGA : ethernet0.virtualDev = “e1000”

config.version = "8"virtualHW.version = "4"
scsi0.present = "TRUE"
scsi0.virtualDev = "lsilogic"
memsize = "512"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "gentoo-srv.vmdk"
ide1:0.present = "TRUE"
ide1:0.fileName = "F:"
ide1:0.deviceType = "cdrom-raw"
floppy0.fileName = "A:"
Ethernet0.present = "TRUE"
displayName = "gentoo-svn-php-apache"
guestOS = "other26xlinux"
priority.grabbed = "normal"
priority.ungrabbed = "normal"scsi0:0.redo = ""
ethernet0.addressType = "generated"
ethernet0.virtualDev = "e1000"
uuid.location = "56 4d 12 19 6a 9e 01 f0-94 ae 26 e1 37 d3 5a 2b"
uuid.bios = "56 4d 12 19 6a 9e 01 f0-94 ae 26 e1 37 d3 5a 2b"
ide1:0.autodetect = "FALSE"
ethernet0.generatedAddress = "00:0c:29:d3:5a:2b"
ethernet0.generatedAddressOffset = "0"
ide1:0.clientDevice = "TRUE"
ide1:0.startConnected = "FALSE"
workingDir = "."
checkpoint.vmState = ""
floppy0.present = "FALSE"
tools.syncTime = "FALSE"

LINK

http://gentoo-wiki.com/HOWTO_Install_Gentoo_on_VMware_in_Windows_NT/2K/XP

L'articolo ti è stato utile?

Condividilo sulla tua rete di contatti Twitter, sulla tua bacheca su Facebook. Diffondere contenuti che trovi rilevanti aiuta questo blog a crescere. Grazie!

1 thought on “Virtualizzare Gentoo con VMWare

  1. Pingback: Arch && Gentoo (le ostilità si sono aperte) - Forum di Tom's Hardware Italia

Comments are closed.