K
K
keracy2021-09-08 21:17:04
linux
keracy, 2021-09-08 21:17:04

Why can't Linux Manjaro see the UUID of a partition?

Such a problem: I installed Linux Manjaro on a separate SSD, after installation I found that grub does not see the Windows 10 bootloader, I decided to manually add it via /etc/grub.d/40_custom, but there you need to know the UUID of the partition, but when I look at the partition via sudo blkid /dev/nvme0n1p1 I see this picture "/dev/nvme0n1p1: PARTLABEL="Microsoft reserved partition" PARTUUID="01ae9f71-46b1-496b-a503-0976998ef434"
Question: How to get the partition UUID

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xotkot, 2021-09-08
@xotkot

lsblk -o +UUID
well, or just uuid for the selected section:
lsblk -no UUID /dev/nvme0n1p1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question