You are not logged in.

#1 2005-10-16 18:23:46

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Installation from .7 (HOWTO)

Installing from .7 got you down? Can't figure out what to do? Borka borka?

Have no fear....

1) Install with the 0.7 base install. Proceed with the install as normal. During the configuration of files section, I prefer to use vi. Make needed changes. An important aspect is..even if you see nothing changed in the file, do a :wq to 'touch' the file. This seems to iron out one potential snafu down the road.
Also, make sure you choose to install udev as well as devfs.

2) Reboot into your 0.7 installation. Login as root (no password).

3) pacman -Syu
It will upgrade pacman first. Say yes.

4) play it again sam.. pacman -Syu --force
The --force solved an issue I was having with pacman finding a file in common with another package. doh. wink
DO NOT REBOOT YET!!!

5) type the command 'migrate_udev'
It should be done by the upgrade, but it makes me feel better knowing you did it anyway.

6) Edit your grub config (lilo config).
In grub, change '/dev/discs/disc3' or whatever..to '/dev/hda3'
If you have a sata drive, or a scsi disk, then use /dev/sda3. note that the 3 could be a different number. Use the appropriate number.

7) modify /etc/fstab
Perform the same /dev/discs/disc3 conversion to /dev/hda3 (or sda3) that you performed above, for your mount points.

8 ) udev
type the command 'udev' to test and see if udev is setup/configured/happy. If you get no 'omg! run!' output, then you should be golden.

9) reboot

10) Login with root again, and set a password..
You can remove devfs now. 'pacman -R devfs'
Go about your normal system usage/installation now.

11) Hug your arch devs.


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#2 2005-10-16 18:35:31

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: Installation from .7 (HOWTO)

Quite nice documented !!

One comment on point 6 though.
I'm not using a scsi harddisk, but isn't it that you can just use /dev/hda for scsi harddisks? At least, that is what is said on http://www.gnu.org/software/grub/grub-faq.html. But like I said, I don't use one, so I might be wrong

Offline

#3 2005-10-16 18:37:53

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: Installation from .7 (HOWTO)

hmm. Dunno about that one. I must admit, I haven't used scsi with arch yet. I use sata though, and that indeed, shows up as sda.


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#4 2005-10-17 07:02:35

Danny
Member
From: Croatia
Registered: 2005-06-05
Posts: 64
Website

Re: Installation from .7 (HOWTO)

If this works you get a cookie! wink


I am a leaf on the wind. Watch how I soar.

Offline

#5 2005-10-17 09:26:24

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: Installation from .7 (HOWTO)

very nice cactus big_smile


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#6 2005-10-17 09:38:15

Danny
Member
From: Croatia
Registered: 2005-06-05
Posts: 64
Website

Re: Installation from .7 (HOWTO)

/me gives cactus a cookie wink


I am a leaf on the wind. Watch how I soar.

Offline

#7 2005-10-17 12:39:40

Moo-Crumpus
Member
From: Hessen / Germany
Registered: 2003-12-01
Posts: 1,487

Re: Installation from .7 (HOWTO)

scsi discs are not named hda, but sda.

1. scsi hd: sda
2. scsi hd: sdb
3. scsi hd: sdc

So the second partiton on disk 3 is addresed as /dev/sdc3.


Frumpus addict
[mu'.krum.pus], [frum.pus]

Offline

#8 2005-11-01 11:29:12

jakob
Member
From: Berlin
Registered: 2005-10-27
Posts: 419

Re: Installation from .7 (HOWTO)

doesn't it have to be "migrate-udev" instead of "migrate_udev"???

and what should I get if I type "udev" as output??

greets,

hellw.

Offline

#9 2005-11-07 22:33:46

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: Installation from .7 (HOWTO)

Hey, it doesn't work for me. When I run the second pacman -Syu, it crashes with an error anout glibc 2.3.4.... any ideas? Been messing with this all day and I don't have time for arch not to be working right now.... when the hell is that install cd coming out?

Dusty

Offline

#10 2005-11-07 22:40:01

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Installation from .7 (HOWTO)

FYI: 0.7.1-pre1 ISO is out : http://www.archlinux.org/blog/

Offline

#11 2005-11-07 22:44:55

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Installation from .7 (HOWTO)

Dusty wrote:

Hey, it doesn't work for me. When I run the second pacman -Syu, it crashes with an error anout glibc 2.3.4.... any ideas? Been messing with this all day and I don't have time for arch not to be working right now.... when the hell is that install cd coming out?

Dusty

Use the pacman-static version off the install CD

Offline

#12 2005-11-07 23:38:45

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: Installation from .7 (HOWTO)

Snowman wrote:

FYI: 0.7.1-pre1 ISO is out : http://www.archlinux.org/blog/

That'll do, thanks!


Dusty

Offline

#13 2005-12-03 14:01:12

arooaroo
Member
From: London, UK
Registered: 2005-01-13
Posts: 1,268
Website

Offline

#14 2005-12-04 11:28:44

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Installation from .7 (HOWTO)

I cheated. I installed ubuntu, then tar -zxvf'ed pacman into ubuntu, and pacman -S -r 'ed all my packages from there tongue

Offline

#15 2005-12-04 18:58:57

arooaroo
Member
From: London, UK
Registered: 2005-01-13
Posts: 1,268
Website

Re: Installation from .7 (HOWTO)

Pubuntu!

Pronouced Poo-buntu big_smile

Offline

#16 2006-03-14 01:21:22

MartinZ
Member
From: Chiloé, Chile
Registered: 2005-06-10
Posts: 379

Re: Installation from .7 (HOWTO)

I saw this link in www.linuxquestions.org
I guess it may be usefull for noobs trying to install Arch.

http://wael.nasreddine.com/Articles/Art … Linux.html


All your base are belong to us

Offline

#17 2006-07-18 19:24:48

djpharoah
Member
From: SoCal
Registered: 2006-06-18
Posts: 185

Re: Installation from .7 (HOWTO)

Do users still have to do migrate_udev or is that all taken care of in 0.7.2?


IBM T41p - 2373-xXx - kernel26thinkpad

Offline

#18 2006-07-18 20:16:32

elasticdog
Member
From: Washington, USA
Registered: 2005-05-02
Posts: 995
Website

Re: Installation from .7 (HOWTO)

djpharoah wrote:

Do users still have to do migrate_udev or is that all taken care of in 0.7.2?

Should be taken care of...a lot changed between the 0.7 and 0.7.2 releases and devfs is completely gone now.

Offline

#19 2006-07-18 20:32:01

djpharoah
Member
From: SoCal
Registered: 2006-06-18
Posts: 185

Re: Installation from .7 (HOWTO)

elasticdog wrote:
djpharoah wrote:

Do users still have to do migrate_udev or is that all taken care of in 0.7.2?

Should be taken care of...a lot changed between the 0.7 and 0.7.2 releases and devfs is completely gone now.

Yeah.. I had read that somewhere possibly in the install documentation. Thanks for clearing that up for me.


IBM T41p - 2373-xXx - kernel26thinkpad

Offline

#20 2007-01-21 12:42:40

Tjapz0r
Member
Registered: 2007-01-21
Posts: 2

Re: Installation from .7 (HOWTO)

Hi!

I tried the method explaint above. But after the part of packages/kernel/bootloader I get stuck. I'm suposed to this

pacman -Syu

Then I noticed I didn't configured my config files yet. But I have totally no experience with writing a whole ethernet connection with editors...
Can someone please help me?

I connect thru a router (192.168.1.1) and I use a USB Ethernet Adapter to connect. I wan't to use DHCP.

EDIT: Oh yeah, I would like to get an easier step-based installation guide, please tongue I know a bit about commandline, but I prefer a WM, so could you also explain the easiest way to install KDE/Gnome?

Already thanks!

Kasper

PS; Please reply asap, and explain the "n00b-way", which command and how wink

Offline

Board footer

Powered by FluxBB