LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Arch (https://www.linuxquestions.org/questions/arch-29/)
-   -   "/arch/setup" not working? (https://www.linuxquestions.org/questions/arch-29/arch-setup-not-working-4175422807/)

dna9 08-18-2012 02:56 PM

"/arch/setup" not working?
 
hi,

i downloaded "archlinux-2012.08.04-dual.iso" and tried to install it to the hard drive. everywhere i have read on the web it says to type:

/arch/setup

at the root prompt. it says "directory not found". is this command still
workable or am i missing something? i know they made some changes to the install process but what am i missing?

pixellany 08-18-2012 03:03 PM

using the .iso file, you need to burn a CD. (Make sure you use the "burn from image" option (or something equivalent)) Then boot from the CD.

After the system boots up, you will see the instructions right on the screen.

dna9 08-18-2012 03:14 PM

Negative
 
Quote:

Originally Posted by pixellany (Post 4757829)
using the .iso file, you need to burn a CD. (Make sure you use the "burn from image" option (or something equivalent)) Then boot from the CD.

After the system boots up, you will see the instructions right on the screen.

i'm wayyy beyond that. there isn't any instructions.

pixellany 08-18-2012 03:16 PM

does the system boot from the CD?

After it finishes booting, what do you see?


(If you have already installed Arch to the hard drive, then /arch/setup is no longer used.)

ruario 08-18-2012 03:27 PM

pretty sure they removed the installer. read the arch wiki for how to install now without it.

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

or for more detail

https://wiki.archlinux.org/index.php...e#Installation

dna9 08-18-2012 03:35 PM

baffled...
 
Quote:

Originally Posted by pixellany (Post 4757840)
does the system boot from the CD?

After it finishes booting, what do you see?


(If you have already installed Arch to the hard drive, then /arch/setup is no longer used.)

1: boot i386
2: boot x64
3: mem test
4: boot other OS
5: reboot

and so on. i highlight either i386 or x64 and it loads some lines. then it says:

root@archiso #

you are supposed to type "root@archiso #/arch/setup" but it says "directory not found".
there isn't a GUI anymore. disc hash checks fine.

ruario 08-18-2012 03:39 PM

the setup script was removed. the install is manual. read the wiki. there is a link in my previous post.

dna9 08-18-2012 03:45 PM

thanks.
 
Quote:

Originally Posted by ruario (Post 4757854)
the step script was removed. the install is manual. read the wiki. there is a link in my previous post.

thank you.

ruario 08-18-2012 03:49 PM

no problem. hope it works out. installation of arch has always been a bit of a hassle but it'll be worth it in the end. arch is a very nice system once it is up and running.

pixellany 08-18-2012 08:48 PM

Quote:

Originally Posted by ruario (Post 4757854)
the setup script was removed.

off-topic, but WTF???!!!!----what problem was someone trying to solve?

This highlights a major truth about Arch---read the news on their website before doing an upgrade, making major changes, etc.

ruario 08-19-2012 03:27 AM

Quote:

Originally Posted by pixellany (Post 4757987)
off-topic, but WTF???!!!!----what problem was someone trying to solve?

From the relevant Arch news entry on their website:

Quote:

AIF had to be dropped due to lack of maintenance and contributions. Of course we would appreciate it if people would start hacking on it to bring it up to par

ruario 08-19-2012 08:58 AM

There is a thread on the Arch Linux forums on the install media change if you want more information:

https://bbs.archlinux.org/viewtopic.php?id=145602

ruario 08-20-2012 04:20 AM

Since I haven't installed Arch for a while (and never since AIF was dropped), I thought I'd give the new install method a quick try in a VM using archlinux-2012.08.04-dual.iso. For the most part I just followed the Install Guide and only referred to the Beginners' guide and other parts of the Archwiki for a few small things I couldn't remember or wasn't sure about.

In summary, the installation was actually faster and easier than I recall. Perhaps this is just because I have a better understanding of Linux and Arch than I had previously. In any case, the instructions are quite clear and I found that most of the heavy lifting in getting the install up is actually actually still done for you via a handful of scripts like, pacstrap, genfstab, arch-chroot, mkinitcpio, syslinux-install_update, etc. I can't see any major downside to the new install process when comparing to an AIF-based install. All you really lose is an ncurses interface. Personally therefore, I don't see any need to bring back AIF, as the new way works just fine.

P.S. The bigger change I noticed was how much of rc.conf has been deprecated. It used to be a "one-stop shop" to configure almost everything. Now (like most other distros) configuration is done in various files scattered throughout /etc. IMHO this removes one of the nicest features of Arch and hence it was slightly disappointing. I can see how it was necessary as Arch gears up to being a systemd-based distro. It would have been nice however if they could have held off on that (at least for a while longer).

jv2112 08-20-2012 04:39 AM

:twocents:

I just set up a system with the new media and it was more involved which made it even more satisfying in the end.


http://ebalaskas.gr/wiki/archlinux/netinstall ---> This should help in getting the base system up and going.

Beyond that I would suggest reading the Arch Wiki installation guide. :study:


No install is the same above the base since you are building your own custom distro from that point.

ruario 08-20-2012 05:05 AM

Why not just use the Installation guide and/or Beginners' guide? This covers everything you covered and in many cases the official documentation is easier. You do stuff like "pacman -r /mnt --cachedir /mnt/var/cache/pacman/pkg/ -Sy base", when you could just use pacstrap. You manually chroot (and hence have to do several "mount --bind" commands), when you could just use arch-chroot. You did /etc/fstab entirely by hand, when you could have shortcut the process with genfstab (genfstab can even do an fstab with UUIDs automatically). It seems you duplicated the work of install guide but made it more more difficult.


All times are GMT -5. The time now is 09:59 AM.