Talk:Custom bootloader

From OLPC
Revision as of 10:37, 27 February 2013 by PeasthopeOld (talk | contribs) (Further clarification of the problem with the photograph of the display.)
Jump to: navigation, search

An olpc.fth for DebXO

I am interested to run DebXO on a 1.5 machine. According to DebXO the olpc.fth in the release works for the XO-1. On the 1.5 the text of the boot console does not fit the display properly. Adjustments to the boot parameters in olpc.fth from the release follow. The viafb driver is specified. Given that the 1 and 1.5 models both have 1200x900 screens, misfitting of the console puzzles. If anyone can explain, that would be helpful. A suggestion to fix olpc.fth for the 1.5 would be even better. When a suitable olpc.fth is found, I can try to add the details such that the XO model is detected automatically. Regards, ... Peter E., Peasthope 17:03, 22 February 2013 (UTC)

\ " ro root=LABEL=DebXO video=viafb" to boot-file
" ro root=LABEL=DebXO video=viafb:1200x900 fbcon=font:SUN12x22" to boot-file

You appear to have combined Xorg configuration text with your olpc.fth, and this is not valid, but is harmless. Nothing after boot is processed. Your photograph seems incomplete. The differences in XO-1 and XO-1.5 are expected, since different frame buffer drivers are used by the kernel. I suggest using the DebXO talk page for this, as it isn't really a custom bootloader problem. --Quozl 22:59, 22 February 2013 (UTC)
Xorg configuration text is gone. The best explanation I can offer is being too dull when posting and accidentally clicking in the xorg.conf window. The problem with the photo of the display appears to have been resolved at the server. Here is another copy of the photo.
Using the DebXO talk page implies, to me at least, that the fix should be in the DebXO kernel. For an ordinary PC, the boot process is customized by Grub. Here the equivalent is OFW. You suggest distinct kernels for 1 and for 1.5 or a kernel which specializes the boot console according to the hardware? Thanks, Peasthope 06:34, 27 February 2013 (UTC)