cloudfoundry / bosh-linux-stemcell-builder

BOSH Ubuntu Linux stemcells
Apache License 2.0
41 stars 104 forks source link

Add EFI support for vsphere stemcell #348

Closed lnguyen closed 1 month ago

lnguyen commented 1 month ago

This is for vSphere stemcells can to access > 16 GiB GPUs

Booting from an EFI partition is necessary to access and utilize GPUs with more than 16 GB of memory because UEFI provides the advanced memory addressing, compatibility, and initialization capabilities required for such hardware. The older BIOS/MBR system cannot efficiently handle the requirements of modern high-capacity GPUs.

cunnie commented 1 month ago

I love this commit, but could you please modify the message (which does a great job of explaining what you did, but glosses over why you did it):

vSphere stemcells can access > 16 GiB GPUs

booting from an EFI partition is necessary to access and utilize GPUs with more than 16 GB of memory because UEFI provides the advanced memory addressing, compatibility, and initialization capabilities required for such hardware. The older BIOS/MBR system cannot efficiently handle the requirements of modern high-capacity GPUs.