Safe place for download


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Safe place for download
# 1  
Old 11-07-2014
Safe place for download

Afternoon:

I know this may sound inane, but could anyone direct me to a site where I could safely D/L a Ubuntu/Linux O.S. (.iso). I'm having so much trouble with LM17 (before that it was Ub12.04) and someone suggested a corrupted O.S. Just F.Y.I., I downloaded from LinuxMint homepage. Used Unetbootin to 'load" to USB pendrive. (could there be a problem in that?) This has been a problem far too long( problems constantly within both LM17 and Ub12.04). I'd like to be able to use Ubuntu/Linux but in order to do so, I have to get the O.S. working correctly. I'm seeking someone with extensive/experienced expertise(no offence to anyone intended) with Linux O.S's, PLEASE!!! [HP2000-210...LM17 Cinnamon 64bit]
Thank you:
Rick
# 2  
Old 11-07-2014
Hi,
The download from the official sites is always safe (unless they've been cracked).
In Ubuntu case, this would be: Get Ubuntu | Download | Ubuntu

If you have an existing *nix installation, just use dd.
As in:
Code:
sudo dd if=/path/to/file.iso of=/dev/sdX

Where X marks the letter of your USB.

hth
# 3  
Old 11-07-2014
"safe place"

To SEA:

Ran command as instructed. Returned: dd: failed to open '/path/to/file.iso': no such file or directory ????

Rick
# 4  
Old 11-07-2014
Sorry 69Rixter, i neither know where the file is, how its named, nor do i know where your USB stick is located.
Adjust the "/path/to/file.iso" to the actual location of the downloaded iso file.

The example was not about downloading the iso, its been about writing it to your stick..

hth
# 5  
Old 11-07-2014
REPLY To SEA:

I ran the command just as you posted it. OK, as far as where I have the iso 'stored". Problem #1. I had the iso on the pendrive when, a few days ago, LM17 refused to 'boot", thus lost everything including .iso in D/L file. Problem#2. The "command" would have been: sudo dd if=path/to/file.iso of=/dev/sdb1
This is all the info I can give that you requested.
Thanx:
Rick
# 6  
Old 11-07-2014
As already said.
Quote:
Originally Posted by sea
...
Adjust the "/path/to/file.iso" to the actual location of the downloaded iso file.
...
Also, it really might be a corrupted (just a single bit) iso file.
Redownload from the website adjust the '/path/to/file' to the path of the file when trying again to write it to sdb1.

Good night
# 7  
Old 11-07-2014
To SEA:
OK, let's get this right; I'm to go to 404 Not Found site), D/L proper O.S. (LM 17 64bit) then before I load it to pendrive run command: sudo dd if=path/to/file.iso of=/dev/sdb1? Then wipe Hdd and install

Rick
 
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Solaris

What is the best way to copy data from place to another place?

Dear Gurus, I need you to advice or suggestion about the best solution to copy data around 200-300G from serverA(location A) to serverB(location B). Normally, I will share folder and then copy but it takes too long time(about 2 days). Do you have any suggestion or which way should be... (9 Replies)
Discussion started by: unitipon
9 Replies

2. Solaris

Async-Signal-Safe versus MT-Safe

Hi, I am Solaris 9 developer and notice that the documentation does not provide a clear notion of the inherent concurrency in routines defined as "Async-Signal-Safe". Routines defined as "MT-Safe" obviously have the best level of concurrency, compared to normal "Safe" interfaces. I have... (1 Reply)
Discussion started by: tristan12
1 Replies
Login or Register to Ask a Question