LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Different flavor for my CR-48 (https://www.linuxquestions.org/questions/linux-newbie-8/different-flavor-for-my-cr-48-a-936758/)

killingthemonkey 03-27-2012 04:41 PM

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?

TobiSGD 03-27-2012 04:49 PM

Is this when you try to install Arch or do you have already installed?

killingthemonkey 03-27-2012 04:54 PM

Happens when I boot from USB

TobiSGD 03-27-2012 04:56 PM

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?

killingthemonkey 03-27-2012 04:59 PM

I use Universal-USB-Installer from pendrivelinux.com and the latest iso from the Arch site.

TobiSGD 03-27-2012 05:02 PM

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).

killingthemonkey 03-27-2012 05:05 PM

Do I need to prep the drive in any way?

TobiSGD 03-27-2012 05:06 PM

No.

snowday 03-27-2012 05:09 PM

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.

killingthemonkey 03-27-2012 05:16 PM

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?

snowday 03-27-2012 05:34 PM

Quote:

Originally Posted by killingthemonkey (Post 4638104)
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. :)

killingthemonkey 03-27-2012 06:08 PM

Used the Win32DiskImager suggested by the Arch n00b file and it's working. Thanks much to both of you.

TobiSGD 03-27-2012 06:14 PM

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.

killingthemonkey 03-27-2012 06:22 PM

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.

killingthemonkey 03-27-2012 06:29 PM

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.


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