public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] getnoo system freeze at boot on - mounting misc binary format filesystem
@ 2021-01-24 23:11 thelma
  2021-01-24 23:47 ` thelma
  0 siblings, 1 reply; 3+ messages in thread
From: thelma @ 2021-01-24 23:11 UTC (permalink / raw
  To: Gentoo mailing list

New installation.
When I boot system freeze after:
mounting misc binary format filesystem   ..... [OK]

I run fsck.ext4 on all partitions.  I can login to the system via ssh 

dmesg doesn't show any errors:

[    2.361518] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  455.45.01  Thu Nov  5 22:55:44 UTC 2020
[    2.364037] [drm] [nvidia-drm] [GPU ID 0x00000800] Loading driver
[    2.364038] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:08:00.0 on minor 0
[    2.455612] nvidia-smi (787) used greatest stack depth: 12592 bytes left
[    2.546763] EXT4-fs (nvme0n1p4): re-mounted. Opts: (null)
[    2.583028] Adding 524284k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:524284k SS
[    2.605406] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
[    2.672221] elogind-daemon[1307]: New seat seat0.
[    2.672613] elogind-daemon[1307]: Watching system buttons on /dev/input/event1 (Power Button)
[    2.672639] elogind-daemon[1307]: Watching system buttons on /dev/input/event0 (Power Button)
[    2.728216] ip (1443) used greatest stack depth: 12320 bytes left
[    2.735102] elogind-daemon[1307]: Watching system buttons on /dev/input/event13 (Logitech USB Keyboard)
[    2.735154] elogind-daemon[1307]: Watching system buttons on /dev/input/event14 (Logitech USB Keyboard)
[    2.931612] ip (1734) used greatest stack depth: 12264 bytes left
[    5.916664] igb 0000:04:00.0 enp4s0: igb: enp4s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[    6.018743] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[   13.654042] random: crng init done
[   13.654044] random: 7 urandom warning(s) missed due to ratelimiting
[   37.712659] elogind-daemon[1307]: New session 1 of user root.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] getnoo system freeze at boot on - mounting misc binary format filesystem
  2021-01-24 23:11 [gentoo-user] getnoo system freeze at boot on - mounting misc binary format filesystem thelma
@ 2021-01-24 23:47 ` thelma
  2021-01-25  8:03   ` Neil Bothwick
  0 siblings, 1 reply; 3+ messages in thread
From: thelma @ 2021-01-24 23:47 UTC (permalink / raw
  To: gentoo-user

On 1/24/21 4:11 PM, thelma@sys-concept.com wrote:
> New installation.
> When I boot system freeze after:
> mounting misc binary format filesystem   ..... [OK]
> 
> I run fsck.ext4 on all partitions.  I can login to the system via ssh 
> 
> dmesg doesn't show any errors:
> 
> [    2.361518] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  455.45.01  Thu Nov  5 22:55:44 UTC 2020
> [    2.364037] [drm] [nvidia-drm] [GPU ID 0x00000800] Loading driver
> [    2.364038] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:08:00.0 on minor 0
> [    2.455612] nvidia-smi (787) used greatest stack depth: 12592 bytes left
> [    2.546763] EXT4-fs (nvme0n1p4): re-mounted. Opts: (null)
> [    2.583028] Adding 524284k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:524284k SS
> [    2.605406] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
> [    2.672221] elogind-daemon[1307]: New seat seat0.
> [    2.672613] elogind-daemon[1307]: Watching system buttons on /dev/input/event1 (Power Button)
> [    2.672639] elogind-daemon[1307]: Watching system buttons on /dev/input/event0 (Power Button)
> [    2.728216] ip (1443) used greatest stack depth: 12320 bytes left
> [    2.735102] elogind-daemon[1307]: Watching system buttons on /dev/input/event13 (Logitech USB Keyboard)
> [    2.735154] elogind-daemon[1307]: Watching system buttons on /dev/input/event14 (Logitech USB Keyboard)
> [    2.931612] ip (1734) used greatest stack depth: 12264 bytes left
> [    5.916664] igb 0000:04:00.0 enp4s0: igb: enp4s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
> [    6.018743] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
> [   13.654042] random: crng init done
> [   13.654044] random: 7 urandom warning(s) missed due to ratelimiting
> [   37.712659] elogind-daemon[1307]: New session 1 of user root.


It has something to do with EFI.  
I did not configure the system to use EFI with grub.  When the system boots the fonts on the screen are large.  It display on the screen everything up the point:
...
mounting misc binary format filesystem   ..... [OK]

at this point the fonts are changed and the screen is not not displaying anything it looks like it is frozen and the is no "login" prompt.
When I enable XDM the boot login shows up and I can long-in via "slim" login manager.

In make.conf:
...
INPUT_DEVICES="evdev"
VIDEO_CARDS="nvidia"
 
Does it have something to do with "x11-base/xorg-server"  or "nvidia" driver?
How to configure the system so it will display/switch the fonts during boot on the screen?


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] getnoo system freeze at boot on - mounting misc binary format filesystem
  2021-01-24 23:47 ` thelma
@ 2021-01-25  8:03   ` Neil Bothwick
  0 siblings, 0 replies; 3+ messages in thread
From: Neil Bothwick @ 2021-01-25  8:03 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1427 bytes --]

On Sun, 24 Jan 2021 16:47:03 -0700, thelma@sys-concept.com wrote:

> > [    5.916664] igb 0000:04:00.0 enp4s0: igb: enp4s0 NIC Link is Up
> > 1000 Mbps Full Duplex, Flow Control: RX/TX [    6.018743] IPv6:
> > ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready [   13.654042]
> > random: crng init done [   13.654044] random: 7 urandom warning(s)
> > missed due to ratelimiting [   37.712659] elogind-daemon[1307]: New
> > session 1 of user root.  
> 
> 
> It has something to do with EFI.  

These are kernel messages, which means the bootloader has loaded the
kernel and got out of the way, so it is highly unlikely it is anything to
do with EFI.

> I did not configure the system to use EFI with grub.

You did, check the GRUB_PLATFORMS flag for grub.

> When the system
> boots the fonts on the screen are large.  It display on the screen
> everything up the point: ... mounting misc binary format filesystem
> ..... [OK]

This sounds like kernel modesetting kicking in, you can turn this off in
your kernel options. I think it is nomodesetting, but that's from
unreliable memory so check the docs.


-- 
Neil Bothwick

I have seen things you lusers would not believe.
I've seen Sun monitors on fire off the side of the multimedia lab.
I've seen NTU lights glitter in the dark near the Mail Gate.
All these things will be lost in time, like the root partition last
week. Time to die.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-25  8:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-24 23:11 [gentoo-user] getnoo system freeze at boot on - mounting misc binary format filesystem thelma
2021-01-24 23:47 ` thelma
2021-01-25  8:03   ` Neil Bothwick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox