Question About R13

This is perhaps a silly question, however, last looked at FreeBSD in 2012 and of course have used it on Macintosh (MacOS) for quite a while. I am currently running Arch Linux and want to take a look at FreeBSD again for the desktop. I can’t seem to find any info on booting silently with a splash screen like Ubuntu starts up or PopOS and have accomplished this on Arch with SystemD -boot and Plymouth. Is there a way to do this on FreeBSD!

Thanks in advance!
Michael
 
What's the easiest way to visually mute the init(8) stage?

It's done by helloSystem, but I can't recall whether it's hacky.

(I don't want to mute it, but I'm curious.)
 
Many versions ago, I used to use splash screen. I liked it. You could make your own graphics.

More recently, I have used boot_mute, which works reasonably well, until something goes wrong during the boot process. And then you are totally blind.

Much as though I like a graphicy experience (if I am physically at the machine), I think it is better not visually suppression the boot process.
 
+1

… something goes wrong during the boot process. And then you are totally blind. …

Without editing any file, it's possible to be temporarily mute-free when you next attempt to boot.

Escape early (before the loader menu), then:
  1. unset boot_mute
  2. key Return or Enter.

There's an intention to make things more user-friendly in this area, but I don't have the bug report handy.
 
Back
Top