From Fedora Project Wiki
Immanetize (talk | contribs) No edit summary |
Immanetize (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{header|docs}}{{Docs_beat_open}} | {{header|docs}}{{Docs_beat_open}} | ||
== ARM booting simplified == | |||
Fedora 21 ARM images will boot more predictably thanks to the addition of syslinux support to *u-boot*. | |||
u-boot's use of syslinux allows pxelinux for network booting and extlinux for local booting. This allows ARM systems to boot similarly to x86 hardware, including the Fedora installation program *anaconda*, or to boot generalized images. | |||
{{ admon/note | Configs should be manually edited for kernel updates | | |||
As noted in https://fedoraproject.org/wiki/Common_F21_bugs#ARM_issues , kernel updates do not currently add the new kernel to syslinux configuration files. After adding a new kernel package, you should edit */boot/extlinux/extlinux.conf* to boot the new kernel. }} | |||
[[Category:Docs Project]] | [[Category:Docs Project]] | ||
[[Category:Draft documentation]] | [[Category:Draft documentation]] | ||
[[Category:Documentation beats]] | [[Category:Documentation beats]] |
Revision as of 05:43, 24 September 2014
ARM booting simplified
Fedora 21 ARM images will boot more predictably thanks to the addition of syslinux support to *u-boot*.
u-boot's use of syslinux allows pxelinux for network booting and extlinux for local booting. This allows ARM systems to boot similarly to x86 hardware, including the Fedora installation program *anaconda*, or to boot generalized images.