Opened 9 years ago
Closed 9 years ago
#800 closed defect (fixed)
On UEFI mondoarchive doesn't detect automatically boot disk/loader
Reported by: | Bruno Cornec | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | normal | Milestone: | 3.3.0 |
Component: | mondo | Version: | 3.2.2 |
Severity: | normal | Keywords: | |
Cc: |
Description
Seen on RHEL 6:
DBG2: [Main] libmondo-devices.c->which_boot_loader#3133: list_drives_cmd = mr-parted2fdisk -l 2>/dev/null | grep "/dev/.*:" | tr -s ':' ' ' | tr -s ' ' ' ' | grep /dev/; echo /dev/sda DBG2: [Main] libmondo-devices.c->which_boot_loader#3146: looking at drive /dev/sda's MBR DBG2: [Main] libmondo-devices.c->which_boot_loader#3146: looking at drive /dev/sda's MBR DBG2: [Main] libmondo-devices.c->which_boot_loader#3161: 0 grubs and 0 lilos DBG2: [Main] libmondo-devices.c->which_boot_loader#3175: list_drives_cmd = mr-parted2fdisk -l 2>/dev/null | grep -E "^/dev/" | tr -s ':' ' ' | tr -s ' ' ' ' | grep /dev/ DBG2: [Main] libmondo-devices.c->which_boot_loader#3188: looking at partition /dev/sda1's BR DBG2: [Main] libmondo-devices.c->which_boot_loader#3203: 0 grubs and 0 lilos DBG2: [Main] libmondo-devices.c->which_boot_loader#3213: Unknown boot loader INFO: I cannot find your boot loader. Please run mondoarchive with parameters.
Note:
See TracTickets
for help on using tickets.
This is due to a variable initialized too late in libmondo-device.c.
Fixed in rev [3594]