how to know the right size of /boot

Clash Royale CLAN TAG#URR8PPP
for now /boot on our linux machines is
/dev/sda1 497M 157M 340M 32% /boot
we want to create a new linux redhat template
and I have the feeling that /boot size is too small
for example as I know kdump use /boot and need space under /boot for this
so is it right to increase the /boot to 1G ?
linux rhel boot initramfs initrd
add a comment |
for now /boot on our linux machines is
/dev/sda1 497M 157M 340M 32% /boot
we want to create a new linux redhat template
and I have the feeling that /boot size is too small
for example as I know kdump use /boot and need space under /boot for this
so is it right to increase the /boot to 1G ?
linux rhel boot initramfs initrd
1
If you 'can afford' spending 1 GiB on the boot partition, there is no problem :-)
– sudodus
Jan 9 at 13:23
Don't give it its own partition; grub supports ext4.
– user1133275
Jan 9 at 13:29
add a comment |
for now /boot on our linux machines is
/dev/sda1 497M 157M 340M 32% /boot
we want to create a new linux redhat template
and I have the feeling that /boot size is too small
for example as I know kdump use /boot and need space under /boot for this
so is it right to increase the /boot to 1G ?
linux rhel boot initramfs initrd
for now /boot on our linux machines is
/dev/sda1 497M 157M 340M 32% /boot
we want to create a new linux redhat template
and I have the feeling that /boot size is too small
for example as I know kdump use /boot and need space under /boot for this
so is it right to increase the /boot to 1G ?
linux rhel boot initramfs initrd
linux rhel boot initramfs initrd
asked Jan 9 at 12:59
yaelyael
2,51812363
2,51812363
1
If you 'can afford' spending 1 GiB on the boot partition, there is no problem :-)
– sudodus
Jan 9 at 13:23
Don't give it its own partition; grub supports ext4.
– user1133275
Jan 9 at 13:29
add a comment |
1
If you 'can afford' spending 1 GiB on the boot partition, there is no problem :-)
– sudodus
Jan 9 at 13:23
Don't give it its own partition; grub supports ext4.
– user1133275
Jan 9 at 13:29
1
1
If you 'can afford' spending 1 GiB on the boot partition, there is no problem :-)
– sudodus
Jan 9 at 13:23
If you 'can afford' spending 1 GiB on the boot partition, there is no problem :-)
– sudodus
Jan 9 at 13:23
Don't give it its own partition; grub supports ext4.
– user1133275
Jan 9 at 13:29
Don't give it its own partition; grub supports ext4.
– user1133275
Jan 9 at 13:29
add a comment |
2 Answers
2
active
oldest
votes
For RHEL 7, Red Hat recommends that the /boot partition be set to at least 1 GiB in size. This is documented in the Installation Guide, Section 8.14.4.4: Recommended Partitioning Scheme
Quote:
/bootpartition - recommended size at least 1 GiB
The partition mounted on
/bootcontains the operating system kernel,
which allows your system to boot Red Hat Enterprise Linux, along with
files used during the bootstrap process. Due to the limitations of
most firmwares, creating a small partition to hold these is
recommended. In most scenarios, a 1 GiB boot partition is adequate.
Unlike other mount points, using an LVM volume for/bootis not
possible -/bootmust be located on a separate disk partition.
add a comment |
There is not a "right size" for a filesystem that will cover every specific need, though in most systems it is recommended a minumum of 500MB in /boot (for recovery purposes I think, like booting with 2-3 previous versions of the kernel).
500MB should be fine but if you are in doubt and you have enough space, give it 1GB. There is no way that giving it more space can harm your system.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f493449%2fhow-to-know-the-right-size-of-boot%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
For RHEL 7, Red Hat recommends that the /boot partition be set to at least 1 GiB in size. This is documented in the Installation Guide, Section 8.14.4.4: Recommended Partitioning Scheme
Quote:
/bootpartition - recommended size at least 1 GiB
The partition mounted on
/bootcontains the operating system kernel,
which allows your system to boot Red Hat Enterprise Linux, along with
files used during the bootstrap process. Due to the limitations of
most firmwares, creating a small partition to hold these is
recommended. In most scenarios, a 1 GiB boot partition is adequate.
Unlike other mount points, using an LVM volume for/bootis not
possible -/bootmust be located on a separate disk partition.
add a comment |
For RHEL 7, Red Hat recommends that the /boot partition be set to at least 1 GiB in size. This is documented in the Installation Guide, Section 8.14.4.4: Recommended Partitioning Scheme
Quote:
/bootpartition - recommended size at least 1 GiB
The partition mounted on
/bootcontains the operating system kernel,
which allows your system to boot Red Hat Enterprise Linux, along with
files used during the bootstrap process. Due to the limitations of
most firmwares, creating a small partition to hold these is
recommended. In most scenarios, a 1 GiB boot partition is adequate.
Unlike other mount points, using an LVM volume for/bootis not
possible -/bootmust be located on a separate disk partition.
add a comment |
For RHEL 7, Red Hat recommends that the /boot partition be set to at least 1 GiB in size. This is documented in the Installation Guide, Section 8.14.4.4: Recommended Partitioning Scheme
Quote:
/bootpartition - recommended size at least 1 GiB
The partition mounted on
/bootcontains the operating system kernel,
which allows your system to boot Red Hat Enterprise Linux, along with
files used during the bootstrap process. Due to the limitations of
most firmwares, creating a small partition to hold these is
recommended. In most scenarios, a 1 GiB boot partition is adequate.
Unlike other mount points, using an LVM volume for/bootis not
possible -/bootmust be located on a separate disk partition.
For RHEL 7, Red Hat recommends that the /boot partition be set to at least 1 GiB in size. This is documented in the Installation Guide, Section 8.14.4.4: Recommended Partitioning Scheme
Quote:
/bootpartition - recommended size at least 1 GiB
The partition mounted on
/bootcontains the operating system kernel,
which allows your system to boot Red Hat Enterprise Linux, along with
files used during the bootstrap process. Due to the limitations of
most firmwares, creating a small partition to hold these is
recommended. In most scenarios, a 1 GiB boot partition is adequate.
Unlike other mount points, using an LVM volume for/bootis not
possible -/bootmust be located on a separate disk partition.
answered Jan 9 at 13:32
HaxielHaxiel
1,8001510
1,8001510
add a comment |
add a comment |
There is not a "right size" for a filesystem that will cover every specific need, though in most systems it is recommended a minumum of 500MB in /boot (for recovery purposes I think, like booting with 2-3 previous versions of the kernel).
500MB should be fine but if you are in doubt and you have enough space, give it 1GB. There is no way that giving it more space can harm your system.
add a comment |
There is not a "right size" for a filesystem that will cover every specific need, though in most systems it is recommended a minumum of 500MB in /boot (for recovery purposes I think, like booting with 2-3 previous versions of the kernel).
500MB should be fine but if you are in doubt and you have enough space, give it 1GB. There is no way that giving it more space can harm your system.
add a comment |
There is not a "right size" for a filesystem that will cover every specific need, though in most systems it is recommended a minumum of 500MB in /boot (for recovery purposes I think, like booting with 2-3 previous versions of the kernel).
500MB should be fine but if you are in doubt and you have enough space, give it 1GB. There is no way that giving it more space can harm your system.
There is not a "right size" for a filesystem that will cover every specific need, though in most systems it is recommended a minumum of 500MB in /boot (for recovery purposes I think, like booting with 2-3 previous versions of the kernel).
500MB should be fine but if you are in doubt and you have enough space, give it 1GB. There is no way that giving it more space can harm your system.
answered Jan 9 at 13:40
rbrtflrrbrtflr
613
613
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f493449%2fhow-to-know-the-right-size-of-boot%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
If you 'can afford' spending 1 GiB on the boot partition, there is no problem :-)
– sudodus
Jan 9 at 13:23
Don't give it its own partition; grub supports ext4.
– user1133275
Jan 9 at 13:29