You are not logged in.

#1 2013-11-13 19:37:53

joseribeiro
Member
Registered: 2013-02-17
Posts: 73

[SOLVED] Truly silent boot

I want to get rid of the following output when kernel is loading:

early console in decompress-kernel
Decompressing Linux . . . Parsing ELF . . .done
Booting the kernel

Anybody knows how?

Last edited by joseribeiro (2015-07-05 18:51:33)

Offline

#2 2013-11-13 20:21:20

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Truly silent boot

Offline

#3 2013-11-13 20:38:49

joseribeiro
Member
Registered: 2013-02-17
Posts: 73

Re: [SOLVED] Truly silent boot

I've appended the flag loglevel and the output stills the same. Do you have any other ideia?

Offline

#4 2013-11-14 01:00:01

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED] Truly silent boot

I think that part of the boot is actually your bootloader.

Offline

#5 2013-11-14 14:45:38

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,964

Re: [SOLVED] Truly silent boot

Don't think so, as grub and syslinux both show it.

I think it comes from the initramfs created by mkinitcpio, check mkinitcpio manpage maybe there's an option to disable that output.

Last edited by Lone_Wolf (2013-11-14 14:45:54)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#6 2013-11-14 15:01:25

KairiTech
Member
From: Toronto, Canada
Registered: 2011-06-04
Posts: 275

Re: [SOLVED] Truly silent boot

Take a look at my 'huskkernel' hook here.

I still get the fsck and the autologin messages. Haven't quite figured out how to get rid of those yet. Maybe it's because I use LUKS on encrypted RAID and I need (want) to enter the passphrase every time.

Offline

#7 2013-11-14 17:49:11

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [SOLVED] Truly silent boot

Stop using an initramfs wink

Offline

#8 2013-11-14 18:03:37

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED] Truly silent boot

Interesting... I use gummiboot, and I don't see that stuff.

Edit: Here is /proc/cmdline (split into two lines because of the horizontal scroll bug in FluxBB):

initrd=\EFI\arch\initramfs-linux-git.img rootflags=noatime,autodefrag,subvol=rootfs root=LABEL=archlinux \
rw add_efi_memmap libahci.ignore_sss=1 acpi_osi="!Windows 2012" quiet loglevel=3

Last edited by WonderWoofy (2013-11-14 18:05:12)

Offline

#9 2013-11-14 18:42:25

joseribeiro
Member
Registered: 2013-02-17
Posts: 73

Re: [SOLVED] Truly silent boot

The problem is not in the bootloader. I have to compile a custom kernel.

I found the solution here: http://forums.gentoo.org/viewtopic-t-975550.html

Thanks!

Offline

Board footer

Powered by FluxBB