~ # echo "Q" | openssl s_client -connect ya.ru:443 2>/dev/null
~ # wget --no-check-certificate https://ya.ru
Connecting to ya.ru (77.88.55.242:443)
Connecting to ya.ru (5.255.255.242:443)
saving to 'index.html'
index.html 100% |********************************| 320k 0:00:00 ETA
'index.html' saved
-> Device Drivers
-> Character devices
-> Hardware Random Number Generator Core support (HW_RANDOM [=y])
-> VirtIO Random Number Generator support (HW_RANDOM_VIRTIO [=y])
cat /proc/sys/kernel/random/entropy_avail даёт 256
mknod -m 666 /dev/random c 1 8
mknod -m 666 /dev/urandom c 1 9
dd if=/dev/urandom of=/dev/random bs=1 count=512
# wget --no-check-certificate https://ya.ru
Connecting to ya.ru (77.88.44.242:443)
wget: error getting response: Connection reset by peer
echo "Q" | openssl s_client -connect ya.ru:443 -servername ya.ru 2>/dev/null
# wget --no-check-certificate https://ya.ru
Connecting to ya.ru (77.88.55.242:443)
Connecting to ya.ru (77.88.55.242:443)
saving to 'index.html'
index.html 100% |********************************| 320k 0:00:00 ETA
'index.html' saved
Публикую архив с этим линуксом на Яндекс-диске
https://disk.yandex.ru/d/EB9OWQmyEdSFjQ
В архиве ядро, корневая фс, init и краткое описание как это запустить в QEMU.