Re: kernel panic druing cd boot

2002-09-11 Thread Time
On Wed, Sep 11, 2002 at 12:38:42PM +, [EMAIL PROTECTED] wrote:
> Isn't there any possibility to mount an install system from the cd?

Do you have access to a Redhat 7.x box? If so you could try using the
instructions to do a TFTP Boot (install) using Openboot on your sparc:

http://www.clockbot.net/HowTo.html

& click the TFTPBoot Sparc link




-- 
Regards,
 
Time



   13

   \
9   .  3   clockbot.net
   /

6


pgpvH9teKEATj.pgp
Description: PGP signature


Re: build kernel 2.4.19

2002-09-11 Thread Christian Jönsson
On Wed, Sep 11, 2002 at 12:38:40PM +0200, Andrea Dettori wrote:
> 

> scilla:/usr/src/linux-2.4.19# make bzImge
> make: *** No rule to make target `bzImge'.  Stop.
> 
> 
> Where is 'bzImage'? is different build kernel into sparc?
> 

You do not build bzImage, you build vmlinux and then you gzip the
built vmlinux if you like...

Cheers,

/ChJ



Re: build kernel 2.4.19

2002-09-11 Thread Time
On Wed, Sep 11, 2002 at 01:06:32PM +0200, Andrea Dettori wrote:
> I have build the new kernel with  kernel-package, but when I installing
> it, I don't see any entrie in /etc/silo.conf

Yes, the .deb created by kernel-package will not write to your
/etc/silo.conf

Here is what my silo.conf looks like:


partition=1
root=/dev/hda1
timeout=100
image=1/vmlinuz.old
label=linux
read-only
image=1/vmlinuz
label=linux19
read-only

Here is what my `/` looks like:

([EMAIL PROTECTED])/$ ls -alth vmlinuz*
lrwxrwxrwx  1 root root   20 Aug 23 00:30 vmlinuz -> /boot/vmlinuz-2.4.19
lrwxrwxrwx  1 root root   20 Aug 22 23:55 vmlinuz.old -> /boot/vmlinuz-2.4.18


> Why?

Debian uses a standard practice on not editing your lilo/silo
stanza'a within your configuration and simply adding symbolic links
from  `/` (root) to `/boot` which they call a boot block.

The steps are the old kernel's symlink is `ln -sf` 'd to to vmlinuz.old
and the new kernel is `ln -sf` 'd to vmlinuz. It works out nicely.
 
 
> And where is the kernel ( vmlinuz )

([EMAIL PROTECTED])/boot$ ls -alth 
total 3.8M
-rw-r--r--   1 root  root  58K Sep 11 15:18 second.b
drwxr-xr-x  21 root  root  4.0K Sep 11 15:18 ..
drwxr-xr-x   2 root  root  4.0K Aug 23 00:31 .
-rw-r--r--   1 root  root  619K Aug 23 00:19 System.map-2.4.19
-rw-r--r--   1 root  root  1.2M Aug 23 00:19 vmlinuz-2.4.19
-rw-r--r--   1 root  root  11K Aug 22 23:53 config-2.4.19
-rw-r--r--   1 root  root  1.0K Aug 14 20:58 cd.b
-rw-r--r--   1 root  root  1.0K Aug 14 20:58 fd.b
-rw-r--r--   1 root  root  512 Aug 14 20:58 first.b
-rw-r--r--   1 root  root  1.0K Aug 14 20:58 generic.b
-rw-r--r--   1 root  root  784 Aug 14 20:58 ieee32.b
-rw-r--r--   1 root  root  56K Aug 14 20:58 silotftp.b
-rw-r--r--   1 root  root  512 Aug 14 20:58 ultra.b
-rw-r--r--   1 root  root  7.5K May 31 00:57 old.b
-rw-r--r--   1 root  root  449K Apr 11 14:15 System.map-2.4.18
-rw-r--r--   1 root  root  1.3M Apr 11 14:15 vmlinuz-2.4.18
-rw-r--r--   1 root  root  19K Apr 11 12:55 config-2.4.18
 
 
 
 
 
-- 
Regards,

Time



   13

   \
9   .  3   clockbot.net
   /

6



pgp0dtQ06UGqq.pgp
Description: PGP signature


kernel panic druing cd boot

2002-09-11 Thread laube
I just downloaded debian woody isos and tried to install it to a Sparcstation 
20. It is no problem to boot from the CD, but all the time it wants to mount 
the root fs, it tries to mount it via NFS, but that does not work. So it says: 
trying to mount root fs via floppy. But there is no floppy drive attached.
Isn't there any possibility to mount an install system from the cd?
It is the first time that I install a debian and it is also the first time that 
I install a sparc. Please, watch me as a newbie and answer in easy 
understandable sentences. 
Thanks in advance.
Chris




Force the usage of TPE (don't fall back to AUI)?

2002-09-11 Thread Turbo Fredriksson
Is this possible? I have a SS4 that's only going to have
TP, ever AUI. The problem with this fall back is that it don't
always tries TP again (ie, leaving the machine without network,
even after the TP is back).

I discovered this when pulling the 'Net cable in and out. After
a while/sometimes it didn't go back to try TP...
-- 
kibo Rule Psix NORAD AK-47 jihad genetic Marxist bomb SEAL Team 6
Panama Treasury SDI Waco, Texas Delta Force congress
[See http://www.aclu.org/echelonwatch/index.html for more about this]



Re: build kernel 2.4.19

2002-09-11 Thread Joshua Uziel
* Andrea Dettori <[EMAIL PROTECTED]> [020911 03:38]:
> I'm new user Debian-sparc
> I have installed a Debian woody into SUN Netra X1.
> I want build a new kernel, but I recive this error and I don't
> understand why.
> 
> scilla:/usr/src/linux-2.4.19# make bzImge
> make: *** No rule to make target `bzImge'.  Stop.
> 
> Where is 'bzImage'? is different build kernel into sparc?

Hakan's suggestion of using make-kpkg is the best way to go with
Debian... "make-kpkg --revision=foobar.1 kernel_image" (substitute
"foobar" for the machine's name) is pretty straightforward.

In either case, you don't make bzImage on a sparc... you make vmlinux.
The kernel on a sparc does not need to be compressed, and after your
"make vmlinux", you'll boot with the "vmlinux" file in the root of your
kernel tree.  That's it... simple. :)



Re: build kernel 2.4.19

2002-09-11 Thread Andrea Dettori

I have build the new kernel with  kernel-package, but when I installing
it, I don't see any entrie in /etc/silo.conf   why?
And where is the kernel ( vmlinuz )


thanks


Andrea





Il mer, 2002-09-11 alle 12:57, Hakan Kuecuekyilmaz ha scritto:
> try this  one from Ben:
> 
> If you are using Debian, I strongly suggest using the kernel-package
> package. It simplifies building, installing and managing your kernel
> images. You would just do something like this:
> 
> cd /usr/src/linux
> make menuconfig (again, whatever you prefer)
> make-kpkg kernel-image
> cd ..
> dpkg -i kernel-image-x.x.x_sparc.deb
> 
> Much simpler. Then you can install multiple versions, and use any of
> them by having them in /etc/silo.conf or just change the symlink (or
> just use the silo command line). You can also easily remove them, just
> like any other package. It also saves the configuration of that kernel
> as /boot/config-x.x.x.
> 
> 
> Ben
> 
> Zitiere Andrea Dettori <[EMAIL PROTECTED]>:
> 
> > 
> > 
> > Hi  all,
> > 
> > 
> > I'm new user Debian-sparc
> > I have installed a Debian woody into SUN Netra X1.
> > I want build a new kernel, but I recive this error and I don't
> > understand why.
> > 
> > scilla:/usr/src/linux-2.4.19# make bzImge
> > make: *** No rule to make target `bzImge'.  Stop.
> > 
> > 
> > Where is 'bzImage'? is different build kernel into sparc?
> > 
> > 
> > thanks and sorry for my bad english!
> > 
> > 
> > 
> > 
> > 
> > 
> > -- 
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact
> > [EMAIL PROTECTED]
> > 
> 
> 
> 
> --
> Hakan Kuecuekyilmaz, University of Applied Sciences Esslingen Germany
> <[EMAIL PROTECTED]>
> 
> 
> 
> 
> -
> This mail sent through IMP: webmail.fht-esslingen.de
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 




Re: build kernel 2.4.19

2002-09-11 Thread Hakan Kuecuekyilmaz
try this  one from Ben:

If you are using Debian, I strongly suggest using the kernel-package
package. It simplifies building, installing and managing your kernel
images. You would just do something like this:

cd /usr/src/linux
make menuconfig (again, whatever you prefer)
make-kpkg kernel-image
cd ..
dpkg -i kernel-image-x.x.x_sparc.deb

Much simpler. Then you can install multiple versions, and use any of
them by having them in /etc/silo.conf or just change the symlink (or
just use the silo command line). You can also easily remove them, just
like any other package. It also saves the configuration of that kernel
as /boot/config-x.x.x.


Ben

Zitiere Andrea Dettori <[EMAIL PROTECTED]>:

> 
> 
> Hi  all,
> 
> 
> I'm new user Debian-sparc
> I have installed a Debian woody into SUN Netra X1.
> I want build a new kernel, but I recive this error and I don't
> understand why.
> 
> scilla:/usr/src/linux-2.4.19# make bzImge
> make: *** No rule to make target `bzImge'.  Stop.
> 
> 
> Where is 'bzImage'? is different build kernel into sparc?
> 
> 
> thanks and sorry for my bad english!
> 
> 
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 



--
Hakan Kuecuekyilmaz, University of Applied Sciences Esslingen Germany
<[EMAIL PROTECTED]>




-
This mail sent through IMP: webmail.fht-esslingen.de



build kernel 2.4.19

2002-09-11 Thread Andrea Dettori


Hi  all,


I'm new user Debian-sparc
I have installed a Debian woody into SUN Netra X1.
I want build a new kernel, but I recive this error and I don't
understand why.

scilla:/usr/src/linux-2.4.19# make bzImge
make: *** No rule to make target `bzImge'.  Stop.


Where is 'bzImage'? is different build kernel into sparc?


thanks and sorry for my bad english!