I try to create a new partition from my ubuntu system and when reboot it shows the following:
error: unknown filesystem
Entering rescue mode...
grub rescue>
I'm trying the following command to solve this
grub rescue>ls
(hd0) (hd0,msdos5) (hd0,msdos1)
grub rescue>ls (hd0)
Filesystem is unknown.
grub rescue>ls (hd0,msdos5)
Filesystem is unknown.
grub rescue>ls (hd0,msdos1)
Filesystem is unknown.
Is there is a solution to recover the OS or should I need to reinstall the Ubuntu OS?
fsck
(file system check) drive; if errors are found - it'll likely boot normally if you get this far next try (with lucky anyway) – guiverc Dec 21 '19 at 06:56