You are not logged in.
Pages: 1
Which is, in your opinion, the right size for a /boot partition? Some guides suggest 50-100Mb, other 10Gb!
Who's right?
Last edited by frazar0 (2011-07-17 17:03:10)
Offline
/boot ? I think my boot has 100MB.
Last edited by examon (2011-07-17 13:00:13)
Offline
I have 4 kernels in /boot totalling 42MB, so 50-100MB should be more than enough.
ᶘ ᵒᴥᵒᶅ
Offline
My boot is 200 M and contains 3 kernels + memtest + some splash images grub2 uses all of which take up only 18 M. I would vote for 100 M as well.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Having /boot 10GB big would be just huge waste of space. I don't know what guide did you read, but the author was probably recommending placing /boot folder on the system partition, in this case 10 gigs may sound reasonable, but as others said before: 100 MB is enough.
Offline
$ LANG=C df /boot/
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 92M 17M 76M 18% /boot
$ du -hs /boot/* 2> /dev/null
393K /boot/grub
5,0M /boot/kernel26-fallback.img
1,4M /boot/kernel26.img
12K /boot/lost+found
1,7M /boot/System.map26
2,3M /boot/vmlinuz26
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Mine is 32MB; half used, half empty:
$ du -sh /boot/*
285K /boot/grub
8.6M /boot/kernel26-fallback.img
1.8M /boot/kernel26.img
163K /boot/memtest86+
1.3M /boot/System.map26
2.2M /boot/vmlinuz26
Last edited by lolilolicon (2011-07-17 15:10:00)
This silver ladybug at line 28...
Offline
I thought 100Mb were more than enough too. Thank you
Offline
Pages: 1