I have spent a half hour searching Google for this and I can’t find anything.
Is there a website that covers Grub boot options?
I changed the boot splash and changed splash=verbose and removed quiet from the grub list and it did not give me the expected results. I want the system to boot like I hit Esc on the stock boot splash. However, splash=verbose doesn’t show hardly anything and removing quiet makes everything show up. I am looking for something in the middle.
I was hopping to find a site that deals with just the Grub options and what they are for. Example: quiet, showopts, splash=?, etc.
Basically the look I want is a bootsplash that looks just like it does if you hit Esc during normal boot up. I thought that’s what splash=verbose was for but apparently not. All verbose showed was mounting and umounting drives. I’m looking for the basic OK ] or [failed] lines.
I tried splash=silent, that shows the overlay picture and you have to hit Esc to see the boot messages. I want to just see the boot messages without hitting Esc.
Removing the splash parameter looks exactly like splash=verbose.
I even looked at /usr/src/linux/Documentation/kernel-parameters.txt and splash=?, quiet, and showopts are not even listed as options. Is there maybe a list of secret options, lol.
(Just spent 10 minuets typing out a reply and hit post and it disappeared. Now starting over I guess:’()
I removed splash=silent and its the equivalent of splash=verbose.
I removed quiet and it pukes out every terminal message not just the important stuff and OK ], FAIL].
I have not removed vga because I didn’t think it was relevant.
And I do have a back up of my menu.lst.
I just set splash back to silent and rebooted. When I hit Esc it looks exactly how I want it to but I don’t want to have to hit Esc, I want it just to boot that way.
(Copying message before posting this time :sarcastic:)
- Just saw the [Restore Auto-Saved Content] button. lol
I don’t want to remove the bootsplash completely because I made a cool background for it. I just don’t want the “quiet” bootsplash. I want the nerdy one ;).
Hitting Esc really isn’t a big deal, I just don’t want to and I know its possible because I have seen people do it.
Also I did run mkinitrd and it had no effect. That’s really only relevant when modifying the bootsplash screen I thought.
I just changed it back to the way I had it with splash=verbose and removed quiet.
This is the closest so far to what I am looking for but it would be nicer with just important messages rather then the entire console log. I wonder if SUSE is doing some voodoo with the Esc key to just show important messages. From the reading I have done on this subject tonight it seams that SUSE is one of the only distros that lets you hit Esc during a silent bootsplash.
Edit: Also many server guys are filtering messages during the bootsplash by terminal. Normal boot I think is on tty1 but the logs are on tty7 or something like that. Or maybe its the other way around.
On 2012-05-02 05:46, vdub12 wrote:
>
> Removing the splash parameter looks exactly like splash=verbose.
That’s the one to get the messages, but in 12.1 verbose is very little
verbose. For systemd you also have to add “systemd.log_level=debug
systemd.log_target=kmsg”, and that would be documented in systemd
documentation. Plus, most of the text go to the log, not the display.
> I even looked at /usr/src/linux/Documentation/kernel-parameters.txt and
> splash=?, quiet, and showopts are not even listed as options. Is there
> maybe a list of secret options, lol.
No. Grep the directory, it will be somewhere.
showopts is actually a grub token, not a kernel one
And splash might be a init token, not the kernel.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)
On 2012-05-02 07:36, vdub12 wrote:
>
> loglevel=3 is the one I ended up deciding on. Its really close to just
> hitting Esc on the stock bootsplash.
Interesting. Let me try… Wow! I love it!
There is only one snag: it gets erased when the tty activates. In systemv
mode there was a difference to the definition of that terminal so that it
didn’t erase:
On 2012-05-02 06:16, please try again wrote:
>
> vdub12;2459848 Wrote:
>> _(JUST_SPENT_10_MINUETS_TYPING_OUT_A_REPLY_AND_HIT_POST_AND_IT_DISAPPEARED.NOW_STARTING_OVER_I_GUESS:’()
>>
>
> It’s normal here. … Well, I mean “usual”, not “normal”.
In statistics, normal means that what happens oftener. So yes, it is normal
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)