Comment 9 for bug 1838525

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

When executing:

/usr/bin/grub-installer /target

From install environment, the following part:

if [ "$bootdev" != "dummy" ] && [ ! "$frdev" ]; then
        # check for a preseeded value
        db_get grub-installer/bootdev || true
        if [ -n "$RET" ] ; then
                bootdev="$RET"
        fi
fi

is the one responsible for getting the bad value.

Which means that something else populated grub-installer/bootdev wrongly.

Checking...