Changes between Initial Version and Version 1 of Ticket #849
- Timestamp:
- Aug 7, 2019, 2:56:38 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #849
- Property Status new → assigned
-
Ticket #849 – Description
initial v1 3 3 I've attached mondorestore.log, and I have 3 areas of concern: 4 4 1. 5 {{{ 5 6 INFO: Found Device /dev/vda has a MBR partition type partition table format type on /dev/vda 6 7 DBG2: [Main] ../src/mondorestore/mondo-prep.c->partition_device#1539: partition_device('/dev/vda', 1, 0, 'xfs', 1048576) --- starting … … 16 17 DBG1: [Main] ../src/mondorestore/mondo-prep.c->partition_device#1624: last line = p 17 18 DBG1: [Main] ../src/mondorestore/mondo-prep.c->partition_device#1625: Failed to create partition 1 on /dev/vda; sending 'Enter'... 18 19 }}} 19 20 What would cause this? 20 21 21 22 2. 23 {{{ 22 24 DBG2: [Main] ../src/mondorestore/mondo-rstr-tools.c->run_grub#1476: mr-grub /dev/vda /tmp/mountlist.txt 23 25 Now I'll use grub-install … … 29 31 grub2-install: error: cannot find a GRUB drive for /dev/vda1. Check your device.map. 30 32 grub2-install returned 1 31 33 }}} 32 34 The 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? 33 35 34 36 3. 37 {{{ 35 38 Trying a hack 36 39 Checking usr/lib/grub/i386-pc … … 44 47 chroot: can't execute 'grub': No such file or directory 45 48 Hack returned res=0 46 49 }}} 47 50 This is a bug in try_grub_hack() of mr-grub. If grub can't be found, the function returns a false positive.