Stuck on boot after installing manjaro OS

So i installed manjaro os on my acer nitro 5 ! Got no error while installing but im stuck on boot logo on rebooting. tried re installing but same problem.i have nvidia gpu 1650 , i downloaded ISO for gnome desktop.i can access terminal tho it shows some error which i have attached along.

It seems like i cant attach pictures yet.
My error are as follow:
Flatpak: error while loading shared libraries: libicudata.so.72 cannot open shared object file: no such file or directory

Ps: i am very new to Linux and community forums

Hi @920anish920, and welcome!

In order for us, or anyone for that matter, to be able to provide assistance, more information is necessary. To that end, please see:

Hope you manage!


:bangbang: Tip: :bangbang:

To provide terminal output, copy the text you wish to share, and paste it here, surrounded by three (3) backticks, a.k.a grave accents. Like this:

```
pasted text
```

Or three (3) tilde signs, like this:

~~~
pasted text
~~~

This will just cause it to be rendered like this:

Portaest sed
elementum
cursus nisl nisi
hendrerit ac quis
sit
adipiscing
tortor sit leo commodo.

Instead of like this:

Portaest sed elementum cursus nisl nisi hendrerit ac quis sit adipiscing tortor sit leo commodo.

Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.

Thereby improving legibility and making it much easier for those trying to be of assistance.


:bangbang::bangbang: Additionally

If your language isn’t English, please prepend any and all terminal commands with LC_ALL=C. For example:

LC_ALL=C bluetoothctl

This will just cause the terminal output to be in English, making it easier to understand and debug.

Please edit your post accordingly.

solved after
sudo pacman -S icu

The system requires you to sync to latest packageset when installing new apps.

To ensure your system are in sync - use a command like

sudo pacman -Syu <pkgname>

If you are developer you may find this helpful

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.