You are not logged in.

#1 2019-08-22 11:47:38

TheDevKiller
Member
Registered: 2019-08-20
Posts: 19

GRUB doesn't mount hd1 (/dev/sdb)

Hello!

I installed GRUB with

 grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB 

and

 grub-mkconfig -o /boot/grub/grub.cfg 

The problem is that GRUB doesn't mount hd1 (/dev/sdb) when I try to boot without doing anything, see http://dpaste.com/2WVC6P2 BUT when I go to BIOS and boot override with the GRUB entry, it boots into GRUB without any problems. That's really weird.

Here are my partitions : http://dpaste.com/3GEHQYR

inxi -Fxz : http://dpaste.com/2N1RF44

GRUB Config : http://dpaste.com/051VQZM

GRUB Version : grub 2:2.04-2

Last edited by TheDevKiller (2019-08-22 17:33:07)

Offline

#2 2019-08-22 12:58:21

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,569

Re: GRUB doesn't mount hd1 (/dev/sdb)

Have you tried using efibootmgr to see your boot order?

Offline

#3 2019-08-22 13:42:06

Zod
Member
From: Hoosiertucky
Registered: 2019-03-10
Posts: 630

Re: GRUB doesn't mount hd1 (/dev/sdb)

I don't understand the question.

grub isn't responsible for mounting the real root file system, I believe that falls to systemd after looking at /etc/fstab.

The "grub config" you posted isn't...that's located at /boot/grub/grub.cfg

Offline

#4 2019-08-22 17:32:31

TheDevKiller
Member
Registered: 2019-08-20
Posts: 19

Re: GRUB doesn't mount hd1 (/dev/sdb)

Fajardo, my boot order is good : http://dpaste.com/3BBD431

Zod : If GRUB doesn't mount /, how could he boot it (/ is on hd1)? Here is the problem I have when I boot without going to BIOS first : http://dpaste.com/2WVC6P2, I don't know why, but I completely forgot to post it

Last edited by TheDevKiller (2019-08-22 17:33:28)

Offline

#5 2019-08-22 19:27:41

Zod
Member
From: Hoosiertucky
Registered: 2019-03-10
Posts: 630

Re: GRUB doesn't mount hd1 (/dev/sdb)

You should post your /boot/grub/grub.cfg

I have a feeling that grub installed in /dev/sda2 has no knowledge of /dev/sdb

Offline

#6 2019-08-22 20:16:23

TheDevKiller
Member
Registered: 2019-08-20
Posts: 19

Re: GRUB doesn't mount hd1 (/dev/sdb)

Ah yes sorry : http://dpaste.com/08HD5WN

Offline

#7 2019-08-22 20:51:00

Zod
Member
From: Hoosiertucky
Registered: 2019-03-10
Posts: 630

Re: GRUB doesn't mount hd1 (/dev/sdb)

Does the UUID of /dev/sdb1 match what's listed in /boot/grub/grub.cfg?

Offline

#8 2019-08-22 21:07:25

loqs
Member
Registered: 2014-03-06
Posts: 17,423

Re: GRUB doesn't mount hd1 (/dev/sdb)

The output of the following please

# blkid

Online

#9 2019-08-22 21:09:29

TheDevKiller
Member
Registered: 2019-08-20
Posts: 19

Re: GRUB doesn't mount hd1 (/dev/sdb)

I don't really know how to read this file but yes, it seems to match.

Here is a blkid just in case you need it : http://dpaste.com/3MEZVF8

Offline

#10 2019-08-22 21:22:25

loqs
Member
Registered: 2014-03-06
Posts: 17,423

Re: GRUB doesn't mount hd1 (/dev/sdb)

sdb is partitioned using GPT?  (will be listed in the output of parted -l)

Online

#11 2019-08-22 21:23:34

TheDevKiller
Member
Registered: 2019-08-20
Posts: 19

Re: GRUB doesn't mount hd1 (/dev/sdb)

Yes it is. Both disks are, by the way

Offline

Board footer

Powered by FluxBB