Tiny Core Base > Micro Core

More quiet booting

(1/2) > >>

Looper:
Hi guys , How Can I remove some information printing in boot step ?
Like :

--- Code: ---kernel_total_size
--- End code ---

--- Code: ---loading /boot/core.gz
--- End code ---

--- Code: ---loading /boot/vmlinuz
--- End code ---

--- Code: ---early console in extract_kernel
--- End code ---

Rich:
Hi Looper

--- Quote from: Looper on February 04, 2020, 06:33:01 PM ---Hi guys , How Can I remove some information printing in boot step ?
Like :

--- Code: ---kernel_total_size
--- End code ---

--- Code: ---loading /boot/core.gz
--- End code ---

--- Code: ---loading /boot/vmlinuz
--- End code ---

--- End quote ---
Those messages sound like they are from the boot loader.


--- Quote ---
--- Code: ---early console in extract_kernel
--- End code ---

--- End quote ---
That one sounds like it might be coming from the kernel. You could try silencing it with the following boot code:

--- Code: ---loglevel=0
--- End code ---

Which boot loader are you using?

Looper:
Tanks for replaying @Rich  ,...
 I use SYSLINUX ( default of tiny core )
I got http://www.davedoesdev.com,https://www.syslinux.org/archives/2009-February/011897.html and https://codereview.chromium.org/1748010/patch/4001/5003 also https://gist.github.com/davedoesdev/3748363#file-syslinux-4-03-patch but really strange .
I don't know how can I patch ISOLinux.bin ,...

Rich:
Hi Looper
Have you tried adding this to your  syslinux.cfg :

--- Code: ---CONSOLE 0
--- End code ---
as mentioned here:
https://wiki.syslinux.org/wiki/index.php?title=SYSLINUX#CONSOLE_flag_val

Rich:
Hi Looper
Posting the contents of your config file might also be helpful.

Navigation

[0] Message Index

[#] Next page

Go to full version