Раунд 1: Скачал ISO-файл с сайта
[html]<a href="https://cdimage.ubuntu.com/releases/20.10/release/ubuntu-20.10-live-server-arm64.iso">https://cdimage.ubuntu.com/releases/20.10/release/ubuntu-20.10-live-server-arm64.iso</a>[/html]
записал его на флешку
dd if=ubuntu-20.10-live-server-arm64.iso of=/dev/sde bs=4096
1016377344 bytes (1,0 GB, 969 MiB) copied, 64,5904 s, 15,7 MB/s
Попробовал с этой флешки загрузиться.
Но нет - виснет. По неизвестной причине.
Раунд 2:
[html]<a href="https://gemmei.ftp.acc.umu.se/debian-cd/current/arm64/iso-cd/debian-10.7.0-arm64-netinst.iso">https://gemmei.ftp.acc.umu.se/debian-cd/current/arm64/iso-cd/debian-10.7.0-arm64-netinst.iso</a>
<br />
Ссылка оттуда - <a href="https://cdimage.debian.org/debian-cd/current/arm64/iso-cd/">https://cdimage.debian.org/debian-cd/current/arm64/iso-cd/</a>
[/html]
Эффект такой же, но немножко другой. Это трудно объяснить, но есть разница между этими двумя абсолютно чёрными экранами.
То же самое и с версией 10.8.0:
$ wget -c https://cdimage.debian.org/debian-cd/current/arm64/iso-cd/debian-10.8.0-arm64-xfce-CD-1.iso --2021-03-15 10:51:45-- https://cdimage.debian.org/debian-cd/current/arm64/iso-cd/debian-10.8.0-arm64-xfce-CD-1.iso Resolving cdimage.debian.org... 194.71.11.173, 194.71.11.165, 2001:6b0:19::165, ... Connecting to cdimage.debian.org|194.71.11.173|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://laotzu.ftp.acc.umu.se/debian-cd/current/arm64/iso-cd/debian-10.8.0-arm64-xfce-CD-1.iso [following] --2021-03-15 10:51:45-- https://laotzu.ftp.acc.umu.se/debian-cd/current/arm64/iso-cd/debian-10.8.0-arm64-xfce-CD-1.iso Resolving laotzu.ftp.acc.umu.se... 194.71.11.166, 2001:6b0:19::166 Connecting to laotzu.ftp.acc.umu.se|194.71.11.166|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 734310400 (700M) [application/x-iso9660-image] Saving to: ‘debian-10.8.0-arm64-xfce-CD-1.iso’ debian-10.8.0-arm64-xfce-CD-1.iso 100%[===============================================================================>] 700,29M 11,2MB/s in 65s 2021-03-15 10:52:51 (10,8 MB/s) - ‘debian-10.8.0-arm64-xfce-CD-1.iso’ saved [734310400/734310400] $ sudo dd if=debian-10.8.0-arm64-xfce-CD-1.iso of=/dev/sde bs=4M conv=fdatasync status=progress oflag=sync && sync ... 721420288 bytes (721 MB, 688 MiB) copied, 42 s, 17,1 MB/s 175+1 records in 175+1 records out 734310400 bytes (734 MB, 700 MiB) copied, 43,1528 s, 17,0 MB/s
И после этого не грузится.
Отредактировано Лис (2021-01-29 19:03:59)