LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help (https://www.linuxquestions.org/questions/linux-newbie-8/help-4175606518/)

Bklyn296 05-23-2017 10:52 AM

Help
 
I downloaded Ubuntu and a folder exists. How do I now start the install.

TB0ne 05-23-2017 10:55 AM

Quote:

Originally Posted by Bklyn296 (Post 5714238)
I downloaded Ubuntu and a folder exists. How do I now start the install.

Read the "Question Guidelines" and "How to ask a smart question" links in my posting signature. Based on what you posted, what do you think we'll be able to tell you?? You don't say what kind of system you're using now, how you downloaded ubuntu, what VERSION of Ubuntu you've downloaded, onto what kind of hardware, etc.

Short answer: follow the instructions on the ubuntu website on how to create a bootable CD/DVD/USB device, then boot your computer from that and follow the installation prompts.

rtmistler 05-23-2017 12:26 PM

Hi Blkyn296 and welcome to LQ.

Please do as TB0ne has suggested. Review the LQ FAQ and Rules to learn how to ask a more effective question in the future.

Next, also cited by TB0ne are the recommendations to review the Ubuntu web instructions about how to make a boot capable media for running Ubuntu Live or installing from that same media. Their point is that what you've done is copied the information somewhere, but not used this download to make a bootable install media.

If you take these next steps and still run into trouble, then please update this thread with some additional information.

jefro 05-23-2017 03:49 PM

Hello and welcome to LQ.

The normal way to install linux would be to get an ISO file. It shouldn't be a folder usually. You then burn it to a dvd or copy it to a usb. https://www.ubuntu.com/download/desk...ubuntu-desktop

If you are using this on a system that has an OS you want to keep then you should get a free virtual machine like virtualbox.

AwesomeMachine 05-24-2017 12:07 AM

Write the .iso file to a USB stick like so:
Code:

$ dd if=ubuntu_install_file.iso of=/dev/sdc
where sdc is the usb drive. Then, boot with the USB stick. Let us know what happens.


All times are GMT -5. The time now is 12:21 AM.