Use chain.c32 rather than LOCALBOOT -1
Bug #898838 reported by
Dave Walker
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cobbler (Ubuntu) |
Fix Released
|
Undecided
|
Andres Rodriguez |
Bug Description
...
LABEL local
MENU LABEL (local)
MENU DEFAULT
LOCALBOOT -1
...
localboot $value, has varying degrees of success depending on the hardware. It is also seems to be incompatible with using ipxe.
Switching to:
...
LABEL local
KERNEL chain.c32
...
Seems to provide a more reliable boot experience, and is also compatible with ipxe.
..
chain.c32 needs to be installed to /var/lib/tftpboot/ (where menu.c32 currently is, provided by the same syslinux depends.)
Thanks.
Related branches
Changed in cobbler (Ubuntu): | |
milestone: | none → precise-alpha-2 |
Changed in cobbler (Ubuntu): | |
assignee: | nobody → Andres Rodriguez (andreserl) |
Changed in cobbler (Ubuntu): | |
status: | Confirmed → In Progress |
To post a comment you must log in.
(ARM will require special-casing)