Thanks for reporting this. It seems blkid also only lists the 1st 7 partitions, and not all of them are shown in /proc/partitions.
This will be very inconsistent...
How did you install that dual boot system? Please describe that in detail. I need to find a machine and follow your steps to create the same environment then try to reproduce the problem here.
Steven.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the device is teclast x98 pro
the install process consist of flashing the android image using intel phone flash tool, which besides other things also flashes the attached gpt.bin file and then booting winPE from flash drive which installs windows automatically using attached script. Both android and windows images are original from manufacturer.
The whole installation process with all required files is described in detail in this forum http://techtablets.com/forums/topic/how-to-dualboot-androidwindows-on-k9c3/
This is because the kernel used in Clonezilla was built with CONFIG_MMC_BLOCK_MINORS=8, limiting the number of discovered partitions on an eMMC device to seven.
The Clonezilla kernel would need to be rebuilt especially for this situation. No doubt the kernel normally used on your Android system has that feature already.
Or. you might try using partclone.dd carefully in the command shell. This would get you a clone of the /dev/mmcblk0 device, which contains the gpt partition table and all partitions, even the ones above 7.
@James,
This is weird... The Linux kernel 4.2.0-1-686-pae (https://packages.debian.org/sid/linux-image-4.2.0-1-686-pae) from Debian actually uses 256 for that:
$ grep CONFIG_MMC_BLOCK_MINORS /boot/config-4.2.0-1-686-pae
CONFIG_MMC_BLOCK_MINORS=256
@Robert,
Which version of Clonezilla live did you use?
Steven.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
@Robert
As you I try to backup my Teclast X98 Pro with clonezilla
I try 2.4.2-61-amd64 with no success:
"Unable to find a medium containing a live file system"
I see some posts with this problem.
I a new to X98 and clonezilla, probably I miss something.
Couild you help me ?
Dominique
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To complete my previous post.
Firts I try to prepâre my USB stick with Lili, and the boot fails with "Unable to find a medium containing a live file system"
After I use Tuxboot and I was able to save my tablet.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
False hope, it worked only once.At the second retry the same problem happened. Here the boots messages:
efi: requested map not found
esrt: ESRT header is not in the memory map
ignoring BGRT: invalid status 0 (expected 1)
...
Unable to find a medium containing a live file system" ..
BusyBox...
/bin/sh: can't access tty: job control turned off
I dont understand why its worked by luck only once.?
Someone can help me ?
Device is Teclast X98 Pro
Clonezilla is .clonezilla-live-2.4.2-61-amd64
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Looks like the Linux kernel on clonezilla live 2.4.2-61 does not support your hardware. Please try to use the latest testing Clonezilla live, 2.4.5-3 or 201512072-wily: http://clonezilla.org/downloads.php
They come with newer Linux kernel so it might help.
Steven.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to clone emmc in my dualboot android/win10 x86 tablet, but clonezilla clones only first 7 partitions
output from parted
output from blkid
output from /proc/partitions
Thanks for reporting this. It seems blkid also only lists the 1st 7 partitions, and not all of them are shown in /proc/partitions.
This will be very inconsistent...
How did you install that dual boot system? Please describe that in detail. I need to find a machine and follow your steps to create the same environment then try to reproduce the problem here.
Steven.
the device is teclast x98 pro
the install process consist of flashing the android image using intel phone flash tool, which besides other things also flashes the attached gpt.bin file and then booting winPE from flash drive which installs windows automatically using attached script. Both android and windows images are original from manufacturer.
The whole installation process with all required files is described in detail in this forum http://techtablets.com/forums/topic/how-to-dualboot-androidwindows-on-k9c3/
This is because the kernel used in Clonezilla was built with CONFIG_MMC_BLOCK_MINORS=8, limiting the number of discovered partitions on an eMMC device to seven.
The Clonezilla kernel would need to be rebuilt especially for this situation. No doubt the kernel normally used on your Android system has that feature already.
Or. you might try using partclone.dd carefully in the command shell. This would get you a clone of the /dev/mmcblk0 device, which contains the gpt partition table and all partitions, even the ones above 7.
See also:
@James,
This is weird... The Linux kernel 4.2.0-1-686-pae (https://packages.debian.org/sid/linux-image-4.2.0-1-686-pae) from Debian actually uses 256 for that:
$ grep CONFIG_MMC_BLOCK_MINORS /boot/config-4.2.0-1-686-pae
CONFIG_MMC_BLOCK_MINORS=256
@Robert,
Which version of Clonezilla live did you use?
Steven.
I was using clonezilla-live-20150805-vivid-amd64.iso, now I tried clonezilla-live-2.4.2-61-amd64.iso and it can see all the partitions, thanks
Last edit: Robert S 2015-11-08
@Robert,
Cool. Thanks for confirming that.
Steven.
@Robert
As you I try to backup my Teclast X98 Pro with clonezilla
I try 2.4.2-61-amd64 with no success:
"Unable to find a medium containing a live file system"
I see some posts with this problem.
I a new to X98 and clonezilla, probably I miss something.
Couild you help me ?
Dominique
To complete my previous post.
Firts I try to prepâre my USB stick with Lili, and the boot fails with "Unable to find a medium containing a live file system"
After I use Tuxboot and I was able to save my tablet.
False hope, it worked only once.At the second retry the same problem happened. Here the boots messages:
efi: requested map not found
esrt: ESRT header is not in the memory map
ignoring BGRT: invalid status 0 (expected 1)
...
Unable to find a medium containing a live file system" ..
BusyBox...
/bin/sh: can't access tty: job control turned off
I dont understand why its worked by luck only once.?
Someone can help me ?
Device is Teclast X98 Pro
Clonezilla is .clonezilla-live-2.4.2-61-amd64
Looks like the Linux kernel on clonezilla live 2.4.2-61 does not support your hardware. Please try to use the latest testing Clonezilla live, 2.4.5-3 or 201512072-wily:
http://clonezilla.org/downloads.php
They come with newer Linux kernel so it might help.
Steven.