Rocky Balboa
New member
- VC
- 22
Use the bootflags to create submenu entry in grub/refind bootloader to enter or skip recovery.Where is the twrp recovery option?
Use metro theme to flash twrp zips.
Use the bootflags to create submenu entry in grub/refind bootloader to enter or skip recovery.Where is the twrp recovery option?
How do I do that? PleaseUse the bootflags to create submenu entry in grub/refind bootloader to enter or skip recovery.
Use metro theme to flash twrp zips.
I am not sure what I am really missing. Everytime I supercharge with gearlock, the system doesn't boot after restart. I have tried with androidx86, PhoenixOs official and even dark matter. I use intel core i5 3470, 16gb ram and nvidia gtx970 graphics.
I think you have forgot again that, well can ı activate or add this via using kmon?Sorry, i forgot about that
Will have it in mind for next update.
It's easy. Simply insert the boot flags NORECOVERY=0 to skip recovery and AUTORECOVERY=0 to automatically enter recovery in the configuration file.How do I do that? Please
menuentry "PhoenixOS DarkMatter" {
icon EFI/refind/icons/os_phoenixos.png
volume "Android"
loader /PhoenixOS-DM/kernel
initrd /PhoenixOS-DM/initrd.img
options "quiet NORECOVERY=0 root=/dev/ram0 androidboot.selinux=permissive acpi_sleep=s3_bios,s3_mode SRC=/PhoenixOS-DM vga=788"
submenuentry "Recovery" {
add_options "quiet ALWAYSRECOVERY=0 root=/dev/ram0 androidboot.selinux=permissive acpi_sleep=s3_bios,s3_mode SRC=/PhoenixOS-DM vga=788"
}
}
If you're having uEFI BIOS and tried to install GearLock 6.3, the installation might fail and GearLock may not work properly. So, under such circumstances you can try 6.3 and it should work fine. The reason I'm saying this is because you can't expect a bugfix update for this any sooner than 10 days or more.
To get 6.2, click on RELEASES tab.
I installed this on my uefi based computer and it is works fine.AXON updated GearLock - Custom Recovery Replacement for Android-x86 with a new update entry:
Important notice about 6.3 update
Read the rest of this update entry...
It(6.3) may not when you install your OS with android-x86 bootable installer.I installed this on my uefi based computer and it is works fine.
Not working in ntfs installed pheonix os or prime os only works in ext4 formatIt(6.3) may not when you install your OS with android-x86 bootable installer.
Have you installed android x86 4.4 r5 with ext4 partitionI'm using Android x86 4.4 r5 now (testing) and I'm trying to install gearlock 6.3 on it,
but it failed when gearlock trying to patch the secondary ramdisk.
do you have a suggestion or maybe a workaround on how to fix this?
I'm sorry if i'm doing something useless here.
Yeah, I'm using ext4.Have you installed android x86 4.4 r5 with ext4 partition
Hi you can get in touch with Axon via discord.Hey, I'm trying to setup Bliss OS 11.x to compile with Gearlock included, and I ran into an issue when passing options through to Android when booting.
It is dropping all the added boot options for old-modprobe mode (AUTO_LOAD=old), GRALLOC=xxx, HWC=xxx, etc. How can I get those options passed through Gearlock's early-boot stage and onto the Android boot stage?