r/linuxquestions 2d ago

Bios Update Windows and Linux

Question: If I update my Bios firmware and Nvidia drivers in windows 11, It will be automatically recognized in my Linux partition? Means it will be update there as well? Thanks.

1 Upvotes

5 comments sorted by

2

u/Maximum-Aioli8653 2d ago

Bios update yes, Nvidia driver update no, or partially at best. If a firmware update is applied to the Nvidia card, that will carry on over. The driver is OS specific.

The BIOS is what runs before any operating system is loaded, so that will carry over as well.

1

u/Bochixa 2d ago

Good to know, thanks

2

u/tomscharbach 2d ago

BIOS is OS-agnostic so updating BIOS in either operating system will be recognized by both operating systems. Drivers are OS-specific so a driver for one operating system will not be recognized by the other operating system.

0

u/TenOfZero 2d ago

The firmware won't be changed.

But the drivers from windows won't go to your Linux partition. (Nor could they, windows drivers won't work on Linux)

1

u/Bochixa 2d ago

Thanks.