[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bootmeldungen abschalten unter debian lenny?



On Fri, 2010-06-18 at 14:43 +0200, Halim Sahin wrote:
> hi,
> Ich versuche gerade bootmeldungen vor dem konsolenlogin abzustellen.
> Hab schon diverse experimente durch umleiten auf Serielllkonsole
> erreicht, aber ein hartnäckiger Teil wird immer noch angezeigt.
> 
>   Booting 'Debian GNU/Linux, kernel 2.6.26-2-686'
> 
>   root  (hd0,0)
>    Filesystem type is ext2fs, partition type 0x83
>    kernel  /boot/vmlinuz-2.6.26-2-686 root=/dev/hda1 quiet ro console=tty0 console=ttyS0,9600 earlycon=tty0  earlyprintk=ttyS0,9600 showopts
>       [Linux-bzImage, setup=0x3000, size=0x16ccd0]
>       initrd  /boot/initrd.img-2.6.26-2-686
>          [Linux-initrd @ 0x1fa04000, 0x5e863f bytes]
> 
> 
> 	 Decompressing Linux... Parsing ELF... done.
> 	 Booting the kernel.
> 	 [    0.957301] pci 0000:00:01.0: PIIX3: Enabling Passive
> 	 Release
> 
> 
> 
> Hat jemand von euch ne idee, wie ich die noch weg bekomme?

arch/x86/boot/compressed/misc.c:
if (!quiet)
	putstr("\nDecompressing Linux... ");

Documentation/x86/boot.txt:
  Bit 5 (write): QUIET_FLAG
        - If 0, print early messages.
        - If 1, suppress early messages.
                This requests to the kernel (decompressor and early
                kernel) to not write early messages that require
                accessing the display hardware directly.

Documentation/kernel-parameters.txt:
	 quiet           [KNL] Disable most log messages

ist in squeeze default:
/etc/default/grub:
	GRUB_CMDLINE_LINUX_DEFAULT="quiet"

kurzum: Bootloader anpassen



Reply to: