Boot |
Boot options |
the configuration file is on the (first) boot floppy in \boot\grub\menu.lst (actually in menu.gz = compressed format which may be edited with F4 in midnight commander)
Here is an example entry in menu.lst: (every paragraph is one single line in menu.lst; the parameter cfgdev refers to configuration file spblinux/spbcfg)
title Net config=1, addons from basics, doc
echo loading kernel and ramdisk ...
kernel /boot/kernel vga=791 spbrootsize=32 root=/dev/sda1
spbconf=cfgdev=sda1,addons:subdir=basics:doc,net:config=1 reboot=warm no-hlt
panic=30
initrd /boot/ramdisk
vga=791 selects the vesa 1024x768 mode
spbrootsize=32 selects the size of the ramdisk (32MB)
color depth |
640x480 |
800x600 |
1024x768 |
1280x1024 |
1400x1050 |
1600x1200 |
256 (8bit) |
769 |
771 |
773 |
775 |
|
|
32000 (15bit) |
784 |
787 |
790 |
793 |
|
|
65000 (16bit) |
785 |
788 |
791 |
794 |
834 |
884 |
16.7 Mill. (24bit) |
786 |
789 |
792 |
795 |
|
|
spbconf=... defines one big kernel parameter which configures SPB-Linux (see also file /etc/spb.conf):
Good to know: when the grub boot menu is displayed, you can type e and edit the boot parameters during the boot process.