Solution: used /dev/sda instead of /dev/sdb (no explanation, don't use the advice)
Hey so. I just installed Debian, and here's what I did:
- I merged two physical drives sda and sdb into one volume group with lvm
- I created two logical volumes, one with btrfs and the other one with swap
- Once the installer asked about grub, I chose sdb to install to
- Now it falls into grub's
rescue shellwith errorunknown filesystem - For some reason too few commands are available. There's no command
boot,normal,lsblkand others which people suggest and use on stackoverflow with this error
Any idea?

