We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What device + iOS version are you on? iPad Pro 10.5 + 13.2
What are the steps to reproduce the issue?
What do you expect, and what is happening instead? /etc/master.passwd.lqPYNe: Read-only file system
Any other info, error logs, screenshots, ...? qaq@Lakrs-iMac ~ % /Volumes/Applications/checkra1n.app/Contents/MacOS/checkra1n_gui
qaq@Lakrs-iMac ~ % ssh root@127.0.0.1 -p 4444 root@127.0.0.1's password: -bash-3.2# passwd Changing password for root. New password: Retype new password: passwd: /etc/master.passwd.lqPYNe: Read-only file system -bash-3.2# mount /dev/md0 on / (hfs, local, nosuid, read-only) devfs on /dev (devfs, local, nosuid, nobrowse) /dev/disk0s1s1 on / (apfs, local, nosuid, read-only, union, journaled, noatime) devfs on /dev (devfs, local, nosuid) /dev/disk0s1s3 on /private/xarts (apfs, local, nodev, nosuid, journaled, noatime, nobrowse) /dev/disk0s1s2 on /private/var (apfs, local, nodev, nosuid, journaled, noatime, protect) /dev/disk0s1s4 on /private/var/MobileSoftwareUpdate (apfs, local, nodev, nosuid, journaled, noatime, nobrowse) /dev/disk4 on /binpack (hfs, local, nosuid, read-only) /dev/disk5 on /private/var/binpack (hfs, local, nosuid, read-only) lifs://livefileproviderd@198/LiveFiles on /private/var/mobile/Library/LiveFiles (lifs, nodev, noexec, nosuid, noowners, noatime, nobrowse, mounted by mobile) -bash-3.2#
The text was updated successfully, but these errors were encountered:
Yes, this is intentional. You must bootstrap your device, or remount / as rw to write to it.
/
Sorry, something went wrong.
so it is back to the loader app crash on iPad..... understand
We're fixing it and It should be ready soon.
No branches or pull requests
What device + iOS version are you on?
iPad Pro 10.5 + 13.2
What are the steps to reproduce the issue?
...
What do you expect, and what is happening instead?
/etc/master.passwd.lqPYNe: Read-only file system
Any other info, error logs, screenshots, ...?
qaq@Lakrs-iMac ~ % /Volumes/Applications/checkra1n.app/Contents/MacOS/checkra1n_gui
qaq@Lakrs-iMac ~ % ssh root@127.0.0.1 -p 4444
root@127.0.0.1's password:
-bash-3.2# passwd
Changing password for root.
New password:
Retype new password:
passwd: /etc/master.passwd.lqPYNe: Read-only file system
-bash-3.2# mount
/dev/md0 on / (hfs, local, nosuid, read-only)
devfs on /dev (devfs, local, nosuid, nobrowse)
/dev/disk0s1s1 on / (apfs, local, nosuid, read-only, union, journaled, noatime)
devfs on /dev (devfs, local, nosuid)
/dev/disk0s1s3 on /private/xarts (apfs, local, nodev, nosuid, journaled, noatime, nobrowse)
/dev/disk0s1s2 on /private/var (apfs, local, nodev, nosuid, journaled, noatime, protect)
/dev/disk0s1s4 on /private/var/MobileSoftwareUpdate (apfs, local, nodev, nosuid, journaled, noatime, nobrowse)
/dev/disk4 on /binpack (hfs, local, nosuid, read-only)
/dev/disk5 on /private/var/binpack (hfs, local, nosuid, read-only)
lifs://livefileproviderd@198/LiveFiles on /private/var/mobile/Library/LiveFiles (lifs, nodev, noexec, nosuid, noowners, noatime, nobrowse, mounted by mobile)
-bash-3.2#
The text was updated successfully, but these errors were encountered: