Re: Debian in a Digital AlphaStation 500a

2003-07-15 Thread erevan
I have tried to boot debian installation from the srm prompt by typing boot -file /boot/linux -flags 0. But the kernel freezes when it tries to probe pci hw: PCI: Probing PCI hardware; it's the last message i see. I have also tried to give a pci=off in boot options, but it didn't work! I'm using

Re: Debian in a Digital AlphaStation 500a

2003-07-15 Thread Jan-Benedict Glaw
On Tue, 2003-07-15 11:52:31 +0200, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]: I have tried to boot debian installation from the srm prompt by typing boot -file /boot/linux -flags 0. But the kernel freezes when it tries to probe pci hw: PCI: Probing PCI hardware;

Re: Debian in a Digital AlphaStation 500a

2003-07-15 Thread erevan
The kernel version is 2.2.18pre21 (it's a debian v2.2r7 potato). I set dqb0 (ide cdrom) as boot device. Gabriele On Tue, 2003-07-15 11:52:31 +0200, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]: I have tried to boot debian installation from the srm prompt by typing

installing kernel-image

2003-07-15 Thread extern . Lars . Oeschey
Hi, I'm first trying again the kernel-image of 2.4.21. I did a apt-get for the kernel-image, and got told to configure my bootloader. It already happened to me when trying to install a kernel-image, that the machine wouldn't come up again (I have no root I want to scream). So before rebooting I

RE: installing kernel-image

2003-07-15 Thread extern . Lars . Oeschey
What I find a bit confusing, is that I now have a link /initrd.img that points to a initrd in /boot. So far so good, but I can't find any reference to that initrd.img elsewhere. I think at boot time the bootloader needs to know what initrd to load? My /etc/abbot.conf just looks like

Re: installing kernel-image

2003-07-15 Thread Ionut Georgescu
You have to pass the path to the initrd image. aboot.conf here: 0:1/boot/vmlinuz-2.4.20 ro root=/dev/sda1 initrd=/boot/initrd-2.4.20 1:1/boot/vmlinuz-2.4.18 ro root=/dev/sda1 initrd=/boot/initrd-2.4.18 Ionut On Tue, Jul 15, 2003 at 01:16:39PM +0200, [EMAIL PROTECTED] wrote: Hi, I'm first

RE: installing kernel-image

2003-07-15 Thread extern . Lars . Oeschey
You have to pass the path to the initrd image. aboot.conf here: ok, I think I'm understanding the boot process more now. Just in case, I want to make a second boot configuration with the old kernel. While I have vmlinuz-2.2.20-generic in /boot, I can't find any initrd but the new ones. Did

Re: installing kernel-image

2003-07-15 Thread Ionut Georgescu
Debian did not use initrd per default with 2.2.x. Was it possible ? Actually you cannot define a default boot configuration with aboot.conf. You just define several boot scenarios, identified by the first number in the line: 0, 1, 2 etc. You choose a specific scenario at the SRM console: boot

AW: installing kernel-image

2003-07-15 Thread extern . Lars . Oeschey
hm, what I feared happened, the machine doesn't boot that kernel. A bit of thinking would have made that obvious to me, I have root=/dev/rd/c0d0p2 in aboot, but without DAC960 support in the kernel, it can't be mounted at boot time. A boot drb0 -flags 1 (which points to my 2.2.20 kernel) doesn't

Re: Debian in a Digital AlphaStation 500a

2003-07-15 Thread Jan-Benedict Glaw
On Tue, 2003-07-15 12:09:58 +0200, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]: The kernel version is 2.2.18pre21 (it's a debian v2.2r7 potato). I set dqb0 (ide cdrom) as boot device. Have you tried to boot from up-to-date Woody CDs? 2.2.18 is quite aged and there are

compiler errors: md needed for hardware raid?

2003-07-15 Thread Lars Oeschey
Hi, when trying to compile the 2.4.21 kernel I get compiler errors within /drivers/md: make[4]: Entering directory `/usr/src/kernel-source-2.4.21/drivers/md' gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.21/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common

Re: AW: installing kernel-image

2003-07-15 Thread Tyson Whitehead
A boot drb0 -flags 1 (which points to my 2.2.20 kernel) doesn't work correct, since aboot tells me it doesn't know what to do with the first partition (swap) fortunately, I could get up again with p 2 (pointing to partition 2) and 1 (using aboot config 1) in aboot. Seems I really have to

Re: compiler errors: md needed for hardware raid?

2003-07-15 Thread Falk Hueffner
Lars Oeschey [EMAIL PROTECTED] writes: when trying to compile the 2.4.21 kernel I get compiler errors within /drivers/md: In file included from xor.c:23: /usr/src/kernel-source-2.4.21/include/asm/xor.h:35:5: missing terminating character Eek. That file uses multiline string literals,

Re: compiler errors: md needed for hardware raid?

2003-07-15 Thread Ionut Georgescu
What does gcc -v say ? You need gcc-3.x for the alpha. Ionut PS apt-get remove cpp-2.95 will remove gcc 2.95.x and automatically install gcc-3.x (in testing at least) On Tue, Jul 15, 2003 at 03:06:39PM +0200, Lars Oeschey wrote: Hi, when trying to compile the 2.4.21 kernel I get compiler

Re: AW: installing kernel-image

2003-07-15 Thread Lars Oeschey
Am Dienstag, 15. Juli 2003 15:14 schrieb Tyson Whitehead: Sounds like you must have installed a new copy of aboot at some time on the front of your drive (i.e. did a 'swriteboot /dec/sda bootlx' -- bootlx is built with the Alpha kernel and contains the aboot image). hm, I installed aboot

Re: compiler errors: md needed for hardware raid?

2003-07-15 Thread Lars Oeschey
Am Dienstag, 15. Juli 2003 15:20 schrieb Ionut Georgescu: What does gcc -v say ? You need gcc-3.x for the alpha. gcc version 3.3.1 20030626 (Debian prerelease) PS apt-get remove cpp-2.95 will remove gcc 2.95.x and automatically install gcc-3.x (in testing at least) yup, did that, because

Re: compiler errors: md needed for hardware raid?

2003-07-15 Thread Lars Oeschey
Am Dienstag, 15. Juli 2003 15:19 schrieb Falk Hueffner: Eek. That file uses multiline string literals, which is no longer accepted by gcc. You could just start each line within the asm argument with and finish with \n\t. uhoh... Software. mh, ok... But I found that I need some kind of

Re: compiler errors: md needed for hardware raid?

2003-07-15 Thread Falk Hueffner
Lars Oeschey [EMAIL PROTECTED] writes: Am Dienstag, 15. Juli 2003 15:19 schrieb Falk Hueffner: mh, ok... But I found that I need some kind of software raid, I have several partitions on external cabinets (that old mylex controllers support partitions only up to 32Gb) and I want to combine

unsubscribe

2003-07-15 Thread Peter-Michael . Mayer

Re: compiler errors: md needed for hardware raid?

2003-07-15 Thread Patrick Caulfield
On Tue, Jul 15, 2003 at 04:18:54PM +0200, Falk Hueffner wrote: Lars Oeschey [EMAIL PROTECTED] writes: Am Dienstag, 15. Juli 2003 15:19 schrieb Falk Hueffner: mh, ok... But I found that I need some kind of software raid, I have several partitions on external cabinets (that old mylex

Re: AW: installing kernel-image

2003-07-15 Thread Tyson Whitehead
On Tuesday 15 July 2003 09:24, Lars Oeschey wrote: I guess a 'abootconf /dev/c0d0p2' will do the correct thing for me, since I boot from a raid? That is: abootconf device num device- The linux device representing the drive on which /etc/aboot.conf is stored. num- The partition number on

Re: Debian in a Digital AlphaStation 500a

2003-07-15 Thread erevan
I am downloading a more up-to-date debian version and no sooner will I finish I'll try to install it. Thanks for your help and your kindness:) I will keep you informed! Gabriele On Tue, 2003-07-15 12:09:58 +0200, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]: The