openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #20605
Re: console.log is empty, what to do?
2013/2/1 JuanFra Rodriguez Cardoso <juanfra.rodriguez.cardoso@xxxxxxxxx>:
> Hi all again:
>
> Finally I got dump logs to file 'console.log'.
> It needed to add 'console=tty0 console=ttyS0,115200' to kernel line in
> /etc/grub.conf.
>
Hi JuanFra,
Thanks for this hint. I was facing the same issue and this solves it :-)
I've tested it on a Debian wheezy image with grub2, so there is a
slight difference:
Line:
GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200"
File:
/etc/default/grub
# update-grub
And console.log appears in next boot
Regards
Alberto
References