Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up200MB default boot partition size too small #3224
Comments
andrewdavidwong
added
C: installer
task
labels
Oct 28, 2017
andrewdavidwong
added this to the Release 4.0 milestone
Oct 28, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Oct 30, 2017
Member
On default non-EFI installation, /boot is about 1GB. On EFI, /boot/efi should be 500MB, and no separate /boot should be created. Apparently the latter doesn't work. 200MB is default value in Fedora, so that function either is buggy, or not called at all in the current anaconda.
|
On default non-EFI installation, /boot is about 1GB. On EFI, /boot/efi should be 500MB, and no separate /boot should be created. Apparently the latter doesn't work. 200MB is default value in Fedora, so that function either is buggy, or not called at all in the current anaconda. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesuser
Oct 30, 2017
The 200MB is what the automatic partition creation button after choosing custom partitioning offered on my system.
Maybe that uses a different codepath? (it also defaults to LVM instead of LVM Thin Provisioning, so it seems it could be)
Also not quite sure about the logic in having different sizes between /boot and /boot/efi since the biggest space usage is Xen and the Linux kernels and initramfses, which are of course present in both cases.
qubesuser
commented
Oct 30, 2017
|
The 200MB is what the automatic partition creation button after choosing custom partitioning offered on my system. Maybe that uses a different codepath? (it also defaults to LVM instead of LVM Thin Provisioning, so it seems it could be) Also not quite sure about the logic in having different sizes between /boot and /boot/efi since the biggest space usage is Xen and the Linux kernels and initramfses, which are of course present in both cases. |
andrewdavidwong
added
bug
and removed
task
labels
Oct 31, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
evadogstar
commented
Dec 1, 2017
|
Please, remember, that some users still at 128Gb SSDs. :) |
qubesuser commentedOct 27, 2017
Qubes OS version:
R4.0-rc2
Steps to reproduce the behavior:
Expected behavior:
Boot partition is at least 500MB, preferably 1GB large.
Actual behavior:
Boot partition is 200MB
General notes:
200MB is enough for the current use case, but potentially impedes future features as well as tinkering by power users. Since it's very difficult to change, a larger size seems warranted. Other distributions also seem to have adopted or be moving towards 500MB+ sizes.