-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: How to update driver clarification? #40
Comments
Drivers are installed on the Windows partition, there's no need to touch the Boot one.
Are you booting from USB or an SD card? |
that means in most of cases should be C: (where the OS (Windows) is installed)??
I was booting from SSD on USB same that I was booting and working before proceeding with the second procedure: |
I'm talking about the Windows partition of your RPi installation. C:\ is by default the Windows partition on your PC, you don't want to touch that.
Are you using Windows 10 on the Pi? If so, this is a known issue with driver package v0.16. |
thanks a lot for the clarification, I always forget, that "operation must be done in another computer", so now well understood that this means that letter will be the assigned by the other PC when inserted or connected the SD card or HD of RasPi to do the upgrade of drivers (of course where windows is installed in the RasPi in case that would be more than one partition in such mean).
I'm using Windows 11 on the Pi |
Yesterday updated to version 0.17 with the procedure:
in my main desktop and everything was really fine also now booting is faster than before. I was surprised when connecting the Raspi SSD in the USB enclosure to desktop and was assigned letter B:, old times reserved for floppies 🤣 also I unzip driver in D:\DRV so the correct string was: |
Hi,
just working around on how to update driver?
as per WoR FAQ, the safest way of doing it, could be:
as usual the Boot partition uses to have no letter assigned, so, How to proceed? with no disk letter known?
could be valid option to run? Dism /Image:BOOT: /Add-Driver /Driver:"PathToDrivers" /Recurse /ForceUnsigned
or should I have to name the BOOT partition with a drive letter ?
(AFAIK, A & B are not allowed and of course anyone in use in the computer)
also would be any problem for the system that BOOT partition would be named with a drive letter after?
For naming, should I have to use the DISKPART option?, as:
because I did the second option of the WoR FAQ:
pnputil.exe /add-driver "D:\Drivers*.inf" /subdirs /install /reboot
(The slash after Drivers I don't know why it doesn't want to be shown, I wrote it)
everything was fine and 4 drivers were added.
after reboot the RasPi 4 was not able to boot because the HD was not bootable ??????
again I had to do all procedure of creating SSD latest with Imager and giving the option of download latest UEFI and Drivers 0.16 from here.
all evening and early morning lost 😭 to setup everything again 😄
The text was updated successfully, but these errors were encountered: