github.com/canonical/ubuntu-image@v0.0.0-20240430122802-2202fe98b290/internal/statemachine/testdata/gadget-mbr.yaml (about) 1 volumes: 2 pc: 3 schema: mbr 4 bootloader: grub 5 structure: 6 - name: mbr 7 type: mbr 8 size: 440 9 content: 10 - image: pc-boot.img 11 offset: 0 12 - name: BIOS Boot 13 type: DA 14 size: 1M 15 offset-write: mbr+92 16 content: 17 - image: pc-core.img 18 - name: EFI System 19 type: EF 20 filesystem: vfat 21 filesystem-label: system-boot 22 size: 50M 23 content: 24 - source: grubx64.efi 25 target: EFI/boot/grubx64.efi 26 - source: shim.efi.signed 27 target: EFI/boot/bootx64.efi 28 - source: grub-cpc.cfg 29 target: EFI/ubuntu/grub.cfg