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.
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 allow selection from various operating systems prior to booting. The boot loader can either be configured during the installation or later with the help of YaST.
You can boot Linux from a boot disk. This approach only works if your system has a floppy drive. The boot disk can be created with YaST. See 2.8.3. “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.
A detailed discussion of various boot methods is available in 7. Booting and Boot Managers.
Since SUSE LINUX 7.2, the graphical SUSE screen is displayed on the first console if the option “vga=<value>” is used as a kernel parameter. If you install using YaST, this option is automatically activated in accordance with the selected resolution and the graphics card.
There are three ways to disable the SUSE screen:
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.
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 earlier versions, set vga=normal.
Compile a new kernel and disable the option
in .![]() | Tip |
---|---|
Disabling framebuffer support in the kernel automatically disables the splash screen as well. SUSE cannot provide any support for your system if you run it with a custom kernel. |