Gentoo Archives: gentoo-user

From: tedheadster <tedheadster@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Hangs at "Run /init as init process"
Date: Sat, 13 Jun 2020 10:24:19
Message-Id: CAP8WD_bx+6Pc-6xVGgN9gxNPj=RB8-uS+7HK=UjVcaUJs+QpmA@mail.gmail.com
In Reply to: [gentoo-user] Hangs at "Run /init as init process" by Mark Knecht
1 You might verify what kind of console your VM is using. Is it VGA or
2 serial? You can tell it to print boot messages early:
3
4 earlyprintk=vga
5 or
6 earlyprintk=ttyS0,115200n8
7
8 - Matthew