You are not logged in.

#1 2016-01-22 08:09:32

davy_crockett
Member
Registered: 2015-10-21
Posts: 75

[SOLVED] grub-probe: error: unknown filesystem

Hi there,

I tried updating my kernel parameters in /etc/default/grub to enable hibernation. However, when running sudo grub-mkconfig -o /boot/grub/grub.cfg I receive the following output:

Generating grub configuration file ...
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/initramfs-linux.img
Found fallback initramfs image: /boot/initramfs-linux-fallback.img
grub-probe: error: unknown filesystem.
done

My kernel parameters are:

GRUB_CMDLINE_LINUX_DEFAULT="cryptdevice=/dev/md/internal_0p2:system root=/dev/mapper/system-root resume=/dev/mapper/system-swap quiet ipv6.disable=1 radeon.audio=1"

I was going to try and reboot my PC and hibernate and see if hibernation is successful or if the above error is fatal. It still occurs if I take out the resume=/dev/mapper/system-swap as well; and that's how I've always had the kernel parameters. I've also created a new initramfs as well.

Any advice on this error?

Last edited by davy_crockett (2016-01-23 07:18:11)

Offline

#2 2016-01-22 10:16:43

Docbroke
Member
From: India
Registered: 2015-06-13
Posts: 1,433

Re: [SOLVED] grub-probe: error: unknown filesystem

Two thing comes to mind: 1) hard-disc encryption 2) is your boot partition is mounted on /boot? Kindly post yout /etc/fstab and output of 'lsblk'.

Offline

#3 2016-01-22 14:13:27

davy_crockett
Member
Registered: 2015-10-21
Posts: 75

Re: [SOLVED] grub-probe: error: unknown filesystem

I found out what it was - I had an external hard drive connected up. With it disconnected it no longer gives the error.

Offline

#4 2016-01-23 05:48:29

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [SOLVED] grub-probe: error: unknown filesystem

Please mark your thread as solved.

Offline

#5 2016-01-23 05:51:36

Docbroke
Member
From: India
Registered: 2015-06-13
Posts: 1,433

Re: [SOLVED] grub-probe: error: unknown filesystem

davy_crockett wrote:

I found out what it was - I had an external hard drive connected up. With it disconnected it no longer gives the error.

I guess you should be using UUID

Offline

Board footer

Powered by FluxBB