LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   HELP! I can't get on line. (https://www.linuxquestions.org/questions/linux-newbie-8/help-i-cant-get-on-line-4175530830/)

jgllgf 01-12-2015 08:02 PM

HELP! I can't get on line.
 
I'm trying to install mint on my freshly wiped W.D. hard-drive.I have an acer 280?.I downloaded a usb-iso,and mint rebbecca 32bit for my flash drive.I can't get it too load.

Teufel 01-12-2015 08:11 PM

Can you be more detailed and provide some info?
Did you make bootable USB stick? How did you put ISO to the stick? If you have stick with iso, how do you trying to boot from stick? Does your BIOS in MBR or EFI mode?

frankbell 01-12-2015 09:39 PM

Also, it might help to know what make/model computer.

jgllgf 01-12-2015 09:42 PM

I thought I made the stick bootable.Isn't the ISO bootable?I believe bios is MBR.I downloaded the iso from the mirror freedom???,on the mint website.

Teufel 01-12-2015 09:55 PM

What is your computer? Is it laptop or desktop?

ISO is a file ready to put it to CD/DVD or to USB stick. If you put it to the stick correctly, you will be able to boot from stick. If you just copied iso file to stick, it will not make it bootable. You need to create bootable stick from iso file using special program like Unetbootin. Did you used some kind of program to create bootable stick? If no, download it here:
http://unetbootin.sourceforge.net/
and follow the instructions.

If you already created bootable stick with such a program, you need to boot into your stick live OS (LinuxMint).
How to do it depends on your hardware model/brand.

yancek 01-12-2015 10:09 PM

How did you try to put the Mint iso on the flash drive? What specific software did you use? You can't just copy the iso to the flash, what exactly did you do?

jgllgf 01-12-2015 10:14 PM

Thanks everyone!I've got things to check on,and some work to do now, so I'll let you's know how it went.

smeezekitty 01-12-2015 11:39 PM

What do you meant Rebecca??

Anyway, is your BIOS set to boot from USB?

jgllgf 01-13-2015 02:50 AM

Rebecca was some kinda code name or something.

Soadyheid 01-13-2015 05:07 AM

Linux Mint 17.1 is called Rebecca. Like Debian has a Wheezy and Ubuntu a Funky Gibbon or whatever... :)

Play Bonny!

:hattip:

rtmistler 01-13-2015 07:08 AM

If you can't get online, how are you writing all these questions and updates?

If you go to write an ISO to the USB stick in Linux, my preferred method to do this is to use the dd command, an example if the USB happens to be in /dev/sdb would go like this:
Code:

sudo dd if=linuxmint-201403-cinnamon-dvd-32bit.iso of=/dev/sdb bs=32M
And pretty much for most Linux distribution ISO files, that would make the USB stick bootable. Next, you obviously have to set your system to boot off of USB, as smeezekitty pointed out earlier.

smeezekitty 01-13-2015 01:31 PM

Quote:

Linux Mint 17.1 is called Rebecca. Like Debian has a Wheezy and Ubuntu a Funky Gibbon or whatever...
LOL Rebecca. I never paid much attention to code names so it threw me off guard.

If you are using Windows, here is how to write the ISO to a USB device: http://pcsupport.about.com/od/file-f...rn-iso-usb.htm

In some quirky BIOSes, for booting from USB, you need to set it to boot from a "hard disk"
and then in a separate BIOS option, I needed to change the order of the "hard disks" to put the
USB device first.

Very confusing to say the least.

I am a little confused by the OPs question. Is the problem with writing the image? Or booting it?


All times are GMT -5. The time now is 02:56 PM.