- 8 Posts
- 17 Comments
arsus5478@lemmy.mlOPto Linux@lemmy.ml•what do I need to know before I shrink a LUKS partition to enlarge the boot partition?0·3 days agodebian 13 needs more boot space, my boot partition is too small to complete the upgrade
is gparted better than KDE partition manager? or gnome’s?
or 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•what did I do to my fresh debian 13.0? I can only access the backup install0·3 days agosorry, typed that wrong, debian 12.11
arsus5478@lemmy.mlOPto Linux@lemmy.ml•what did I do to my fresh debian 13.0? I can only access the backup install0·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•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?0·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•what did I do to my fresh debian 13.0? I can only access the backup install0·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•what did I do to my fresh debian 13.0? I can only access the backup install0·3 days agoupgraded from 12.7 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?
kernels now in the computer are linux-image-6.1.0-37-amd64, linux-image-6.1.0-38-amd64, linux-image-6.12.41+deb13-amd64, linux-image-amd64
arsus5478@lemmy.mlOPto Linux@lemmy.ml•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?0·3 days agowould you help the noob here and explain how to do that?
arsus5478@lemmy.mlOPto Linux@lemmy.ml•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?0·4 days agosudo dhclient eth0
you.saved.the.day
thanks!!!
arsus5478@lemmy.mlOPto Linux@lemmy.ml•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?0·4 days agoI used sudo apt update && sudo apt upgrade -y
arsus5478@lemmy.mlOPto Linux@lemmy.ml•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?0·4 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•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?0·4 days agoSorry, corrected it. Results didnt change
still don’t follow: should I shrink instead of resize?