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 03-27-2012, 04:41 PM   #1
killingthemonkey
Member
 
Registered: Mar 2011
Location: Winston-Salem, NC
Distribution: Fedora, CentOS, Linux Mint
Posts: 259

Rep: Reputation: 24
Different flavor for my CR-48


I've decided to try a different flavor of Linux altogether. I've already downloaded Arch and tried to install it. It apparently doesn't recognize the SSD.

At the prompt I choose to boot Arch Linux.

I get:
Code:
ERROR: boot device didn't show up after 30 seconds
Falling back to interactive prompt
You can try to fix the problem manually, log out when you are finished
sh: can't access tty; job control turned off
Then I get the following prompt: [ramfs /]#

Is there an ISO that will see the SSD out of the box?
 
Old 03-27-2012, 04:49 PM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Is this when you try to install Arch or do you have already installed?
 
Old 03-27-2012, 04:54 PM   #3
killingthemonkey
Member
 
Registered: Mar 2011
Location: Winston-Salem, NC
Distribution: Fedora, CentOS, Linux Mint
Posts: 259

Original Poster
Rep: Reputation: 24
Happens when I boot from USB
 
Old 03-27-2012, 04:56 PM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Then it is not that it can't see you SSD, it has problems to boot from your USB drive. How have you created it?
 
Old 03-27-2012, 04:59 PM   #5
killingthemonkey
Member
 
Registered: Mar 2011
Location: Winston-Salem, NC
Distribution: Fedora, CentOS, Linux Mint
Posts: 259

Original Poster
Rep: Reputation: 24
I use Universal-USB-Installer from pendrivelinux.com and the latest iso from the Arch site.
 
Old 03-27-2012, 05:02 PM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Sometimes those programs can cause issues. I would recommend to use dd to write the ISO to your USB drive, like this (of course as root)
Code:
dd if=arch.iso of=/dev/sdX bs=512k
where /dev/sdX is your USB-drive (not a partition on it).
 
Old 03-27-2012, 05:05 PM   #7
killingthemonkey
Member
 
Registered: Mar 2011
Location: Winston-Salem, NC
Distribution: Fedora, CentOS, Linux Mint
Posts: 259

Original Poster
Rep: Reputation: 24
Do I need to prep the drive in any way?
 
Old 03-27-2012, 05:06 PM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
No.
 
Old 03-27-2012, 05:09 PM   #9
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Arch Beginner's Guide is a must read.

https://wiki.archlinux.org/index.php/Beginners%27_Guide

See step 2.1.3 Flash memory device or USB stick.
 
Old 03-27-2012, 05:16 PM   #10
killingthemonkey
Member
 
Registered: Mar 2011
Location: Winston-Salem, NC
Distribution: Fedora, CentOS, Linux Mint
Posts: 259

Original Poster
Rep: Reputation: 24
About to display my n00bishness.

How do I determine which is my USB, and where do I need to navigate to the directory with the ISO in it first?
 
Old 03-27-2012, 05:34 PM   #11
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Quote:
Originally Posted by killingthemonkey View Post
About to display my n00bishness.

How do I determine which is my USB, and where do I need to navigate to the directory with the ISO in it first?
Code:
blkid
or for a bit more detail

Code:
fdisk -l
The Arch .iso will be in whatever folder you downloaded it to, and you can navigate there with cd, for example on my computer:

Code:
cd Downloads
Why Arch specifically? It does not have a "for noobs" reputation.

Last edited by snowday; 03-27-2012 at 05:36 PM.
 
Old 03-27-2012, 06:08 PM   #12
killingthemonkey
Member
 
Registered: Mar 2011
Location: Winston-Salem, NC
Distribution: Fedora, CentOS, Linux Mint
Posts: 259

Original Poster
Rep: Reputation: 24
Used the Win32DiskImager suggested by the Arch n00b file and it's working. Thanks much to both of you.
 
Old 03-27-2012, 06:14 PM   #13
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
You're welcome. Just some sidenotes, I used Arch for some time and I strongly recommend to read the Beginners Guide to get your first steps right. Also, the ArchWiki is a great source of knowledge about Arch, so if you have a problem you most likely will find an answer there.
That is even true if you don't use Arch, much of their information is generic and applies to any distro. I still use it to find information when I need to, although I run Slackware nowadays.
 
Old 03-27-2012, 06:22 PM   #14
killingthemonkey
Member
 
Registered: Mar 2011
Location: Winston-Salem, NC
Distribution: Fedora, CentOS, Linux Mint
Posts: 259

Original Poster
Rep: Reputation: 24
I'm already starting to page through it. Right now, I'm using a Win7 machine as my main box. Once I get better at this, I'll install Linux on it and just keep a Win partition to game on.
 
Old 03-27-2012, 06:29 PM   #15
killingthemonkey
Member
 
Registered: Mar 2011
Location: Winston-Salem, NC
Distribution: Fedora, CentOS, Linux Mint
Posts: 259

Original Poster
Rep: Reputation: 24
Another question, if I still have your attention. Is there a tutorial on the web for Linux? What I'm looking for is something step by step. Something to cure me of the n00bs.
 
  


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] what flavor is right for me? jkim Linux - Newbie 13 09-11-2011 06:43 PM
Which flavor to use? lyric0n Linux - Newbie 8 07-16-2008 07:42 PM
one flavor to another kennybob Linux - General 1 04-16-2007 01:19 PM
Best Flavor? penguin12 Linux - Software 2 07-15-2005 07:46 AM
Which Flavor Comatose51 Linux - General 6 06-15-2005 01:40 PM

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

All times are GMT -5. The time now is 01:56 AM.

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