mskiptr
mskiptr
UBUniversal Blue
Created by mskiptr on 1/13/2025 in #🛟bazzite-help
Can't download the ISO file
Hello, I am trying to download bazzite-deck-stable.iso, but at each attempt sooner or later the transfer just fails for no apparent reason. And since the image is over 9 GiB in size, downloading it on my puny 10 Mb/s ↓ ADSL is just a nightmare. After a few tries using a browser and curl, I was eventually lucky enough to obtain almost the whole thing:
[piotr@andrad ~/Downloads]$ curl -LO https://download.bazzite.gg/bazzite-deck-stable.iso
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
96 9625M 96 9315M 0 0 1097k 0 2:29:41 2:24:51 0:04:50 15029
curl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)
[piotr@andrad ~/Downloads]$ du --apparent-size --bytes bazzite-deck-stable.iso
9767485440 bazzite-deck-stable.iso
[piotr@andrad ~/Downloads]$ bc -lq
9767485440 * 4 / 96
406978560.00000000000000000000
406978560 / 9767485440
.04166666666666666666
406978560 / (9767485440 + 406978560)
.04000000000000000000
[piotr@andrad ~/Downloads]$ curl -LO https://download.bazzite.gg/bazzite-deck-stable.iso
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
96 9625M 96 9315M 0 0 1097k 0 2:29:41 2:24:51 0:04:50 15029
curl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)
[piotr@andrad ~/Downloads]$ du --apparent-size --bytes bazzite-deck-stable.iso
9767485440 bazzite-deck-stable.iso
[piotr@andrad ~/Downloads]$ bc -lq
9767485440 * 4 / 96
406978560.00000000000000000000
406978560 / 9767485440
.04166666666666666666
406978560 / (9767485440 + 406978560)
.04000000000000000000
So could someone with access to the most recent image (version 41.20250106.2) send me something like the last 406978560 bytes of it? That should be enough for me to stitch the correct file using dd I hope. Oh, and also please tell me how many bytes in size this file should be. Here is an example how to do all that:
du --apparent-size --bytes bazzite-deck-stable.iso # this will print the exact size
dd if=bazzite-deck-stable.iso of=remaining-plus-overlap.iso.part bs=1M skip=9312
wormhole send remaining-plus-overlap.iso.part
du --apparent-size --bytes bazzite-deck-stable.iso # this will print the exact size
dd if=bazzite-deck-stable.iso of=remaining-plus-overlap.iso.part bs=1M skip=9312
wormhole send remaining-plus-overlap.iso.part
If you don't use Magic Wormhole, other file-sharing options should be fine too. Well, as long as they don't require signing up.
32 replies