Hello!

I'm trying to edit rhel 5.2 x86_64 boot cd. I want to add the e1000e.ko
module, and some others in order to be able to boot on an hp dc6000 machine.

These are the steps i follow:

-un compress the image:
gzip -dc initrd.img | cpio -idv

- copy files into decompressed lib with cp
- and again i compress it:
find . | cpio -H newc -ov | gzip -9 -c - > initrd.img

When booting I got a kernel panic when scanning for LVM devs:
(sorry for the typos, I copied it from the screen)
---------------------------------------------------------------------------------
Scanning and configuring dmraid supported devices
Scanning logical volumes
  Reading all physical volumes. This may take a while...
Activating logical volumes
  Volume group "sys" not found
Trying to resume from /dev/sys/swap
Unable to access resume device (/dev/sys/swap)
Creating root device
Mounting root filesystem
mount: could not find filesystem "/dev/root"
Setting up other filesystems
Setting up new root fs
setuproot: moving /dev failed: No such file or directory
no fstab.sys, mounting internal defaults
setuproot: error mounting /proc: No such file or directory
setuproot error mounting /sys: No such file or directory
Switching to new root and running init.
unmounting old /dev
unmounting old /proc
unmounting old /sys
switchroot: mount failed: No such file or directory
Kernel paninc - not syncing: Attempted to kill init!

------------------------------------------------

Any clue of what's happening?

Thanks!!
Diego.
_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to