You are not logged in.
Pages: 1
Failed to start record system boot/shutdown in UTMP.
Failed ti start Load/Save random seed.
No words... Can I repair It with a live iso?
Last edited by Archytino (2021-11-03 21:50:21)
Offline
First, remove the oversized image: http://wiki.archlinux.org/index.php/Cod … s_and_code
Then, read your journal and determine what, exactly, is broken: it looks like it is your graphical target.
Offline
First, remove the oversized image: http://wiki.archlinux.org/index.php/Cod … s_and_code
Then, read your journal and determine what, exactly, is broken: it looks like it is your graphical target.
Sorry, I remove the image (I am without PC). How I can read my journal?
Offline
If you can't switch to a TTY, chroot from the live media.
Offline
You already know as you suggested it in your first post: boot into a live iso in the worst case.
However, first, just try changing to another tty (Ctrl-Alt-F2 or Ctrl-Alt-F3) as the system booted, your GUI simply didn't start. What WM/DE do you run, and what DE do you use?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
If you can't switch to a TTY, chroot from the live media.
I Press ctrl+alt+f2, I log in and I give journalctl -m, buy there are and infinity Lines to read...
Offline
systemctl --failedTo see what has failed.
Offline
You already know as you suggested it in your first post: boot into a live iso in the worst case.
However, first, just try changing to another tty (Ctrl-Alt-F2 or Ctrl-Alt-F3) as the system booted, your GUI simply didn't start. What WM/DE do you run, and what DE do you use?
I'm using KDE on wayland
Offline
systemctl --failedTo see what has failed.
System-backlight@backlight:acpi_video0.service
System-random-seed.service
System-update-utmo.service
Offline
If I try to install a new kernel, the system give an error "no empty space" 38584 necessary block 16 free, but my SSD Is free
Last edited by Archytino (2021-11-03 22:10:49)
Offline
(sudo journalctl -b; lsblk -f) | curl -F 'f:1=<-' ix.ioOnline
How is Wayland started?
Please post the output of the following as well as the contents of /var/log/pacman.log for the failed update
df -hOffline
(sudo journalctl -b; lsblk -f) | curl -F 'f:1=<-' ix.io
curl: (6) could not resolve host: ix.io
Offline
So you've no network either…
Boot the insntallation iso, arch-chroot into the system and post the info from there, but before:
uname -a
ls /lib/modulesOnline
At a guess there was not enough diskspace on /boot the kernel image and initrd were not updated so the modules no longer load meaning no GPU or networking.
Offline
How is Wayland started?
Please post the output of the following as well as the contents of /var/log/pacman.log for the failed updatedf -h
https://i.imgur.com/xVzuOnO.png
moderator edit -- replaced oversized image with link.
Pasting pictures and code
Last edited by 2ManyDogs (2021-11-03 22:25:12)
Offline
/dev/nvme0n1p2 238G 237G 64K 100% /Full / so where did all that space go. Need to create some free to perform a system update.
# du -hs /*Last edited by loqs (2021-11-03 22:27:45)
Offline
So you've no network either…
Boot the insntallation iso, arch-chroot into the system and post the info from there, but before:uname -a ls /lib/modules
5.14.15-zen1-1-zen
Offline
/dev/nvme0n1p2 238G 237G 64K 100% /Full / so where did all that space go. Need to create some free to perform a system update.
# du -hs /*
How It Is possibile? I think that I must do a new installation
Offline
How It Is possibile? I think that I must do a new installation
If you wipe the current installation how will you find out where the space went or prevent a repeat on the fresh install?
Offline
Archytino wrote:How It Is possibile? I think that I must do a new installation
If you wipe the current installation how will you find out where the space went or prevent a repeat on the fresh install?
Buy I try to chroot with a live iso, but there Is no space. I try to remove kernel for reinstall It, but there Is still no space
Offline
See the command I posted in post #17 to see how much space each directory is using.
Offline
Buy I try to chroot with a live iso...
Forget the chroot for now, just mount to root partition somewhere (like /mnt) and explore what's there and remove anything that shouldn't be there. Once that is done the chroot will work again (and there's a fair chance that *everything* will work then if this is the root cause of the problems).
Last edited by Trilby (2021-11-04 00:36:32)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Pages: 1