Grub rescue after Upload Task
-
Hi,
I’ve a problem to image a multi-boot installation (Win7/Ubuntu14.04/Ubuntu14.04). When I upload the image on the server, the “original computer” after reboot have Grub in rescue mode :
Grub Rescue >
The content of image folder :
-rwxrwxrwx 1 root root 6 juin 22 10:18 d1.fixed_size_partitions -rwxrwxrwx 1 root root 0 juin 22 10:19 d1.has_grub -rwxrwxrwx 1 root root 32256 juin 22 10:19 d1.mbr -rwxrwxrwx 1 root root 407 juin 22 2015 d1.minimum.partitions -rwxrwxrwx 1 root root 16 juin 22 10:18 d1.original.fstypes -rwxrwxrwx 1 root root 425 juin 22 2015 d1.original.partitions -rwxrwxrwx 1 root root 0 juin 22 10:18 d1.original.swapuuids -rwxrwxrwx 1 root root 32205644397 juin 22 11:09 d1p1.img -rwxrwxrwx 1 root root 705210 juin 22 11:09 d1p2.img -rwxrwxrwx 1 root root 677 juin 22 11:09 d1p4.img -rwxrwxrwx 1 root root 487186991 juin 22 11:11 d1p6.img
The content of d1.fixed_size_partitions :
4:5:1
The content of di.minimum.partitions :
label: dos label-id: 0x2bd2c32a device: /dev/sda unit: sectors /dev/sda1 : start= 63, size= 196619472, type=7, bootable /dev/sda2 : start= 196619535, size= 202207162, type=7 /dev/sda3 : start= 829307430, size= 0, type=83 /dev/sda4 : start= 894852630, size= 81915435, type=f /dev/sda5 : start= 894852693, size= 32772537, type=82 /dev/sda6 : start= 927625293, size= 49142772, type=83
The content of d1.original.fstypes :
/dev/sda6 extfs
The content.original.partitions :
label: dos label-id: 0x2bd2c32a device: /dev/sda unit: sectors /dev/sda1 : start= 63, size= 196619472, type=7, bootable /dev/sda2 : start= 196619535, size= 202207162, type=7 /dev/sda3 : start= 829307430, size= 0, type=83 /dev/sda4 : start= 894852630, size= 81915435, type=f /dev/sda5 : start= 894852693, size= 32772537, type=82 /dev/sda6 : start= 927625293, size= 49142772, type=83
d1.has_grub and d1.original.swapuuids are empty.
I’m in FOG 3559.
EDIT : The d1.orignal.swpuuids is empty not the d1.original.partitions… sry.
-
Do you d1.original.swapids?
d1.original.partitions, from the directory listing looks like it has data.
-
@Tom-Elliott said:
Do you d1.original.swapids?
d1.original.partitions, from the directory listing looks like it has data.
I’ve edited my post, the swapuuids is empty…