Score:0

After entering insmod normal it is again showing unknown filesystem

et flag

After entering insmod normal again it is showing unknown filesystem

David avatar
cn flag
There is no info here that can be used to begin to offer any help. Please edit the question and add Ubuntu version. What command you have used, the exact command. The actual error message. Not as a comment but edit the question.
Score:0
jp flag

GRUB rescue prompt means that the bootloader was unable to find the GRUB configuration files necessary to load the operating system.

You might have tried the steps to manually find the filesystem. For example, like this

grub rescue> set root=(hd0,msdos5)
grub rescue> set prefix=(hd0,msdos5)/boot/grub
grub rescue> insmod normal
grub rescue> normal

unknown filesystem error message after running the command insmod normal in the GRUB command-line interface could indicate that GRUB is unable to find the filesystem containing the GRUB configuration files as I said before.

This issue could be fixed using boot-repair tool available in the Ubuntu PPA

For this you need to create a Ubuntu bootable CD/USB. Earlier boot-repair couldn't be installed in 22.04 or 22.10. It however installs in Ubuntu 23.04. So I recommend a fresh Bootable drive of Ubuntu 23.04.

To create and boot into a live USB follow the steps 1-3 from https://phoenixnap.com/kb/install-ubuntu-20-04

After booting into the drive click on Try Ubuntu. Open a Terminal and run the following commands

sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
sudo apt-get install -y boot-repair

After installing boot-repair open it from terminal using boot-repair or open it from activities panel on top left.

Click on Recommended Repair and it would fix most problems including yours.

After that remove the bootable drive and try to boot the system again.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.