Changes between Initial Version and Version 1 of Ticket #849


Ignore:
Timestamp:
Aug 7, 2019, 2:56:38 PM (6 years ago)
Author:
Bruno Cornec
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #849

    • Property Status newassigned
  • Ticket #849 – Description

    initial v1  
    33I've attached mondorestore.log, and I have 3 areas of concern:
    441.
     5{{{
    56INFO: Found Device /dev/vda has a MBR partition type partition table format type on /dev/vda
    67DBG2: [Main] ../src/mondorestore/mondo-prep.c->partition_device#1539: partition_device('/dev/vda', 1, 0, 'xfs', 1048576) --- starting
     
    1617DBG1: [Main] ../src/mondorestore/mondo-prep.c->partition_device#1624: last line = p
    1718DBG1: [Main] ../src/mondorestore/mondo-prep.c->partition_device#1625: Failed to create partition 1 on /dev/vda; sending 'Enter'...
    18 
     19}}}
    1920What would cause this?
    2021
    21222.
     23{{{
    2224DBG2: [Main] ../src/mondorestore/mondo-rstr-tools.c->run_grub#1476: mr-grub /dev/vda /tmp/mountlist.txt
    2325Now I'll use grub-install
     
    2931grub2-install: error: cannot find a GRUB drive for /dev/vda1.  Check your device.map.
    3032grub2-install returned 1
    31 
     33}}}
    3234The device.map file has "dev/vda".  I’ve also tried manually changing device.map to “/dev/vda1”, but I still see the same error. Any ideas why this might be occurring?
    3335
    34363.
     37{{{
    3538Trying a hack
    3639Checking usr/lib/grub/i386-pc
     
    4447chroot: can't execute 'grub': No such file or directory
    4548Hack returned res=0
    46 
     49}}}
    4750This is a bug in try_grub_hack() of mr-grub.  If grub can't be found, the function returns a false positive.