:: Re: [DNG] Gnuinos Beowulf
トップ ページ
このメッセージを削除
このメッセージに返信
著者: . fsmithred
日付:  
To: dng
題目: Re: [DNG] Gnuinos Beowulf
On 10/19/19, Aitor <aitor_czr@???> wrote:

> At some point, the boot process waits for something. Pressing
> Ctrl+Alt+F4 the boot process went ahead
> ending up at a prompt.


If openssh-server is installed, it's waiting for entropy. Install
haveged and make sure it's running before ssh. I made a modified
live-config script for ssh for this purpose. I'll send it to you if
you need it.

> Startx didn't work.


If you're running without a display manager you need to either install
elogind and libpam-elogind or you need to install xserver-xorg-legacy
and add a line to /etc/X11/Xwrapper.config:
needs_root_rights=yes


fsmithred