Manjaro stuck on dell logo after update

I’m new to linux and I’ve installed manjaro 3 weeks ago everything seems fine till yesterday but i updated using
sudo pacman -Syyu
After restarting it stucks on dell logo
Also I cannot access tty but i can access grub menu.
Please help me I don’t want to loss my data.
I tried the solutions from manjaro forms but it doesn’t seem to work
Cannot post image sorry

1 are there any messages?
2 in grub menu select a different kernel if you have one installed
3 otherwise boot into manjaro usb, connect to internet, and chroot:
sudo manjaro-chroot -a
4 then we will continue

No there are no messages and no extra kernels
I will try to boot from usb

Hello brahma,
So i booted from usb and entered the line as you mentioned and this happened
sudo manjaro-chroot -a  :heavy_check_mark:
grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
==> Mounting (ManjaroLinux) [/dev/nvme0n1p2]
→ mount: [/mnt]
→ mount: [/mnt/boot/efi]

ok looks like you are chrooted, so first rerun update:
sudo pacman-mirrors --fasttrack 5 && sudo pacman -Syyu
any errors post here

Update is successful and no errors have been detected so far
So what’s next ?

so it was updating something?

yes i’ve updated it and it says update successful

so output from:
mhwd-kernel -li

The following kernels are installed in your system:

  • linux515

so reinstall it:
pacman -S linux515
and install one kernel as a backup:
mhwd-kernel -i linux510

Hey brahma
Laptop freezed while installing now mouse and keyboard is not working

Also i forgot to mention that i updated after I exit from the chroot is that okay or I shouldn’t have done that ?

what do you mean you updated after… you need to chroot, then rerun the update… did you do that?

No I’m sorry i willdo it again and get you back

so you updated your manjaro usb… thats why it freezed … yes chroot, then rerun update, if there are errors post them here

error: failed to synchronize all databases (invalid url for server)

I couldn’t post all errors because the forms doesn’t allow to post urls but it doesn’t update

type
exit
close terminal, connect to internet, open terminal and chroot:
sudo manjaro-chroot -a
rerun update:
sudo pacman-mirrors --fasttrack 5 && sudo pacman -Syyu
and yes can post errors, use formatting, click this icon in editor:
</>
and copy the outputs there

    ~  sudo manjaro-chroot -a                                                     1 ✘  10m 24s  
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
==> Mounting (ManjaroLinux) [/dev/nvme0n1p2]
 --> mount: [/mnt]
 --> mount: [/mnt/boot/efi]
[manjaro-gnome /]# sudo pacman-mirrors --fasttrack 5
::INFO Downloading mirrors from Manjaro
::INFO => Mirror pool: https://repo.manjaro.org/mirrors.json
::INFO => Mirror status: https://repo.manjaro.org/status.json
::INFO Using default mirror file
::INFO Querying mirrors - This may take some time
  3.312 Russia         : https://mirror.truenetwork.ru/manjaro/
  3.648 Canada         : https://osmirror.org/manjaro/
  ..... Chile          : https://mirror1.cl.netactuate.com/manjaro/
  1.465 India          : https://mirror.albony.xyz/manjaro/
  3.129 United_States  : https://mirror.math.princeton.edu/pub/manjaro/
::INFO Writing mirror list
::India           : https://mirror.albony.xyz/manjaro/stable
::United_States   : https://mirror.math.princeton.edu/pub/manjaro/stable
::Russia          : https://mirror.truenetwork.ru/manjaro/stable
::Canada          : https://osmirror.org/manjaro/stable
::Chile           : https://mirror1.cl.netactuate.com/manjaro/stable
::INFO Mirror list generated and saved to: /etc/pacman.d/mirrorlist
[manjaro-gnome /]# sudo pacman -Syyu
:: Synchronizing package databases...
 core                              166.3 KiB  92.9 KiB/s 00:02 [##################################] 100%
 extra                            1861.3 KiB   431 KiB/s 00:04 [##################################] 100%
 community                           7.1 MiB   453 KiB/s 00:16 [##################################] 100%
 multilib                          174.3 KiB   179 KiB/s 00:01 [##################################] 100%
:: Starting full system upgrade...
 there is nothing to do
[manjaro-gnome /]# 

now again output from:
mhwd-kernel -li

manjaro-gnome /]# mhwd-kernel -li
Currently running: 5.15.48-1-MANJARO (linux515)
The following kernels are installed in your system:
   * linux515
[manjaro-gnome /]# 


so reinstall it:
pacman -S linux515
and install one kernel as a backup:
mhwd-kernel -i linux510