andy-shev/linux

Kernel won't boot

floion opened this issue · 7 comments

Hi guys,
I am using git://github.com/htot/linux.git , branch eds-4.11 which should be pretty much the same kernel as the one from this repo.
However, the kernel won't boot. It just hangs at "Starting kernel ..." forever.
Has anybody seen this with this kernel?
I am currently building this repository here also and giving it a try also
Thanks

Just tried with d88fa47 and I get the same thing

I have

console=ttyMFD2 earlyprintk=ttyMFD2,keep loglevel=4

but there's nothing printed after "Starting kernel ..."

@andy-shev have you ever seen this?

Use: console=tty1 console=ttyS2,115200n8 loglevel=7

Thanks @AurelienBallier , I have eyes now :)
So the tty has changed for this kernel? I was expecting ttyMFD2 to be exposed as the console still. Doesn't matter too much if it is not exposed anymore.
I can now see the subsequent error. Time to fix the fstab

Yes serial interfaces have "standard" names now ttyS0, ttyS1 and ttyS2.

I see, thanks for the info

Thank you @AurelienBallier for taking care about the issue. Closing as invalid based on help given.