This commit is the simplest-possible way to deal with the new stemcells that have an EFI partition at the front.
Historically, stemcells have had a single partition. Now, with EFI support, they have a FAT32 partition at the front of the disk, and the regular stemcell partition at the back.
If we ever have disks where we need to care about more than the last partition on the disk, then this code will need to be reworked.
Resolves the following error when attempting to mount a recent vSphere stemcell:
This commit is the simplest-possible way to deal with the new stemcells that have an EFI partition at the front.
Historically, stemcells have had a single partition. Now, with EFI support, they have a FAT32 partition at the front of the disk, and the regular stemcell partition at the back.
If we ever have disks where we need to care about more than the last partition on the disk, then this code will need to be reworked.
Resolves the following error when attempting to mount a recent vSphere stemcell:
========