Rebuild the BCD using bootrec.exe
Solution 1. Rebuild the BCD using bootrec.exe This fix needs your Windows installation disc so you can access bootrec.exe. This is a tool built in Windows RE (Windows Recovery Environment). bootrec is a program that can repair boot configuration data and master … Continued
Failed BIOS Lock ESXi
Fehler: This installation media may be used only on hardware manufacture by : Hewlett Packard Enterprise After creating the virtual machine, go to Edit Settings / Options / General and select “Configuration Parameters” Add a row, paste “smbios.reflecthost” as … Continued
Mac OS X 10.10 Yosemite: ISO für Installation erstellen
hdiutil attach /Applications/Install\ OS\ X\ Yosemite.app/Contents/SharedSupport/InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app hdiutil convert /Volumes/install_app/BaseSystem.dmg -format UDSP -o /tmp/Yosemite hdiutil resize -size 8g /tmp/Yosemite.sparseimage hdiutil attach /tmp/Yosemite.sparseimage -noverify -nobrowse -mountpoint /Volumes/install_build rm /Volumes/install_build/System/Installation/Packages cp -rp /Volumes/install_app/Packages /Volumes/install_build/System/Installation/ cp -rp /Volumes/install_app/BaseSystem.chunklist /Volumes/install_build cp … Continued
Probleme bei Windows 7 Update
Seit einiger Zeit funktioniert das Windows Update unter Windows 7 nicht mehr richtig. Die Update-Suche findet keine Updates oder sie dauert unheimlich lange. Dabei wird der Computer teilweise überlastet, indem CPU- und RAM-Ressourcen (durch svchost.exe) entsprechend beansprucht werden. Microsoft hat … Continued
QNAP – How to repair RAID brokenness – Redux
[~] # /etc/init.d/services.sh stop Unmount the volume [~] # umount /dev/md0 Stop the array [~] # mdadm -S /dev/md0 mdadm: stopped /dev/md0 Reassemble the volume [~] # mdadm –assemble /dev/md0 /dev/sda3 /dev/sdb3 /dev/sdc3 /dev/sdd3 /dev/sde3 /dev/sdf3 mdadm: /dev/md0 has been … Continued
WIM Replace the answer file in an offline image
Create a custom answer file in Windows System Image Manager (Windows SIM). Open an elevated command prompt. Mount the Windows image. Copy Dism /Mount-Image /ImageFile:”C:\images\CustomImage.wim” /Index:1 /MountDir:C:\mount Modify or replace the file: \Windows\Panther\unattend.xml in the mounted image. Copy Copy CustomAnswerFile.xml … Continued
I Want To Complete Reset / Re-Install Qnap
Login to QNAP with SSH ssh-keygen -R 10.42.0.12 -f /home/amigo/.ssh/known_hosts Remove RSA key for 10.42.0.12 if necessary. Please use your NAS IP to replace 10.42.0.12, and user home directory for /home/amigo. ssh admin@10.42.0.12 Login to 10.42.0.12 as admin which is … Continued
Complete Reinitialization Qnap Disk
Method 1 (Hot swapping) Remove your HDD(s) from the tray (if for TS-109, the same). Boot up the NAS without HDD(s) installed. You will hear a short beep, and after about 1~2 minutes, a long beep. The system will use … Continued
Horizon View 3.2.0 Client working 64/32bit
had a lot of trouble getting the Horizon View 3.2.0 Client working on my freshly installed Ubuntu 14.10 64 bit. Seams like VMware has very limited support for Horizon View client on Ubuntu when it comes to 64 bit, and … Continued
Regionalsetting mit einem Script via Power shell ändern
Set-Culture de-CH Set-WinSystemLocale de-CH Set-WinHomeLocation -GeoId 223 Set-WinUserLanguageList de-CH $DefaultHKEY = “HKU\DEFAULT_USER” $DefaultRegPath = “C:\Users\Default\NTUSER.DAT”