cannot boot after update

Hello, sorry I am lost here.

Installed updates, and When reboot stuck at “load initial ramdisk”. After 10 minutes I powered off, and restarted, to same issue.

what I see:
Kernel 6.0.7-1default…
Load initial Ram disk…

Any help is appreciated
thanks in advance

Edit kernel parameters, add “plymouth.enable=0 verbose” and remove “quiet”. This may give some more information (at least, whether kernel attempts to boot at all).

I feel real dumb, i see <c> command line & <e> edit but I goto <e> to edit

I press <e> and I see nothing related to plymouth
press <c> and it says grub.
thanks

Press ‘e’ on selected menu entry, move to the line that starts with “linux” or “linuxefi” (depending on your installation). The first word is kernel name, all subsequent words are kernel parameters. Press F10 when you finished editing the line.

what I see:

https://freeimage.host/i/ylMBxj

do i take out the splash = silent to read image=

?

thansk

The line beginning “linu” wraps around and ends on the next line with “quiet”.

Strike “E”.
Remove splash=silent.
Remove quiet.
Add plymouth=0.
F10.

Now you should see more messages. Among them you may see a clue what is going wrong, or at least tell us what the last few lines contain.

The Grub menu has an “Advanced” option. Select it, and you should find other options, such as a failsafe mode and booting to a prior kernel. Are you able to boot by choosing any of the advanced options?

Verbose as recommended previously is a non-parameter - it does nothing. Verbose is behavior that results from removing quiet and splash=silent = default behavior.