- 14 Posts
- 13 Comments
arsus5478@lemmy.mlOPto Linux@lemmy.ml•what do I need to know before I shrink a LUKS partition to enlarge the boot partition?1·21 days agostill don’t follow: should I shrink instead of resize?
arsus5478@lemmy.mlOPto Linux@lemmy.ml•what do I need to know before I shrink a LUKS partition to enlarge the boot partition?3·21 days agodebian 13 needs more boot space, my boot partition is too small to complete the upgrade
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] what did I do to debian 13.0? I can only access the backup install11·21 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·21 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] what did I do to debian 13.0? I can only access the backup install2·21 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·21 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?3·21 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?2·22 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?2·22 days agoSorry, corrected it. Results didnt change
holy crap you’re fast