You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace `<target_os_version>` with the target OS version, for example, `9.4` or `9.5`.
222
222
223
-
### [RHEL 9.7to RHEL 10.1](#tab/rhel9-rhel10)
223
+
### [RHEL 9.7 to RHEL 10.1](#tab/rhel9-rhel10)
224
224
225
225
> [!NOTE]
226
226
> If you use the sudo command, you must use the `-r unconfined_r -t unconfined_t` options when entering each leapp command.
@@ -295,7 +295,7 @@ Continue the Leapp upgrade process after the Leapp pre-upgrade report shows no e
295
295
sudo reboot
296
296
```
297
297
298
-
### [RHEL 9.7to RHEL 10.1](#tab/rhel9-rhel10)
298
+
### [RHEL 9.7 to RHEL 10.1](#tab/rhel9-rhel10)
299
299
300
300
301
301
1. Run the following `leapp upgrade` command:
@@ -370,6 +370,26 @@ This section outlines the recommended verification steps after completing an in-
370
370
sudo dnf repolist
371
371
```
372
372
373
+
### [RHEL 9.7 to RHEL 10.1](#tab/rhel9-rhel10)
374
+
375
+
1. Verify that the current OS version belongs to RHEL 9:
376
+
377
+
```bash
378
+
sudo cat /etc/redhat-release
379
+
```
380
+
381
+
2. Check the kernel version:
382
+
383
+
```bash
384
+
uname -r
385
+
```
386
+
387
+
3. Verify the new repositories:
388
+
389
+
```bash
390
+
sudo dnf repolist
391
+
```
392
+
373
393
---
374
394
375
395
## Post-upgrade tasks
@@ -495,7 +515,7 @@ Once the VM is successfully upgraded, perform the following tasks:
495
515
> Removing this data might limit Microsoft and Red Hat Support's ability to investigate and troubleshoot post-upgrade problems.
496
516
497
517
498
-
### [RHEL 9.7to RHEL 10.1](#tab/rhel9-rhel10)
518
+
### [RHEL 9.7 to RHEL 10.1](#tab/rhel9-rhel10)
499
519
500
520
501
521
1. Delete all remaining Leapp packages, including the *`snactor`* package, from the exclude list in the */etc/dnf/dnf.conf* configuration file. These Leapp packages are installed during the in-place upgrade.
0 commit comments