Following the installation, decide how to boot Linux for daily operations. The following overview introduces various alternatives for booting Linux. The most suitable method depends on the intended purpose.
You can boot Linux from a boot disk. This approach will always work and is easy. The boot disk can be created with YaST. See the User Guide manual, YaST — Configuration: Creating a Boot, Rescue, or Module Disk.
The boot disk is a useful interim solution if you have difficulties configuring the other possibilities or if you want to postpone the decision regarding the final boot mechanism. A boot disk may also be a suitable solution in connection with OS/2 or Windows NT.
The most versatile and technically elegant solution for booting your system is the use of a Linux boot manager like GRUB (GRand Unified Bootloader) or LILO (LInux LOader), which both allow selection from different operating systems prior to booting. The boot loader can either be configured during installation or later with the help of YaST.
A detailed discussion of various boot methods, especially of GRUB and LILO, can be found in Section 7. Booting and Boot Managers.
Starting with SUSE LINUX 7.2, the graphical SUSE screen is displayed on the first console if the option “vga=<value>” is active as kernel parameter. If you install using YaST, this option is automatically activated in accordance with the selected resolution and the graphics card.
Basically there are three ways to achieve this:
Disabling the SUSE screen whenever necessary. Enter the command echo 0 >/proc/splash on the command line to disable the graphical screen. To activate it again, enter echo 0x0f01 >/proc/splash.
Disabling the SUSE screen by default. Add the kernel parameter splash=0 to your boot loader configuration. 7. Booting and Boot Managers provides more information about this. However, if you prefer the text mode which was the default in previous versions, set vga=normal.
Completely disabling the SUSE screen. Compile a new kernel and disable the option
in the menu .Tip | |
---|---|
Disabling framebuffer support in the kernel will automatically disable the splash screen as well. SUSE cannot provide any support for your system if you run it with a custom kernel. |