28 # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
29 # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
30 #GRUB_DISABLE_LINUX_UUID=true
when I look at fstab it seems to have a UUID to /dev/sd translation
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
# Uncomment the line below to setup /tmp as tmpfs
# tmpfs /tmp tmpfs nodev,nosuid 0 0
# DEVICE DETAILS: /dev/sda2 PARTUUID=a82eb9e9-8b2e-4bdf-ade3-7df7ba30c1bb PARTLABEL=UEFI_SYSTEM UUID=51C5-5F4D LABEL=ESP
# DEVICE DETAILS: /dev/sda3 PARTUUID=dfc85430-2ac5-4751-bf53-894144af4786 PARTLABEL=MANJARO_BOOT UUID=a982d85a-dd26-4b1b-bac6-3305abdb01af LABEL=BOOT_MANJARO
# DEVICE DETAILS: /dev/sda4 PARTUUID=d627494b-d3cd-40b9-a0b4-12a83f3bc1dd PARTLABEL=MANJARO_SWAP UUID=6e5d72e5-8129-4900-8e86-45c1b43049bf LABEL=SWAP_MANJARO
so I should leave the uuid option on in grub?