Hi, I am having a hard time to fix this problem so i cant use my computer right now.
I did : sudo ostree admin undeploy [INDEX] to do some clean up but it seems it broke something.
In Grub command line doing a “ls” there is :
hdo,gpt1 : EFI
hdo,gpt5 : boot (1 gig partition) → ostree/ loader efi boot …
hdo,gpt6 : user (900 gigs partition) → home var root
I have tried in grub command line :
set root=(hd0,gpt5)
linux /ostree/default/myversion/vmlinux root=/dev/nvme0n1p5 rootflags=subvol=root
initrd /ostree/default/myversion/initrd
boot
The error im getting is : Failed to mount sysroot.mount
I need to a way to restore my Bazzite installation.
Right now i cant boot my system, there is only the grub cmd line. Any help would be appreciated . thanks !