USB Boot olpc.fth: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
m (USB Boot olcp.fth moved to USB Boot olpc.fth: bad name..D'OH!)
(No difference)

Revision as of 20:09, 21 January 2008

\ To test pretty boot, press left directional arrow when you power on.
\ Boot script for ext2 USB flash (must have label of OLPCRoot)
" ro root=LABEL=OLPCRoot rootfstype=ext2 console=ttyS0,115200 console=tty0 fbcon=font:SUN12x22" to boot-file
game-key-mask h# 80 and if
    \ Boot from "backup" os if circle button is pressed
    " disk:\boot-alt\vmlinuz" to boot-device
    " disk:\boot-alt\olpcrd.img" to ramdisk
else
    " disk:\boot\vmlinuz" to boot-device
    " disk:\boot\olpcrd.img" to ramdisk
then
boot