this post was submitted on 26 May 2024
26 points (96.4% liked)

Linux

45457 readers
1405 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

upgrading xubuntu 23.10 to 24.04.

I purged a broken package that was blocking upgrades with sudo dpkg -P libfreerdp2-2 and immediately afterwards I executed sudo apt get upgrade. It unleashed a list of 96 packages to upgrade totaling 900 MB of data.

However, if I press yes on ‘do you want to continue?’ ~~wlan is off~~ wlan is on, nmtui clearly shows it activated, but each time I try upgrading, updating, autoremoving, or install --fix-missing I get:

E: failed to fetch http… initramfs-tools-core… could not connect to 127.0.0.1, connection refused.

(I can write the whole address if you need it)

Some other contributors suggest I use a live usb, not installing the OS but using the live usb with working wlan to complete the installation, but this seems to be more complicated than working directly from initramfs.

all 12 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 1 month ago (2 children)

Some other contributors suggest I use a live usb, not installing the OS but using the live usb with working wlan to complete the installation, but this seems to be more complicated than working directly from initramfs.

My suggestion was to use live usb to find your /home files. Indeed using live usb and then using chroot to complete the upgrade from 23.10 to 24.04 is maybe more difficult (As /dev and /proc and /sys need to get mounted with the chroot). If I were you I would first find your /home files and make a backup and after that proceed with upgrading.

[–] [email protected] 3 points 1 month ago

yes, do this.

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago) (1 children)

hi, thanks for your input.

Small breakthrough: I booted the system without problems to tty1 (I believe this is called single user mode), logged in as an old user and now I can see all my data, logged in as old me. Do you still recommend to backup from live usb and upgrade from there?

NMTUI shows that wlan works

[–] [email protected] 2 points 1 month ago

Small breakthrough: I booted the system without problems to tty1 (I believe this is called single user mode), logged in as an old user and now I can see all my data, logged in as old me.

Nice.

Do you still recommend to backup from live usb and upgrade from there?

I would backup from live usb and then when that is done stop using the live usb, reboot and try to upgrade via the recovery mode.

[–] [email protected] 4 points 1 month ago (1 children)

i think you have to start the service that configures your network. maybe you have to load the kernel module for the wifi adapter before that, idk.

however, it's weird you have to do this from initramfs . why doesn't it boot further?

also, shouldn't there be the old kernel and old initramfs from before the upgrade still available in your boot manager to choose somehow after the BIOS is done?

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago) (1 children)

Small breakthrough: I booted the system without problems to tty1 (I believe this is called single user mode), logged in as an old user and now I can see all my data, logged in as old me. Do you still recommend to backup from live usb and upgrade from there?

NMTUI shows that wlan works

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

me? i didn't recommend that. if you have your wifi, you could update now. however, if you don't have a backup yet, you should 100% make one. i always make fresh backups before a dist upgrade. (everyone hates the way I'm doing it, but it works really well. i just tar every important fs with --one-file-system on a 1TB USB stick. if they don't break at writing, they will be able to store the data much longer than i would need.) meaning, in your situation I would already have one and it sounds like you forgot that step, but idk.

[–] [email protected] 4 points 1 month ago

Using a live usb is the correct answer since compiling a custom initramfs would require one anyway and just add more steps... Not sure what gives you the impression using a liveusb is "more complicated" but its not.

[–] [email protected] 2 points 1 month ago

Isn't it easier if you clean install instead of upgrade?

That's the main issue that make me dislike apt and like pacman so much. Apt always (with me) mess the system when upgrading from a version to another.

[–] [email protected] 1 points 1 month ago

It will take a bunch of work to do what you’re asking.

You will have an easier time booting a usb and doing chroot and fixing it that way.

[–] [email protected] 1 points 1 month ago

easiest thing to do would be to get a usb to ethernet dongle and just do it normally. otherwise you need to do wpa_supplicant. see here: https://www.marcfargas.com/2017/12/enable-wireless-networks-in-debian-initramfs/

however im confused as you cannot use apt from the initramfs console. will your system actually boot into linux or are you being dropped to the recovery console?