Torna indietro   Hardware Upgrade Forum > Software > Linux, Unix, OS alternativi

Reno16 Pro: il compatto di OPPO punta su fotocamera da 200MP e il nuovo Bubble! La recensione
Reno16 Pro: il compatto di OPPO punta su fotocamera da 200MP e il nuovo Bubble! La recensione
OPPO ha portato in Italia, dal 1° luglio 2026, Reno16 Pro: display AMOLED da 6,32 pollici a 144Hz, tripla fotocamera con sensore principale da 200 megapixel, chip Dimensity 8550 Super e batteria da 6000mAh, al prezzo di lancio di 899 euro. Lo abbiamo provato per due settimane insieme al nuovo accessorio Bubble, per capire se la formula compatta della serie regge ancora di fronte a un listino da 1099 euro
 Hisense 55U7SE: tuttofare e accessibile, il MiniLED per film, sport e gioco
Hisense 55U7SE: tuttofare e accessibile, il MiniLED per film, sport e gioco
MiniLED di fascia media con local dimming a 192 zone, 144 Hz nativi e audio firmato Devialet. La prova strumentale riscontra colori affidabili e gaming reattivo, per un prodotto molto accessibile e convincente. Ma la soundbar aggiuntiva è quasi d'obbligo
Kindle Scribe Colorsoft: riduce le cornici e diventa a colori, ma il prezzo è alto
Kindle Scribe Colorsoft: riduce le cornici e diventa a colori, ma il prezzo è alto
Amazon porta i colori sul suo Kindle da scrittura più grande: schermo Colorsoft a 11 pollici, processore quad-core, penna premium più reattiva e strumenti IA per le note, sono le note salienti. Il salto di prezzo rispetto al modello in bianco e nero si fa sentire, anche se la percezione è quella di trovarsi di fronte a un prodotto di fascia altissima, per veri appassionati
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 15-12-2006, 20:38   #1
pollicino
Senior Member
 
L'Avatar di pollicino
 
Iscritto dal: Dec 2001
Città: Campobasso
Messaggi: 3442
VMWARE E VIRTUALIZZAZIONE

Ho visto che su questo argomento non c'è una discussione ufficiale su questo forum, non so neanche se questa è la sezione giusta

Chi si vuole accodare a questa discussione per parlarne?

Io non sono esperto mi sto addentrando adesso nell'argomento


Forza avanti tutti!!! Virtualizziamoci pure
pollicino è offline   Rispondi citando il messaggio o parte di esso
Old 15-12-2006, 22:33   #2
Bounty_
Senior Member
 
L'Avatar di Bounty_
 
Iscritto dal: Jun 2003
Città: Padova
Messaggi: 383
how-to-vmware-player-modification

Da:
http://www.hackaday.com/2005/10/24/h...-modification/

Last week the free VMware player was released. It lets you run virtual machines, but not create them. [Faileas] contributed today's how-to for creating your own virtual machines.

Programs required to carry out hack:

1. Copy of VMware Player

2.Browser appliance or another virtual machine(browser appliance is the smallest one, by size, and thus I am using that)


3. Notepad or other text editor
4.ISO image or CD/floppy of FreeDOS (I'm using the ripcord distribution) or MSDOS 7.1 would work as well, but i haven't tried it yet.

5. Replacement OS (must have SCSI HDD support)

Once you've downloaded the browser appliance or whatever image you intend to use, the first step is to open up and edit the browser-appliance.vmx file. I used notepad for this, though any text editor should do.

I'd reccomend changing the settings as needed, though these are what i suggest. Change the value of memsize to 64 from 256. For most operating systems this is sufficient and you can change this later as needed.

Part 1: Using an ISO
The image i am using has been setup to use the physical CD-Rom drive of my system. Not really desireable when you want to install from a downloaded ISO. While using daemontools, or a similar CD mounting program is an option, a more elegant method would be to use VMware player's own ability to read ISOs.

At this point i suggest saving and making a copy of the browser-appliance.vmx file, since it might be desireable to use a physical CD-Rom drive at a later point of time.

To do this replace:
ide1:0.fileName = "auto detect"
ide1:0.deviceType = "cdrom-raw"

with:
ide1:0.fileName = "C:\targetcd.iso"
ide1:0.deviceType = "cdrom-image"

Where C:\targetcd.iso is the location of the disk you intend to use. Once this is done, save the edited vmx file and run it.
Part 2: Removing the current OS

Now, at the startup screenstart screen
http://www.weblogsinc.com/common/ima...32929046427971
press escape and choose to boot from the CD drive at the next screen. If all goes well, you should be greeted by
boot
http://www.weblogsinc.com/common/ima...26434397555511
where you should choose to boot from CDrom. From there menu
http://www.weblogsinc.com/common/ima...99989722805995
choose to boot to the second option "FreeDOS ** FAT32. At the next screentoreto
http://www.weblogsinc.com/common/ima...14562362799792
pick the first option, to "boot with el toreto cd rom driver" (default)driver
http://www.weblogsinc.com/common/ima...91808743672488
and then the second option, to run FreeDOS from CD command prompt.

Now the fun part� Type in Fdisk and press enter. Choose to enable large disk support and press enter.
fdisk
http://www.weblogsinc.com/common/ima...05009283418285
Looks familar? Now select the third option to "Delete partition".fourth
http://www.weblogsinc.com/common/ima...87351214922375
and the fourth option at the next screen, to "Delete a Non-DOS Partition"� this is the point of no return (well almost). Select the only partion, and delete it. Press escape to go back to the main screen, and select the first option, to create a new partition. It's the first option on both that and the next screen. At the third screen, it will ask you if you want to make a partion that is the maximum size possible. Press Y and enter. You can resize it later with whatever OS you are using. Press escape until you go back to the main screen and the VM reboots.

Part 3: Installing a new OS
At this point, we have a broken bootloader and a hdd that needs formatting� perfect for a new OS!

Shut down the VM "player->troubleshoot->shutdown and exit" and open up the browser-appliance.vmx file again and edit "ide1:0.fileName = "C:\targetcd.iso"" to point to the installation CD of the new OS. If its a physical CD, you will have to edit the ide1:0.filename and ide1:0.deviceType to their original values.

Boot up. Choose to boot from CD (you can't boot from CD anyway, GRUB's broken after what we did) and reinstall. Most modern OSes would allow you to format to whatever format is needed.

This step is based on whatever OS you use, so no screenshots of that. I ended up installing DOS (it's a perfect, simple OS to use as a basis for further things)

Conclusion
There you have it, a perfectly usable VMware image using nothing but VMware player and FreeDOS. One limitation is that you cannot use this disk image to install an OS without SCSI support.

13. should solve any scsi problems

#!/usr/bin/vmware
config.version = "8"
virtualHW.version = "3"
scsi0.present = "FALSE"
scsi0.virtualDev = "lsilogic"
memsize = "256"
MemAllowAutoScaleDown = "FALSE"
scsi0:0.present = "FALSE"
scsi0:0.fileName = "x.vmdk"
ide0:0.present = "TRUE"
ide0:0.filename = "x.vmdk"
ide1:0.present = "TRUE"
ide1:0.fileName = "auto detect"
ide1:0.deviceType = "atapi-cdrom"
floppy0.present = "FALSE"
ethernet0.present = "TRUE"
usb.present = "FALSE"
sound.present = "FALSE"
sound.virtualDev = "es1371"
displayName = "TEST1"
guestOS = "ubuntu"
nvram = "x.nvram"
MemTrimRate = "-1"

ide1:0.autodetect = "TRUE"
ide0:0.autodetect = "TRUE"

scsi0:0.redo = ""
ethernet0.addressType = "generated"
uuid.location = "56 4d 85 72 dd 09 67 73-96 00 f8 f3 02 29 1f 18"
uuid.bios = "56 4d 85 72 dd 09 67 73-96 00 f8 f3 02 29 1f 18"
ethernet0.generatedAddress = "00:0c:29:29:1f:18"
ethernet0.generatedAddressOffset = "0"

tools.syncTime = "TRUE"
ide1:0.startConnected = "TRUE"

uuid.action = "create"

checkpoint.vmState = ""

ide0:0.redo = ""
tools.remindInstall = "TRUE"


Another way to make your own virtual machines (or templates to install whatever you want on it)

Get the trial version of vmware Workstation and create the machines. They will still work after the trial expired


Ciao
__________________
Lnk ReferendumCostituzionale Ho messo la croce sul NO! per adempiere al mio giuramento militare.
Bounty_ è offline   Rispondi citando il messaggio o parte di esso
Old 16-12-2006, 10:19   #3
Ciccio75
Senior Member
 
L'Avatar di Ciccio75
 
Iscritto dal: Dec 1999
Città: Pavia
Messaggi: 662
A me piace la semplicità e sono anche pigro

http://www.easyvmx.com/easyvmx.shtml
__________________
USIAMO IL SOFTWARE LIBERO
Un internet point con linux
Ciccio75 è offline   Rispondi citando il messaggio o parte di esso
Old 16-12-2006, 10:41   #4
pollicino
Senior Member
 
L'Avatar di pollicino
 
Iscritto dal: Dec 2001
Città: Campobasso
Messaggi: 3442
Quote:
Originariamente inviato da Ciccio75
A me piace la semplicità e sono anche pigro

http://www.easyvmx.com/easyvmx.shtml
di che si tratta che non mi funge il link?
pollicino è offline   Rispondi citando il messaggio o parte di esso
Old 16-12-2006, 11:39   #5
Ciccio75
Senior Member
 
L'Avatar di Ciccio75
 
Iscritto dal: Dec 1999
Città: Pavia
Messaggi: 662
E' un sito che ti permette di creare delle macchine virtuali così come fa Vmware workstation.
__________________
USIAMO IL SOFTWARE LIBERO
Un internet point con linux
Ciccio75 è offline   Rispondi citando il messaggio o parte di esso
Old 25-02-2007, 23:12   #6
SimoneG82
Senior Member
 
L'Avatar di SimoneG82
 
Iscritto dal: Feb 2007
Città: Roma
Messaggi: 411
Browser Appliance

Salve ragazzi, dedico il mio primo post su questo grande forum ad un problema che mi è sorto con questa macchina.
Ma è proprio simile in tutto e per tutto all'Ubuntu ufficiale? Perché è praticamente impossibile configurare il modem ethernet: molta gente c'è riuscita anche con l'Alice Gate, io non ci riesco. Potrebbe essere il fatto che ho la versione a noleggio, quindi non modificabile nei suoi parametri, però nada...

A questo punto mi sorge una domanda: vmware crea un sistema che è virtualmente "fisicamente" diverso da quello che lo ospita, con il quale infatti non dialoga se non direttamente impostato. Ma se navigo con la Browser Appliance utilizzando la connessione aperta in Win, praticamente è inutile navigare in tale modo, visto che così win ha una finestra aperta sul mondo ed è attaccabile da tutti quanti...

Qualcuno la utilizza e può aiutarmi???
SimoneG82 è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


Reno16 Pro: il compatto di OPPO punta su fotocamera da 200MP e il nuovo Bubble! La recensione Reno16 Pro: il compatto di OPPO punta su fotocam...
 Hisense 55U7SE: tuttofare e accessibile, il MiniLED per film, sport e gioco Hisense 55U7SE: tuttofare e accessibile, il Min...
Kindle Scribe Colorsoft: riduce le cornici e diventa a colori, ma il prezzo è alto Kindle Scribe Colorsoft: riduce le cornici e div...
L'IA cambia tutte le regole della sicurezza tra vulnerabilità e sorveglianza. Intervista al CEO di Proofpoint L'IA cambia tutte le regole della sicurezza tra ...
L'Europa conta nella tecnologia e può essere autonoma. Cosa si è detto al Nextcloud Summit 2026 L'Europa conta nella tecnologia e può ess...
Mark Zuckerberg ammette: lo sviluppo deg...
Echo Show 5 scende a 69,99€: il display ...
Meta lancia Pocket: la nuova app basata ...
iPhone 18 Pro, confermato l'arrivo di un...
Steam Machine morta dopo 20 minuti: arri...
Nuovi tagli per Xbox: smentita la chiusu...
Copilot sparito da Outlook: non è...
Galaxy S25 Edge 512GB a 620€ venduto e s...
L'adozione di Windows 11 continua a cres...
Corsair Frame 5000D Wood RS: il case mod...
Apple ci crede: l'iPhone Ultra pieghevol...
Bambini più veloci degli adulti n...
34,19€ grazie a un nuovo coupon: torna i...
FRITZ! in offerta su Amazon: ripetitori ...
Capcom anticipa l'uscita di Onimusha: Wa...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 10:14.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Served by www3v