diff -up booty-0.80.4/bootloaderInfo.py.multipath booty-0.80.4/bootloaderInfo.py --- booty-0.80.4/bootloaderInfo.py.multipath 2007-01-04 13:22:52.000000000 -0500 +++ booty-0.80.4/bootloaderInfo.py 2007-08-14 11:54:47.000000000 -0400 @@ -2058,7 +2058,7 @@ def getRootDevName(initrd, fsset, rootDe try: rootEntry = fsset.getEntryByMountPoint("/") - if rootEntry.getLabel() is not None: + if rootEntry.getLabel() is not None and rootEntry.device.getDevice().find('/mpath') == -1: return "LABEL=%s" %(rootEntry.getLabel(),) return "/dev/%s" %(rootDev,) except: