|
814 | 814 | </span> |
815 | 815 | </a> |
816 | 816 |
|
817 | | -</li> |
818 | | - |
819 | | - <li class="md-nav__item"> |
820 | | - <a href="#can-i-upgrade-my-userspace-flavor-like-bullseye-to-bookworm-or-jammy-to-noble" class="md-nav__link"> |
| 817 | + <nav class="md-nav" aria-label="Can I upgrade to a new Armbian release?"> |
| 818 | + <ul class="md-nav__list"> |
| 819 | + |
| 820 | + <li class="md-nav__item"> |
| 821 | + <a href="#can-i-upgrade-my-userspace-flavor-like-bookworm-trixie-or-jammy-noble" class="md-nav__link"> |
821 | 822 | <span class="md-ellipsis"> |
822 | | - Can I upgrade my userspace flavor, like Bullseye to Bookworm or Jammy to Noble? |
| 823 | + Can I upgrade my userspace flavor, like Bookworm → Trixie or Jammy → Noble? |
823 | 824 | </span> |
824 | 825 | </a> |
825 | 826 |
|
| 827 | +</li> |
| 828 | + |
| 829 | + </ul> |
| 830 | + </nav> |
| 831 | + |
826 | 832 | </li> |
827 | 833 |
|
828 | 834 | </ul> |
@@ -2212,10 +2218,15 @@ <h2 id="why-is-my-image-not-listed">Why is my image not listed?<a class="headerl |
2212 | 2218 | <p>If enough users show interest in a specific configuration, we may <strong>adjust build targets</strong> accordingly.</p> |
2213 | 2219 | <h2 id="can-i-upgrade-to-a-new-armbian-release">Can I upgrade to a new Armbian release?<a class="headerlink" href="#can-i-upgrade-to-a-new-armbian-release" title="Permanent link">¶</a></h2> |
2214 | 2220 | <p>Yes! A simple <code>apt update && apt upgrade</code> will upgrade all Armbian-related core packages (firmware, kernel, bsp) to the most recent version available just like it will for underlying distribution packages.</p> |
2215 | | -<h2 id="can-i-upgrade-my-userspace-flavor-like-bullseye-to-bookworm-or-jammy-to-noble">Can I upgrade my userspace flavor, like Bullseye to Bookworm or Jammy to Noble?<a class="headerlink" href="#can-i-upgrade-my-userspace-flavor-like-bullseye-to-bookworm-or-jammy-to-noble" title="Permanent link">¶</a></h2> |
2216 | | -<p>Performing this is out of scope for Armbian domain and we cannot provide any support if something goes wrong.<br /> |
2217 | | -An experimental way of doing this is available through <code>armbian-config</code> but also here no supported can be provided.<br /> |
2218 | | -In any case when trying this make sure you have a proper backup for your whole system.</p> |
| 2221 | +<h3 id="can-i-upgrade-my-userspace-flavor-like-bookworm-trixie-or-jammy-noble">Can I upgrade my userspace flavor, like Bookworm → Trixie or Jammy → Noble?<a class="headerlink" href="#can-i-upgrade-my-userspace-flavor-like-bookworm-trixie-or-jammy-noble" title="Permanent link">¶</a></h3> |
| 2222 | +<p>Distribution upgrades (e.g. Bookworm → Trixie, Jammy → Noble) are <strong>outside the scope of Armbian support</strong>. If you attempt such an upgrade, we cannot assist if problems occur.</p> |
| 2223 | +<p>An <strong>experimental upgrade option</strong> is available in <a href="/User-Guide_Armbian-Config/System/#stable-distro-upgrade">armbian-config</a>, but it is provided <em>as-is</em> and without support.</p> |
| 2224 | +<p>Keep in mind:</p> |
| 2225 | +<ul> |
| 2226 | +<li>A distribution upgrade usually updates <strong>all system packages</strong>, which in 99% of cases come from the <strong>upstream distribution (Debian/Ubuntu)</strong>. </li> |
| 2227 | +<li><strong>Armbian firmware, kernel, and U-Boot are not part of this process</strong>, which makes the upgrade generally safer from a hardware-support perspective.</li> |
| 2228 | +</ul> |
| 2229 | +<p>If you decide to proceed, always ensure you have a <strong>full backup of your system</strong> so you can recover in case the upgrade fails.</p> |
2219 | 2230 |
|
2220 | 2231 |
|
2221 | 2232 |
|
|
0 commit comments