Glam Prestige Journal

Bright entertainment trends with youth appeal.

I am currently trying to install linux but i have this issue of syslinux of diff vers. In the iso. For some reason rufus fails to download the files. Is there any way i can download the files manually and place it in the application directory or whatever it is, so i can install my bootable disk? Thank you in advance!

10

2 Answers

For some reason rufus fails to download the files.

Considering that you mention that you are running Rufus on Windows 7, I'm going to go on a limb and assume that, if you open the Rufus log Ctrl-L you also see the following:

Unable to send request: This system's SSL library is too old to be able to access this website.

This message means exactly what it says: If you are seeing this, you are missing critical Windows security updates, that are required to be able to access sites like GitHub/AWS (which is where Rufus stores the downloadable content) in SSL mode.

Please bear in mind that it's not because browsers like Chrome or Firefox can access these sites (because they contain their own, custom version of an SSL library) that applications that rely on Windows APIs (which use a different, native version of the SSL library) can.

However, an up to date Windows 7 system should have native SSL libraries that are able to access GitHub using the newer, more secure, SSL protocols (which is really the root of the issue: old versions of the Windows 7 SSL library use an obsolete/insecure version of SSL, that GitHub doesn't allow, and therefore needs to be be updated). So, if you are getting that message, it means that your Windows 7 system is probably not up to date.

You therefore have two options:

  1. (preferred) Make sure your Windows 7 system is fully updated before you attempt to use applications that connect to the internet
  2. Try this workaround.
1

try the link

for downloading ldlinux.bss and ldlinux.sys files

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy