You are not logged in.
Hello!
I am trying to load my desktop but I can't. I see only dmesg logs but I can't find any problem there
On screen is everything I see. https://kapitonov.tech/img/1d3ffe393106bd8.png
I tried to plug out my Kingston and a4tech device, couldn't load as well
It happened after I updated my system with
pacman -SyuOffline
There's no error indication in that image.
Try to boot the multi-user.target (2nd link below) and upload a system journal from there.
sudo journalctl -b | curl -F 'file=@-' 0x0.stThen try to isolate the graphical target (also 2nd link below…) and look out for errors.
Online
Then try to isolate the graphical target (also 2nd link below…) and look out for errors.
Sorry, I don't quite understand you.
I chrooted, then I ran
systemctl set-default multi-user.target
sudo journalctl -b | curl -F 'file=@-' 0x0.stI've got
http://0x0.st/oeXP.txt .
After that I tried to isolate but I occurred some error here
Running in chroot, ignoring command 'isolate'Last edited by heyslava (2022-07-31 07:26:37)
Offline
https://wiki.archlinux.org/title/System … ent_target
I chrooted, then I ran
That's useless, we need the journal of the boot where you can't "load my desktop" and the idea was to attempt to boot the installed system using the kernel parameter in https://wiki.archlinux.org/title/System … _boot_into
Online
How can I do it?
I see only that image (from the link) and there are not changes that's why I chrooted
Offline
Online
I have same problem. I tried to install lts kernel and its booted.
Offline
I have same problem. I tried to install lts kernel and its booted.
Can you please explain it a bit?
Offline
It's *IMPOSSIBLE* for CalebCintary to determine whether he's got the "same problem" since there's no indication whatsoever what your problem might be.
Don't grasp for straws, produce the system journal of a failing boot, then we'll see what your problem actually is.
Since you've an nvidia chip and don't know what kernel parameters are, you're probably not setting "ibt=off"?
Online
Don't grasp for straws, produce the system journal of a failing boot, then we'll see what your problem actually is.
I've read your link above. It says Press e when the menu shows up and add them on the linux line but I do not have menu. I changed my grub config and ran
grub-mkconfig -o /boot/grub/grub.cfgbut I met some error: line 262: /boot/grub/grub.cfg.new: No such file or directory
I do it with arch-chroot otherwise I see only that screen and blinking cursor. This is the reason why I cannot satisfy your suggestion and can't give any additional info.
Last edited by heyslava (2022-07-31 13:40:14)
Offline
Did you chrrot into the system and mount the /boot partition before that?
Are you using grub to being with?
How did you install archlinux?
Online
Yes, I did
Yes, I use grub. I have already changed grubconfig to hide menu on the start few months ago
I followed the official guide
Offline
Did you run the command as root?
Is the /boot partition mounted rw?
Can you
touch /boot/foo
touch /boot/grub/bar?
Online
Yes, I am root
Honestly, I do not know how to answer. I run mount /dev/sda1 /mnt and mount /dev/sda2 /mnt/boot
I can create your first file, but I can't second because I do not have this folder. I installed my loader into /boot/EFI
Offline
What is inside the /boot directory?
What is inside the /boot directory if you umount /dev/sda2?
What's the output of "lsblk -f"?
Get us a system journal of the installed system from the install iso (chroot and "… -b -1" or https://wiki.archlinux.org/title/System … al_to_view )
Online
If your hardware features an AMD CPU you may want to have a look at https://bbs.archlinux.org/viewtopic.php?id=278535.
The solution would be to either downgrade linux to 5.18.14 or use the kernel command line parameter mentioned in that thread.
Offline