2010-12-20 19:29:15 |
Carlos S C |
bug |
|
|
added bug |
2010-12-20 19:30:01 |
Carlos S C |
description |
Hello, could change 2 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 "
Thanks. (Sorry my English-Google) |
Hello, could change 2 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 ""
Thanks. (Sorry my English-Google)
NEW -> notification_string:. asciz "
|
|
2010-12-20 19:30:13 |
Carlos S C |
description |
Hello, could change 2 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 ""
Thanks. (Sorry my English-Google)
NEW -> notification_string:. asciz "
|
Hello, could change 2 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 ""
Thanks. (Sorry my English-Google) |
|
2010-12-20 19:31:12 |
Carlos S C |
description |
Hello, could change 2 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 ""
Thanks. (Sorry my English-Google) |
Hello, could change 2 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 ""
Thanks. (Sorry my English-Google)
|
|
2010-12-20 20:42:48 |
Carlos S C |
description |
Hello, could change 2 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 ""
Thanks. (Sorry my English-Google)
|
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)
|
|
2011-12-03 08:45:50 |
Mantas Kriaučiūnas |
bug |
|
|
added subscriber Mantas Kriaučiūnas |
2012-03-27 09:12:01 |
Lewis Goddard |
description |
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)
|
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/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) |
|
2012-03-27 16:42:23 |
Carlos S C |
description |
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/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) |
The files boot.S and diskboot.S are in source code. (Check http://bazaar.launchpad.net/~n-muench/burg/burg2/files/head:/boot/i386/pc/)
You can download source code in http://code.google.com/p/burg/downloads/detail?name=burg-bzr-1832.zip
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/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) |
|
2014-07-20 20:57:35 |
PerfectCarl |
bug watch added |
|
https://code.google.com/p/burg/issues/detail?id=29 |
|