bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #48265] Add automatic support for PARTUUID Linux root command-line


From: Enrique Dominguez
Subject: [bug #48265] Add automatic support for PARTUUID Linux root command-line options
Date: Mon, 1 Oct 2018 12:26:16 -0400 (EDT)
User-agent: Mozilla/5.0 (Linux; Android 5.0.2; MotoE2(4G-LTE) Build/LXI22.50-53) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36

Follow-up Comment #2, bug #48265 (project grub):

In my opinion, we could do the trick only with partuuid support on
grub-probe.
Partuuid changes, its bad idea set on stone. Much better work with fs labels.
1) get partition grub spec with grub-search
2) get partuuid with patched grub-probe
Defining this function,

function label2partuuid{
LABEL=$1
search --no-floppy --label --set=GRUBPART $LABEL
probe --fs-partuuid --set PTUUID $GRUBPART
}
Changing kernel line,
root=PARTUUID=$PTUUID

Great news for ramdiskless systems if done.
Does your patched probe allow this?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?48265>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]