Bug 2402027

Summary: Changes/2GbootPartition
Product: [Fedora] Fedora Reporter: Adam Williamson <awilliam>
Component: Changes TrackingAssignee: Neal Gompa <ngompa13>
Status: POST --- QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: amoloney, awilliam, bugzilla, cmdr, ngompa13, travier
Target Milestone: ---Flags: fedora-admin-xmlrpc: mirror+
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2402184    
Bug Blocks: 2309208    

Description Adam Williamson 2025-10-06 23:11:53 UTC
This is a tracking bug for Change: Changes/2GbootPartition
For more details, see: https://fedoraproject.org/wiki/Changes/2GbootPartition

Raise the default boot partition size from 1 GiB to 2 GiB.

If you encounter a bug related to this Change, please do not comment here. Instead create a new bug and set it to block this bug.

Comment 1 Neal Gompa 2025-10-06 23:24:06 UTC
kiwi descriptions updates are merged and backported to F43: https://pagure.io/fedora-kiwi-descriptions/c/a3a120de8f3039670557ba33699e55a9e055bf16?branch=f43

image-builder bodhi update needs karma: https://bodhi.fedoraproject.org/updates/FEDORA-2025-7f4058c7aa

Just waiting on anaconda now: https://github.com/rhinstaller/anaconda/pull/6678

Comment 2 Adam Williamson 2025-10-07 15:49:40 UTC
image-build presumably needs deploying...somewhere too, right?

I'll file a new bug for anaconda and propose it as FE, as we're in the freeze now.

Comment 3 Neal Gompa 2025-10-07 16:37:18 UTC
(In reply to Adam Williamson from comment #2)
> image-build presumably needs deploying...somewhere too, right?
> 

I believe it just needs to land in F43 so that the image builder plugin for Koji can use it. But I may be wrong on that... Simon, is that right?

> I'll file a new bug for anaconda and propose it as FE, as we're in the
> freeze now.

Sounds good.

Comment 4 Simon de Vlieger 2025-10-07 18:08:49 UTC
Neal is correct; `image-builder` is executed in the buildroot and so needs to be in the tag that's being used as the buildroot which (AFAIK) is automatic since it inherits from the f43 tag.

Comment 5 Neal Gompa 2025-10-07 23:12:46 UTC
(In reply to Simon de Vlieger from comment #4)
> Neal is correct; `image-builder` is executed in the buildroot and so needs
> to be in the tag that's being used as the buildroot which (AFAIK) is
> automatic since it inherits from the f43 tag.

It needs to be added to f43-image-builder tags manually.

Comment 6 Simon de Vlieger 2025-10-08 04:46:07 UTC
No, it doesn't need to be added manually unless that's a freeze-thing? The rawhide composes from yesterday were already built with the new image-builder (38) that landed in there yesterday as well see (for example): https://koji.fedoraproject.org/koji/buildinfo?buildID=2837707

Comment 7 Simon de Vlieger 2025-10-08 07:33:35 UTC
Todays compose (https://koji.fedoraproject.org/koji/buildinfo?buildID=2838542) shows that images that were produced with `image-builder` contain a 2 GiB /boot :)

€ fdisk -l Fedora-Minimal-Rawhide-20251008.n.0.aarch64.raw 
Disk Fedora-Minimal-Rawhide-20251008.n.0.aarch64.raw: 5.21 GiB, 5596250112 bytes, 10930176 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xc1748067

Device                                           Boot   Start      End Sectors  Size Id Type
Fedora-Minimal-Rawhide-20251008.n.0.aarch64.raw1 *      34816   444415  409600  200M  6 FAT16
Fedora-Minimal-Rawhide-20251008.n.0.aarch64.raw2       444416  4638719 4194304    2G 83 Linux
Fedora-Minimal-Rawhide-20251008.n.0.aarch64.raw3      4638720 10930175 6291456    3G 83 Linux

Comment 8 Simon de Vlieger 2025-10-08 09:37:44 UTC
Sorry, I see I clearly needed more coffee this morning since I gave a Rawhide compose result. Here's today's F43 compose with the same result :)

€ fdisk -l Fedora-Minimal-43-20251008.n.0.aarch64.raw 
Disk Fedora-Minimal-43-20251008.n.0.aarch64.raw: 5.21 GiB, 5596250112 bytes, 10930176 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xc1748067

Device                                      Boot   Start      End Sectors  Size Id Type
Fedora-Minimal-43-20251008.n.0.aarch64.raw1 *      34816   444415  409600  200M  6 FAT16
Fedora-Minimal-43-20251008.n.0.aarch64.raw2       444416  4638719 4194304    2G 83 Linux
Fedora-Minimal-43-20251008.n.0.aarch64.raw3      4638720 10930175 6291456    3G 83 Linux

Comment 9 Neal Gompa 2025-10-09 06:07:18 UTC
The Anaconda PR has been merged, now we wait for an Anaconda release.