From a2f05e7cc1cd15de5729cdd67f5db1220c92cadd Mon Sep 17 00:00:00 2001 From: diablo Date: Sun, 2 Feb 2025 00:35:32 +0000 Subject: [PATCH] add large GSI images warning --- docs/modding/gsi.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/modding/gsi.mdx b/docs/modding/gsi.mdx index a836c25..924d601 100644 --- a/docs/modding/gsi.mdx +++ b/docs/modding/gsi.mdx @@ -17,6 +17,15 @@ Custom GSI refers to modified versions of GSI (e.g., LineageOS, Pixel Experience First, take a look at [our section "GSI ROMS"](../gsi_roms/info.md) with detailed descriptions of each image and its rating. ## Install GSI + +:::warning +When flashing excessively large GSI images, the product partition must be removed + +````shell +fastboot delete-logical-partition product_a +```` +::: + 1. Download GSI ROM 2. Reboot to [fastbootd mode](../modes/fastboot/#access-fastbootd) ```shell