Using the Help System

The boot loader online help is context sensitive. It gives information about the selected menu item or, if you are editing boot options, it tries to look up information about the option in which the cursor is positioned.

Navigation Keys

Up Arrow: highlight previous link
Down Arrow: highlight next link
Left Arrow, Backspace: return to previous topic
Right Arrow, Enter, Space: follow link
Page Up: scroll up one page
Page Down: scroll down one page
Home: go to page start
End: go to page end
Esc: leave help

Return to Boot Options

Language and Keyboard Layout Selection

Press F2 to change language and keyboard layout the boot loader uses.

Return to Boot Options

Choose Profile

Press F3 to select a profile. Your system will be started using the configuration saved in this profile.

Return to Boot Options

Boot Options

from -- load from a source different to the boot device
passwd -- set root's password
copy2ram -- copy all files to RAM
load -- load/noload optional modules
autoexec -- execute specified command(s)

Kernel Options: from

from=/dev/hda1/fwlive.iso
from=path/to/fwlive.iso
from=/dev/hda1
from=path/to/fwlive/

To load FWLive data from a source different to the boot device.
... The first example will search for slax.iso, only on hda1
... The second example will search for 'path/to/fwlive.iso' on all devices.
The first device containing the path/file is used.
... The third example expects that the contents of the ISO is copied to hda1
... The fourth example searches through all disks after a directory 'path/to/fwlive', expecting an unpacked ISO there.


Return to Boot Options

Kernel Options: passwd

passwd=somepass
passwd=ask

... set root's password to "somepass",
or ask (with =ask) for a new password during the boot
before starting (don't worry, the new password won't appear on the login screen).


Return to Boot Options

Kernel Options: copy2ram

toram
copy2ram

... copy all files (all required and optional modules) to RAM.
You need at least 320MB of RAM to do this and boot FWLive properly.
This will slow down the boot phase but will speed up FWLive!


Return to Boot Options

Kernel Options: load

load=module

... load optional modules from the /optional/ directory of the CD.
You can use the full filename (module.lzm) but you can omit the extension.


noload=module
noload=module[1];module[n]

...disable loading of the specified modules.
This affects all modules found on the FWLive CD, including /base and /modules,
so using noload=kde will disable loading of all modules containing 'kde' in the name.
It is useful together with the "copy2ram" parameter, because unused modules are not copied to RAM.


Return to Boot Options

Kernel Options: autoexec

autoexec=...
autoexec=xstart

... Execute specified command(s) instead of FWLive login.
In this example, skip login prompt and start Xorg system automatically.
Use semicolon (;) as command separator.


Return to Boot Options