Updating OS system to 'Trixie'

Hello, I’m testing updating the OS system to Trixie from Bookworm for AMD_x64. from a fresh usb install.

The fallowing code is what is used to update the OS behind Umbrel.
First, set root password (from login: umbrel password: umbrel )

sudo passwd rood
 sudo apt update
    sudo apt full-upgrade
    sudo apt clean
    sudo apt autoremove
    sudo sed -i 's/bookworm/trixie/g' /etc/apt/sources.list
    sudo find /etc/apt/sources.list.d -type f -exec sed -i 's/bookworm/trixie/g' {} \;
    sudo apt update
    sudo apt full-upgrade -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" --purge --auto-remove
   

 sudo reboot

then verify update:


cat /etc/debian_version
uname -r

Then Clean Up apt system before you install anything (!!! IMPORTANT !!!)

sudo apt --purge autoremove
    sudo apt autoclean

Then login as user: root and the password you set.
Then set umbrel’s password

passwd umbrel 
1 Like

I type-od the change password line and I can’t edit this post.

should be

sudo passwd root

But I made a github for this and other patches and mods for Umbrel If you just want to execute it as a batch file