LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-12-2015, 08:02 PM   #1
jgllgf
LQ Newbie
 
Registered: Jan 2015
Posts: 4

Rep: Reputation: Disabled
Unhappy 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.
 
Old 01-12-2015, 08:11 PM   #2
Teufel
Member
 
Registered: Apr 2012
Distribution: Gentoo
Posts: 616

Rep: Reputation: 142Reputation: 142
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?
 
Old 01-12-2015, 09:39 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,345
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
Also, it might help to know what make/model computer.
 
Old 01-12-2015, 09:42 PM   #4
jgllgf
LQ Newbie
 
Registered: Jan 2015
Posts: 4

Original Poster
Rep: Reputation: Disabled
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.
 
Old 01-12-2015, 09:55 PM   #5
Teufel
Member
 
Registered: Apr 2012
Distribution: Gentoo
Posts: 616

Rep: Reputation: 142Reputation: 142
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.
 
1 members found this post helpful.
Old 01-12-2015, 10:09 PM   #6
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,539

Rep: Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496
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?
 
Old 01-12-2015, 10:14 PM   #7
jgllgf
LQ Newbie
 
Registered: Jan 2015
Posts: 4

Original Poster
Rep: Reputation: Disabled
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.
 
Old 01-12-2015, 11:39 PM   #8
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
What do you meant Rebecca??

Anyway, is your BIOS set to boot from USB?
 
Old 01-13-2015, 02:50 AM   #9
jgllgf
LQ Newbie
 
Registered: Jan 2015
Posts: 4

Original Poster
Rep: Reputation: Disabled
Rebecca was some kinda code name or something.
 
Old 01-13-2015, 05:07 AM   #10
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,673

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

Play Bonny!

 
Old 01-13-2015, 07:08 AM   #11
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
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.
 
Old 01-13-2015, 01:31 PM   #12
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
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?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Cursor does not move to the bottom line and overwrite to same line on command line mesuutt Linux - Newbie 3 02-25-2012 08:04 AM
[SOLVED] Copy and replacing specific line from file1 to file2 line by line vjramana Programming 10 03-28-2011 07:49 AM
php - Read file line by line and change a specific line. anrea Programming 2 01-28-2007 01:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration