Оверклокинг умер, да здравствует андервольтинг: как современные процессоры перестали разгонять и начали оптимизировать

Неделю назад друг собрал себе новый компьютер. Ничего экстремального: материнская плата Gigabyte B760 Gaming AX, процессор Intel Core i5-14600KF, башенный кулер, корпус с приличной продувкой. Включил, поставил Windows, запустил OCCT — через несколько секунд температура улетела в 100°C, процессор ушёл в тротлинг. Друг написал мне: «У меня нормально или нет?». Хороший кулер, правильная термопаста, продуваемый корпус, новейший процессор за 30 тысяч рублей. Не нормально. Оказалось — это не уникальная ситуация. Тысячи людей с 13/14 поколением Intel видят то же самое. И решение везде одно: залезь в BIOS и понизь напряжение . То есть сделай прямо противоположное тому, что десятилетиями понималось под «настройкой для энтузиастов». Под катом — почему так вышло, как разгон превратился в андервольтинг, и что с этим делать конкретно на Intel Raptor Lake, AMD Ryzen 9000 и Intel Arrow Lake.

https://habr.com/ru/articles/1033494/

#андервольтинг #оверклокинг #intel #amd #raptor_lake #ryzen #curve_optimizer #bios #перегрев_процессора #тротлинг

Оверклокинг умер, да здравствует андервольтинг: как современные процессоры перестали разгонять и начали оптимизировать

КДПВ Сцена первая. 100°C на новом ПК Несколько дней назад друг собрал себе новый компьютер. Ничего экстремального: материнская плата Gigabyte B760 Gaming AX, процессор Intel Core i5-14600KF, башенный...

Хабр

EDIT : solved, thank you !

I accidentally messed up, and enabled Secure Boot when attempting my first Linux Mint install from a USB drive. I cancelled the install, but it seems that Secure Boot might now be enabled. And I don't know how to disable it so that I can retry my Linux install.
(See https://mastodon.social/@ladyteruki/116561155237730457 )

Now I can't boot from the USB drive anymore, and my screen looks like this ?

#Linux #LinuxMint #Bios #MSI #MSIClickBios

Entering BIOS Gif - Carl Setzer

This made me laugh louder than I should admit: This hits far too close to home. For those of you who haven’t needed to mess around in a computer’s BIOS, it’s a clunky and awkward…and inconsistent process, where manufacturers’ processes can vary widely. On boot, you hit one of the function keys, often F2, but… Continue reading Entering BIOS Gif →

Carl Setzer
My experience upgrading the BIOS of a Windows 11 mini PC (with BitLocker) in 2026

I don't always update the BIOS of my system, but when I do, I always make sure to waste several hours doing so. Last time I did that was in 2020, but this happened again when I updated the BIOS for the Khadas Mind 2 to test it with the Mind xPlay display and Mind Graphics 2 dock. Khadas provides the BIOS with instructions to update the Mind 2 mini PC, and it's supposed to take five minutes, but I ended up wasting two about hours... The first step is to download and extract a zip file (mind-2-bios-v1.07-260122.zip), then start the Flash_BIOS upgrade program, and finally wait for the upgrade to complete. That part went great. No problem, but when the system rebooted, I was greeted by a BitLocker window asking me to enter a recovery key to carry on with the boot process. There's no way to avoid this,

CNX Software - Embedded Systems News
För ett tag sen försökte jag installera Linux Mint på min ena dator. Det gick att installera utan problem men när jag skulle starta datorn ville den inte boota från hårddisken. Jag råkade ut för samma sak nu när jag istället försökte med Fedora. Det verkar ha något att göra med att moderkortet inte "fattar" att hårddisken går att boota från. Och jag kan inte räkna ut varför. Väldigt störande! #linux #fedora #bios
Lattice va racheter les BIOS AMI dans une perspective d’indépendance
Les BIOS AMI ont trouvé un acquéreur indépendant du marché PC. La société Latttice semiconductor veut s'en emparer..
https://www.minimachines.net/?p=141086 #bios #business
Erst #Phoenix, jetzt #AMI: ein weiterer #UEFI- bzw. #BIOS-Hersteller wird verkauft - für 1,65 Milliarden Dollar an einen Halbleiterhersteller #Lattice #AmericanMegatrends https://winfuture.de/news,158508.html?utm_source=Mastodon&utm_medium=ManualStatus&utm_campaign=SocialMedia
AMI: Weiterer BIOS-/UEFI-Anbieter für PCs wird aufgekauft

Nachdem Lenovo in der letzten Woche die vollständige Übernahme von Phoenix Technologies bekannt gab, ist jetzt eine weitere altehrwürdige Firmware-Schmiede an der Reihe, was eine Übernahme angeht. AMI, besser bekannt als American Megatrends Inc., wird ebenfalls aufgekauft.

WinFuture.de

Converting the FreeBSD 15.0 installation from BIOS to UEFI on VMware

When it comes to changing the boot method from BIOS to UEFI in operating systems, this won’t work by just a single toggle, unless you create a UEFI partition that contains the EFI/BOOT/BOOTX64.EFI file on 64-bit computers. UEFI on such computers looks for a valid EFI System Partition (ESP) on your hard disk whose partition table is GPT, mounts it as FAT32, then looks for a boot file mentioned earlier. Then, the boot file gets loaded, which causes the bootloader to load the kernel to RAM, which will then give control to the kernel as the OS loads.

When you install FreeBSD to your computer, it lets you partition the disk either manually or automatically. if you have installed it in BIOS mode, and you want to change the boot method so that it uses UEFI, you can’t just change the boot mode in your BIOS setup to UEFI and expect things to work; you’ll need much more than that. We will highlight how we’ve managed to convert a FreeBSD 15.0 installation from BIOS to UEFI in a VMware virtual machine.

We will assume that your partition table is already set to GPT, and that you’ve used ZFS to install FreeBSD, just like below:

Before you proceed, please make sure that you know what you’re doing. Carefully read the disk identifiers and the disk partition tables, including the geom disk list and the gpart show outputs, as one mistake or typo is catastrophic. This article also assumes that you have a partition table you can modify to make space for the EFI partition, such as in our case, since UFS and ZFS are not easily shrinkable. If your partition table doesn’t allow you to make some space for the ESP partition, you’ll have to use other methods, and they may not be safe.

First of all, boot into your FreeBSD system on BIOS boot mode after installation. Then, if you are logging in as root, remove sudo before every command listed in this article. Else, log in to your account with sudo permissions.

Now, execute both geom disk list and gpart show <your disk id>. Your disk IDs and partition indexes may be different, so adjust accordingly to prevent yourself from editing the wrong disk!

aptivi@apt-freebsd-01:~ $ sudo geom disk list Password: Geom name: cd0 Providers: 1. Name: cd0 Mediasize: 1359900672 (1.3G) Sectorsize: 2048 Mode: r0w0e0 descr: NECVMWar VMware IDE CDR10 ident: (null) rotationrate: unknown fwsectors: 0 fwheads: 0 Geom name: da0 Providers: 1. Name: da0 Mediasize: 214748364800 (200G) Sectorsize: 512 Mode: r2w2e3 descr: VMware, VMware Virtual S ident: (null) rotationrate: 15000 fwsectors: 63 fwheads: 255 aptivi@apt-freebsd-01:~ $ sudo gpart show da0 => 40 419430320 da0 GPT (200G) 40 1024 1 freebsd-boot (512K) 1064 984 - free - (492K) 2048 4194304 2 freebsd-swap (2.0G) 4196352 415232000 3 freebsd-zfs (198G) 419428352 2008 - free - (1.0M)

As you can see, our FreeBSD installation is found at da0 > freebsd-zfs, index 3 (da0s3). A sour truth is that you can’t easily shrink this partition, but we are easily able to shrink the swap partition to make room for the UEFI partition. So, we have decided to shrink the swap partition, which is index 2 (da0s2). You’ll have to turn off swapping before the shrinking operation with swapoff /dev/da0s2.

aptivi@apt-freebsd-01:~ $ sudo swapoff /dev/da0p2 aptivi@apt-freebsd-01:~ $ sudo gpart resize -i 2 -s 1024M da0 da0p2 resized aptivi@apt-freebsd-01:~ $ sudo swapon /dev/da0p2 aptivi@apt-freebsd-01:~ $ sudo gpart show da0 => 40 419430320 da0 GPT (200G) 40 1024 1 freebsd-boot (512K) 1064 984 - free - (492K) 2048 2097152 2 freebsd-swap (1.0G) 2099200 2097152 - free - (1.0G) 4196352 415232000 3 freebsd-zfs (198G) 419428352 2008 - free - (1.0M)

Now, we have a 1024 MB free disk space just before the ZFS partition. We will now add the UEFI partition with FAT32 as the type, which will use index 4 (da0s4), with sudo gpart add -t efi -s 1024M -a 4K da0:

aptivi@apt-freebsd-01:~ $ sudo gpart add -t efi -s 1024M -a 4K da0 da0p4 added aptivi@apt-freebsd-01:~ $ sudo gpart show da0 => 40 419430320 da0 GPT (200G) 40 1024 1 freebsd-boot (512K) 1064 984 - free - (492K) 2048 2097152 2 freebsd-swap (1.0G) 2099200 2097152 4 efi (1.0G) 4196352 415232000 3 freebsd-zfs (198G) 419428352 2008 - free - (1.0M)

The ESP partition has been created with index 4. Now, we will create a FAT32 filesystem on da0s4, then copy the UEFI bootloader files to the EFI system partition. Execute the below commands, but make sure that you execute them with the correct disk identifier. Also, check to see if loader.efi or similar exists in /boot with ls /boot/*.efi.

aptivi@apt-freebsd-01:~ $ sudo newfs_msdos /dev/da0p4 /dev/da0p4: 2096064 sectors in 65502 FAT16 clusters (16384 bytes/cluster) BytesPerSec=512 SecPerClust=32 ResSectors=32 FATs=2 RootDirEnts=512 Media=0xf0 FATsecs=256 SecPerTrack=63 Heads=255 HiddenSecs=0 HugeSectors=2097152 aptivi@apt-freebsd-01:~ $ sudo mount -t msdosfs /dev/da0p4 /mnt aptivi@apt-freebsd-01:~ $ sudo mkdir -p /mnt/EFI/BOOT aptivi@apt-freebsd-01:~ $ ls /boot/*.efi /boot/boot1.efi /boot/loader.help.efi /boot/loader_lua.efi /boot/gptboot.efi /boot/loader_4th.efi /boot/loader_simp.efi /boot/loader.efi /boot/loader_ia32.efi aptivi@apt-freebsd-01:~ $ sudo cp /boot/loader.efi /mnt/EFI/BOOT/BOOTX64.EFI aptivi@apt-freebsd-01:~ $ sudo umount /mnt

After copying the bootloader file, we need to add the ESP partition to the filesystem table file, /etc/fstab, which FreeBSD uses to automatically mount all the listed filesystems. This is so that bootloader upgrades go smoothly without any failures.

Again, use the correct disk identifier that corresponds to your ESP partition. Use sudo vi /etc/fstab to edit the file interactively to have a chance to review the mistakes before you save the file. For example, we’ve added the below line:

/dev/da0p4 /boot/efi msdosfs rw 0 0

After that, the file should look like this:

aptivi@apt-freebsd-01:~ $ cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/da0p2 none swap sw 0 0 /dev/da0p4 /boot/efi msdosfs rw 0 0

Now, it’s time to shut down your FreeBSD installation. Once the shutdown process has finished, open the virtual machine settings, go to Options > Advanced, and select UEFI in the boot method. Don’t enable Secure Boot, as FreeBSD doesn’t support Secure Boot at all.

If everything goes well, and you’ve executed the commands correctly, you should now be able to see the improved bootloader screen with an actual image of FreeBSD, just like below:

Let FreeBSD boot up to the login prompt, then verify that machdep.bootmethod says UEFI:

aptivi@apt-freebsd-01:~ $ sysctl machdep.bootmethod machdep.bootmethod: UEFI #bios #FreeBSD #news #Tech #Technology #uefi #update

Trasforma il tuo PC in una console retro con Batocera!
Guida completa 2026: installazione, ROM, BIOS e add-on senza USB

👉 https://incastro.altervista.org/batocera-guida-completa-2026-installazione-rom-bios-addon

#batocera #retrogaming #linux #emulatori #gaming #rom #bios #retroconsole #

SN Systems TDEV: Running Metrowerks Boot NR-Disc IPL In Production Mode 🙂
https://youtu.be/nSHJVIS12rc
#nintendo #gamecube #gamedev #retrogaming #gaming #bios #metrowerks #snsystems #devkits #tdev
SN Systems TDEV: Running Metrowerks Boot NR-Disc in Production Mode

YouTube