Does apt mount /boot on kernel updates?NFS Mount fails on startupCLI mounting vs. GUI mountingUSB Drive won't mountVirtualbox shared folder mount from fstab fails; works once bootup is completeReccomended options for mounting /dev/bcache0 as /homeRemote mount point fails: Prevent unresponsive applications14.04.3 LTS + xenial kernel upgrade + nvme SSD - won't bootUbuntu Diskless 16.04.3 LTS (Xenial Xerus)Not syncing: VFS: Unable to mount root fs… cant go from USB eitherSwitched Automatic mount for my only partition with a boot
How to force widow lines using widowpenalty?
What is the "two-drive trick" that can read Amiga disks on a PC?
Weird Power Outage in Certain Rooms- Condominium
Can the treble clef be used instead of the bass clef in piano music?
Why does Tywin Lannister send Tyrion to King's Landing to be Hand of the King instead of himself?
Why are there so many binary systems
What is the maximum distance you can cause damage from?
No WiFi Adaptor found in Lenovo X1 Carbon Generation 7
Insets around a clock
Is the genre 'fantasy' still fantasy without magic?
Is Scrum actually suitable for all kinds of projects?
Casual way to say: ''See you tomorrow at (some time)''
TV Pilot or Movie, 80s, misfit team with powers
Sort and Table a Sentence by Word Lengths
Why superuser permission is needed for accessing /data partition?
How can I add an ammeter / voltmeter to my breaker panel?
Is it possible to determine if a Pokémon is a powerful encounter?
Does the horse hair in a bow all go in the same direction?
ASCII texturing
Phrase/Word-pair for a variant of master-slave relationship
Unique magic triplets
What is this yellow sticky substance Mulder puts in his vodka?
When Using Throne room on a Throne room do you need two more action cards already in hand?
Is there any math conjecture that would cause a lot of damage if disproven?
Does apt mount /boot on kernel updates?
NFS Mount fails on startupCLI mounting vs. GUI mountingUSB Drive won't mountVirtualbox shared folder mount from fstab fails; works once bootup is completeReccomended options for mounting /dev/bcache0 as /homeRemote mount point fails: Prevent unresponsive applications14.04.3 LTS + xenial kernel upgrade + nvme SSD - won't bootUbuntu Diskless 16.04.3 LTS (Xenial Xerus)Not syncing: VFS: Unable to mount root fs… cant go from USB eitherSwitched Automatic mount for my only partition with a boot
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I'm a Gentoo user. On my setups, I usually set the noauto flag for the /boot partition. Maybe its just some good 'ol fashion paranoia, but I like not to mount /boot unless really needed. Because I need to compile my own kernel, I have a kernel update script that mounts /boot for me.
I've just installed a Ubuntu server for a client, and want to set noauto for /boot. Can apt take care of /boot mounting when its updating the kernel, initramfs and/or grub?
boot apt kernel mount
add a comment
|
I'm a Gentoo user. On my setups, I usually set the noauto flag for the /boot partition. Maybe its just some good 'ol fashion paranoia, but I like not to mount /boot unless really needed. Because I need to compile my own kernel, I have a kernel update script that mounts /boot for me.
I've just installed a Ubuntu server for a client, and want to set noauto for /boot. Can apt take care of /boot mounting when its updating the kernel, initramfs and/or grub?
boot apt kernel mount
You don't mention any disadvantage of having /boot mounted in the first place? Plus for most users it is mounted with / which is always mounted anyway.
– WinEunuuchs2Unix
Aug 13 at 12:25
@WinEunuuchs2Unix: Ubuntu default is included in /, yes. But the "old school" way is to keep it on a separate partition. So that if / encounters corruption, you can still launch the kernel, initramfs and fsck. This separation is the default for many distros. On top, something that's not mounted cannot corrupt during a power loss.
– Tim
Aug 13 at 12:33
If you have a power loss without UPS then 99.99% of the time read only /boot would be the least of your concerns. As far as "old school" I can appreciate that. We all have different comfort zones.
– WinEunuuchs2Unix
Aug 13 at 12:38
add a comment
|
I'm a Gentoo user. On my setups, I usually set the noauto flag for the /boot partition. Maybe its just some good 'ol fashion paranoia, but I like not to mount /boot unless really needed. Because I need to compile my own kernel, I have a kernel update script that mounts /boot for me.
I've just installed a Ubuntu server for a client, and want to set noauto for /boot. Can apt take care of /boot mounting when its updating the kernel, initramfs and/or grub?
boot apt kernel mount
I'm a Gentoo user. On my setups, I usually set the noauto flag for the /boot partition. Maybe its just some good 'ol fashion paranoia, but I like not to mount /boot unless really needed. Because I need to compile my own kernel, I have a kernel update script that mounts /boot for me.
I've just installed a Ubuntu server for a client, and want to set noauto for /boot. Can apt take care of /boot mounting when its updating the kernel, initramfs and/or grub?
boot apt kernel mount
boot apt kernel mount
asked Aug 13 at 11:19
TimTim
1412 bronze badges
1412 bronze badges
You don't mention any disadvantage of having /boot mounted in the first place? Plus for most users it is mounted with / which is always mounted anyway.
– WinEunuuchs2Unix
Aug 13 at 12:25
@WinEunuuchs2Unix: Ubuntu default is included in /, yes. But the "old school" way is to keep it on a separate partition. So that if / encounters corruption, you can still launch the kernel, initramfs and fsck. This separation is the default for many distros. On top, something that's not mounted cannot corrupt during a power loss.
– Tim
Aug 13 at 12:33
If you have a power loss without UPS then 99.99% of the time read only /boot would be the least of your concerns. As far as "old school" I can appreciate that. We all have different comfort zones.
– WinEunuuchs2Unix
Aug 13 at 12:38
add a comment
|
You don't mention any disadvantage of having /boot mounted in the first place? Plus for most users it is mounted with / which is always mounted anyway.
– WinEunuuchs2Unix
Aug 13 at 12:25
@WinEunuuchs2Unix: Ubuntu default is included in /, yes. But the "old school" way is to keep it on a separate partition. So that if / encounters corruption, you can still launch the kernel, initramfs and fsck. This separation is the default for many distros. On top, something that's not mounted cannot corrupt during a power loss.
– Tim
Aug 13 at 12:33
If you have a power loss without UPS then 99.99% of the time read only /boot would be the least of your concerns. As far as "old school" I can appreciate that. We all have different comfort zones.
– WinEunuuchs2Unix
Aug 13 at 12:38
You don't mention any disadvantage of having /boot mounted in the first place? Plus for most users it is mounted with / which is always mounted anyway.
– WinEunuuchs2Unix
Aug 13 at 12:25
You don't mention any disadvantage of having /boot mounted in the first place? Plus for most users it is mounted with / which is always mounted anyway.
– WinEunuuchs2Unix
Aug 13 at 12:25
@WinEunuuchs2Unix: Ubuntu default is included in /, yes. But the "old school" way is to keep it on a separate partition. So that if / encounters corruption, you can still launch the kernel, initramfs and fsck. This separation is the default for many distros. On top, something that's not mounted cannot corrupt during a power loss.
– Tim
Aug 13 at 12:33
@WinEunuuchs2Unix: Ubuntu default is included in /, yes. But the "old school" way is to keep it on a separate partition. So that if / encounters corruption, you can still launch the kernel, initramfs and fsck. This separation is the default for many distros. On top, something that's not mounted cannot corrupt during a power loss.
– Tim
Aug 13 at 12:33
If you have a power loss without UPS then 99.99% of the time read only /boot would be the least of your concerns. As far as "old school" I can appreciate that. We all have different comfort zones.
– WinEunuuchs2Unix
Aug 13 at 12:38
If you have a power loss without UPS then 99.99% of the time read only /boot would be the least of your concerns. As far as "old school" I can appreciate that. We all have different comfort zones.
– WinEunuuchs2Unix
Aug 13 at 12:38
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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/4.0/"u003ecc by-sa 4.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%2faskubuntu.com%2fquestions%2f1165401%2fdoes-apt-mount-boot-on-kernel-updates%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1165401%2fdoes-apt-mount-boot-on-kernel-updates%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
You don't mention any disadvantage of having /boot mounted in the first place? Plus for most users it is mounted with / which is always mounted anyway.
– WinEunuuchs2Unix
Aug 13 at 12:25
@WinEunuuchs2Unix: Ubuntu default is included in /, yes. But the "old school" way is to keep it on a separate partition. So that if / encounters corruption, you can still launch the kernel, initramfs and fsck. This separation is the default for many distros. On top, something that's not mounted cannot corrupt during a power loss.
– Tim
Aug 13 at 12:33
If you have a power loss without UPS then 99.99% of the time read only /boot would be the least of your concerns. As far as "old school" I can appreciate that. We all have different comfort zones.
– WinEunuuchs2Unix
Aug 13 at 12:38