Skip to content
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

Hide message "GRUB loading." #29

Open
GoogleCodeExporter opened this issue Dec 16, 2015 · 2 comments
Open

Hide message "GRUB loading." #29

GoogleCodeExporter opened this issue Dec 16, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Hello, could change 4 lines, compile and update the application to not display 
the message "GRUB loading." when you start the computer.

"./boot/i386/pc/boot.S" line 382:
OLD -> notification_string: .asciz "GRUB "
NEW -> notification_string: .asciz ""

"./boot/i386/pc/diskboot.S" line 323:
OLD -> notification_string: .asciz "loading"
NEW -> notification_string: .asciz ""

"./boot/i386/pc/diskboot.S" line 325:
OLD -> notification_step: .asciz "."
NEW -> notification_step: .asciz ""

"./boot/i386/pc/diskboot.S" line 326:
OLD -> notification_done: .asciz "\r\n"
NEW -> notification_done: .asciz ""

Thanks. (Sorry my English-Google)

Original issue reported on code.google.com by [email protected] on 3 Jan 2011 at 2:37

@GoogleCodeExporter
Copy link
Author

I cannot find this file in Ubuntu 11.10. Did the name change or am I doing 
something wrong?

Original comment by [email protected] on 20 Jan 2012 at 2:44

@GoogleCodeExporter
Copy link
Author

You can find this files in source code of burg. 

http://code.google.com/p/burg/downloads/detail?name=burg-bzr-1832.zip

After making the changes:
# .configure
# make
# make install

and reinstall burg with burg-install.

Original comment by [email protected] on 20 Jan 2012 at 4:55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant