Thanks pix, somehow I did miss this post on VMware communities... Yes, lets hope Alex can give us the "missing" bit (please Alex?) sebus
It is very simple... Compress modded bios: $ perl -e 'use Compress::Zlib; my $v; read STDIN, $v, 524288; $v = compress($v); print $v;' < bios440_mod.rom > bios440_mod.rom.Z Remove original bios from executable: $ objcopy -R .bios440 vmware-vmx Place moded bios into executable: $ objcopy --add-section .bios440=bios440_mod.rom.Z vmware-vmx
sorry, is that procedure fro esx or esxi. I need for esxi 4.0 placed on external usb flash. any suggestions? thanks!
"There are no more download slots available for free users right now. If you don't want to become a premium member, you might want to try again later." Just wait a bit sebus
I would use option 2 as Vmotion won't work properly with option 1. When you inject the bios using ESX Bios Tools, the original vmx file is backed up so you can restore if it goes wrong. You don't need to rename the bios first either - you can call it anything you like. (Get the new verison of the tools though, there was a bug choosing the bios file) Let me know how you get on.
Hi pix, thanks, I tried to get version 1002 (new) but its only for premium members... can I get it any other way? Thanks..
NICE!!!! GREAT!!! Thanks so much for your time on helping me with this... it worked perfectly, it activated Windows Server 2008 R2 Standard just fine (see pick!)... I really appreciated... good learning experience