You are not logged in.

#26 2021-06-07 07:39:47

Oceanarium
Member
Registered: 2021-03-04
Posts: 24

Re: Dropped Into TTY At Boot Immeduately After Changing Kernel

Offline

#27 2021-06-07 07:41:23

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,097

Re: Dropped Into TTY At Boot Immeduately After Changing Kernel

That's either not the correct link or you issued some other command.
It's just an array of numbers

Offline

#28 2021-06-07 07:56:27

Oceanarium
Member
Registered: 2021-03-04
Posts: 24

Re: Dropped Into TTY At Boot Immeduately After Changing Kernel

I triple checked it and ran it just as typed for both 'f:1=<-' and 'f:1=<_'  neither gave me numbers.

The first one gave me the link, the second one gave me an error:

"curl: (26) Failed to open/read local data from file/application"

Offline

#29 2021-06-07 13:14:10

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,097

Re: Dropped Into TTY At Boot Immeduately After Changing Kernel

The link you posted leads to a paste that says

1856921,1731384,1861431,1847248,1871020,1868693,1864685,1623741,1879158,1880943,1620601,1620604,1833353,1836866,1735046,1543785,1888335,1889962,1892759,1893347,1893041,1891347,1891310,1905110,1903521,1903517,1906973,1915168,1917918,1924201,1906181,1915161,1912167,1905614,1903429,1835555,1505478,1894997,1891733,1888263,1850225,1881173,1882014,1879923,1872810,1874343,1836781,1862162,1861559,1835646,1846070,1734042,1841769,1838662,1835425,1494285,1781282,1835789]

which is not the output of

find /etc/systemd -type l -exec test -f {} \; -print

Offline

#30 2021-06-07 17:11:42

Oceanarium
Member
Registered: 2021-03-04
Posts: 24

Re: Dropped Into TTY At Boot Immeduately After Changing Kernel

Well that's not good o:

What is it the output of?

Offline

#31 2021-06-07 18:33:24

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,097

Re: Dropped Into TTY At Boot Immeduately After Changing Kernel

No idea and it doesn't matter. Probably something somebody else posted - I assume you simply typo'd the link.
The find command prints a list of files. Try again and be sure to post the correct link. In very doubt, if you really can't help it, link a photo of the output of the find command.

Offline

#32 2021-06-08 03:57:42

Oceanarium
Member
Registered: 2021-03-04
Posts: 24

Re: Dropped Into TTY At Boot Immeduately After Changing Kernel

Here's a picture of the command and output:

https://pixelfed.kosebamse.com/storage/ … CJtnkC.png

Offline

#33 2021-06-08 06:42:59

loqs
Member
Registered: 2014-03-06
Posts: 18,853

Re: Dropped Into TTY At Boot Immeduately After Changing Kernel

http://ix.io/3p0K with an upper case K

/etc/systemd/user/sockets.target.wants/dirmngr.socket
/etc/systemd/user/sockets.target.wants/gpg-agent.socket
/etc/systemd/user/sockets.target.wants/pipewire.socket
/etc/systemd/user/sockets.target.wants/p11-kit-server.socket
/etc/systemd/user/sockets.target.wants/pulseaudio.socket
/etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket
/etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket
/etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket
/etc/systemd/system/getty.target.wants/getty@tty1.service
/etc/systemd/system/default.target.wants/apl-mpd.service
/etc/systemd/system/multi-user.target.wants/NetworkManager.service
/etc/systemd/system/multi-user.target.wants/rc-local.service
/etc/systemd/system/multi-user.target.wants/dhcpcd.service
/etc/systemd/system/multi-user.target.wants/remote-fs.target
/etc/systemd/system/multi-user.target.wants/sshd.service
/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service
/etc/systemd/system/dbus-org.freedesktop.timesync1.service
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
/etc/systemd/system/display-manager.service
/etc/systemd/system/default.target
/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service

Edit:
Two network management services and the generic display-manager service.

/etc/systemd/system/multi-user.target.wants/NetworkManager.service
/etc/systemd/system/multi-user.target.wants/dhcpcd.service
/etc/systemd/system/display-manager.service

Last edited by loqs (2021-06-08 06:45:41)

Offline

#34 2021-06-08 06:48:32

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,097

Re: Dropped Into TTY At Boot Immeduately After Changing Kernel

file /etc/systemd/system/display-manager.service

And disable the dhcpcd.service.

Offline

#35 2021-06-08 07:09:59

Oceanarium
Member
Registered: 2021-03-04
Posts: 24

Re: Dropped Into TTY At Boot Immeduately After Changing Kernel

Umm can someone explain what the problem is and how to fix it? I don't understand what I'm looking at and what's wrong lol

Offline

#36 2021-06-08 07:16:40

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,097

Re: Dropped Into TTY At Boot Immeduately After Changing Kernel

You've competing network services enabled, that's a problem but not necessarily your immediate one
Look around in https://wiki.archlinux.org/title/Systemd for how to control them

And we need to see what the display-manager.service actually is to go on with "being dropped into TTY"

The foundational problem is that you didn't install archlinux but copy-and-pasted yourself through a scam tutorial. You cannot install archlinux this way.
You can shovel some packages on your disk this way, but "don't understand what [you are] looking at"

Offline

#37 2021-06-08 07:27:36

Oceanarium
Member
Registered: 2021-03-04
Posts: 24

Re: Dropped Into TTY At Boot Immeduately After Changing Kernel

Since I installed it wrong thanks to a guide, should I just start from scratch? Would that be easier? Or should we try to fix it?

Offline

#38 2021-06-08 07:32:21

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,097

Re: Dropped Into TTY At Boot Immeduately After Changing Kernel

If we figure what you screwed up right now, you won't run into that mistake again.

Long term you need to arrive at a state where you know what you're typing into the shell, why and what it does.
How you arrive there is irrelevant, but being forced to think about it -a bit- while working yourself through the actual installation guide gives you a head start.

Offline

Board footer

Powered by FluxBB