USB Boot olpc.fth: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: \ 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...)
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
the following should be placed in /boot/olpc.fth on a bootable USB drive
<pre>
\ To test pretty boot, press left directional arrow when you power on.
\ To test pretty boot, press left directional arrow when you power on.
\ Boot script for ext2 USB flash (must have label of OLPCRoot)
\ Boot script for ext2 USB flash (must have label of OLPCRoot)
Line 11: Line 13:
then
then
boot
boot
</pre>

Latest revision as of 20:10, 21 January 2008

the following should be placed in /boot/olpc.fth on a bootable USB drive

\ 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