rerwidn@sh.itjust.works to Linux@lemmy.mlEnglish · edit-22 days ago...message-squaremessage-square10fedilinkarrow-up112arrow-down14file-text
arrow-up18arrow-down1message-square...rerwidn@sh.itjust.works to Linux@lemmy.mlEnglish · edit-22 days agomessage-square10fedilinkfile-text
minus-squarejust_another_person@lemmy.worldlinkfedilinkarrow-up3arrow-down1·edit-24 days agoYou should have the ability to boot back into the previously installed kernel version from Grub. Is that an option? See if this is available: https://askubuntu.com/questions/1512466/is-that-possible-to-repair-a-broken-24-04-installation
minus-squareMaiq@lemy.lollinkfedilinkarrow-up2·edit-24 days agoHave you tried making sure network manager is enabled and started? sudo systemctl enable NetworkManager sudo systemctl start NetworkManager From a live USB do you have networking?
minus-squareMaiq@lemy.lollinkfedilinkarrow-up2·edit-24 days agoDoes ethernet work? Did you chroot and reupdate? You might want to reuse timeshift to roll back before doing so. Could also try going back a couple timeshifts ago.
minus-squareMaiq@lemy.lollinkfedilinkarrow-up2·4 days agoYes try to do that first. First research how to restore from timeshift backup so you do it properly.
minus-squareMaiq@lemy.lollinkfedilinkarrow-up3·edit-24 days agoI haven’t used timeshift in at least three years so Im going to give you this instead of relying on my possibly faulty memory. https://itsfoss.com/backup-restore-linux-timeshift/ Command line instructions https://dev.to/rahedmir/how-to-use-timeshift-from-command-line-in-linux-1l9b
minus-squareMaiq@lemy.lollinkfedilinkarrow-up1·4 days agoHay if the restore works might hold off on doing an update for a few days just too see if kubuntu had pushed a bad update. If they did they did they should fix it pretty quickly when they get a bunch of people with broken systems.
minus-squaresuoko@feddit.itlinkfedilinkarrow-up1·4 days agoChroot and fix broken packages, you can try apt or aptitude. Chroot: boot from live and mount the hard disk
You should have the ability to boot back into the previously installed kernel version from Grub. Is that an option?
See if this is available: https://askubuntu.com/questions/1512466/is-that-possible-to-repair-a-broken-24-04-installation
deleted by creator
Have you tried making sure network manager is enabled and started?
sudo systemctl enable NetworkManager
sudo systemctl start NetworkManager
From a live USB do you have networking?
deleted by creator
Does ethernet work?
Did you chroot and reupdate? You might want to reuse timeshift to roll back before doing so.
Could also try going back a couple timeshifts ago.
deleted by creator
Yes try to do that first. First research how to restore from timeshift backup so you do it properly.
deleted by creator
I haven’t used timeshift in at least three years so Im going to give you this instead of relying on my possibly faulty memory.
https://itsfoss.com/backup-restore-linux-timeshift/
Command line instructions
https://dev.to/rahedmir/how-to-use-timeshift-from-command-line-in-linux-1l9b
Hay if the restore works might hold off on doing an update for a few days just too see if kubuntu had pushed a bad update. If they did they did they should fix it pretty quickly when they get a bunch of people with broken systems.
Chroot and fix broken packages, you can try apt or aptitude. Chroot: boot from live and mount the hard disk