-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DEV] kernel parameters "console=tty0 console=ttyS0" are not passed to the installed Ubuntu 16.04 LTS node #731
Comments
@pdlun92 FYI |
hi @whowutwut , is @pdlun92 looking into ubuntu 16.04 porting? if yes, you can assign the issue to him |
@neo954 Please verify whether this is a valid bug for Ubuntu 16.04 |
@whowutwut You have done the ubuntu 16.04 installation, did the rcons work well? If kernel parameter console=xx has problem to be passed to kernel, the rcons won't work. |
Working on it. |
Played with Ubuntu 16.04 GA edition on a PowerNV 8335-GTA machine. The kernel command arguments |
I am seeing this problem on x86 KVM guests, the PowerKVM guests seem ok. |
from @ligc , the provision message can be found on console , the reboot messages can not be seen on console |
The workaround is to add "console=tty0 console=ttyS0" into addkcmdline with
then run nodeset/rpower... |
@immarvin Have you verified this workaround? Should it be tty0 or hvc0? |
Even we had a workaround, will take a look this issue deeply in 2.12.1 to see possible fix. |
👍 |
…t passed to the installed Ubuntu 16.04 LTS node xcat2#731
…ed to the installed Ubuntu 16.04 LTS node xcat2#731@github;enable bootup information display on console during ubuntu 16.04 reboot
fixed in #1455 |
…ed to the installed Ubuntu 16.04 LTS node xcat2#731@github;enable bootup information display on console during ubuntu 16.04 reboot
fix [DEV] kernel parameters 'console=tty0 console=ttyS0' are not passed to the installed Ubuntu 16.04 LTS node #731@github
verified the fix on ubuntu 16.04 x86_64 kvm guest |
From @ligc
I am trying the Ubuntu 16.04 pre-GA build with xCAT, and found that the kernel parameters "console=tty0 console=ttyS0" are not passed to the running system, I have to manually edit /etc/default/grub and add the kernel parameters to make the rcons work. You may want to add this into your TODO list for Ubuntu 16.04 support.
The text was updated successfully, but these errors were encountered: