You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DualBoot/PatchKernel.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,29 +85,29 @@ Please do not patch a patched kernel.
85
85
86
86
- Test with fastboot.
87
87
+ Send `new-boot.img` to your computer:
88
-
```pwsh
88
+
```powershell
89
89
adb pull /sdcard/dualboot/new-boot.img
90
90
```
91
91
+ Reboot to fastboot
92
-
```pwsh
92
+
```powershell
93
93
adb reboot bootloader
94
94
```
95
95
+ Ensure OS-switch is on the correct state before it loading. Like magnet shell or tri-state key.
96
96
+ Try load boot image once.
97
-
```pwsh
97
+
```powershell
98
98
fastboot boot new-boot.img
99
99
```
100
100
+ See if the device is entering a correct os.
101
101
102
102
- Flash boot image into disk
103
103
+ If everything goes well and boot image was backuped. You can flash boot image into disk now. Then no fastboot command is required when using dualboot.
104
104
+ Flash boot:
105
-
```pwsh
105
+
```powershell
106
106
fastboot flash boot new-boot.img
107
107
```
108
108
- Recover original boot image:
109
109
+ If you want to remove dualboot, flash your backuped boot image.
0 commit comments