I recently jailbroke my IPad mini running 9.3.5 using the Phoenix untethered jailbreak utility. I got some things to work, but I want to have verbose boot output on the startup/respring screen.
Is there any way that this is possible?
If this is helpful,nvram -p outputs:
obliteration handle message: Obliteration Complete
auto-boot true
boot-args -v <--- This is a parameter for verbose that did not work.
oblit-begins OblitType: ObliterateDataPartition. No reason given.
backlight-level 1679
I hope I can get it to work.
EDIT: It's been days since I posted this and I really want to do this.
-vboot arg outputs verbose to some output somewhere like a buffer you could read over USB. It does not print it to the screen. If you want it to print to the screen, you would have to write something yourself that does it. But you're running a semi-untethered jailbreak, so it doesn't actually jailbreak until after it's booted (so even writing something yourself wouldn't work). The classic untethered jailbreaks would jailbreak during boot. – Andrew Larsson Nov 21 '17 at 01:34