forked from Mirrors/nixos-infect
ovh: Mention possible e2fsck issue and a workaround. (#155)
This commit is contained in:
parent
7d06597023
commit
c9419eb629
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -187,6 +187,17 @@ Before executing the install script, you may need to check your mounts with `df
|
||||||
|Debian | 10 |**success**|2021-04-29|
|
|Debian | 10 |**success**|2021-04-29|
|
||||||
|Debian | 11 |**success**|2021-11-17|
|
|Debian | 11 |**success**|2021-11-17|
|
||||||
|Ubuntu | 22.04 |**success**|2022-06-19|
|
|Ubuntu | 22.04 |**success**|2022-06-19|
|
||||||
|
|Ubuntu | 23.04 |**Fails** |2023-06-01|
|
||||||
|
|
||||||
|
The 23.04 Ubuntu distribution fails to boot, due to the following error:
|
||||||
|
|
||||||
|
```
|
||||||
|
/dev/sda1 has unsupported feature(s): FEATURE_C12
|
||||||
|
|
||||||
|
e2fsck: Get a newer version of e2fsck
|
||||||
|
```
|
||||||
|
|
||||||
|
Using an older Ubuntu version fixes this issue.
|
||||||
|
|
||||||
### Oracle Cloud Infrastructure
|
### Oracle Cloud Infrastructure
|
||||||
Tested for both VM.Standard.E2.1.Micro (x86) and VM.Standard.A1.Flex (AArch64) instances.
|
Tested for both VM.Standard.E2.1.Micro (x86) and VM.Standard.A1.Flex (AArch64) instances.
|
||||||
|
|
Loading…
Reference in a new issue