Hide message "GRUB loading."
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
burg |
New
|
Undecided
|
Unassigned |
Bug Description
The files boot.S and diskboot.S are in source code. (Check http://
You can download source code in http://
While the "GRUB Loading" message is still in affect, the following fix no longer works. The /boot/i386/ directory no longer exists.
Hello, could change 4 lines, compile and update the application to not display the message "GRUB loading." when you start the computer.
"./boot/
OLD -> notification_
NEW -> notification_
"./boot/
OLD -> notification_
NEW -> notification_
"./boot/
OLD -> notification_step: .asciz "."
NEW -> notification_step: .asciz ""
"./boot/
OLD -> notification_done: .asciz "\r\n"
NEW -> notification_done: .asciz ""
Thanks. (Sorry my English-Google)
description: | updated |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
I think too that the message "burg loading" is not aesthetically pleasing and feels like a debug notice.
Could you hide it by default or provide a setting to do so?