You are not logged in.

#26 2006-10-06 03:56:19

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: boot fails after pacman -Syu

It sounds like there's a conspiracy!

@dakor:

You don't have exactly the same in menu.lst, do you? Please post your info (which drives where, which partitions, contents of men.lst, ...).


@go4it:

It sounds like you might have a bit of a mess there ...
My suggestion would be to do a complete new install. First save any important data, then determine which drives (hd/cd) are on which controllers, and if they are not 'standard' without good reason, move them (apart from anything else it might make it easier for people to help you). Normally hda (primary controller, master) is a hard disk, cd on hdb or secondary controller.
Be careful with those little master/slave links if you move any drives around. If you don't know what you're doing, ask a friend or maybe rather don't touch it.

Are there any other OSs on the machine? (they may not like being moved around)

Decide how to install - the wiki lists several methods. If there is another linux installed on the machine, it may be easier to install using one of these (assuming you have an internet connection on the machine):
http://wiki.archlinux.org/index.php/Qui … stallation
http://wiki.archlinux.org/index.php/Ins … her_distro

or from a live CD using one of the above methods.

If you use a 'standard' install CD, use one from here:
http://bbs.archlinux.org/viewtopic.php?t=25236

The 'official' install CDs seem to give problems quite often.

Offline

#27 2006-10-07 02:21:34

dakor
Member
Registered: 2004-03-19
Posts: 107

Re: boot fails after pacman -Syu

haha I feel dumb!

I had

initrd /boot/kernel.img

instead of..

initrd /boot/kernel26.img


freenode.net  #linuxn00b

Offline

#28 2006-10-07 07:04:30

go4it
Member
Registered: 2006-10-03
Posts: 44

Re: boot fails after pacman -Syu

I swapped the IDE connections already and I will do  fresh installation.
Many thanks to all !

Offline

#29 2006-10-07 09:29:31

Convergence
Member
Registered: 2005-07-02
Posts: 377

Re: boot fails after pacman -Syu

I have the same problem, I did a re-install with the latest ISO, and it did no good.


It's a very deadly weapon to know what you're doing
---  William Murderface

Offline

#30 2006-10-18 10:20:37

aris002
Member
From: London, UK
Registered: 2004-03-21
Posts: 75

Re: boot fails after pacman -Syu

Convergence wrote:

I have the same problem, I did a re-install with the latest ISO, and it did no good.

I think, I've had the same kind of problems... Solution? This worked for me:
===
Step 1:
Booot into a spare installation on a different partition. (Or, I guess, this should work with any Live CD)
===
Step 2:
chroot  into your damaged instalation this way:
(change hda2 below to where you have your damaged instalation!)

#mount /dev/hda2 /mnt
#mount -o bind /dev /mnt/dev
#mount -t proc none /mnt/proc
#mount -t sysfs none /mnt/sys
#chroot /mnt /bin/bash

===
Step 3:
Edit (your favourite way) the main culprit, which,( I guess smile ), is /etc/mkinitcpio.conf and the line:
MODULES=""
which I changed to:
MODULES="piix ide_disk reiserfs"
(or you might need ext3 instead of reiserfs)
===
Step 4:

#mkinitcpio -g /boot/kernel26.img -k 2.6.18-ARCH

(or use your *.img which you have in you grub or lilo
and for kernel - what you have in /lib/modules/ )
(watch output for errorrs!)
===
Step 5:
if steps above go without problems,then:

#reboot

I think, this helps.

Offline

#31 2006-10-19 18:17:13

sandstorm
Member
From: Zurich [CH] & Mannheim [DE]
Registered: 2005-08-13
Posts: 169

Re: boot fails after pacman -Syu

Hi aris002,

your solution worked fine for me.

Martin

Offline

Board footer

Powered by FluxBB