Autorenname: Florian

Systemadministrator aus Bamberg.

Installing Windows 10 / BootCamp on A1312 / Mid-2011 iMac

Here are the relevant hints: Installing Windows 10 on iMac 2011 and Fixing No Audio Issue: https://youtu.be/6foOrPapEFg Link to gpt disk / gdisk: https://sourceforge.net/projects/gptfdisk/ Fix MacBook Pro 2011 Windows 10 64 Bit No Sound: https://youtu.be/LbmLVOUpVOA Used forum article: https://egpu.io/forums/pc-setup/fix-dsdt-override-to-correct-error-12/ Bonus Info: If you want to always enter the bootmenu, set sudo nvram manufacturing-enter-picker=true Bonus Info:

Installing Windows 10 / BootCamp on A1312 / Mid-2011 iMac Read More »

Note to self: Install MacOS in Virtualbox

Create VM After creating the VirtualBox VM VBoxManage modifyvm „Your VM Name“ –cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff VBoxManage modifyvm „Your VM Name“ –cpu-profile „Intel Core i7-6700K“ VBoxManage setextradata „Your VM Name“ „VBoxInternal/Devices/efi/0/Config/DmiSystemProduct“ „iMac11,3“ VBoxManage setextradata „Your VM Name“ „VBoxInternal/Devices/efi/0/Config/DmiSystemVersion“ „1.0“ VBoxManage setextradata „Your VM Name“ „VBoxInternal/Devices/efi/0/Config/DmiBoardProduct“ „Iloveapple“ VBoxManage setextradata „Your VM Name“ „VBoxInternal/Devices/smc/0/Config/DeviceKey“ „ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc“

Note to self: Install MacOS in Virtualbox Read More »

Compiling and running ethminer 0.19.0 on Ubuntu 21.04

git clone https://github.com/ethereum-mining/ethminer.git cd ethminer git checkout tags/v0.19.0 git submodule update –init –recursive rm -rfv build && mkdir build && cd build export CC=/usr/bin/gcc-8 export CXX=/usr/bin/g++-8 cmake .. && make . && sudo make install ethminer -P stratum://0x2a9d3072a8feb1578c2f10069010480b8742c39c@eu1.ethermine.org:4444 Notes to self: use gcc-8 have at least 4GB Memory on the GPU use a CUDA-10 compatible

Compiling and running ethminer 0.19.0 on Ubuntu 21.04 Read More »

Nach oben scrollen