Installing Windows NT 4 on a Raspberry Pi 4 using QEMU

In this video I install Windows NT4 on a Raspberry Pi 4 using QEMU emulation software. I also install service pack 6a on top of Windows NT4.

CanaKit Raspberry Pi 4 (4GB) Starter Kit (Amazon Affiliate)
US: https://amzn.to/3azJgrW
UK: https://amzn.to/2JdMq9o
CA: https://amzn.to/3bwiRvY
ES: https://amzn.to/2T06LnM (similar)
FR: https://amzn.to/3cvIZrs (similaire)
IT: https://amzn.to/2Ar74Sj (simile)
DE: https://amzn.to/2AqfWHQ (ähnlich)
IN: https://amzn.to/3ey6fWj
AU: https://amzn.to/2VTUt1C
NL: https://amzn.to/3f5NdsD (vergelijkbaar)

Windows NT4: http://ebay.us/IGSxa9 (eBay Affiliate)

Install QEMU
sudo apt install qemu
Create Disk Image
qemu-img create -f qcow2 nt4.cow 4G
Start QEMU (Boot from CD-ROM)
qemu-system-i386 -L . -hda nt4.cow -net nic,model=pcnet -net user -cpu pentium -soundhw all -vga cirrus -m 1G -cdrom winnt.iso -boot d
Make QEMU Full Screen

Control-Alt-F

Release Keyboard and Mouse

Control-Alt-G

Start QEMU (Boot from Hard Drive)
qemu-system-i386 -L . -hda nt4.cow -net nic,model=pcnet -net user -cpu pentium -soundhw all -vga cirrus -m 1G -cdrom winnt.iso
Install Nginx on Raspberry Pi
sudo apt install nginx
Edit Nginx Config
sudo nano /etc/nginx/sites-available/default

Add this line under “server” section:

autoindex on;

Type control-o to save and control-x to exit.

Restart Nginx
sudo systemctl restart nginx
Copy Service Pack 6 to Web Directory
sudo cp sp6i386.exe /var/www/html
Remove Index Page
sudo rm /var/www/html/index.nginx-debian.html
Find IP Address of Raspberry Pi
ip a

Look for a line similar to “inet 192.168.1.120” under the eth0 section

Open up website on Windows NT using http://192.168.1.120 (substitute your IP).

Offline Wikipedia on QNAP NAS using Container Station (Docker)

https://www.kiwix.org/en/

Kiwix on Android: https://youtu.be/yZEy2t2aH7c

QNAP TS-453Be (Amazon Affiliate)
US: https://amzn.to/2T6JiCc
UK: https://amzn.to/39VhU0e
CA: https://amzn.to/35DjLDa
ES: https://amzn.to/2zFrBCy
FR: https://amzn.to/3dfSGKY
DE: https://amzn.to/2RYjw1U
IT: https://amzn.to/3exclGO
IN: https://amzn.to/2PkrssM
AU: https://amzn.to/2ZRaMOa

(x4) WD RED WD40EFRX CMR* (Amazon Affiliate)
US: https://amzn.to/3ewSHvC
UK: https://amzn.to/354lcOk
CA: https://amzn.to/3l5syGK
DE: https://amzn.to/2IfafjF
ES: https://amzn.to/2TXqa99
FR: https://amzn.to/35178VF
IT: https://amzn.to/32fNx28
IN: https://amzn.to/3l5X6bh
AU: https://amzn.to/2JCUyn7

* Please verify that you have chosen the WD40EFRX (CMR) model when ordering. Also check that you got the correct drives when your order arrives. Avoid the WD40EFAX SMR models!

Crucial 16GB (8GBx2) RAM CT2K8G3S186DM (Amazon Affiliate)
US: https://amzn.to/35TmsB1
UK: https://amzn.to/35Pvsa5
CA: https://amzn.to/2thVWUy
ES: https://amzn.to/2VgoecJ
FR: https://amzn.to/2NoBZSv
IT: https://amzn.to/2VgwIkb
DE: https://amzn.to/3avuVwe (HX318LS11IB/8)
IN: https://amzn.to/37Y1Fgz
AU: https://amzn.to/2CGypRH

QNAP Playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZPX505_znSLtZE7Z42m6DEK

Offline Wikipedia on Synology NAS using Docker

https://www.kiwix.org/en/

Synology DS918+ (Amazon Affiliate)
US: https://amzn.to/2EECW3Q
UK: https://amzn.to/35BD9jW
CA: https://amzn.to/35ILfYs
DE: https://amzn.to/2VsP561
ES: https://amzn.to/3eIwJWc
FR: https://amzn.to/2VqZHCo
IT: https://amzn.to/2XEQC8T
IN: https://amzn.to/2Th9pom

(x4) WD RED WD40EFRX CMR* (Amazon Affiliate)
US: https://amzn.to/3ewSHvC
UK: https://amzn.to/354lcOk
CA: https://amzn.to/3l5syGK
DE: https://amzn.to/2IfafjF
ES: https://amzn.to/2TXqa99
FR: https://amzn.to/35178VF
IT: https://amzn.to/32fNx28
IN: https://amzn.to/3l5X6bh
AU: https://amzn.to/2JCUyn7

* Please verify that you have chosen the WD40EFRX (CMR) model when ordering. Also check that you got the correct drives when your order arrives. Avoid the WD40EFAX SMR models!

Crucial 16GB (8GBx2) RAM CT2K8G3S186DM (Amazon Affiliate)
US: https://amzn.to/35TmsB1
UK: https://amzn.to/35Pvsa5
CA: https://amzn.to/2thVWUy
ES: https://amzn.to/2VgoecJ
FR: https://amzn.to/2NoBZSv
IT: https://amzn.to/2VgwIkb
DE: https://amzn.to/3avuVwe (HX318LS11IB/8)
IN: https://amzn.to/37Y1Fgz
AU: https://amzn.to/2CGypRH

Synology Playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZPL8Yx7FxnY6xKxcMiVWkkJ