- 7 Posts
- 18 Comments
arsus5478@lemmy.mlOPto Linux@lemmy.ml•what do I need to know before I shrink a LUKS partition to enlarge the boot partition?4·3 days agodebian 13 needs more boot space, my boot partition is too small to complete the upgrade
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] is this not enough boot space on debian 13?1·3 days agois gparted better than KDE partition manager? or gnome’s?
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] is this not enough boot space on debian 13?1·3 days agoor offline partition shrinking, moving after a data backup if you have personal files you care about
what you are saying is: copy all your data to another drive, expand the boot partition shrinking the main storage drive and then copying back?
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] while upgrading from debian 12.11 to 13.0 errors were encountered while processing: plymouth, plymouth-label and initramfs-tools, how do I solve this?1·3 days agojust to avoid misunderstandings, I assume the final >french accent lemmy wont show< in your code is lemmy code and you forgot to type the >french accent lemmy wont show< at the beginning of the command, right? because the one without the >french accent lemmy wont show< returns
-bash: update-initramfs: command not found
incidentally, another member suggested I run
sudo dpkg-reconfigure initramfs-tools
it returns:
update-initramfs: deferring update (trigger activated) Processing triggers for initramfs-tools (0.148.3) ... update-initramfs: Generating /boot/initrd.img-6.12.41+deb13-amd64 zstd: error 70 : Write error : cannot write block : No space left on device E: mkinitramfs failure cpio 141 E: mkinitramfs failure zstd -q -9 -T0 70 update-initramfs: failed for /boot/initrd.img-6.12.41+deb13-amd64 with 1. dpkg: error processing package initramfs-tools (--configure): installed initramfs-tools package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: initramfs-tools
but this is something I don’t understand. I deleted 6 old kernels already. There are only 3 left.
After checking KDE Partition Manager for /boot and /boot/efi both have free space left:
/boot size: 488 MiB
/boot used: 396.26 MiB
/boot/efi size: 512 MiB
/boot/efi used: 10.52 MiB
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] what did I do to debian 13.0? I can only access the backup install11·3 days agosorry, typed that wrong, debian 12.11
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] what did I do to debian 13.0? I can only access the backup install1·3 days agoI listed all installed kernels:
dpkg -l | grep linux-image | awk ‘{print$2}’
then removed several old kernels:
sudo apt remove --purge linux-image-XXX
then updated grub:
sudo update-grub2
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] while upgrading from debian 12.11 to 13.0 errors were encountered while processing: plymouth, plymouth-label and initramfs-tools, how do I solve this?2·3 days agothanks. I did all that. Is it safe to reboot? don’t want to ruin the machine
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] what did I do to debian 13.0? I can only access the backup install2·3 days agoif by fresh install you mean nuking the old partitions and installing brand new 13.0 from an usb stick no, this is not a fresh install, fresh as in just now installed
I am running trixie
in /etc/apt/sources.list.d there is only one txt file named debian.sources, as explained in debian’s instructions page. Is that wyat you mean?
I also updated grub after freeing some boot space: sudo update-grub2
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] what did I do to debian 13.0? I can only access the backup install2·3 days agoupgraded from 12.11 to 13.0. I just deleted some old kernels and freed some space in the boot partition. Could this be the reason? not enough free boot space?
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] while upgrading from debian 12.11 to 13.0 errors were encountered while processing: plymouth, plymouth-label and initramfs-tools, how do I solve this?4·3 days agowould you help the noob here and explain how to do that?
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] Upgraded to debian 13.0 from 12.11 and now unit NetworkManager.service could not be found. How do I install a network manager now?3·3 days agosudo dhclient eth0
you.saved.the.day
thanks!!!
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] Upgraded to debian 13.0 from 12.11 and now unit NetworkManager.service could not be found. How do I install a network manager now?1·3 days agoI used sudo apt update && sudo apt upgrade -y
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] Upgraded to debian 13.0 from 12.11 and now unit NetworkManager.service could not be found. How do I install a network manager now?2·3 days agonmcli returns command not found
sudo systemctl status NetworkManager.service returns: unit NetworkManager.service could not be found.
Seems I dont have that one either
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] Upgraded to debian 13.0 from 12.11 and now unit NetworkManager.service could not be found. How do I install a network manager now?3·3 days agoSorry, corrected it. Results didnt change
still don’t follow: should I shrink instead of resize?