error: unknown filesystem
by riko from LinuxQuestions.org on (#6EN1D)
I just completed LFS Version 12 in VMWare. After restarting, grub displays "error: unknown filesystem"
I created a snapshot before rebooting so I could work directly back into the host system
When I first partitioned the hard disk, I created an msdos partition table instead of GPT. Could this be the cause of the problem?
I have successfully created an LFS 11.3 before, using a GPT partition table.
I followed all the previous instructions that worked which successfully last time at LFS 11.3
My grub.cfg file is as follows:
Code:# Begin /boot/grub/grub.cfg
set default=0
set timeout=5
insmod part_mbr
insmod ext4
set root=(hd1,2)
menuentry "GNU/Linux, Linux 6.4.12-lfs-12.0" {
linux /boot/vmlinuz-6.4.12-lfs-12.0 root=/dev/sdb2 ro
}Please tell me what other files I need to upload
Any help would be appreciated!
I created a snapshot before rebooting so I could work directly back into the host system
When I first partitioned the hard disk, I created an msdos partition table instead of GPT. Could this be the cause of the problem?
I have successfully created an LFS 11.3 before, using a GPT partition table.
I followed all the previous instructions that worked which successfully last time at LFS 11.3
My grub.cfg file is as follows:
Code:# Begin /boot/grub/grub.cfg
set default=0
set timeout=5
insmod part_mbr
insmod ext4
set root=(hd1,2)
menuentry "GNU/Linux, Linux 6.4.12-lfs-12.0" {
linux /boot/vmlinuz-6.4.12-lfs-12.0 root=/dev/sdb2 ro
}Please tell me what other files I need to upload
Any help would be appreciated!