Re: [Cooker] Re: [CHRPM] kernel-2.2.15-3mdk

2000-05-10 Thread Magnus Holmberg


I don't think so...
It takes your kernelmodules and add that together with some other things
that is neded to load them to the initrd-image.

/M



On Tue, 9 May 2000, Michael Holt wrote:

 Do you need the header, source or any other rmps in order to do this?  
 
 Magnus Holmberg wrote:
  
  I think that the ting is that you have to make your own initrd.
  
  the initrd normaly includes things that need to be loaded before the
  system is starded. scsi-host drivers for examle.
  
  SO what you have to do is to make a new one
  
  mkinitrd /boot/initrd-2.2.15-3mdk.img 2.2.15-3mdk
  
  then add a entry for it in lilo.conf and run /sbin/lilo
  
  /M
  
  On Tue, 9 May 2000, Michael Holt wrote:
  
   Chmouel Boudjnah wrote:
   
--=-=-=
Name: kernel  Distribution: Linux-Mandrake
Version : 2.2.15Vendor: MandrakeSoft
Release : 3mdk  Build Date: Tue May 09 11:28:58 
2000
Install date: (not installed)   Build Host: kenobi.mandrakesoft.com
Group   : System/Kernel and hardwareSource RPM: (none)
Size: 16964075
Packager: Chmouel Boudjnah [EMAIL PROTECTED]
Summary : The Linux kernel (the core of the Linux operating system).
Description :
The kernel package contains the Linux kernel (vmlinuz), the core of your
Linux Mandrake operating system.  The kernel handles the basic functions
of the operating system:  memory allocation, process allocation, device
input and output, etc.
   
--=-=-=
   
* Tue May 09 2000 Chmouel Boudjnah [EMAIL PROTECTED] 2.2.15-3mdk
   
- Fix pcmcia.
- Correct .config with UDMA66.
- Fix version with reiserfs.
   
--
http://www.linux-mandrake.com/en/cookerdevel.php3
  
   I've tried 2.2.15-1mdk -2mdk and -3mdk (with hydrogen), the only one
   that has booted correctly was -1mdk.  Both -2 and -3 I believe have a
   problem with initrd.img.  I get the following error while trying to
   boot:
  
   /lib/reiserfs.o: unresolved symbol (several lines of this)
  
   kernel panic: VFS: Unable to mount root fs on 03:07
  
   When I look at /boot, the initrd.img file still points to the
   2.2.15-0.25mdk initrd, no matter which kernel version I use.  One thing
   I didn't do was download the source, headers and doc with the last two
   upgrades (I loaded utils, doc, source, headers and kernel with
   2.2.15-1mdk - I don't know if this makes a difference).
  
   Mike
 
 

-- 
_|_|_|_|_|_|_|_|  _|_|_|_|
_|_|  _|_|  _|_|  _|_|_|
_|_|_|_|_|  _|_|_|  _|_|
_|_|_|  _|_|  _|_|_|
_|  _|_|  _|_|_|  _|_|_|_|
 
 
 --==**  LIVETS VATTEN  **==--   




Re: [Cooker] Re: [CHRPM] kernel-2.2.15-3mdk

2000-05-10 Thread Magnus Holmberg


Sorry... you need the mkinitrd-2.3.2-15mdk rpm
/M

 On Tue, 9 May 2000, Michael Holt wrote:
 
  Do you need the header, source or any other rmps in order to do this?  
  
  Magnus Holmberg wrote:
   
   I think that the ting is that you have to make your own initrd.
   
   the initrd normaly includes things that need to be loaded before the
   system is starded. scsi-host drivers for examle.
   
   SO what you have to do is to make a new one
   
   mkinitrd /boot/initrd-2.2.15-3mdk.img 2.2.15-3mdk
   
   then add a entry for it in lilo.conf and run /sbin/lilo
   
   /M
   
   On Tue, 9 May 2000, Michael Holt wrote:
   
Chmouel Boudjnah wrote:

 --=-=-=
 Name: kernel  Distribution: Linux-Mandrake
 Version : 2.2.15Vendor: MandrakeSoft
 Release : 3mdk  Build Date: Tue May 09 11:28:58 
2000
 Install date: (not installed)   Build Host: 
kenobi.mandrakesoft.com
 Group   : System/Kernel and hardwareSource RPM: (none)
 Size: 16964075
 Packager: Chmouel Boudjnah [EMAIL PROTECTED]
 Summary : The Linux kernel (the core of the Linux operating system).
 Description :
 The kernel package contains the Linux kernel (vmlinuz), the core of your
 Linux Mandrake operating system.  The kernel handles the basic functions
 of the operating system:  memory allocation, process allocation, device
 input and output, etc.

 --=-=-=

 * Tue May 09 2000 Chmouel Boudjnah [EMAIL PROTECTED] 2.2.15-3mdk

 - Fix pcmcia.
 - Correct .config with UDMA66.
 - Fix version with reiserfs.

 --
 http://www.linux-mandrake.com/en/cookerdevel.php3
   
I've tried 2.2.15-1mdk -2mdk and -3mdk (with hydrogen), the only one
that has booted correctly was -1mdk.  Both -2 and -3 I believe have a
problem with initrd.img.  I get the following error while trying to
boot:
   
/lib/reiserfs.o: unresolved symbol (several lines of this)
   
kernel panic: VFS: Unable to mount root fs on 03:07
   
When I look at /boot, the initrd.img file still points to the
2.2.15-0.25mdk initrd, no matter which kernel version I use.  One thing
I didn't do was download the source, headers and doc with the last two
upgrades (I loaded utils, doc, source, headers and kernel with
2.2.15-1mdk - I don't know if this makes a difference).
   
Mike
  
  
 
 





Re: [Cooker] Re: [CHRPM] kernel-2.2.15-3mdk

2000-05-10 Thread Magnus Holmberg



you shall run it with the version of the kernel as an argument.
(2.2.15-1mdk and not 2.2.15-1) 

/M

On Tue, 9 May 2000, Michael Holt wrote:

 When I tried running this (both with 2.2.15-2 yesterday and with
 2.2.15-1 today), I get this message:
 /lib/modules/2.2.15-1 is not a directory
 
 What am I missing?  
 
 Thanks, Mike
 
 Magnus Holmberg wrote:
  
  I think that the ting is that you have to make your own initrd.
  
  the initrd normaly includes things that need to be loaded before the
  system is starded. scsi-host drivers for examle.
  
  SO what you have to do is to make a new one
  
  mkinitrd /boot/initrd-2.2.15-3mdk.img 2.2.15-3mdk
  
  then add a entry for it in lilo.conf and run /sbin/lilo
  
  /M
  
  On Tue, 9 May 2000, Michael Holt wrote:
  
   Chmouel Boudjnah wrote:
   
--=-=-=
Name: kernel  Distribution: Linux-Mandrake
Version : 2.2.15Vendor: MandrakeSoft
Release : 3mdk  Build Date: Tue May 09 11:28:58 
2000
Install date: (not installed)   Build Host: kenobi.mandrakesoft.com
Group   : System/Kernel and hardwareSource RPM: (none)
Size: 16964075
Packager: Chmouel Boudjnah [EMAIL PROTECTED]
Summary : The Linux kernel (the core of the Linux operating system).
Description :
The kernel package contains the Linux kernel (vmlinuz), the core of your
Linux Mandrake operating system.  The kernel handles the basic functions
of the operating system:  memory allocation, process allocation, device
input and output, etc.
   
--=-=-=
   
* Tue May 09 2000 Chmouel Boudjnah [EMAIL PROTECTED] 2.2.15-3mdk
   
- Fix pcmcia.
- Correct .config with UDMA66.
- Fix version with reiserfs.
   
--
http://www.linux-mandrake.com/en/cookerdevel.php3
  
   I've tried 2.2.15-1mdk -2mdk and -3mdk (with hydrogen), the only one
   that has booted correctly was -1mdk.  Both -2 and -3 I believe have a
   problem with initrd.img.  I get the following error while trying to
   boot:
  
   /lib/reiserfs.o: unresolved symbol (several lines of this)
  
   kernel panic: VFS: Unable to mount root fs on 03:07
  
   When I look at /boot, the initrd.img file still points to the
   2.2.15-0.25mdk initrd, no matter which kernel version I use.  One thing
   I didn't do was download the source, headers and doc with the last two
   upgrades (I loaded utils, doc, source, headers and kernel with
   2.2.15-1mdk - I don't know if this makes a difference).
  
   Mike
 
 

-- 
_|_|_|_|_|_|_|_|  _|_|_|_|
_|_|  _|_|  _|_|  _|_|_|
_|_|_|_|_|  _|_|_|  _|_|
_|_|_|  _|_|  _|_|_|
_|  _|_|  _|_|_|  _|_|_|_|
 
 
 --==**  LIVETS VATTEN  **==--   




Re: [Cooker] Re: [CHRPM] kernel-2.2.15-3mdk

2000-05-10 Thread Michael Holt

Thank you Magnus!!!  I updated mkinitrd like you said and all worked
great!

Mike
-- 
==
Michael Holt
[EMAIL PROTECTED]
Kirkland, WA
==
The Penguins are coming!!!
==




Re: [Cooker] Re: [CHRPM] kernel-2.2.15-3mdk

2000-05-10 Thread Phil


Hi, 

  Just completed an ftp install from rpmfind.net and most things went OK.
Installed onto UDMA66 20GB, used reiser for / and /home, ext2 for 15MB /boot.
Grub didn't work after reboot, complained of "Bad or corrupt data while
decompressing file" but was able to boot from bootdisk.

  X won't start, "error in loading shared libraries libXmu.so.6".

  kernel vmlinuz-2.2.15-3mdksmp


-- 
Phil Lavigna
[EMAIL PROTECTED]
http://www.linux-mandrake.com/en/demos/




[Cooker] Re: [CHRPM] kernel-2.2.15-3mdk

2000-05-09 Thread Michael Holt

Chmouel Boudjnah wrote:
 
 --=-=-=
 Name: kernel  Distribution: Linux-Mandrake
 Version : 2.2.15Vendor: MandrakeSoft
 Release : 3mdk  Build Date: Tue May 09 11:28:58 2000
 Install date: (not installed)   Build Host: kenobi.mandrakesoft.com
 Group   : System/Kernel and hardwareSource RPM: (none)
 Size: 16964075
 Packager: Chmouel Boudjnah [EMAIL PROTECTED]
 Summary : The Linux kernel (the core of the Linux operating system).
 Description :
 The kernel package contains the Linux kernel (vmlinuz), the core of your
 Linux Mandrake operating system.  The kernel handles the basic functions
 of the operating system:  memory allocation, process allocation, device
 input and output, etc.
 
 --=-=-=
 
 * Tue May 09 2000 Chmouel Boudjnah [EMAIL PROTECTED] 2.2.15-3mdk
 
 - Fix pcmcia.
 - Correct .config with UDMA66.
 - Fix version with reiserfs.
 
 --
 http://www.linux-mandrake.com/en/cookerdevel.php3

I've tried 2.2.15-1mdk -2mdk and -3mdk (with hydrogen), the only one
that has booted correctly was -1mdk.  Both -2 and -3 I believe have a
problem with initrd.img.  I get the following error while trying to
boot:

/lib/reiserfs.o: unresolved symbol (several lines of this)

kernel panic: VFS: Unable to mount root fs on 03:07

When I look at /boot, the initrd.img file still points to the
2.2.15-0.25mdk initrd, no matter which kernel version I use.  One thing
I didn't do was download the source, headers and doc with the last two
upgrades (I loaded utils, doc, source, headers and kernel with
2.2.15-1mdk - I don't know if this makes a difference).

Mike
-- 
==
Michael Holt
[EMAIL PROTECTED]
Kirkland, WA
==
The Penguins are coming!!!
==