Cannot Flash no /system folder - Realme 2 pro Questions & Answers

I'm flashing LOS15.1 from COS5.2 TWRP recovery.
i installed recovery in linux using sudo ./fastboot flash recovery twrp.img
mount: failed to mount /dev/block/bootdevice/by-name/system at /system: No such file or directory
Failed to unmount /system: No such volume script aborted

Related

[Q] Flashing recovery.img not working

So I have root on the Tattoo following the guide here: http://forum.xda-developers.com/showthread.php?t=716282
Code:
C:\Tattoo>adb shell
# id
id
uid=0(root) gid=0(root)
and I have flashed the boot.img ok I think.
but when I flash the recovery.img I get the following:
Code:
# insmod ./tattoo-hack.ko
insmod ./tattoo-hack.ko
# mount -o rw,remount /dev/block/mtdblock5 /data
mount -o rw,remount /dev/block/mtdblock5 /data
# mount -o rw,remount /dev/block/mtdblock3 /system
mount -o rw,remount /dev/block/mtdblock3 /system
# ./flash_image recovery /sdcard/recovery.Tattoo.alpha2b.Mvx.img
./flash_image recovery /sdcard/recovery.Tattoo.alpha2b.Mvx.img
flashing recovery from /sdcard/recovery.Tattoo.alpha2b.Mvx.img
mtd: erase failure at 0x00040000 (Input/output error)
mtd: erase failure at 0x00040000 (Input/output error)
mtd: skipping write block at 0x00040000
#
I have tried about 3 diffrent recovery.img files and after this output reboot and try recovery and I just get the "TATTOO" boot screen forever untill I pull the battery then I can boot back to the OS but I never get recovery. I also tried using adb to boot to recovery and get the same results.
Any idea what I can try?
this is driving me nuts.
Thanks!
And from ROM manager?
lemmymet said:
And from ROM manager?
Click to expand...
Click to collapse
The phone has the stock rom on it, trying to do the initial root/flash so I don't have rom manager yet. I also havent been able to find the .apk of rom manager that will work from the stock rom.

CWM(Touch) Mount Points!

Hey Guys!
I have a device for which I am building CWM. The problem is my /system and /data are of the type UBIFS. And both the partitions aren't getting mounted through CWM.
Need help to understand how to mount ubifs file system.
This is the error while mounting system!!
Code:
mount: mounting /dev/block/mtdblock5 on /system failed: Invalid argument
Thnx!

E:failed to mount /cache (Invalid argument)

ASUS_T00F_WW_user_2.22.40.54_20151120_16
Issue with ADB:
E:failed to mount /cache (Invalid argument)
Followed Process:
1] ADB and Fastboot Files
2] ASUS FLASH TOOLS
3] INTEL USB DRIVER
4] RECOVERY IMAGE [WW_user_2.22.40.53]
5] Firmware [WW_user_2.22.40.54_20151120_16.zip]
Steps:
1. Installed all required drivers
2. Extracted Firmware and ADB/Fastboot, then placed boot.img,fastboot.img,recovery.img inside extracted ADB/Fastboot folder
3. Entered in to DROIDBOOT in phone by pressing Power & vol + and released power button once got vibrated.
4. From ADB/Fastboot folder started command prompt
ADB/Fastboot>Fastboot devices
1 match found
0123456789ABCDEF 1 device found
ADB/Fastboot>fastboot flash fastboot fastboot.img
ADB/Fastboot>fastboot reboot-bootloader
ADB/Fastboot>fastboot flash recovery recovery.img
ADB/Fastboot>fastboot reboot-bootloader
ADB/Fastboot>erase data
ADB/Fastboot>erase cache
Then selected Recovery using Power button.
5. Now system/phone got booted up and entered in to andriod belly icon, pressed vol- and just once pressed vol+.
6. System/phone displayed menus
reboot system now
apply update from ADB
factory reset
wipe cache partition
and below I can see list with
E:failed to mount /cache (Invalid arguments)
E:can't mount /cache/recovery/log
....
....
a big list of E:Can't and failed
7. Still I have selected apply update from adb
ADB/Fastboot>adb devices
1 match found
0123456789ABCDEF 1 device found
ADB/Fastboot>adb sideload firmware.zip
It enabled and went for 100%.
But in system finally I got again big list of E:failed to mount /cache (Invalid argument)...
please help on this issue
rajar24 said:
ASUS_T00F_WW_user_2.22.40.54_20151120_16
Issue with ADB:
E:failed to mount /cache (Invalid argument)
Followed Process:
1] ADB and Fastboot Files
2] ASUS FLASH TOOLS
3] INTEL USB DRIVER
4] RECOVERY IMAGE [WW_user_2.22.40.53]
5] Firmware [WW_user_2.22.40.54_20151120_16.zip]
Steps:
1. Installed all required drivers
2. Extracted Firmware and ADB/Fastboot, then placed boot.img,fastboot.img,recovery.img inside extracted ADB/Fastboot folder
3. Entered in to DROIDBOOT in phone by pressing Power & vol + and released power button once got vibrated.
4. From ADB/Fastboot folder started command prompt
ADB/Fastboot>Fastboot devices
1 match found
0123456789ABCDEF 1 device found
ADB/Fastboot>fastboot flash fastboot fastboot.img
ADB/Fastboot>fastboot reboot-bootloader
ADB/Fastboot>fastboot flash recovery recovery.img
ADB/Fastboot>fastboot reboot-bootloader
ADB/Fastboot>erase data
ADB/Fastboot>erase cache
Then selected Recovery using Power button.
5. Now system/phone got booted up and entered in to andriod belly icon, pressed vol- and just once pressed vol+.
6. System/phone displayed menus
reboot system now
apply update from ADB
factory reset
wipe cache partition
and below I can see list with
E:failed to mount /cache (Invalid arguments)
E:can't mount /cache/recovery/log
....
....
a big list of E:Can't and failed
7. Still I have selected apply update from adb
ADB/Fastboot>adb devices
1 match found
0123456789ABCDEF 1 device found
ADB/Fastboot>adb sideload firmware.zip
It enabled and went for 100%.
But in system finally I got again big list of E:failed to mount /cache (Invalid argument)...
please help on this issue
Click to expand...
Click to collapse
try factory reset and wipe cache
Same problem,factory reset not solve.
Any suggest,????
Please help,
I meet the same problem, anyone has sucessfully fixed it?
rajar24 said:
ASUS_T00F_WW_user_2.22.40.54_20151120_16
Issue with ADB:
E:failed to mount /cache (Invalid argument)
Followed Process:
1] ADB and Fastboot Files
2] ASUS FLASH TOOLS
3] INTEL USB DRIVER
4] RECOVERY IMAGE [WW_user_2.22.40.53]
5] Firmware [WW_user_2.22.40.54_20151120_16.zip]
Steps:
1. Installed all required drivers
2. Extracted Firmware and ADB/Fastboot, then placed boot.img,fastboot.img,recovery.img inside extracted ADB/Fastboot folder
3. Entered in to DROIDBOOT in phone by pressing Power & vol + and released power button once got vibrated.
4. From ADB/Fastboot folder started command prompt
ADB/Fastboot>Fastboot devices
1 match found
0123456789ABCDEF 1 device found
ADB/Fastboot>fastboot flash fastboot fastboot.img
ADB/Fastboot>fastboot reboot-bootloader
ADB/Fastboot>fastboot flash recovery recovery.img
ADB/Fastboot>fastboot reboot-bootloader
ADB/Fastboot>erase data
ADB/Fastboot>erase cache
Then selected Recovery using Power button.
5. Now system/phone got booted up and entered in to andriod belly icon, pressed vol- and just once pressed vol+.
6. System/phone displayed menus
reboot system now
apply update from ADB
factory reset
wipe cache partition
and below I can see list with
E:failed to mount /cache (Invalid arguments)
E:can't mount /cache/recovery/log
....
....
a big list of E:Can't and failed
7. Still I have selected apply update from adb
ADB/Fastboot>adb devices
1 match found
0123456789ABCDEF 1 device found
ADB/Fastboot>adb sideload firmware.zip
It enabled and went for 100%.
But in system finally I got again big list of E:failed to mount /cache (Invalid argument)...
please help on this issue
Click to expand...
Click to collapse
try format or wipe command command after running oem partition command
else flash partition table
i got an error which states - protocol fault
if you're on WW_user_2.22.40.54_20151120_16 then directly install .87 build of lollipop via adb.... it'll help..
---------- Post added at 05:00 PM ---------- Previous post was at 04:47 PM ----------
trung12ly said:
I meet the same problem, anyone has sucessfully fixed it?
Click to expand...
Click to collapse
yeah, i downgraded it first using 5.3.3.3 and 5.2.2.2. and got a system update then.. which was .54 and then i directly installed .87 build of lollipop
Failed to mount /cache
My phone had 3rd party app crash. Like whats app. I got messages like
Google app stopped working.
Then after reboot of phone, it stuck on boot screen.
In my case
The access permission to folder /cache is revoked by system to avoid further data loss due to crash of OS.
drwxrwx--- system cache 2016-10-22 21:57 cache
I am currently on UL-ASUS_T00F-WW-2.21.40.30-user. Then what should I do ?
Guys, all, try this
http://forum.xda-developers.com/showpost.php?p=70011732&postcount=116
and post results here please
Has anyone found a solution for this error
E:failed to mount /cache (Invalid argument)
no answers? I have the same problom!!
You will need to use fastboot flash system system.img command
but for this download the system.img file first
nothing seems to work and no one from xda is also a help .
hardware problem ... emmc change will solve your issue
I am facing the same problem
hey is there anyone who help us i am facing the same problem
support asus Z010D
Hi all,
i am presenting this problem i have tried everything with adb and fastboot and nothing.
when starting my computer stays in the logo and in recovery mode it shows E: failed to mount / cache
if anyone has the solution please
tedjo said:
hardware problem ... emmc change will solve your issue
Click to expand...
Click to collapse
I have the same issue
rajar24 said:
ASUS_T00F_WW_user_2.22.40.54_20151120_16
Issue with ADB:
E:failed to mount /cache (Invalid argument)
Followed Process:
1] ADB and Fastboot Files
2] ASUS FLASH TOOLS
3] INTEL USB DRIVER
4] RECOVERY IMAGE [WW_user_2.22.40.53]
5] Firmware [WW_user_2.22.40.54_20151120_16.zip]
Steps:
1. Installed all required drivers
2. Extracted Firmware and ADB/Fastboot, then placed boot.img,fastboot.img,recovery.img inside extracted ADB/Fastboot folder
3. Entered in to DROIDBOOT in phone by pressing Power & vol + and released power button once got vibrated.
4. From ADB/Fastboot folder started command prompt
ADB/Fastboot>Fastboot devices
1 match found
0123456789ABCDEF 1 device found
ADB/Fastboot>fastboot flash fastboot fastboot.img
ADB/Fastboot>fastboot reboot-bootloader
ADB/Fastboot>fastboot flash recovery recovery.img
ADB/Fastboot>fastboot reboot-bootloader
ADB/Fastboot>erase data
ADB/Fastboot>erase cache
Then selected Recovery using Power button.
5. Now system/phone got booted up and entered in to andriod belly icon, pressed vol- and just once pressed vol+.
6. System/phone displayed menus
reboot system now
apply update from ADB
factory reset
wipe cache partition
and below I can see list with
E:failed to mount /cache (Invalid arguments)
E:can't mount /cache/recovery/log
....
....
a big list of E:Can't and failed
7. Still I have selected apply update from adb
ADB/Fastboot>adb devices
1 match found
0123456789ABCDEF 1 device found
ADB/Fastboot>adb sideload firmware.zip
It enabled and went for 100%.
But in system finally I got again big list of E:failed to mount /cache (Invalid argument)...
please help on this issue
Click to expand...
Click to collapse
We were in the same boat
E:failed to mount /cache (Inyalid argument)
E:Can't open /cache/recovery/last_kmsg
E:failed to mount /cache (Invalid argument)
E:failed to nount /cache (Invalid argument)
E:Can' t open /cache/recovery/last_log
E:Can' t open /cache/recovery/log
E:failed to mount /cache (Invalid argument)
E:failed to mount /system (Invalid argument)
E:failed to mount /cache (Invalid argument)
E:Can't open /cache/recovery/last_kmsg
E:Can't mount /cache/recovery/last_kmsg
E:failed to mount /cache (Invalid argument)
E:Can't open /cache/recovery/last_install
E:Can't open /cache/recovery/last_log
E:Can' t mount /cache/recovery/last_kmsg
E:Can' t open /cache/recovery/last_install
E:Can't mount /cache/recovery/last_install
E:failed to mount /cache (Invalid argument)
E:Can't mount /cache/recovery/last_install
E:Can' t mount /cache/recovery/last_log
E:Can' t mount /cache/recovery/log
E:failed to mount /cache (Invalid argument)
E:Can't mount /cache/recovery/last_locale
E:failed to munt /cache (Invalid argument)
víew recovery

Unable to mount storage when I try to install official MIUI ROMs

Code:
unmount of /firmware failed; no such volume
mount: failed to mount /dev/block/bootdevice/by-name/splash at /firmware: Invalid argument
unmount of /firmware failed; no such volume
My TWRP 3.0.2-0 always show this error when I try to install any official MIUI ROMs. I only can install custom ROMs through TWRP.

Help Install Official LineageOS 17.1 on Mata

Hello,
Flashed lineage-17.1-20210125-recovery-mata
Wipe data
start ADB
If i try to sideload the lineage-17.1-20210125-nightly-mata-signed.zip
i get the following error on the phone:
E: Failed to bind mount /mnt/stagging/emulated/media/0 to /storage/emulated: No such file or directory
E: emulated failed to bind mount /mnt/stagging/emulated/media/0 on /storage/emulated: No such file or directory
Linux-Terminal:
$ sudo adb sideload lineage-17.1-20210125-nightly-mata-signed.zip
loading: 'lineage-17.1-20210125-nightly-mata-signed.zip'* failed to read command: Success
It starts, reload short, with blank screen and failed
Same without adb via usb-stick
I already installed lineage os 17.1 with gapps, but i want to reinstall without gapps...
Someone can help me ?
Thank you

Categories

Resources