@manoj, the documenttion has not yet been modified according to the recent change of installation method that is no more by recovery, but by install_script
.
Hello @Lightning, Welcome to this forum.
the instruction to use the install_script is to execute
chmod +x flash_shiba_factory.sh && ./flash_shiba_factory.sh
then if you choose to relock the bootloader, (that have disadvantages)
.
reboot to fastboot and run the following :
Official Instructions
according to Install /e/OS on a Google Pixel 8 - “shiba”
Locking the bootloader
Warning: The bootloader is lockable in official builds only. The procedure to lock the bootloader will not work on community builds.
In /e/OS recovery main screen:
- Select
Advanced
- Select
Reboot to bootloader
Once the device is in fastboot mode:
- Verify your PC finds it by typing:
fastboot devices
2.Tip:* If you see no permissions fastboot
while on Linux or macOS, try running fastboot
as root.
- Download the avb custom key
- Erase the previous key
fastboot erase avb_custom_key
- Flash the new key previously downloaded
fastboot flash avb_custom_key pkmd_pixel.bin
- Lock the device
fastboot flashing lock
- Use the volume key to select
Lock the bootloader
Reboot the device
- Use power button to
Start
the device
The reboot process may take 5 - 10 minutes
Disabling OEM Unlocking.
Once you boot your device after locking bootloader:
- Finish
SetupWizard
- Go to Settings > About phone > Build number.
- Tap the Build Number option seven times until you see the message You are now a developer! This enables developer options on your device.
- Return to the previous screen and go to
System
to find Developer options at the bottom. - In
Developer Options
, turnOEM Unlocking
off.
Success: Congratulations !! Your phone should now be booting into /e/OS !!