LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 02-05-2015, 06:28 PM   #1
drinkeru
LQ Newbie
 
Registered: Feb 2015
Posts: 4

Rep: Reputation: Disabled
Arch Linux 2012 does not boot from flash media


Hi.
I am trying to install archlinuxarm-13-06-2012.img on a micro SD card. I have followed the tutorial on http://www.instructables.com/id/Rasp...ing-ArchLinux/ to install the OS on the card however when i restarted my machine all i seen was a blinking cursor but that was it. No menu option no nothing.

Then I thought, maybe I didn't do it properly, so I have installed arch linux on a 8 GB usb stick but the result was the same as it was for the sd card. I have tried various software to install the OS on the USB stick : USBwrite and Win32Imager.

I have read some online stuff..but the information is quite varied and I'm running out of time.

Any help please?
 
Old 02-06-2015, 10:59 AM   #2
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,672

Rep: Reputation: 486Reputation: 486Reputation: 486Reputation: 486Reputation: 486
Quote:
I have installed arch linux on a 8 GB usb stick
I thought the Raspberry Pi could only boot from the SD card, not a USB drive.
Silly question... I assume you have the model B+? (MicroSD)

Play Bonny!


Last edited by Soadyheid; 02-09-2015 at 04:59 AM.
 
Old 02-06-2015, 09:59 PM   #3
drinkeru
LQ Newbie
 
Registered: Feb 2015
Posts: 4

Original Poster
Rep: Reputation: Disabled
yes it is the model B+.
 
Old 02-18-2015, 10:56 AM   #4
drinkeru
LQ Newbie
 
Registered: Feb 2015
Posts: 4

Original Poster
Rep: Reputation: Disabled
Maybe I'm doing something wrong? Basically I have used WinDiskImager and UnetBootin to install the Arch image on the SD card but when I boot I only get the flickering line no cmd line no menu nothing. I have tried installing the OS on a USB stick and it did manage to boot though. But I did the same process for the Micro Card, nothing. I have used a USB like adaptor for the MicroSD card, set the BIOS settings to boot from the USB. The USB adaptor with the micro SD card acts as any other USB with an OS on it right ?
 
Old 02-19-2015, 09:30 AM   #5
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,672

Rep: Reputation: 486Reputation: 486Reputation: 486Reputation: 486Reputation: 486
Sorry to ask a silly question, you're booting the SD card in the Raspberry Pi, not your Windows PC? Am I correct?

I ask as you mention trying to boot from a USB port:
Quote:
...set the BIOS settings to boot from the USB.
As far as I understand, there is no BIOS on a Raspberry Pi!

You won't be able to boot an ARM Linux install on an x86 Intel/AMD PC, different processor architecture.

Hmmm... You'd probably get the symptoms you're seeing.

Play Bonny!


Last edited by Soadyheid; 02-19-2015 at 09:31 AM.
 
Old 02-19-2015, 09:58 AM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,721

Rep: Reputation: 5914Reputation: 5914Reputation: 5914Reputation: 5914Reputation: 5914Reputation: 5914Reputation: 5914Reputation: 5914Reputation: 5914Reputation: 5914Reputation: 5914
I would try the latest image file from the Arch website and verify the download was successful using the MD5 sum. Using the current version the given instructions for setting up networking might be a bit out of date.

http://os.archlinuxarm.org/os/
http://archlinuxarm.org/os/ArchLinux...-latest.tar.gz

The ARM image file is incompatible with a desktop PC i.e x86-64. You can transfer the image using the above utilities but it will not boot on a normal desktop computer.

Last edited by michaelk; 02-19-2015 at 10:02 AM.
 
Old 02-21-2015, 04:50 AM   #7
Germany_chris
Senior Member
 
Registered: Jun 2011
Location: NOVA
Distribution: Debian 12
Posts: 1,071

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx && sync

https://wiki.archlinux.org/index.php...allation_media

If you're going to use that old of an .iso you going to have to play in you pacman.conf to get your certs and keyrings all organized before you do anything other than the pacstrap. I'd also suggest that Arch probably isn't for you since you avoided the Arch wiki which will have 99% of your answers.
 
Old 02-21-2015, 03:30 PM   #8
drinkeru
LQ Newbie
 
Registered: Feb 2015
Posts: 4

Original Poster
Rep: Reputation: Disabled
Thank you all for the feedback.

@Soadyheid,michaelk,Germany_chris
- I have tried both the Raspberry Pi and a Windows Laptop.At one point I thought there might an installation issue that is why I installed the OS on a usb stick and tried it out. When trying to boot from the Pi I think I experienced cable issues [no cable detect; no signal( i am investigating these config.txt issue on the 2012 however am not sure what the configure file is on the 2015 version )] so then I thought I should try it on my laptop and see if it works. I didn't think about architecture because the latest version or arch (2015) provides a menu and boot options: x86_64 , arm, reboot etc.
- I have considered the newer versions of arch linux and have tried the same things; installed it on SD media put in the connected Pi connected it, didn't work. Checked to see if the OS installed correctly by using a micro SD adaptor on my laptop, booted up and the OS works fine. The problem is I am trying to build/configure an IDS by following the earlier mentioned tutorial in which the author has used 2012 arch. Im thinking it will take me more time to build, some compatibility issues might arise etc. I could carry on with this version however I had trouble encountering the equivalent of arch_2012's config.txt file.
- I have checked that website out and did follow some of its guidelines but yes I am very new to the arch linux.I fail to see pacman.conf on the 2012 install: I have arm128_start.elf, arm102_start.elf, arm224_start.elf, bootcode.bin, cmdline.txt, config.txt, copying.linux, kernel.img, kernel_cutdown.img, kernel_emergency.img, LICENCE.broadcom, loader.bin and start.elf.

I also thank you all for your time and patience.
 
  


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
LXer: ArchBang Linux 2012.12 Review – Lightweight Arch LXer Syndicated Linux News 0 12-21-2012 01:40 PM
LXer: Arch Linux 2012.08.04 has been released LXer Syndicated Linux News 0 08-06-2012 07:50 AM
LXer: Mid-2012: Arch Linux vs. Slackware vs. Ubuntu vs. Fedora LXer Syndicated Linux News 0 07-31-2012 12:50 PM
LXer: Arch Linux Install Media Updated For July 2012 LXer Syndicated Linux News 0 07-24-2012 07:50 AM

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

All times are GMT -5. The time now is 04:56 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