Does grub2 log messages to a log file?

2009-12-09 Thread Dr. Dov Bulka
There are dprintf statements in the code that look like they log messages somewhere. How can I retrieve those messages? Do they go to a file? On a related note, is there a way for another entity (say another Virtual Machine is ESX environment), to monitor the progress of the bootloader? (If

Re: Does grub2 log messages to a log file?

2009-12-09 Thread Felix Zielcke
Am Mittwoch, den 09.12.2009, 16:37 -0800 schrieb Dr. Dov Bulka: There are dprintf statements in the code that look like they log messages somewhere. How can I retrieve those messages? Do they go to a file? set debug=all or set debug=channel1,channel2 enables them. channel is first argument to