打开/关闭搜索
搜索
打开/关闭菜单
通知
打开/关闭个人菜单
查看“Renegade Project安装指南故障排除”的源代码
来自Uotan Wiki · 刷机百科
查看
阅读
查看源代码
查看历史
associated-pages
页面
讨论
更多操作
←
Renegade Project安装指南故障排除
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
== 0. No WiFi in OOBE <ref>https://github.com/edk2-porting/renegade-project.tech</ref>== ''also sometimes known as <code>"Oops, you've lost internet connection"</code>'' This usually happens when your device doesn't have working WiFi drivers. You get stuck on the <code>Let's connect you to a network</code> part of OOBE with a greyed out <code>Next</code> button. The easiest fix is to: * Open On Screen Keyboard in OOBE or connect a USB keyboard. * Press Shift + F10 and wait for command line window to open. * Write <code>oobe\bypassnro</code> and press enter ''(or try <code>cd oobe</code> and <code>bypassnro.cmd</code> if the first command fails)'' * Your device should restart and you should later find a text button in OOBE's <code>Let's connect you to a network</code> part that says <code>I don't have internet</code> == 1. Mass storage mode hangs and reboots during operation == <s>Due to Windows 11 having an updated <code>uaspstor</code> driver after 22H2, mass storage mode will not function properly due to the driver sending an unsupported command to the target device. You will need to get an older version of the driver and replace it under <code>C:\Windows\System32\drivers</code></s> <s>Of course you can extract the older driver by yourself. For convenience, we also provide one from Windows 10 (19041.1949) uaspstor.sys</s> Update: I finally found out there's an issue with my host PC USB bus. After directly connecting to the motherboard USB port, there's no such problem anymore. I'm using a 10-meter optical USB 3.0 extension cable with hub connected to it, which might be the problem. == 2. Device fails to boot with ''synchronous exception at xxx'' == You might have experienced a bug. Before seeking for help, try these first: * Check if your UEFI image is the latest one * Access the <code>logfs</code> partition, find <code>simpleinit.uefi.cfg</code> there and remove it. * Try spampressing volume buttons ''(weird thing, right?)'' * Unplug any USB device connected to your device ''(if any?)'' * Try using an previous version of UEFI image * Try building UEFI from latest source code If it still doesn't work, build an UEFI image of <code>DEBUG</code> variant, take a photo of the stack trace, then open an issue in the EDK2 repository. == 3. Device can no longer boot into fastboot == The name of one of the partitions has space in it, e.g <code>Microsoft Reserved Partition</code>. It is known that Windows disk management tools will cause such problem, like <code>diskpart</code> or <code>diskmgmt</code>. There are several ways to fix this: * Use <code>parted</code> to change the offending partition name. You can use it in either recovery or Android(rooted) * If you can boot Windows on your device, try searching for a tool which allows you to change partition name * If you can still enter UEFI, use mass storage mode and change partition name on your PC * Enter EDL mode and flash Android factory image '''(ALL DATA WILL BE LOST)''' <blockquote>'''Partition name''' is not the same as '''partition label'''! {.is-warning}</blockquote> == 4. Your PC/Device needs to be repaired == <blockquote>This is usually the most common oversight people do after deploying Windows and drivers. {.is-info}</blockquote><blockquote>Be aware that you might also encounter a similiar <code>"Your PC/Device needs to be repaired"</code> error that doesn't include the <code>0xc0000428</code> error code! In case of this error, please download drivers from the correct place! {.is-danger}</blockquote>If you happen to encounter the <code>"Your PC/Device needs to be repaired"</code> error that also happens to include <code>"The operating system couldn't be loaded because the digital signature of a file or one of its dependencies couldn't be verified."</code> and the <code>0xc0000428</code> error code. There's one way to fix it: * Firstly access Windows partitions as stated in Step 2.1.1 Access Windows partitions on your PC but '''don't execute both <code>format</code> commands''', otherwise you will format your partitions and you can start deploying Windows on ARM installation again! * Repeat Step 2.1.4 Enable test signing and disable Automatic Repair and make sure to use the correct paths == 5. Windows Boot Manager errors == <blockquote>This troubleshooting step covers all issues with Windows Boot Manager that you can encounter. {.is-warning}</blockquote>These can mention that your <code>Boot Configuration Data (BCD)</code> or <code>application or operating system</code> for your device is either missing or contains errors. There's usually only one way to fix this: * Firstly access Windows partitions as stated in Step 2.1.1 Access Windows partitions on your PC but '''don't execute both <code>format</code> commands''', otherwise you will format your partitions and you can start deploying Windows on ARM installation again! * In the command prompt window execute: <code>''# S: is the assigned partition letter for your EFI ESP partition'' ''# W: is the assigned partition letter for your deployed WoA system'' ''# change these values in case you mounted it differently'' bcdboot W:\Windows /s S: /f UEFI</code> * You can now go back to Step 2.1.4 Enable test signing and disable Automatic Repair == 6. UEFI Shell == <blockquote>This is one of the less common roadblocks that you can encounter. {.is-warning}</blockquote>If you get to this screen, your issue is simple and clean. Your device just doesn't have a place to start booting from either Windows PE or a deployed Windows on ARM installation that you ''might'' have on your device. You can fix it by: * Following the installation guide properly * Deploying a Windows on ARM installation properly to your device == 7. qcaudminiport850.sys BSOD == <blockquote>This is usually the most common issue when connecting Bluetooth Audio devices to Xiaomi Pocophone F1. {.is-warning}</blockquote>If you get to this Blue Screen Of Death after trying to connect Bluetooth Audio devices to your Xiaomi Pocophone F1: * Turn off your Bluetooth Audio device and reboot to Windows * Open Device Manager ''(Win+X on keyboard and select Device Manager or search for devmgmt.msc)'' * Open <code>Sound, video and game controllers</code> * Find <code>Qualcomm(R) Audio Miniport Device</code> and open it * Remove this driver * You can now proceed to turning back your Bluetooth Audio device and connect it to your device. == 8. Stuck at Preparing Automatic Repair or Diagnosing your PC == If you happen to get stuck at Preparing Automatic Repair, you can: * Reboot your device * Try booting once more and if that doesn't help then: * Disable it using Step 2.1.4 Enable test signing and disable Automatic Repair == 9. Windows Setup could not configure Windows to run on this computer's hardware == <blockquote>This is one of the least common issues. {.is-info}</blockquote>If you happen to encounter a <code>Windows Setup could not configure Windows to run on this computer's hardware.</code> message during the instalation, it's possible you made a mistake when partitioning the UFS. To check it first: * Boot into '''a third-party recovery''' which allows you to use ADB. You will also need parted * Then push <code>parted</code> to your device and enter ADB shell: <code>adb push parted /cache/ adb shell "chmod 755 /cache/parted" adb shell</code> * After entering ADB shell: <code>cd /cache ./parted /dev/block/sda</code> * Print the current partition table: <code>(parted) print</code> * Then you will see your current partition table. Find the <code>esp</code> partition we created. Below is an example of the esp partition: <code>......... Number Start End Size File system Name Flags ......... 23 32GB 32.5GB 512MB fat32 esp boot, esp</code> * Please note that the flags column for the <code>esp</code> partition has <code>boot, esp</code>. * If you don't see these flags for the <code>esp</code> partition, you've probably forgot to do the following during the UFS partitioning: <code>''# set the esp partition as `EFI system partition type`'' (parted) set 23 esp on</code> * Exit the parted tool finally. <code>(parted) quit</code> * Redeploy Windows on ARM to your device again from Step 2. Installation ----If this still didn't help, try reformatting the <code>esp</code> partition. == 10. The computer restarted unexpectedly or encountered an unexpected error. == <blockquote>This issue is commonly seen on Qualcomm Snapdragon 845 (SDM845) OnePlus devices. {.is-warning}</blockquote><blockquote>This is '''caused by getting a BSOD during the installation process. The WiFi/Modem subsystem on Qualcomm Snapdragon 845 (SDM845) OnePlus devices is unstable''' and can get your device to QUALCOMM CrashDump Mode quite often. {.is-info}</blockquote>If you happen to get the <code>The computer restarted unexpectedly or encountered an unexpected error. Windows installation cannot proceed. To install Windows, click "OK" to restart the computer, and then restart the installation.</code> message after first boot on your device, try redeploying Windows on ARM to your device again from Step 2. Installation. == 11. QUALCOMM CrashDump Mode == <blockquote>This issue is commonly seen on Qualcomm Snapdragon 845 (SDM845) OnePlus devices. {.is-warning}</blockquote><blockquote>The WiFi/Modem subsystem on Qualcomm Snapdragon 845 (SDM845) OnePlus devices is unstable and can get your device to QUALCOMM CrashDump Mode quite often. {.is-info}</blockquote>You device can get into this mode due to numerous reasons. To get out of it: * Disconnect all USB cables * Press power button and both volume buttons simultaneously * Wait for the device to reboot == 12. INACCESSIBLE_BOOT_DEVICE BSOD == This Blue Screen od Death most likely means a broken driver install. To fix it: * Firstly access Windows partitions as stated in Step 2.1.1 Access Windows partitions on your PC but '''don't execute both <code>format</code> commands''', otherwise you will format your partitions and you can start deploying Windows on ARM installation again! * Repeat Step 2.1.3 Installing drivers == 13. DRIVER_PNP_TIMEOUT BSOD == <blockquote>This BSOD on Qualcomm Snapdragon 845 devices usually means that you forgot to flash a different devcfg.img to your device. {.is-info}</blockquote><blockquote>This BIOS on Qualcomm Snapdragon 855 devices varies currently with anything from broken drivers, weird firmware configurations on your device and else. {.is-info}</blockquote> =参考文献=
返回
Renegade Project安装指南故障排除
。