-
Notifications
You must be signed in to change notification settings - Fork 48
Not booting quietly #39
< 8000 div class="gh-header-actions mt-0 mb-3 mb-md-2 ml-1 flex-md-order-1 flex-shrink-0 d-flex flex-items-center gap-1">New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
yes, I have also a bunch of
appearing upon boot. There are several windows partitions (for recoveries, etc.) that I presume are parsed. I do not see the point of these messages though. |
This message says that some block device type was not recognized. This block device might contain the root filesystem user intends to mount. If booster unable to detect rootfs then the user should know why. From other side I agree that it can be a bit annoying to print it for every unrecognized block device (e.g. like in case of ntfs). So what I can do is to introduce 3 levels of messages:
And then turn this Yay or nay? |
Sounds fine to me. |
it is ok I guess, but coming from |
Introduce 3 levels of verbosity: debug, warning and severe. By default 'warning' level is used and shows some suspicious moments found by booster (e.g. a block partition with unknown filesystem). A user can either increase verbosity with `booster.debug` boot param, or decrease verbosity with `quiet` param. Closes #39
Alright, the fix has been pushed to master. Now booster respects Please take a look and let me know if you see any issues with it. |
Now it boots almost quietly, just prints capital G with a cursor. Can it be hid? |
I use I checked Are you sure that it comes from booster? Can anyone else confirm it? |
Can it be part of console.go:118 ? |
Do y
8000
ou have |
Yes, I do |
I see the issue with |
Thank you @eugene55. The problem was the console escape sequence indeed. Hopefully it is fixed now. |
Despite having
quiet
in my kernel command line I get the following message twice during boot:Both are due to ntfs partitions (which booster does not support), but these messages should not be shown when booting quietly anyway.
The text was updated successfully, but these errors were encountered: