WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
  • VKS
  • Homelab
    • Hardware Options
    • Hardware Reviews
    • Lab Deployment Scripts
    • Nested Virtualization
    • Homelab Podcasts
  • VMware Nostalgia
  • Apple

Search Results for: nested esxi

Vote For Ghetto

01.24.2012 by William Lam // Leave a Comment

It is that time of the year again, Eric Siebert who runs the popular vSphere-land.com website has just opened up the polls for the Top 25 VMware Virtualization Blogs. This year the voting is not only for the top 25 blogs, but Eric has also introduced categories for best storage, scripting, news information blog, etc. that you can also vote for. I already have a few that I will definitely be voting for such as Steve Jin, Duncan Epping, Frank Denneman and Alan Renouf but also new comers like Chris Colotti.

Here are the top 10 popular posts on virtuallyGhetto for 2011 to help make your decision and vote for virtuallyGhetto!

  1. Automating ESXi 4.1 Kickstart Tips & Tricks
  2. Getting started with vMA 
  3. New vSphere Health Check 5.0 & ghettoVCB Script
  4. How to Enable Support for Nested 64bit & Hyper-V VMs in vSphere 5
  5. How to Run Windows 8 on vSphere 5
  6. Automating ESXi 5 Kickstart Tips & Tricks 
  7. How to Enable Nested vFT (virtual Fault Tolerance) in vSphere 5
  8. When Can I Run Apple OSX on vSphere 5?
  9. How to inject custom drivers into an ESXi 4.1 image using vibddi?
  10. vSphere Tagging Feature Not So Invisible

Vote For Ghetto! Thanks for your support

    Categories // Uncategorized Tags // ghetto

    Ghetto Reflections 2011

    12.24.2011 by William Lam // 14 Comments

    I can not believe it is that time of the year again! 2011 was a great year for myself and looking back, a lot has changed both in my professional and personal life. As 2011 starts to wind down, here are some interesting stats for this past year.

    Total number of posts on virtuallyGhetto in 2011: 103

    Total ghettoVCB pageviews: 600,000k (almost 300k more than 2010)

    Here were the top 10 blog posts of 2011 by page views:

    1. Automating ESXi 4.1 Kickstart Tips & Tricks
    2. Getting started with vMA 
    3. New vSphere Health Check 5.0 & ghettoVCB Script
    4. How to Enable Support for Nested 64bit & Hyper-V VMs in vSphere 5
    5. How to Run Windows 8 on vSphere 5
    6. Automating ESXi 5 Kickstart Tips & Tricks 
    7. How to Enable Nested vFT (virtual Fault Tolerance) in vSphere 5
    8. When Can I Run Apple OSX on vSphere 5?
    9. How to inject custom drivers into an ESXi 4.1 image using vibddi?
    10. vSphere Tagging Feature Not So Invisible

    Here were the top 10 ghetto scripts of 2011 by page views: 

    1. ghettoVCB.sh 
    2. ghettoVCBg2.pl  
    3. vmwarevSphereHealthCheck.pl 
    4. ghettoVCB-restore.sh
    5. vmwarevSphereSecurityHardeningReportCheck.pl
    6. ghettoUPSHostShutdown.pl 
    7. generateHostConfigurationWorksheet.pl
    8. ghetto-esxi-linked-clones.sh
    9. datastoreClusterManagement.pl
    10. guestOpsManagement.pl

    Lastly, I want to take this time to thank all our readers for all of your support! If you already gotten this far into the post, you are in for a surprise. I will be giving away a free copy of Duncan Epping & Frank Denneman's VMware vSphere 5 Clustering Technical Deepdive colored copy. I received a signed copy from the gurus themselves for an article I wrote awhile back and ended up with two copies. To qualify, you just need to leave a comment with a valid email address. I will randomly select a winner on Dec 30th, 2011.

    Happy Holidays and have a Happy New Year! See you in 2012.

    UPDATE: Please take a look at this blog post for the winner The Winner Is ...

    Categories // Uncategorized Tags // ghetto

    How to Run Windows 8 on vSphere 5

    09.14.2011 by William Lam // 17 Comments

    There's been a lot of hype/talk about Windows 8 and if you wanted to test drive the new OS, you might consider using the latest release of VMware Fusion 4.0.1 or VMware Workstation 8 as Windows 8 is an officially supported guestOS. Though what if you wanted to run it in your vSphere 5 environment? Well you can with a small hack.

    Even though it's not listed as a supported guestOS, you can manually tweak the .vmx configuration to get ESXi 5 host to recognize the guestOS type. You just need to create a generic Windows 2008 system and then from the commandline or by exporting the .vmx using the datastore browser and then edit the configuration file. You will need to make the following change to the guestOS paramater:

    guestOS = "windows8srv-32"
    guestOS = "windows8srv-64"

    One you have made this change, you will need to re-register the virtual machine or reload the configuration using vim-cmd vmsvc/reload operation.

    Another method just using the vSphere Client without any modifications to the .vmx is to just create a virtual machine and select any guestOS type. Once the virtual machine has been created, there is actually an option in the guestOS to select Windows 8 32 or 64bit that can be selected. If you wish to automate through the commandline, then you can use the method above or you can just use the vSphere Client.

    Note: This is not officially supported from VMware of course, use at your own risk.

    UPDATE1: It looks like when Windows 8 64bit is booting up for installation, the virtual machine core dumps with the following error:

    vcpu-0| MONITOR PANIC: vcpu-0:NOT_IMPLEMENTED vmcore/vmm/intr/apic.c:1804

    Something similar occurs with Windows 8 32bit that gets past the panic but an error message is thrown on the screen regarding HAL initialization failure. Currently there are no workarounds and I've reached out to some of the folks at VMware to see if there's any tweaks that can be made to support this. As I mentioned earlier, this is an unsupported OS/hack, so it may not work at all. Sorry to get everyone's hope up, the new Fusion 4.01 and Workstation 8 might still be your best bet to test out the new Windows 8.

    UPDATE2: VMware has released a KB article http://kb.vmware.com/kb/2006859 regarding Windows 8 and vSphere 5 support. You can subscribe to the KB article for the latest update on running Windows 8 on ESXi 5.

    UPDATE3:  I recently saw a tweet by Raphael Schitz and it looks like you actually CAN run Windows 8 on ESXi 5. Raphael was able to run Windows 8 by first running Xenserver as a virtual machine and then creating a Windows 8 VM that would run as a nested guestOS within Xenserver virtual machine (pESXi 5 -> Xenserver VM -> Windows 8 VM).

    Note: You may need to reboot the system one additional time if it does not automatically load.

    Here is a screen shot of Windows 8 64bit running on the latest release of Xenserver 6 running on ESXi 5:

    Categories // Uncategorized Tags // ESXi 5.0, vSphere 5.0, windows8

    • « Previous Page
    • 1
    • …
    • 65
    • 66
    • 67
    • 68
    • Next Page »

    Search

    Thank Author

    Author

    William is Distinguished Platform Engineering Architect in the VMware Cloud Foundation (VCF) Division at Broadcom. His primary focus is helping customers and partners build, run and operate a modern Private Cloud using the VMware Cloud Foundation (VCF) platform.

    Connect

    • Bluesky
    • Email
    • GitHub
    • LinkedIn
    • Mastodon
    • Reddit
    • RSS
    • Twitter
    • Vimeo

    Recent

    • Ultimate Lab Resource for VCF 9.0 06/25/2025
    • VMware Cloud Foundation (VCF) on ASUS NUC 15 Pro (Cyber Canyon) 06/25/2025
    • VMware Cloud Foundation (VCF) on Minisforum MS-A2 06/25/2025
    • VCF 9.0 Offline Depot using Synology 06/25/2025
    • Deploying VCF 9.0 on a single ESXi host? 06/24/2025

    Advertisment

    Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
    To find out more, including how to control cookies, see here: Cookie Policy

    Copyright WilliamLam.com © 2025