From 77e418ef142049a399098b55677031b45cf1fbdd Mon Sep 17 00:00:00 2001 From: strongtz Date: Fri, 19 Mar 2021 11:42:23 +0800 Subject: [PATCH] Add suggestion for dual boot --- README.md | 6 ++++++ README.zh.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 3ca4df5..0fbc84f 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,12 @@ fastboot boot boot_DEVICE.img (DEVICE is the codename of your phone.) +Additionally, you can flash the image to recovery to achieve dual-boot. + +```bash +fastboot flash recovery boot_DEVICE.img +``` + ## Credits @fxsheep for his original `edk2-sagit` diff --git a/README.zh.md b/README.zh.md index 06be0a2..7f3b1e7 100644 --- a/README.zh.md +++ b/README.zh.md @@ -75,6 +75,12 @@ fastboot boot boot_DEVICE.img (请将DEVICE替换成你的设备代号.) +另外,你可以将UEFI刷写至recovery分区以实现双重启动。 + +```bash +fastboot flash recovery boot_DEVICE.img +``` + ## 贡献 待填充 -- 2.45.2