You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 issue reported on code.google.com by
[email protected]
on 3 Jan 2011 at 2:37The text was updated successfully, but these errors were encountered: