LWN.net Logo

The end of the 3.12 merge window

The end of the 3.12 merge window

Posted Sep 17, 2013 17:13 UTC (Tue) by fishface60 (subscriber, #88700)
Parent article: The end of the 3.12 merge window

What is the use for putting the partition table in the kernel command line?
It says it saves space by not needing the mbr, but doesn't this mean that the partition table is moved somewhere else instead, since the bootloader needs to read it and generate the kernel command line anyway?


(Log in to post comments)

The end of the 3.12 merge window

Posted Sep 17, 2013 19:05 UTC (Tue) by aeruder (subscriber, #22597) [Link]

Think embedded systems where you may have some small flash device with your bootloader/bootloader settings (and kernel command line) and a SD card for the root filesystem.

The end of the 3.12 merge window

Posted Sep 17, 2013 21:33 UTC (Tue) by proski (subscriber, #104) [Link]

I believe it's good for partitions on flash that need to be aligned to some large blocks. It's better to sacrifice a hundred bytes in CMOS and in RAM than to lose 256k on a system that is tight on the flash space.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds