-
-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EDL Write REDMI K20 PRO from yellow brick #622
Comments
###I took information about the sections from this file:PARTITION.XML WRITE_PROTECT_BOUNDARY_IN_KB=0 SECTOR_SIZE_IN_BYTES = 4096 GROW_LAST_PARTITION_TO_FILL_DISK=true
|
###It seems I did everything correctly (corrected my script): first I installed the partition table, then I wrote all the images to memory and patched everything and reset the device. BUT for some reason the device does not turn on??? ###my corrected script: edl gpt . --memory=ufs && edl w switch dummy.img --partitionfilename=switch --memory=UFS --loader=dummy.img --lun=0 && edl w ssd dummy.img --partitionfilename=ssd --memory=UFS --loader=dummy.img --lun=0 && edl w dbg dummy.img --partitionfilename=dbg --memory=UFS --loader=dummy.img --lun=0 && edl w bk01 dummy.img --partitionfilename=bk01 --memory=UFS --loader=dummy.img --lun=0 && edl w bk02 dummy.img --partitionfilename=bk02 --memory=UFS --loader=dummy.img --lun=0 && edl w bk03 dummy.img --partitionfilename=bk03 --memory=UFS --loader=dummy.img --lun=0 && edl w bk04 dummy.img --partitionfilename=bk04 --memory=UFS --loader=dummy.img --lun=0 && edl w keystore dummy.img --partitionfilename=keystore --memory=UFS --loader=dummy.img --lun=0 && edl w frp dummy.img --partitionfilename=frp --memory=UFS --loader=dummy.img --lun=0 && edl w bk05 dummy.img --partitionfilename=bk05 --memory=UFS --loader=dummy.img --lun=0 && edl w misc misc.img --partitionfilename=misc --memory=UFS --loader=misc.img --lun=0 && edl w vm-data dummy.img --partitionfilename=vm-data --memory=UFS --loader=dummy.img --lun=0 && edl w bk06 dummy.img --partitionfilename=bk06 --memory=UFS --loader=dummy.img --lun=0 && edl w logfs logfs_ufs_8mb.bin --partitionfilename=logfs --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w bk07 logfs_ufs_8mb.bin --partitionfilename=bk07 --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w oops logfs_ufs_8mb.bin --partitionfilename=oops --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w devinfo logfs_ufs_8mb.bin --partitionfilename=devinfo --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w oem_misc1 logfs_ufs_8mb.bin --partitionfilename=oem_misc1 --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w metadata metadata.img --partitionfilename=metadata --memory=UFS --loader=metadata.img --lun=0 && edl w bk08 metadata.img --partitionfilename=bk08 --memory=UFS --loader=metadata.img --lun=0 && edl w splash metadata.img --partitionfilename=splash --memory=UFS --loader=metadata.img --lun=0 && edl w bk09 metadata.img --partitionfilename=bk09 --memory=UFS --loader=metadata.img --lun=0 && edl w persist metadata.img --partitionfilename=persist --memory=UFS --loader=metadata.img --lun=0 && edl w persistbak metadata.img --partitionfilename=persistbak --memory=UFS --loader=metadata.img --lun=0 && edl w logdump metadata.img --partitionfilename=logdump --memory=UFS --loader=metadata.img --lun=0 && edl w minidump metadata.img --partitionfilename=minidump --memory=UFS --loader=metadata.img --lun=0 && edl w rawdump metadata.img --partitionfilename=rawdump --memory=UFS --loader=metadata.img --lun=0 && edl w recovery recovery.img --partitionfilename=recovery --memory=UFS --loader=recovery.img --lun=0 && edl w cache cache.img --partitionfilename=cache --memory=UFS --loader=cache.img --lun=0 && edl w cache cache.img --partitionfilename=cache --memory=UFS --loader=cache.img --lun=0 && edl w cust cust.img --partitionfilename=cust --memory=UFS --loader=cust.img --lun=0 && edl w userdata userdata.img --partitionfilename=userdata --memory=UFS --loader=userdata.img --lun=0 && edl w xbl_config xbl_config.elf --partitionfilename=xbl_config --memory=UFS --loader=xbl_config.elf --lun=1 && edl w xbl xbl.elf --partitionfilename=xbl --memory=UFS --loader=xbl.elf --lun=1 && edl w xbl_configbak xbl_config.elf --partitionfilename=xbl_configbak --memory=UFS --loader=xbl_config.elf --lun=2 && edl w xblbak xbl.elf --partitionfilename=xblbak --memory=UFS --loader=xbl.elf --lun=2 && edl w bk31 multi_image.mbn --partitionfilename=bk31 --memory=UFS --loader=multi_image.mbn --lun=3 && edl w cdt multi_image.mbn --partitionfilename=cdt --memory=UFS --loader=multi_image.mbn --lun=3 && edl w bk32 multi_image.mbn --partitionfilename=bk32 --memory=UFS --loader=multi_image.mbn --lun=3 && edl w ddr multi_image.mbn --partitionfilename=ddr --memory=UFS --loader=multi_image.mbn --lun=3 && edl w bk33 multi_image.mbn --partitionfilename=bk33 --memory=UFS --loader=multi_image.mbn --lun=3 && edl w multiimgoem multi_image.mbn --partitionfilename=multiimgoem --memory=UFS --loader=multi_image.mbn --lun=4 && edl w multiimgqti multi_image.mbn --partitionfilename=multiimgqti --memory=UFS --loader=multi_image.mbn --lun=4 && edl w secdata multi_image.mbn --partitionfilename=secdata --memory=UFS --loader=multi_image.mbn --lun=4 && edl w limits multi_image.mbn --partitionfilename=limits --memory=UFS --loader=multi_image.mbn --lun=4 && ###And here's what happened: main - Waiting for the device sahara - Detected loader: /usr/lib/python3.12/site-packages/edlclient-3.62-py3.12.egg/edlclient/../Loaders/xiaomi/EDLAuth/000a50e100720000_1bebe3863a6781db_fhprg_edlauth.bin
|
###HELP PLEASE. I CAN'T DO IT ALONE!!!
###I'm trying to restore my REDMI K20 PRO from yellow brick
###this is what happens when you try to write images into memory:
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader xbl.elf ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
firehose_client
firehose_client - [LIB]: Error: Couldn't detect partition: xbl
Available partitions:
firehose_client
firehose_client - [LIB]: Lun3: bk31
firehose_client
firehose_client - [LIB]: Lun3: cdt
firehose_client
firehose_client - [LIB]: Lun3: bk32
firehose_client
firehose_client - [LIB]: Lun3: ddr
firehose_client
firehose_client - [LIB]: Lun3: bk33
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader xbl.elf ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
firehose_client
firehose_client - [LIB]: Error: xbl.elf has 1209 sectors but partition only has 8.
###here is my script:
edl gpt . --memory=ufs && edl w switch dummy.img --partitionfilename=switch --memory=UFS--loader=dummy.img --lun=0 && edl w ssd dummy.img --partitionfilename=ssd --memory=UFS--loader=dummy.img --lun=0 && edl w dbg dummy.img --partitionfilename=dbg --memory=UFS--loader=dummy.img --lun=0 && edl w bk01 dummy.img --partitionfilename=bk01 --memory=UFS--loader=dummy.img --lun=0 && edl w bk02 dummy.img --partitionfilename=bk02 --memory=UFS--loader=dummy.img --lun=0 && edl w bk03 dummy.img --partitionfilename=bk03 --memory=UFS--loader=dummy.img --lun=0 && edl w bk04 dummy.img --partitionfilename=bk04 --memory=UFS--loader=dummy.img --lun=0 && edl w keystore dummy.img --partitionfilename=keystore --memory=UFS--loader=dummy.img --lun=0 && edl w frp dummy.img --partitionfilename=frp --memory=UFS--loader=dummy.img --lun=0 && edl w bk05 dummy.img --partitionfilename=bk05 --memory=UFS--loader=dummy.img --lun=0 && edl w misc misc.img --partitionfilename=misc --memory=UFS--loader=misc.img --lun=0 && edl w vm-data dummy.img --partitionfilename=vm-data --memory=UFS--loader=dummy.img --lun=0 && edl w bk06 dummy.img --partitionfilename=bk06 --memory=UFS--loader=dummy.img --lun=0 && edl w logfs logfs_ufs_8mb.bin --partitionfilename=logfs --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w bk07 logfs_ufs_8mb.bin --partitionfilename=bk07 --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w oops logfs_ufs_8mb.bin --partitionfilename=oops --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w devinfo logfs_ufs_8mb.bin --partitionfilename=devinfo --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w oem_misc1 logfs_ufs_8mb.bin --partitionfilename=oem_misc1 --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w metadata metadata.img --partitionfilename=metadata --memory=UFS --loader=metadata.img --lun=0 && edl w bk08 metadata.img --partitionfilename=bk08 --memory=UFS --loader=metadata.img --lun=0 && edl w splash metadata.img --partitionfilename=splash --memory=UFS --loader=metadata.img --lun=0 && edl w bk09 metadata.img --partitionfilename=bk09 --memory=UFS --loader=metadata.img --lun=0 && edl w persist metadata.img --partitionfilename=persist --memory=UFS --loader=metadata.img --lun=0 && edl w persistbak metadata.img --partitionfilename=persistbak --memory=UFS --loader=metadata.img --lun=0 && edl w logdump metadata.img --partitionfilename=logdump --memory=UFS --loader=metadata.img --lun=0 && edl w minidump metadata.img --partitionfilename=minidump --memory=UFS --loader=metadata.img --lun=0 && edl w rawdump metadata.img --partitionfilename=rawdump --memory=UFS --loader=metadata.img --lun=0 && edl w recovery recovery.img --partitionfilename=recovery --memory=UFS --loader=recovery.img --lun=0 && edl w cache cache.img --partitionfilename=cache --memory=UFS --loader=cache.img --lun=0 && edl w cache cache.img --partitionfilename=cache --memory=UFS --loader=cache.img --lun=0 && edl w cust cust.img --partitionfilename=cust --memory=UFS --loader=cust.img --lun=0 && edl w userdata userdata.img --partitionfilename=userdata --memory=UFS --loader=userdata.img --lun=0 && edl w xbl_config xbl_config.elf --partitionfilename=xbl_config --memory=UFS --loader=xbl_config.elf --lun=1 && edl w xbl xbl.elf --partitionfilename=xbl --memory=UFS --loader=xbl.elf --lun=1 && edl w xbl_configbak xbl_config.elf --partitionfilename=xbl_configbak --memory=UFS --loader=xbl_config.elf --lun=2 && edl w xblbak xbl.elf --partitionfilename=xblbak --memory=UFS --loader=xbl.elf --lun=2 && edl w xbl xbl.elf --partitionfilename=xbl --memory=UFS --loader=xbl.elf --lun=3 && edl w bk31 xbl.elf --partitionfilename=bk31 --memory=UFS --loader=xbl.elf --lun=3 && edl w cdt xbl.elf --partitionfilename=cdt --memory=UFS --loader=xbl.elf --lun=3 && edl w bk32 xbl.elf --partitionfilename=bk32 --memory=UFS --loader=xbl.elf --lun=3 && edl w ddr xbl.elf --partitionfilename=ddr --memory=UFS --loader=xbl.elf --lun=3 && edl w bk33 xbl.elf --partitionfilename=bk33 --memory=UFS --loader=xbl.elf --lun=3 && edl w multiimgoem multi_image.mbn --partitionfilename=multiimgoem --memory=UFS --loader=multi_image.mbn --lun=4 && edl w multiimgqti multi_image.mbn --partitionfilename=multiimgqti --memory=UFS --loader=multi_image.mbn --lun=4 && edl w secdata multi_image.mbn --partitionfilename=secdata --memory=UFS --loader=multi_image.mbn --lun=4 && edl w limits multi_image.mbn --partitionfilename=limits --memory=UFS --loader=multi_image.mbn --lun=4 &&
edl w bk41 multi_image.mbn --partitionfilename=bk41 --memory=UFS --loader=multi_image.mbn --lun=4 && edl w qupfw qupv3fw.elf --partitionfilename=qupfw --memory=UFS --loader=qupv3fw.elf --lun=4 && edl w qupfwbak qupv3fw,elf --partitionfilename=qupfwbak --memory=UFS --loader=qupv3fw.elf --lun=4 && edl w apdp qupv3fw.elf --partitionfilename=apdp --memory=UFS --loader=qupv3fw.elf --lun=4 && edl w msadp qupv3fw.elf --partitionfilename=msadp --memory=UFS --loader=qupv3fw.elf --lun=4 && edl w vbmeta vbmeta.img --partitionfilename=vbmeta --memory=UFS --loader=vbmeta.img --lun=4 && edl w storsec storsec.mbn --partitionfilename=storsec --memory=UFS --loader=storsec.mbn --lun=4 && edl w bk42 storsec.mbn --partitionfilename=bk42 --memory=UFS --loader=storsec.mbn --lun=4 && edl w devcfg devcfg.mbn --partitionfilename=devcfg --memory=UFS --loader=devcfg.mbn --lun=4 && edl w devcfgbak devcfg.mbn --partitionfilename=devcfgbak --memory=UFS --loader=devcfg.mbn --lun=4 && edl w aop aop.mbn --partitionfilename=aop --memory=UFS --loader=aop.mbn --lun=4 && edl w aopbak aop.mbn --partitionfilename=aopbak --memory=UFS --loader=aop.mbn --lun=4 && edl w uefivarstore aop.mbn --partitionfilename=uefivarstore --memory=UFS --loader=aop.mbn --lun=4 && edl w catefv aop.mbn --partitionfilename=catefv --memory=UFS --loader=aop.mbn --lun=4 && edl w cmnlib cmnlib.mbn --partitionfilename=cmnlib --memory=UFS --loader=cmnlib.mbn --lun=4 && edl w cmnlibbak cmnlib.mbn --partitionfilename=cmnlibbak --memory=UFS --loader=cmnlib.mbn --lun=4 && edl w cmnlib64 cmnlib64.mbn --partitionfilename=cmnlib64 --memory=UFS --loader=cmnlib64.mbn --lun=4 && edl w cmnlib64bak cmnlib64.mbn --partitionfilename=cmnlib64bak --memory=UFS --loader=cmnlib64.mbn --lun=4 && edl w bk43 cmnlib64.mbn --partitionfilename=bk43 --memory=UFS --loader=cmnlib64.mbn --lun=4 && edl w keymaster km4.mbn --partitionfilename=keymaster --memory=UFS --loader=km4.mbn --lun=4 && edl w keymasterbak km4.mbn --partitionfilename=keymasterbak --memory=UFS --loader=km4.mbn --lun=4 && edl w bluetooth BTFM.mbn --partitionfilename=bluetooth --memory=UFS --loader=BTFM.mbn --lun=4 && edl w dip BTFM.mbn --partitionfilename=dip --memory=UFS --loader=BTFM.mbn --lun=4 && edl w catecontentfv BTFM.mbn --partitionfilename=catecontentfv --memory=UFS --loader=BTFM.mbn --lun=4 && edl w bk44 BTFM.mbn --partitionfilename=bk44 --memory=UFS --loader=BTFM.mbn --lun=4 --sectorsize==0x0000000000800000 && edl w bk44 BTFM.mbn --partitionfilename=bk44 --memory=UFS --loader=BTFM.mbn --lun=4 --sectorsize==0x0000000000200000 && edl w cateloader BTFM.mbn --partitionfilename=cateloader --memory=UFS --loader=BTFM.mbn --lun=4 && edl w cateloader BTFM.mbn --partitionfilename=cateloader --memory=UFS --loader=BTFM.mbn --lun=4 && edl w uefisecapp uefi_sec.mbn --partitionfilename=uefisecapp --memory=UFS --loader=uefi_sec.mbn --lun=4 && edl w uefisecappbak uefi_sec.mbn --partitionfilename=uefisecappbak --memory=UFS --loader=uefi_sec.mbn --lun=4 && edl w toolsfv uefi_sec.mbn --partitionfilename=toolsfv --memory=UFS --loader=uefi_sec.mbn --lun=4 && edl w abl abl.elf --partitionfilename=abl --memory=UFS --loader=abl.elf --lun=4 && edl w ablbak abl.elf --partitionfilename=ablbak --memory=UFS --loader=abl.elf --lun=4 && edl w tz tz.mbn --partitionfilename=tz --memory=UFS --loader=tz.mbn --lun=4 && edl w tzbak tz.mbn --partitionfilename=tzbak --memory=UFS --loader=tz.mbn --lun=4 && edl w bk45 tz.mbn --partitionfilename=bk45 --memory=UFS --loader=tz.mbn --lun=4 && edl w fsg tz.mbn --partitionfilename=fsg --memory=UFS --loader=tz.mbn --lun=4 && edl w spunvm tz.mbn --partitionfilename=spunvm --memory=UFS --loader=tz.mbn --lun=4 && edl w hyp hyp.mbn --partitionfilename=hyp --memory=UFS --loader=hyp.mbn --lun=4 && edl w hypbak hypvm.mbn --partitionfilename=hypbak --memory=UFS --loader=hypvm.mbn --lun=4 && edl w gsort hypvm.mbn --partitionfilename=gsort --memory=UFS --loader=hypvm.mbn --lun=4 && edl w dtbo dtbo.img --partitionfilename=dtbo --memory=UFS --loader=dtbo.img --lun=4 && edl w ifaa ifaa.img --partitionfilename=ifaa --memory=UFS --loader=ifaa.img --lun=4 && edl w logo logo.img --partitionfilename=logo --memory=UFS --loader=logo.img --lun=4 && edl w dsp dspso.bin --partitionfilename=dsp --memory=UFS --loader=dspso.bin --lun=4 && edl w boot boot.img --partitionfilename=boot --memory=UFS --loader=boot.img --lun=4 && edl w bk47 boot.img --partitionfilename=bk47 --memory=UFS --loader=boot.img --lun=4 && edl w core_nhlos boot.img --partitionfilename=core_nhlos --memory=UFS --loader=boot.img --lun=4 && edl w modem NON-HLOS.bin --partitionfilename=modem --memory=UFS --loader=NON-HLOS.bin --lun=4 && edl w vendor vendor.img --partitionfilename=vendor --memory=UFS --loader=vendor.img --lun=4 && edl w system system.img --partitionfilename=system --memory=UFS --loader=system.img --lun=4 && edl w last_parti system.img --partitionfilename=last_parti --memory=UFS --loader=system.img --lun=4 && edl w fsc system.img --partitionfilename=fsc --memory=UFS --loader=system.img --lun=5 && edl w bk51 system.img --partitionfilename=bk51 --memory=UFS --loader=system.img --lun=5 && edl w bk52 system.img --partitionfilename=bk52 --memory=UFS --loader=system.img --lun=5 && edl w imagefv imagefv.elf --partitionfilename=imagefv --memory=UFS --loader=imagefv.elf --lun=5 && edl w modemst1 imagefv.elf --partitionfilename=modemst1 --memory=UFS --loader=imagefv.elf --lun=5 && edl w modemst2 imagefv.elf --partitionfilename=modemst2 --memory=UFS --loader=imagefv.elf --lun=5 && edl w last_parti imagefv.elf --partitionfilename=last_parti --memory=UFS --loader=imagefv.elf --lun=5 && edl qfil rawprogram0.xml patch0.xml /usr/local/bin/edl/Loaders/newstuff/raphael/images --loader=prog_ufs_firehose_sdm855_ddr.elf --memory=ufs && edl qfil rawprogram1.xml patch1.xml /usr/local/bin/edl/Loaders/newstuff/raphael/images --loader=prog_ufs_firehose_sdm855_ddr.elf --memory=ufs && edl qfil rawprogram2.xml patch2.xml /usr/local/bin/edl/Loaders/newstuff/raphael/images --loader=prog_ufs_firehose_sdm855_ddr.elf --memory=ufs && edl qfil rawprogram3.xml patch3.xml /usr/local/bin/edl/Loaders/newstuff/raphael/images --loader=prog_ufs_firehose_sdm855_ddr.elf --memory=ufs && edl qfil rawprogram4.xml patch4.xml /usr/local/bin/edl/Loaders/newstuff/raphael/images --loader=prog_ufs_firehose_sdm855_ddr.elf --memory=ufs && edl qfil rawprogram5.xml patch5.xml /usr/local/bin/edl/Loaders/newstuff/raphael/images --loader=prog_ufs_firehose_sdm855_ddr.elf --memory=ufs && edl reset
###WHERE AM I WRONG????
###and here is a printout of the GPT table:
systemproductname images]# edl printgpt --memory=ufs
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Trying with no loader given ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
Parsing Lun 0:
GPT Table:
switch: Offset 0x0000000000006000, Length 0x0000000000002000, Flags 0x0000000000000000, UUID ca977f05-039c-56d2-c28f-889b7b14e1a1, Type 0x6a4afef7, Active False
ssd: Offset 0x0000000000008000, Length 0x0000000000008000, Flags 0x0000000000000000, UUID 3beb94f1-731f-0b0d-1a1f-3eb506abe2a8, Type 0x2c86e742, Active False
dbg: Offset 0x0000000000010000, Length 0x0000000000008000, Flags 0x0000000000000000, UUID b01c1e09-12ca-dd42-0424-da976d7b0bee, Type 0x7b00b63b, Active False
bk01: Offset 0x0000000000018000, Length 0x0000000000008000, Flags 0x0000000000000000, UUID 1683f8c2-2d65-353d-2a34-1daa07807304, Type 0x60cc1090, Active False
bk02: Offset 0x0000000000020000, Length 0x0000000000020000, Flags 0x0000000000000000, UUID c08a7994-7167-1f42-1ad9-8c647f1cf03f, Type 0xa2c69630, Active False
bk03: Offset 0x0000000000040000, Length 0x0000000000040000, Flags 0x0000000000000000, UUID f5f2055a-b7a0-8394-c119-cb3d78f7ced0, Type 0x53e5b8de, Active False
bk04: Offset 0x0000000000080000, Length 0x0000000000080000, Flags 0x0000000000000000, UUID ec9d38c0-497f-4194-b697-ddccc0c00d04, Type 0x30aebf41, Active False
keystore: Offset 0x0000000000100000, Length 0x0000000000080000, Flags 0x0000000000000000, UUID a8bb4810-387b-d7b5-8abb-d7d5bbc39abe, Type 0xde7d4029, Active False
frp: Offset 0x0000000000180000, Length 0x0000000000080000, Flags 0x0000000000000000, UUID 61b2ae29-c655-10a7-13cf-b57e0bd9b763, Type 0x91b72d4d, Active False
bk05: Offset 0x0000000000200000, Length 0x0000000000200000, Flags 0x0000000000000000, UUID e5dea3d5-4919-0b60-b043-4dcbb0b7ab62, Type 0x3fb510f6, Active False
misc: Offset 0x0000000000400000, Length 0x0000000000400000, Flags 0x0000000000000000, UUID 4272798c-90f5-a1c4-ee90-f20c6fc26d1a, Type 0x82acc91f, Active False
vm-data: Offset 0x0000000000800000, Length 0x0000000000400000, Flags 0x0000000000000000, UUID 4b340a40-6743-82ea-8529-968412b27dd6, Type 0xb3d5b479, Active False
bk06: Offset 0x0000000000c00000, Length 0x0000000000400000, Flags 0x0000000000000000, UUID 8e51f77e-cef4-0a82-2b9c-f319b9ef86ac, Type 0x148a567d, Active False
logfs: Offset 0x0000000001000000, Length 0x0000000000800000, Flags 0x0000000000000000, UUID 26cc5d3f-fd63-3967-a230-3e06078324b5, Type 0xbc0330eb, Active False
bk07: Offset 0x0000000001800000, Length 0x0000000000800000, Flags 0x0000000000000000, UUID 9dc24531-e9a2-c4b5-a9e9-1759a4b7f756, Type 0xf1121d8a, Active False
oops: Offset 0x0000000002000000, Length 0x0000000001000000, Flags 0x0000000000000000, UUID 0334edb4-81de-3f50-faec-e901bd1a5dc6, Type 0xc549751f, Active False
devinfo: Offset 0x0000000003000000, Length 0x0000000001000000, Flags 0x0000000000000000, UUID 540c55c4-3b06-6af6-aadd-2e9d963d49ad, Type 0x65addcf4, Active False
oem_misc1: Offset 0x0000000004000000, Length 0x0000000001000000, Flags 0x0000000000000000, UUID adcd3d54-f2da-2e08-d352-6b20f9b9bfee, Type 0x4ef51ebc, Active False
metadata: Offset 0x0000000005000000, Length 0x0000000001000000, Flags 0x0000000000000000, UUID 1e8a81ab-f3b6-d5a2-a45b-ebb6adc2692b, Type 0x988a98c9, Active False
bk08: Offset 0x0000000006000000, Length 0x0000000001f5c000, Flags 0x0000000000000000, UUID 64fad66b-08bf-25aa-b01e-7936600e4c10, Type 0x412caad0, Active False
splash: Offset 0x0000000007f5c000, Length 0x00000000020a4000, Flags 0x0000000000000000, UUID 53e358d1-0088-a338-fdd8-953befe3054f, Type 0xad99f201, Active False
bk09: Offset 0x000000000a000000, Length 0x0000000002000000, Flags 0x0000000000000000, UUID dec19f8a-fb95-1ecc-a678-66ae284b3e05, Type 0x841993b6, Active False
persist: Offset 0x000000000c000000, Length 0x0000000004000000, Flags 0x0000000000000000, UUID 57858de7-f95d-e27c-85ef-b779a13f6037, Type 0x6c95e238, Active False
persistbak: Offset 0x0000000010000000, Length 0x0000000004000000, Flags 0x0000000000000000, UUID b13e23fb-5a12-354c-cbe1-32e9cbf39dae, Type 0x6c95e238, Active False
logdump: Offset 0x0000000014000000, Length 0x0000000004000000, Flags 0x0000000000000000, UUID 3486e654-8184-73fc-12f1-d862105184f2, Type 0x5af80809, Active False
minidump: Offset 0x0000000018000000, Length 0x0000000008000000, Flags 0x0000000000000000, UUID 345dae7a-75f4-f7f1-340f-21a3a885a4d0, Type 0x71d24153, Active False
rawdump: Offset 0x0000000020000000, Length 0x0000000008000000, Flags 0x0000000000000000, UUID d6717d88-1aa5-afea-0a34-ecde15e81ffa, Type 0x66c9b323, Active False
recovery: Offset 0x0000000028000000, Length 0x0000000004000000, Flags 0x0000000000000000, UUID f5774d34-d8c9-3450-6a23-8422371cdd39, Type 0x9d72d4e4, Active False
cache: Offset 0x000000002c000000, Length 0x0000000010000000, Flags 0x0000000000000000, UUID 3bf4b1dc-8fbf-7a92-bc5b-99da799a19e1, Type 0x5594c694, Active False
cust: Offset 0x000000003c000000, Length 0x0000000040000000, Flags 0x0000000000000000, UUID 1b8a8f39-2f30-6ff4-be1b-c58f36ae8333, Type 0xc3008246, Active False
userdata: Offset 0x000000007c000000, Length 0x000000752a7fb000, Flags 0x0000000000000000, UUID 130630b1-98af-d8c5-3668-95c578799c68, Type 0x1b81e7e6, Active False
Total disk size:0x00000075a6800000, sectors:0x00000000075a6800
Parsing Lun 1:
GPT Table:
xbl_config: Offset 0x0000000000006000, Length 0x0000000000080000, Flags 0x1000000000000000, UUID b171a6ab-26df-856b-261e-76c715c0916b, Type 0x5a325ae4, Active False
xbl: Offset 0x0000000000086000, Length 0x0000000000700000, Flags 0x1000000000000000, UUID e0955a37-19e8-b2cd-23b5-cb437474c030, Type 0xdea0ba2c, Active False
Total disk size:0x0000000000800000, sectors:0x0000000000000800
Parsing Lun 2:
GPT Table:
xbl_configbak: Offset 0x0000000000006000, Length 0x0000000000080000, Flags 0x1000000000000000, UUID 9f6b2fa4-d5aa-5481-2800-f808dc1bc3cb, Type 0x5a325ae4, Active False
xblbak: Offset 0x0000000000086000, Length 0x0000000000700000, Flags 0x1000000000000000, UUID 96c7a400-a90a-759c-e285-5358d71b7cb8, Type 0xdea0ba2c, Active False
Total disk size:0x0000000000800000, sectors:0x0000000000000800
Parsing Lun 3:
GPT Table:
bk31: Offset 0x0000000000006000, Length 0x0000000000008000, Flags 0x1000000000000000, UUID 4225eff2-0501-289f-e812-b69988a188b2, Type 0xd37a3651, Active False
cdt: Offset 0x000000000000e000, Length 0x0000000000020000, Flags 0x1000000000000000, UUID 3f94a9f8-5552-de00-5981-621c3e131f2c, Type 0xa19f205f, Active False
bk32: Offset 0x000000000002e000, Length 0x00000000000d8000, Flags 0x1000000000000000, UUID e93379e5-918f-1c96-def1-e4c2500087d0, Type 0x97312b22, Active False
ddr: Offset 0x0000000000106000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID 9498e499-7c79-8d4d-7aad-ec95e8fe8f90, Type 0x20a0c19c, Active False
bk33: Offset 0x0000000000206000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID 4cc7148e-5af0-b943-e405-7f54e7371fec, Type 0x6ce93c62, Active False
Total disk size:0x0000000002000000, sectors:0x0000000000002000
Parsing Lun 4:
GPT Table:
multiimgoem: Offset 0x0000000000006000, Length 0x0000000000008000, Flags 0x1000000000000000, UUID 597fae03-1961-410a-e0cc-603081bee4c4, Type 0xe126a436, Active False
multiimgqti: Offset 0x000000000000e000, Length 0x0000000000008000, Flags 0x1000000000000000, UUID 1c4c71cb-5ad0-f916-0c54-abcc224eeaf5, Type 0x846c6f05, Active False
secdata: Offset 0x0000000000016000, Length 0x0000000000008000, Flags 0x1000000000000000, UUID 30b1f700-7f7a-5a9e-b876-7798627878e9, Type 0x76cfc7ef, Active False
limits: Offset 0x000000000001e000, Length 0x0000000000008000, Flags 0x1000000000000000, UUID 763322ed-367d-2025-1f6e-5cd21f7d6f74, Type 0x10a0c19c, Active False
bk41: Offset 0x0000000000026000, Length 0x000000000001a000, Flags 0x1000000000000000, UUID 36ad4a4b-a33f-e5e5-7f25-d2abb1ca7850, Type 0x2191e897, Active False
qupfw: Offset 0x0000000000040000, Length 0x0000000000020000, Flags 0x1000000000000000, UUID e2a293f9-cc81-2819-6a2c-3d8ce73d3eb1, Type 0x21d1219f, Active False
qupfwbak: Offset 0x0000000000060000, Length 0x0000000000020000, Flags 0x1000000000000000, UUID 582f4224-fe09-2e11-c09d-cdd5429bf41f, Type 0x7e2f513d, Active False
apdp: Offset 0x0000000000080000, Length 0x0000000000040000, Flags 0x1000000000000000, UUID 38b8afbe-411d-d94f-b203-0606a844a2a0, Type 0xe6e98da2, Active False
msadp: Offset 0x00000000000c0000, Length 0x0000000000040000, Flags 0x1000000000000000, UUID 6a31a791-ee23-ca87-cda9-bb49d1863a22, Type 0xed9e8101, Active False
vbmeta: Offset 0x0000000000100000, Length 0x0000000000020000, Flags 0x1000000000000000, UUID cdcbe6ba-65f0-4122-6a3a-4a500a6f37f7, Type 0x4b7a15d6, Active False
storsec: Offset 0x0000000000120000, Length 0x0000000000020000, Flags 0x1000000000000000, UUID 3cf99c99-4b09-87d6-e513-b3e9137a0ea0, Type 0x2db45fe, Active False
bk42: Offset 0x0000000000140000, Length 0x0000000000040000, Flags 0x1000000000000000, UUID a28c2729-ba74-2019-f4da-23645afe8bec, Type 0x9d30b727, Active False
devcfg: Offset 0x0000000000180000, Length 0x0000000000040000, Flags 0x1000000000000000, UUID 933d0aba-de17-9036-5df6-0da94131b46a, Type 0xf65d4b16, Active False
devcfgbak: Offset 0x00000000001c0000, Length 0x0000000000040000, Flags 0x1000000000000000, UUID 2bc534a3-68aa-52f6-254f-1e49af47965e, Type 0xefd49359, Active False
aop: Offset 0x0000000000200000, Length 0x0000000000080000, Flags 0x1000000000000000, UUID 33e3c9d9-e0e4-9bd9-ba0c-a8bcfb3db084, Type 0xd69e90a5, Active False
aopbak: Offset 0x0000000000280000, Length 0x0000000000080000, Flags 0x1000000000000000, UUID b6d38702-d237-22af-242a-e38a140dab77, Type 0x5d825d4, Active False
uefivarstore: Offset 0x0000000000300000, Length 0x0000000000080000, Flags 0x1000000000000000, UUID 3d1a31aa-51b9-dc7c-480c-f41a54f85542, Type 0x165bd6bc, Active False
catefv: Offset 0x0000000000380000, Length 0x0000000000080000, Flags 0x1000000000000000, UUID 6ce8554b-4ad7-10a0-580b-b3f79c7756f3, Type 0x80c23c26, Active False
cmnlib: Offset 0x0000000000400000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID 29b33a86-71c5-44f7-cf38-676724293c36, Type 0x73471795, Active False
cmnlibbak: Offset 0x0000000000500000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID df8281a0-fffe-3e2c-189a-4e089f5d9027, Type 0xb8af4f43, Active False
cmnlib64: Offset 0x0000000000600000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID 14f8fec4-9bef-e14d-70ab-21fde6e9b72f, Type 0x8ea64893, Active False
cmnlib64bak: Offset 0x0000000000700000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID 6a140fc0-cadf-2467-d0d8-d1acb6b5840e, Type 0x3864ba83, Active False
bk43: Offset 0x0000000000800000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID ee7eeffe-41d8-140f-77a0-d93c6f3d3e63, Type 0x97649082, Active False
keymaster: Offset 0x0000000000900000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID 846c9255-e8ac-dd48-09fb-eb8e5c072df1, Type 0xa11d2a7c, Active False
keymasterbak: Offset 0x0000000000a00000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID 25da5169-dcb1-887f-dc3a-794c94e76a21, Type 0xe8df5a85, Active False
bluetooth: Offset 0x0000000000b00000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID d18746f0-1774-86b0-3e1f-3121643bc708, Type 0x6cb747f1, Active False
dip: Offset 0x0000000000c00000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID b2cb2557-9f11-0f8b-2e08-344c95597e41, Type 0x4114b077, Active False
catecontentfv: Offset 0x0000000000d00000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID 2c06112a-2fa6-3c0e-2f01-33a7e04fd986, Type 0xe12d830b, Active False
bk44: Offset 0x0000000001600000, Length 0x0000000000200000, Flags 0x1000000000000000, UUID b5b8a54d-ea53-c530-629c-932c053572e1, Type 0xbaa3a553, Active False
cateloader: Offset 0x0000000001800000, Length 0x0000000000200000, Flags 0x1000000000000000, UUID 802b41f0-3587-aaa7-79ce-49214667ea0d, Type 0xaa9a5c4c, Active False
uefisecapp: Offset 0x0000000001a00000, Length 0x0000000000200000, Flags 0x1000000000000000, UUID bca485b7-0d18-8e36-eae3-04cd8b267242, Type 0xbe8a7e08, Active False
uefisecappbak: Offset 0x0000000001c00000, Length 0x0000000000200000, Flags 0x1000000000000000, UUID fee9cb3e-2301-9946-c059-371680987c64, Type 0xf61a79f1, Active False
toolsfv: Offset 0x0000000001e00000, Length 0x0000000000200000, Flags 0x1000000000000000, UUID f8b47399-55ed-c05b-1148-b5c4b27d8c8f, Type 0x97745aba, Active False
abl: Offset 0x0000000002000000, Length 0x0000000000200000, Flags 0x1000000000000000, UUID cd2ced45-70dd-d9c1-92d6-9536930763b6, Type 0xbd6928a1, Active False
ablbak: Offset 0x0000000002200000, Length 0x0000000000200000, Flags 0x1000000000000000, UUID 5f3f6037-35e2-e39c-bd7a-d805d93050b6, Type 0x9f68daa1, Active False
tz: Offset 0x0000000002400000, Length 0x0000000000400000, Flags 0x1000000000000000, UUID 17eccddd-73b7-08c5-5e27-54afd8321a2c, Type 0xa053aa7f, Active False
tzbak: Offset 0x0000000002800000, Length 0x0000000000400000, Flags 0x1000000000000000, UUID d7b6c22a-d4dc-c603-4d0a-253e9bcd104f, Type 0x1d5075d8, Active False
bk45: Offset 0x0000000002c00000, Length 0x0000000000400000, Flags 0x1000000000000000, UUID ed01a1bd-33c0-092e-bfaa-d68224445568, Type 0x48b6370d, Active False
fsg: Offset 0x0000000003000000, Length 0x0000000000800000, Flags 0x1000000000000000, UUID 7179025a-bdd3-ac72-d288-c8a259825533, Type 0x638ff8e2, Active False
spunvm: Offset 0x0000000003800000, Length 0x0000000000800000, Flags 0x1000000000000000, UUID 3bb1f5f2-49b1-a07a-c33b-4c0c8efd3562, Type 0xe42e2b4c, Active False
hyp: Offset 0x0000000004000000, Length 0x0000000000800000, Flags 0x1000000000000000, UUID 232b3e03-823c-29c1-71ac-7d255c43e9a0, Type 0xe1a6a689, Active False
hypbak: Offset 0x0000000004800000, Length 0x0000000000800000, Flags 0x1000000000000000, UUID 4b99164f-b76e-2fe5-9d10-70128c6e9f5b, Type 0xdf718c12, Active False
gsort: Offset 0x0000000005000000, Length 0x0000000001000000, Flags 0x1000000000000000, UUID 22775772-1747-7d70-72a1-25379b745341, Type 0x7c7e2b25, Active False
dtbo: Offset 0x0000000006000000, Length 0x0000000002000000, Flags 0x1000000000000000, UUID f97ba663-a655-c320-8e04-24e462099252, Type 0x24d0d418, Active False
ifaa: Offset 0x0000000008000000, Length 0x0000000004000000, Flags 0x1000000000000000, UUID bafa888a-2a2e-9bf1-e886-84b441bdf5fb, Type 0xada7d733, Active False
logo: Offset 0x000000000c000000, Length 0x0000000004000000, Flags 0x1000000000000000, UUID 203f36ba-155f-d577-a1d4-21ebb0ea4f13, Type 0xe5947ddb, Active False
dsp: Offset 0x0000000010000000, Length 0x0000000004000000, Flags 0x1000000000000000, UUID b07e5722-2595-5d99-4bd3-c0701d300a29, Type 0x7efe5010, Active False
boot: Offset 0x0000000014000000, Length 0x0000000008000000, Flags 0x1000000000000000, UUID 4626c957-1edb-42e7-1e68-d9a122b5cf39, Type 0x20117f86, Active False
bk47: Offset 0x000000001c000000, Length 0x0000000001600000, Flags 0x1000000000000000, UUID 7f813ffc-280b-91e8-86d2-92037a8d4be6, Type 0xd500442e, Active False
core_nhlos: Offset 0x000000001d600000, Length 0x000000000aa00000, Flags 0x1000000000000000, UUID 8c12eab6-487f-3090-19ac-8070e9395a7b, Type 0x6690b4ce, Active False
modem: Offset 0x0000000028000000, Length 0x0000000014000000, Flags 0x1000000000000000, UUID 14c205fd-e7f1-7aa8-d899-9b5ca03ad944, Type EFI_BASIC_DATA, Active False
vendor: Offset 0x000000003c000000, Length 0x0000000060000000, Flags 0x1000000000000000, UUID eab3eed0-a0a7-6f04-4356-94d635822e52, Type 0x97d7b011, Active False
system: Offset 0x000000009c000000, Length 0x00000000e0000000, Flags 0x1000000000000000, UUID f11b6173-a12b-7758-d5ad-035c613f10ce, Type 0x97d7b011, Active False
Total disk size:0x0000000180000000, sectors:0x0000000000180000
Parsing Lun 5:
GPT Table:
fsc: Offset 0x0000000000006000, Length 0x0000000000040000, Flags 0x0000000000000000, UUID cc4524ed-4405-7c51-b64b-a239087c1804, Type 0x57b90a16, Active False
bk51: Offset 0x0000000000046000, Length 0x00000000000ba000, Flags 0x0000000000000000, UUID ba32e2ef-c96a-718d-2a13-e5d2b3711926, Type 0x694be4bc, Active False
bk52: Offset 0x0000000000100000, Length 0x0000000000100000, Flags 0x0000000000000000, UUID 9b504beb-4101-3b55-c55b-d2dc396b62d3, Type 0x3b02c43f, Active False
imagefv: Offset 0x0000000000200000, Length 0x0000000000200000, Flags 0x0000000000000000, UUID d2ddaf58-fa5c-4ba6-4607-98a55689ce8d, Type 0x77036cd4, Active False
modemst1: Offset 0x0000000000400000, Length 0x0000000000800000, Flags 0x0000000000000000, UUID 24e66072-24e3-aded-4096-c3d981ba32b3, Type 0xebbeadaf, Active False
modemst2: Offset 0x0000000000c00000, Length 0x0000000000800000, Flags 0x0000000000000000, UUID 64f7070a-8c2d-fc44-367a-aa054cbf9de7, Type 0xa288b1f, Active False
Total disk size:0x0000000002000000, sectors:0x0000000000002000
The text was updated successfully, but these errors were encountered: