Essentially there is no more BIOS systems.
Microsoft required vendors to install Windows 8 in UEFI boot mode to only gpt partitioned drives starting in 2012. Because large users wanted newer software but had older BIOS only systems they allowed BIOS/MBR installs, so both old & new systems could use same software.
CSM - UEFI Compatibility Support Module (CSM), which emulates a BIOS mode
Many vendors still call it BIOS, but it really is UEFI.
Thank you for the clarification here. I did some digging around for my product key and haven't found it yet.
I don't happen to have a sticker on my tower with the product key, and I can't find my windows disc.
I did mount my windows OS drive however, and discovered I was running Windows 10!
I followed the instructions from this link: https://superuser.com/questions/3630...the-filesystem
Code:
➜ Diagnosis pwd
/media/zeke/Windows/ProgramData/Microsoft/Diagnosis
➜ Diagnosis cat osver.txt
10.0.19045%
I poked around, and if this drive gets wiped I'm not terribly worried. So I might strongly consider a fresh install after I've backed up pictures + documents.
I'm not super familiar with the EFI folders, but I did notice the "Windows" efi folder in the efi partition did not match the "boot" efi folder in the windows partition.
The former (from the windows OS partition) looks like:
Code:
➜ EFI pwd
/media/zeke/Windows/Windows/Boot/EFI
➜ EFI ls
bg-BG da-DK es-ES fr-FR kd_02_10df.dll kd_02_1969.dll kd_0C_8086.dll lv-LV pt-BR sk-SK uk-UA
bootmgfw.efi de-DE es-MX hr-HR kd_02_10ec.dll kd_02_19a2.dll kdnet_uart16550.dll memtest.efi pt-PT sl-SI winsipolicy.p7b
bootmgr.efi el-GR et-EE hu-HU kd_02_1137.dll kd_02_1af4.dll kdstub.dll nb-NO qps-ploc sr-Latn-RS zh-CN
boot.stl en-GB fi-FI it-IT kd_02_14e4.dll kd_02_8086.dll ko-KR nl-NL ro-RO sv-SE zh-TW
cs-CZ en-US fr-CA ja-JP kd_02_15b3.dll kd_07_1415.dll lt-LT pl-PL ru-RU tr-TR
whereas the latter (the /boot/efi partition used by UEFI on startup) looks like:
Code:
root@zeke-MS-7B24:/boot/efi/EFI/Microsoft/Boot# pwd
/boot/efi/EFI/Microsoft/Boot
root@zeke-MS-7B24:/boot/efi/EFI/Microsoft/Boot# ls
BCD bg-BG boot.stl Fonts hr-HR kd_02_1af4.dll kd_07_1415.dll Resources sl-SI winsipolicy.p7b
BCD.LOG BOOTSTAT.DAT cs-CZ fr-FR hu-HU kd_02_8086.dll kd_0C_8086.dll sk-SK uk-UA zh-CN
the dates on the files are slightly different as well, so I'm curious if maybe I just need to update the EFI partition that UEFI uses with the correct files from the Windows EFI boot folder?
I will for sure do more research before I touch any of that though.