[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GRUB installation via copy&paste?
From: |
Pascal-liste |
Subject: |
Re: GRUB installation via copy&paste? |
Date: |
Mon, 4 Feb 2019 22:08:41 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 |
Le 04/02/2019 à 20:29, Roland Hummel a écrit :
<cut> (TL;DR)
I think that there is something wrong with the UUID in the grub.cfg of
the target system. According to
(...)
Partition Type: Linux Filesystem
OS Can Be Installed: No
Media Type: Generic
Protocol: SATA
SMART Status: Verified
Disk / Partition UUID: ABC0EEAF-A36A-4004-98E4-5C4E8C423BD8
(...)
I should use the following GRUB configuration:
search.fs_uuid abc0eeaf-a36a-4004-98e4-5c4e8c423bd8 root hd0,gpt4
No. fs_uuid searches the filesystem UUID, not the partition UUID.
You get the filesystem UUID with blkid or the like.