Tiny Core Base > TCB Talk

hiding grub message

<< < (2/3) > >>

^thehatsrule^:
If there are no config options, there may be compile time options.  Otherwise, editing the source could be a way.  An alternative would be to try another bootloader.

Sensui666:
I got it done... Silent Grub

[removed]

Just copy package content files to /boot/grub/

and re-install grub, like
$ sudo grub
> root (hd0,0)
> setup (hd0)
>quit

Remember to add kernel boot options also: quiet loglevel=0


BBye

^thehatsrule^:
Mind posting what you did to get that?

Alhough, I guess there would be some source package on your site?

Sensui666:
This is something I did some time ago for my board demos...

To get that I edited Stage2.c from Grub sources and recompiled it...

Im sorry I dont have the edited sources anymore, I just kept what I needed to achieve it... But I can tell you it was really simple change like some grub_printf routine.

^thehatsrule^:
If it wasn't obvious, the sources need to be provided as well... so it's pulled for now.

Here's a link that might be helpful though: http://www.mail-archive.com/bug-grub@gnu.org/msg10567.html

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version