[SOLVED] How to install archbang on an ext2 SD 8GB?
ArchThis Forum is for the discussion of Arch Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Hello,
I downloaded the last archbang iso and copied the data of it to my ext2 SD card 8GB
in /boot/arch
It starts booting but stop in the middle of booting
Error: boot drive didnt up after 30s
and it come to the prompt: [ramfs/]#
So.. why?
Which boot codes should I use?
Here is the extlinux.conf entry
#
LABEL arch
TEXT HELP
Boot the ArchBang Linux live medium. It allows you to install ArchBang Linux
ENDTEXT
MENU LABEL Boot ArchBang Linux
LINUX /boot/arch/vmlinuz
INITRD /boot/arch/archiso.img
APPEND archisobasedir=/boot/arch archisolabel=ARCHBANG quiet xorg=vesa nomodeset
#
LABEL archauto
TEXT HELP
Try this option if the first doesn't work
ENDTEXT
MENU LABEL Boot ArchBang Linux [Xorg autodetect]
LINUX /boot/arch/vmlinuz
INITRD /boot/arch/archiso.img
APPEND archisobasedir=boot/arch archisolabel=ARCHBANG quiet
#
EDIT: I had simply to
- put the /arch/ directory (see this directory in the CDROM) on the TOP directory of the SD card
- use the correct label name of my SD 8GB card (NOT ARCHBANG)
and it runs.
Good thing ARCHBANG. Quick.
Last edited by floppy_stuttgart; 12-02-2011 at 12:50 PM.
Reason: found the solution..
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.