You are not logged in.

#1 2006-05-19 06:23:27

Archie
Member
Registered: 2006-05-19
Posts: 40

Help me with my arch installation

HI all i was trying to install arch-0.7.1, i configured a dualboot system and then i tried to log in to Arch. All i got was some busybox thing and a minimal set off commands, i couldn't do anything! What went wrong?

Offline

#2 2006-05-19 07:00:51

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: Help me with my arch installation

Remove the installation CD when you're done installing.


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#3 2006-05-19 07:07:22

Archie
Member
Registered: 2006-05-19
Posts: 40

Re: Help me with my arch installation

i did that big_smile didn't work sad

Offline

#4 2006-05-19 07:09:28

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: Help me with my arch installation

Where exactly in the install guide are you?


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#5 2006-05-22 02:31:34

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Help me with my arch installation

Did you get an error message concerning fsck failure?


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#6 2006-05-25 14:33:29

Archie
Member
Registered: 2006-05-19
Posts: 40

Re: Help me with my arch installation

problem solved: i used kernel 2.4.x instead of 2.6

Offline

#7 2006-06-18 00:31:36

Archie
Member
Registered: 2006-05-19
Posts: 40

Re: Help me with my arch installation

ok i tried to install kernel 2.6 again, and i got errors and it booted in to busybox. Some of the errors where cand unmount /initrd and something about root.

this is what my grub conf looks like:

root (hdb1,0)
kernel /vmlinuz26 root= /dev/hdb1 ro
initrd /initrd26.img

i have a sualboot system so my windows xp install is on (hd0,0)

Offline

#8 2006-06-18 01:06:30

hightower
Member
Registered: 2006-04-02
Posts: 182

Re: Help me with my arch installation

have you really two harddrives? And as we are taking about hardware, some more information wouldn't hurt :-)

hightower

Offline

#9 2006-06-18 12:27:14

Archie
Member
Registered: 2006-05-19
Posts: 40

Re: Help me with my arch installation

i have two harddrives, hda and hdb, hdb is ofcourse the slave.

installed arch on hdb and partioned with the auto partion option so it set ups the mount points and everthing automatic.

i have an  AMD Athlon XP 1,7 ghz, 512 RAM, geforce 2 MX

when i tried the 2.4 kernel everything seemed fine, but couldnt get my internet working. but that's another question and another thread big_smile

Offline

#10 2006-06-18 12:44:42

hightower
Member
Registered: 2006-04-02
Posts: 182

Re: Help me with my arch installation

Archie wrote:

... i got errors and it booted in to busybox. Some of the errors where cand unmount /initrd and something about root ...

Try to get the exact error message and post it into the forums, please.

hightower

Offline

#11 2006-06-18 16:28:22

Archie
Member
Registered: 2006-05-19
Posts: 40

Re: Help me with my arch installation

something like this:

Ext2-fs: unable to read superblock
mount: Mouting /dev/root on new_root failed: Invalid argoment
pivot_root: pivot_root: no such file or directory
unmount: /initrd: no such file or directory
unmount: /initrd: no such file or directory
/linuxrc:527:/sbin/busybox: Not found
Freeing unused kernel memory 252k freed

BusyBox v1.01 (2006.03.10-22:56+0000)
Build-in shell (ash)

Enter ´help´ for a list of build-in commands
/bin/sh: can´t access tty: job control turned off

#

Offline

#12 2006-06-18 17:20:37

augustob
Member
From: Florianópolis, Brazil
Registered: 2006-03-17
Posts: 135

Re: Help me with my arch installation

Archie wrote:

root (hdb1,0)
kernel /vmlinuz26 root= /dev/hdb1 ro
initrd /initrd26.img

Unless you rewrote these lines incorrectly, the kernel and initrd should be inside the boot directory, and the root disk should be (hd1,0), not (hdb1,0).

As follows:

title Arch!
root (hd1,0)
kernel /boot/vmlinuz26 root=/dev/hdb1 ro
initrd /boot/initrd26.img

Offline

#13 2006-06-18 20:35:12

Archie
Member
Registered: 2006-05-19
Posts: 40

Re: Help me with my arch installation

ok it tried

title Arch!
root (hd1,0)
kernel /boot/vmlinuz26 root=/dev/hdb1 ro
initrd /boot/initrd26.img

but it didn't work, i tried with the quick edit funktion when grub boots up.

teally wierd, because the 2.4 kernel worked

Offline

#14 2006-06-18 21:18:19

jaboua
Member
Registered: 2005-11-05
Posts: 634

Re: Help me with my arch installation

augustob wrote:

Unless you rewrote these lines incorrectly, the kernel and initrd should be inside the boot directory

Unless /boot is on it's own partition iirc

Offline

#15 2006-06-20 18:50:38

Archie
Member
Registered: 2006-05-19
Posts: 40

Re: Help me with my arch installation

grub menu

# (0) Arch Linux
title  Arch Linux
root   (hd1,0)
kernel /vmlinuz26 root=/dev/hdb3 vga=773 ro
initrd /initrd26.img

# (1) windows xp
title    Windows XP
root    (hd0,0)
makeactive
chainloader +1

the fstab:

#
# /etc/fstab: static file system information
#
# <file>        <dir>         <type>    <options>          <dump> <pass>
none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0

/dev/cdrom             /mnt/cd   iso9660   ro,user,noauto,unhide   0      0
/dev/dvd               /mnt/dvd  udf       ro,user,noauto,unhide   0      0
/dev/fd0               /mnt/fl   vfat      user,noauto             0      0

/dev/hdb3 / ext3 defaults 0 1
/dev/hdb1 /boot ext2 defaults 0 1
/dev/hdb2 swap swap defaults 0 0

now whats wrong :S

Offline

#16 2006-06-20 18:55:21

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: Help me with my arch installation

Change the kernel and initrd lines to:

kernel /boot/vmlinuz26 root=/dev/hdb3 vga=773 ro 
initrd /boot/initrd26.img

A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#17 2006-06-20 19:26:52

Archie
Member
Registered: 2006-05-19
Posts: 40

Re: Help me with my arch installation

ok so i tried changing the lines to the ones above but it goes ERROR 15: FILE NOT FOUND on me

Offline

#18 2006-06-20 19:45:24

Archie
Member
Registered: 2006-05-19
Posts: 40

Re: Help me with my arch installation

i used explore2fs on my windoze machine and  the vmlinuz26 and initrd26.img are on hdb1, is this correct?

Offline

#19 2006-06-21 11:53:01

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: Help me with my arch installation

You can use "e" in Grub to edit a menu entry and even TAB for completion. That way you can pinpoint the location of the files that can't be found. You have to edit /boot/grub/menu.lst once you've booted Arch because the changes made using "e" aren't permanent.


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#20 2006-06-21 15:31:27

scarecrow
Member
From: Greece
Registered: 2004-11-18
Posts: 715

Re: Help me with my arch installation

# (0) Arch Linux
title Arch Linux
root (hd1,2)
kernel /vmlinuz26 root=/dev/hdb3 vga=773 ro
initrd /initrd26.img

Should work like that.


Microshaft delenda est

Offline

#21 2006-06-21 16:32:56

Archie
Member
Registered: 2006-05-19
Posts: 40

Re: Help me with my arch installation

didn't work sad

when i installed the base packages i got a message about udev, maybe i need to uninstall it? just a stupid thought but maybe?

Offline

#22 2006-06-26 10:57:48

scarecrow
Member
From: Greece
Registered: 2004-11-18
Posts: 715

Re: Help me with my arch installation

The current 2.6.X kernel works only with udev, devfs is deprecated.
On the other hand kernel 2.4.X works only with devfsd,
I suggest doing a fresh base installation (shouldn't take more than 10 minutes) with kernel 2.6.X and leaving out devfsd completely.


Microshaft delenda est

Offline

#23 2006-07-01 22:54:50

SICH
Member
Registered: 2005-12-18
Posts: 6

Re: Help me with my arch installation

A got this error after pacman -Syu
pacman log:

[06/29/06 17:52] upgraded apache (2.2.2-4 -> 2.2.2-5)
[06/29/06 17:52] upgraded ati-fglrx (8.25.18-4 -> 8.26.18-1)
[06/29/06 17:52] upgraded ati-fglrx-beyond (8.25.18-1 -> 8.26.18-1)
[06/29/06 17:52] upgraded ati-fglrx-utils (8.25.18-2 -> 8.26.18-1)
[06/29/06 17:52] upgraded dbus (0.61-3 -> 0.62-1)
[06/29/06 17:52] upgraded dbus-sharp (0.61-1 -> 0.62-1)
[06/29/06 17:52] upgraded gdm (2.14.7-1 -> 2.14.9-1)
[06/29/06 17:53] upgraded gnupg (1.4.2.2-1 -> 1.4.4-1)
[06/29/06 17:53] upgraded gtk2 (2.8.18-1 -> 2.8.19-1)
[06/29/06 17:53] upgraded mkinitramfs (1.4-8 -> 1.5-1)
[06/29/06 17:53] upgraded kernel26beyond (2.6.16.beyond4.1-1 -> 2.6.17.beyond1-3)
[06/29/06 17:55] upgraded libmp4v2 (1.4.1-1 -> 1.5.0.1-1)
[06/29/06 17:55] upgraded libxft (2.1.8.2-1 -> 2.1.10-1)
[06/29/06 17:55] upgraded mod_python (3.2.8-1 -> 3.2.8-2)
[06/29/06 17:55] upgraded mplayer (1.0pre7-6 -> 1.0pre8-1)
[06/29/06 17:55] upgraded wine (0.9.15-2 -> 0.9.16-1)
[06/29/06 17:55] upgraded xorg-util-macros (1.0.1-1 -> 1.0.2-1)
[06/29/06 17:55] upgraded xulrunner (1.8.0.4-1 -> 1.8.0.4-2)
[06/29/06 18:24] installed gconf-editor (2.14.0-2)

grub.conf:

# (0) Arch Linux
title  Arch Linux  [/boot/vmlinuz26]
root   (hd0,6)
kernel /boot/vmlinuz26 root=/dev/hda7 ro
initrd /boot/initrd26.img

# (1) Arch Linux
title  Arch Linux Beyond
root   (hd0,6)
kernel /boot/vmlinuz26beyond root=/dev/hda7 ro
initrd /boot/initramfs-beyond.img

fstab:

#
# /etc/fstab: static file system information
#
# <file>        <dir>         <type>    <options>          <dump> <pass>
none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0
tmpfs                  /tmp          tmpfs     defaults            0      0
usbfs                  /proc/bus/usb usbfs  defaults            0      0

/dev/hdd     /media/cd   iso9660   ro,user,noauto,unhide   0      0
/dev/hdc     /media/cdrw iso9660       rw,user,noauto,unhide   0      0
/dev/floppy/0          /mnt/fl   vfat      user,noauto             0      0

/dev/hda9               swap            swap    defaults                0 0
/dev/hda7               /               ext3    defaults                0 1
/dev/hda8               /home           ext3    defaults                0 1

Offline

Board footer

Powered by FluxBB