[leaf-user] Boot from Ide disk

2003-02-27 Thread emilio
Hi list!

I´ve installed a bering rc4 bootin´ from a 3 1/2 disk. Now i want to boot
from a Ide disk of 20 MB but can´t do it.
I follow the step to boot from a Ide disk but when I boot send me this
errors:


Insmod: /lib/modules/2.4.18: No such file or directory
Insmod: /lib/modules: No such file or directory
Insmod: ide-mod.o: No module by that name found
Insmod: /lib/modules/2.4.18: No such file or directory
Insmod: /lib/modules: No such file or directory
Insmod: ide-disk.o: No module by that name found
Insmod: /lib/modules/2.4.18: No such file or directory
Insmod: /lib/modules: No such file or directory
Insmod: ide-pr~1.o: No module by that name found
.
Kernel panic

If i boot from a bering diskette I can install the modules of the disk but I
can´t mount it.

I put the modules in /boot/lib/modules and the name in /boot/etc/modules and
backup the initrd.lrp package. All the files except ldlinux are copied on
ide disk through win 98 boot disk.


Can somebody help me? What I´ve been made wrong?

THX in advance



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Boot from Ide disk

2003-02-27 Thread Erich Titl
Hi

emilio wrote the following at 17:17 27.02.2003:
Hi list!

I´ve installed a bering rc4 bootin´ from a 3 1/2 disk. Now i want 
to boot
from a Ide disk of 20 MB but can´t do it.
I follow the step to boot from a Ide disk but when I boot send me this
errors:

Insmod: /lib/modules/2.4.18: No such file or directory
Insmod: /lib/modules: No such file or directory
Insmod: ide-mod.o: No module by that name found
Insmod: /lib/modules/2.4.18: No such file or directory
Insmod: /lib/modules: No such file or directory
Insmod: ide-disk.o: No module by that name found
Insmod: /lib/modules/2.4.18: No such file or directory
Insmod: /lib/modules: No such file or directory
Insmod: ide-pr~1.o: No module by that name found
.
Kernel panic
You will have to copy the modules to /boot/lib/modules, edit 
/boot/etc/modules and make sure you save initrd to the hard disk or copy 
the saved initrd.lrp to the hard disk..
Please refer to http://leaf.sourceforge.net/devel/jnilo/bubooting.html

HTH
Erich
THINK
Püntenstrasse 39
8143 Stallikon
mailto:[EMAIL PROTECTED]
PGP Fingerprint: BC9A 25BC 3954 3BC8 C024  8D8A B7D4 FF9D 05B8 0A16


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Boot from Ide disk

2003-02-27 Thread Matt Schalit
Strange how it's getting hung during the insmod.
I think the key is that line that says
   > Insmod: ide-pr~1.o: No module by that name found

You should probably verify the package names
are not mangled and that you typed everything
correctly.  If you want, once you copy the files
to the IDE drive, I guess its /dev/hda1, you can
mount -t msdos /dev/hda1 /mnt
ls -l /mnt/boot/lib/modules
cat /mnt/boot/etc/modules
and paste the output in here so we can see the
filenames, dates, sizes, code
Matt







---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


RE: [leaf-user] Boot from Ide disk

2003-02-27 Thread S Mohan
Typical problem of DOS 8.3. Module is ide-probe-mod.o which gets
truncated. I've had this problem. After copying it to /lib/modules, I
rename it properly as declared in /etc/modules file. Guess this is the
key.

Mohan

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matt Schalit
Sent: Thursday, February 27, 2003 11:48 PM
To: [EMAIL PROTECTED]
Subject: Re: [leaf-user] Boot from Ide disk



Strange how it's getting hung during the insmod.
I think the key is that line that says

> Insmod: ide-pr~1.o: No module by that name found

You should probably verify the package names
are not mangled and that you typed everything
correctly.  If you want, once you copy the files
to the IDE drive, I guess its /dev/hda1, you can

 mount -t msdos /dev/hda1 /mnt
 ls -l /mnt/boot/lib/modules
 cat /mnt/boot/etc/modules

and paste the output in here so we can see the
filenames, dates, sizes, code

Matt







---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Boot from Ide disk

2003-02-28 Thread Heriberto Höhlke
Emilio

You  also should be sure the filenames are no truncated. ide-pr~1.o should
be ide-probe-mod.o, etc.. I have to rename using 'ide-pr~1.o
ide-probe-mod.o'

Regards
Heriberto

Hi

emilio wrote the following at 17:17 27.02.2003:
>Hi list!
>
> I´ve installed a bering rc4 bootin´ from a 3 1/2 disk. Now i want
> to boot
>from a Ide disk of 20 MB but can´t do it.
>I follow the step to boot from a Ide disk but when I boot send me this
>errors:
>
>
>Insmod: /lib/modules/2.4.18: No such file or directory
>Insmod: /lib/modules: No such file or directory
>Insmod: ide-mod.o: No module by that name found
>Insmod: /lib/modules/2.4.18: No such file or directory
>Insmod: /lib/modules: No such file or directory
>Insmod: ide-disk.o: No module by that name found
>Insmod: /lib/modules/2.4.18: No such file or directory
>Insmod: /lib/modules: No such file or directory
>Insmod: ide-pr~1.o: No module by that name found
>.
>Kernel panic

You will have to copy the modules to /boot/lib/modules, edit
/boot/etc/modules and make sure you save initrd to the hard disk or copy
the saved initrd.lrp to the hard disk..
Please refer to http://leaf.sourceforge.net/devel/jnilo/bubooting.html

HTH
Erich

THINK
Püntenstrasse 39
8143 Stallikon
mailto:[EMAIL PROTECTED]
PGP Fingerprint: BC9A 25BC 3954 3BC8 C024  8D8A B7D4 FF9D 05B8 0A16



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


¡Internet GRATIS es Yahoo! Conexión!
Usuario "yahoo", contraseña "yahoo". 
Desde Buenos Aires, 4004-1010.
Otras ciudades: http://conexion.yahoo.com.ar/avanzados.html


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Boot from Ide disk

2003-02-28 Thread John Mullan

It's probably a DOS thing.  Countless times I've used DOS to put packages
onto the HD or even mount a DOS floppy to copy over modules.  DOS of course
is limited to the 8.3 file naming convention and truncates with the tilde
and number.

Caused me more than one headache.

===
Work:   http://www.olgclotteries.com
[EMAIL PROTECTED]
888-345-7568 ext. 2205

Personal:   http://www.mullan.ca
[EMAIL PROTECTED]
MSN:[EMAIL PROTECTED]
===



   

  Matt Schalit 

  <[EMAIL PROTECTED]>To:   [EMAIL PROTECTED]   
   
  Sent by:  cc:

  [EMAIL PROTECTED]    Subject:  Re: [leaf-user] Boot from Ide 
disk   
  ceforge.net  

   

   

  27-02-03 01:17 PM

   

   






Strange how it's getting hung during the insmod.
I think the key is that line that says

> Insmod: ide-pr~1.o: No module by that name found

You should probably verify the package names
are not mangled and that you typed everything
correctly.  If you want, once you copy the files
to the IDE drive, I guess its /dev/hda1, you can

 mount -t msdos /dev/hda1 /mnt
 ls -l /mnt/boot/lib/modules
 cat /mnt/boot/etc/modules

and paste the output in here so we can see the
filenames, dates, sizes, code

Matt







---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html







---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html