<br><br><div class="gmail_quote">On 5 December 2011 08:04, Mark Summerfield <span dir="ltr"><<a href="mailto:mark@qtrac.eu">mark@qtrac.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
Twice in the past week my computer has failed to boot first time. Seems<br>
to go wrong when doing USB-related stuff.<br>
<br>
I reset it and so far it has always booted second time. But when I do<br>
dmesg I get the message for the boot I've just done, not the failure<br>
boot, so I can't tell you why it failed! Is it possible to get the<br>
previous boot message?<br>
<br>
Thanks!</blockquote><div><br>If you're using a distribution that sets a booting script (e.g. Ubuntu, Fedora) disable that (remove splash from line in grub, I think) and also remove the quiet option while you're at it. <br>
If the machine is rebooting straight away after a panic, set panic=30 as a boot option. <br>You may also get more information if you put debug as an option. <br>Try these options by edit the config in grub at boot time first to make sure they don't stop the system booting completely. If that works ok make them a perminant changes in grub. e.g for Ubuntu:<br>
<br>Edit /etc/default/grub<br><pre><code>GRUB_CMDLINE_LINUX_DEFAULT="panic=30 debug"</code></pre># sudo update-grub<br><br><br></div></div>