'Failed to download file' error when trying to download Ubuntu 18.10 in Rufus 3.3 [closed]
up vote
0
down vote
favorite
rufus-3.3.exe, the latest version, is not working on my PC. Only rufus-2.18.exe and the versions before it seem to be working. I got this error message as shown at the bottom of the below screenshot:
Failed to download file.
I have downloaded the latest version of Ubuntu 18.10.
18.10 rufus
closed as off-topic by guiverc, vidarlo, Soren A, user535733, NickTux Nov 14 at 20:10
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – guiverc, vidarlo, Soren A, user535733, NickTux
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
0
down vote
favorite
rufus-3.3.exe, the latest version, is not working on my PC. Only rufus-2.18.exe and the versions before it seem to be working. I got this error message as shown at the bottom of the below screenshot:
Failed to download file.
I have downloaded the latest version of Ubuntu 18.10.
18.10 rufus
closed as off-topic by guiverc, vidarlo, Soren A, user535733, NickTux Nov 14 at 20:10
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – guiverc, vidarlo, Soren A, user535733, NickTux
If this question can be reworded to fit the rules in the help center, please edit the question.
2
Although you're using it to make a Ubuntu installer USB, this is actually a Windows app running on Windows so, nothing to do with Ubuntu. Your question fits better in superuser.com.
– GabrielaGarcia
Nov 14 at 13:45
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
rufus-3.3.exe, the latest version, is not working on my PC. Only rufus-2.18.exe and the versions before it seem to be working. I got this error message as shown at the bottom of the below screenshot:
Failed to download file.
I have downloaded the latest version of Ubuntu 18.10.
18.10 rufus
rufus-3.3.exe, the latest version, is not working on my PC. Only rufus-2.18.exe and the versions before it seem to be working. I got this error message as shown at the bottom of the below screenshot:
Failed to download file.
I have downloaded the latest version of Ubuntu 18.10.
18.10 rufus
18.10 rufus
edited Nov 15 at 1:18
karel
54.9k11119138
54.9k11119138
asked Nov 14 at 13:15
Apoorva00
11
11
closed as off-topic by guiverc, vidarlo, Soren A, user535733, NickTux Nov 14 at 20:10
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – guiverc, vidarlo, Soren A, user535733, NickTux
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by guiverc, vidarlo, Soren A, user535733, NickTux Nov 14 at 20:10
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – guiverc, vidarlo, Soren A, user535733, NickTux
If this question can be reworded to fit the rules in the help center, please edit the question.
2
Although you're using it to make a Ubuntu installer USB, this is actually a Windows app running on Windows so, nothing to do with Ubuntu. Your question fits better in superuser.com.
– GabrielaGarcia
Nov 14 at 13:45
add a comment |
2
Although you're using it to make a Ubuntu installer USB, this is actually a Windows app running on Windows so, nothing to do with Ubuntu. Your question fits better in superuser.com.
– GabrielaGarcia
Nov 14 at 13:45
2
2
Although you're using it to make a Ubuntu installer USB, this is actually a Windows app running on Windows so, nothing to do with Ubuntu. Your question fits better in superuser.com.
– GabrielaGarcia
Nov 14 at 13:45
Although you're using it to make a Ubuntu installer USB, this is actually a Windows app running on Windows so, nothing to do with Ubuntu. Your question fits better in superuser.com.
– GabrielaGarcia
Nov 14 at 13:45
add a comment |
2 Answers
2
active
oldest
votes
up vote
2
down vote
If the download feature in Rufus 3.3 doesn't work, then download the Ubuntu .iso file manually from the official ubuntu.com website, and then browse in Rufus to the Ubuntu .iso file that you downloaded instead of downloading it from Rufus.
In Ubuntu, there is a built-in terminal program named wget
that allows the user to resume interrupted downloads from the same place where the download was interrupted without needing to download the whole file again from the beginning. There are also web browser extensions and download managers for Windows that have a resume interrupted downloads feature.
add a comment |
up vote
2
down vote
There is an official bug tracker for Rufus.
If you think you have an issue with the Rufus application, can you please report it there? Also, when you do, please make sure you provide the log(s) from Rufus.
For the record, I am the Rufus developer and, I am not seeing any download issue in Rufus (or reports of download issues) with the latest Ubuntu 18.10 ISO, so I strongly suspect the issue is with your environment. Especially, if your system's SSL libraries are not up to date (which is a common issue on Windows 7, less so on Windows 8 or later), you may not be able to download the files over HTTPS (whereas Rufus 2.18 downloads the files over HTTP).
Furthermore, considering that the HTTP URLs that Rufus 2.18 used to download files are no longer valid, I suspect that the reason why you find that Rufus 2.18 "works" is simply because you used that version before the HTTP download links were removed, and a copy of the required files still exist in the rufus_files
folder you should see in the same location as the Rufus application. Either that or you chose to create the drive in GPT/UEFI mode in 2.18, in which cases the files don't need to be downloaded.
Either way, I'm afraid it's just impossible to address your issue unless your report it through the proper channels and provide a full log of what you did, so that we can see why the downloads failed.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
If the download feature in Rufus 3.3 doesn't work, then download the Ubuntu .iso file manually from the official ubuntu.com website, and then browse in Rufus to the Ubuntu .iso file that you downloaded instead of downloading it from Rufus.
In Ubuntu, there is a built-in terminal program named wget
that allows the user to resume interrupted downloads from the same place where the download was interrupted without needing to download the whole file again from the beginning. There are also web browser extensions and download managers for Windows that have a resume interrupted downloads feature.
add a comment |
up vote
2
down vote
If the download feature in Rufus 3.3 doesn't work, then download the Ubuntu .iso file manually from the official ubuntu.com website, and then browse in Rufus to the Ubuntu .iso file that you downloaded instead of downloading it from Rufus.
In Ubuntu, there is a built-in terminal program named wget
that allows the user to resume interrupted downloads from the same place where the download was interrupted without needing to download the whole file again from the beginning. There are also web browser extensions and download managers for Windows that have a resume interrupted downloads feature.
add a comment |
up vote
2
down vote
up vote
2
down vote
If the download feature in Rufus 3.3 doesn't work, then download the Ubuntu .iso file manually from the official ubuntu.com website, and then browse in Rufus to the Ubuntu .iso file that you downloaded instead of downloading it from Rufus.
In Ubuntu, there is a built-in terminal program named wget
that allows the user to resume interrupted downloads from the same place where the download was interrupted without needing to download the whole file again from the beginning. There are also web browser extensions and download managers for Windows that have a resume interrupted downloads feature.
If the download feature in Rufus 3.3 doesn't work, then download the Ubuntu .iso file manually from the official ubuntu.com website, and then browse in Rufus to the Ubuntu .iso file that you downloaded instead of downloading it from Rufus.
In Ubuntu, there is a built-in terminal program named wget
that allows the user to resume interrupted downloads from the same place where the download was interrupted without needing to download the whole file again from the beginning. There are also web browser extensions and download managers for Windows that have a resume interrupted downloads feature.
edited Nov 14 at 14:52
answered Nov 14 at 14:23
karel
54.9k11119138
54.9k11119138
add a comment |
add a comment |
up vote
2
down vote
There is an official bug tracker for Rufus.
If you think you have an issue with the Rufus application, can you please report it there? Also, when you do, please make sure you provide the log(s) from Rufus.
For the record, I am the Rufus developer and, I am not seeing any download issue in Rufus (or reports of download issues) with the latest Ubuntu 18.10 ISO, so I strongly suspect the issue is with your environment. Especially, if your system's SSL libraries are not up to date (which is a common issue on Windows 7, less so on Windows 8 or later), you may not be able to download the files over HTTPS (whereas Rufus 2.18 downloads the files over HTTP).
Furthermore, considering that the HTTP URLs that Rufus 2.18 used to download files are no longer valid, I suspect that the reason why you find that Rufus 2.18 "works" is simply because you used that version before the HTTP download links were removed, and a copy of the required files still exist in the rufus_files
folder you should see in the same location as the Rufus application. Either that or you chose to create the drive in GPT/UEFI mode in 2.18, in which cases the files don't need to be downloaded.
Either way, I'm afraid it's just impossible to address your issue unless your report it through the proper channels and provide a full log of what you did, so that we can see why the downloads failed.
add a comment |
up vote
2
down vote
There is an official bug tracker for Rufus.
If you think you have an issue with the Rufus application, can you please report it there? Also, when you do, please make sure you provide the log(s) from Rufus.
For the record, I am the Rufus developer and, I am not seeing any download issue in Rufus (or reports of download issues) with the latest Ubuntu 18.10 ISO, so I strongly suspect the issue is with your environment. Especially, if your system's SSL libraries are not up to date (which is a common issue on Windows 7, less so on Windows 8 or later), you may not be able to download the files over HTTPS (whereas Rufus 2.18 downloads the files over HTTP).
Furthermore, considering that the HTTP URLs that Rufus 2.18 used to download files are no longer valid, I suspect that the reason why you find that Rufus 2.18 "works" is simply because you used that version before the HTTP download links were removed, and a copy of the required files still exist in the rufus_files
folder you should see in the same location as the Rufus application. Either that or you chose to create the drive in GPT/UEFI mode in 2.18, in which cases the files don't need to be downloaded.
Either way, I'm afraid it's just impossible to address your issue unless your report it through the proper channels and provide a full log of what you did, so that we can see why the downloads failed.
add a comment |
up vote
2
down vote
up vote
2
down vote
There is an official bug tracker for Rufus.
If you think you have an issue with the Rufus application, can you please report it there? Also, when you do, please make sure you provide the log(s) from Rufus.
For the record, I am the Rufus developer and, I am not seeing any download issue in Rufus (or reports of download issues) with the latest Ubuntu 18.10 ISO, so I strongly suspect the issue is with your environment. Especially, if your system's SSL libraries are not up to date (which is a common issue on Windows 7, less so on Windows 8 or later), you may not be able to download the files over HTTPS (whereas Rufus 2.18 downloads the files over HTTP).
Furthermore, considering that the HTTP URLs that Rufus 2.18 used to download files are no longer valid, I suspect that the reason why you find that Rufus 2.18 "works" is simply because you used that version before the HTTP download links were removed, and a copy of the required files still exist in the rufus_files
folder you should see in the same location as the Rufus application. Either that or you chose to create the drive in GPT/UEFI mode in 2.18, in which cases the files don't need to be downloaded.
Either way, I'm afraid it's just impossible to address your issue unless your report it through the proper channels and provide a full log of what you did, so that we can see why the downloads failed.
There is an official bug tracker for Rufus.
If you think you have an issue with the Rufus application, can you please report it there? Also, when you do, please make sure you provide the log(s) from Rufus.
For the record, I am the Rufus developer and, I am not seeing any download issue in Rufus (or reports of download issues) with the latest Ubuntu 18.10 ISO, so I strongly suspect the issue is with your environment. Especially, if your system's SSL libraries are not up to date (which is a common issue on Windows 7, less so on Windows 8 or later), you may not be able to download the files over HTTPS (whereas Rufus 2.18 downloads the files over HTTP).
Furthermore, considering that the HTTP URLs that Rufus 2.18 used to download files are no longer valid, I suspect that the reason why you find that Rufus 2.18 "works" is simply because you used that version before the HTTP download links were removed, and a copy of the required files still exist in the rufus_files
folder you should see in the same location as the Rufus application. Either that or you chose to create the drive in GPT/UEFI mode in 2.18, in which cases the files don't need to be downloaded.
Either way, I'm afraid it's just impossible to address your issue unless your report it through the proper channels and provide a full log of what you did, so that we can see why the downloads failed.
answered Nov 14 at 19:08
Akeo
19016
19016
add a comment |
add a comment |
2
Although you're using it to make a Ubuntu installer USB, this is actually a Windows app running on Windows so, nothing to do with Ubuntu. Your question fits better in superuser.com.
– GabrielaGarcia
Nov 14 at 13:45