From 89c4e22e765be93fe9431455cba390bc5a11ab46 Mon Sep 17 00:00:00 2001 From: Ramon Makkelie Date: Fri, 29 Nov 2024 16:22:27 +0100 Subject: [PATCH] Update content/noble-migration.md Co-authored-by: Benjamin Guttmann --- content/noble-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/noble-migration.md b/content/noble-migration.md index e95cb42c..b913e7b2 100644 --- a/content/noble-migration.md +++ b/content/noble-migration.md @@ -48,7 +48,7 @@ use BPM version v1.4.0 or higher [bpm-releases](https://github.com/cloudfoundry/ ### EFI Bootloader -the Noble stemcells will use by default the EFI bootloader with a fallback to the legacy bootloader. +The Noble stemcells will use by default the EFI bootloader with a fallback to the legacy bootloader. what this will mean in a real life example for AWS. the vm type `m4.large` (which is deprecated) only supports legacy bootloader you can see what the vm type support with the following command `aws ec2 describe-instance-types --region us-east-1 --instance-types m4.large --query "InstanceTypes[*].SupportedBootModes"`