clearlinux / clr-installer

Clear Linux* OS Installer
GNU General Public License v3.0
92 stars 42 forks source link

Show found partitions while we're looking for CLR_ISO #790

Closed bwarden closed 1 year ago

bwarden commented 1 year ago

initrd calls blkid a few times looking for CLR_ISO, so it can identify the root device that was booted. On each retry, call blkid plain to show everything that's been found -- this may help with debugging boot failures.

bwarden commented 1 year ago

I'd also consider moving the blkid to a single call in the failure stanza below.

bryteise commented 1 year ago

Should this use the echo_tty_kmsg to write to both?

bwarden commented 1 year ago

Should this use the echo_tty_kmsg to write to both?

Sure, this should do it.