kernel failure


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users kernel failure
# 1  
Old 10-29-2011
kernel failure

hi,

i´ve been the last 48 hours with this issue, this is my last resort....

after clone another system to a new one with lvm, the last step is mkinitrd.

i execute it and it finish, but some errors are sent to stderrr.

/sbin/mkinitrd: line380: gawk: command not found

Traceback (most recent call last)
File “/bin/mknod”, line 5, in ?

and after reboot the kernel panic...

could anybody help me please?

thanks

well, i have substitute gawk for awk in mkinitrd script, and the error now is just only

Traceback (most recent call last)
File “/bin/mknod”, line 5, in ?

NO MODULE NAMED ISIS FOUND

when booting i see this error too

error inserting lib ext3.ko

volume group vg00 not found
error 19 mounting ext3
switchroot mount failed
# 2  
Old 10-29-2011
Wait a minute! What UNIX flavor are you using? I assume it is LInux. But what vendor? RHEL? How are you cloning? Which virtualization solution are you using? VMWare? We need complete information before we can help you further.
# 3  
Old 10-30-2011
hi , thanks for your reply

it´s rhel 4.8

i´m cloning using find and copio together.

virtualization solution is vmware.

thanks a lot for your reply

---------- Post updated at 10:33 PM ---------- Previous update was at 10:09 AM ----------

[SOLVED] finally i installed the grub and kernel from the cd rhel 4 and solved it.

thanks !
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Unload kernel module at boot time (Debian Wheezy 7.2, 3.2.0-4-686-pae kernel)

Hi everyone, I am trying to prevent the ehci_hcd kernel module to load at boot time. Here's what I've tried so far: 1) Add the following line to /etc/modprobe.d/blacklist.conf (as suggested here): 2) Blacklisted the module by adding the following string to 3) Tried to blacklist the module... (0 Replies)
Discussion started by: gacanepa
0 Replies

2. UNIX for Dummies Questions & Answers

boot up failure unix sco after power failure

hi power went out. next day unix sco wont boot up error code 303. any help appreciated as we are clueless. (11 Replies)
Discussion started by: fredthayer
11 Replies

3. Solaris

Which file is read by kernel to set its default system kernel parameters values?

Hi gurus Could anybody tell me which file is read by kernel to set its default system kernal parameters values in solaris. Here I am not taking about /etc/system file which is used to load kernal modules or to change any default system kernal parameter value Is it /dev/kmem file or something... (1 Reply)
Discussion started by: girish.batra
1 Replies

4. Debian

"Your system had a kernel failure"

Hello everybody, I've been using Debian stable (currently Lenny) for more than one year, this is my first Linux. Never experienced any problems like this: when I logged in this morning, I got a message that said my kernel had had a failure and prompted me to send a report to www.kerneloops.org.... (2 Replies)
Discussion started by: bikmakk
2 Replies

5. Linux

Supermicro(dual core) server getting rebooted after "decompressing the kernel;booting the kernel" me

supermicro(dual core) server getting rebooted after "decompressing the kernel;booting the kernel" message comes. I tried giving acpi=off to the kernel command line but same problem.It shows everything ok and no problem with memory and processors and power supplies.Wt could be the reason? It has... (1 Reply)
Discussion started by: pankajd
1 Replies

6. AIX

How to convert a partition usin 64 bits kernel to 32 bits kernel?

Hello there: I know that exist a procedure to convert an OS using 32bits kernel to 64 bits kernel. But, exist a procedure to convert an OS using 64bits to 32 bits kernel? Please help me. Regards. (2 Replies)
Discussion started by: GEIER
2 Replies

7. SuSE

max number of slabs per kernel module (kernel 2.6.17, suse)

Hi All, Is there a max number of slabs that can be used per kernel module? I'm having a tough time finding out that kind of information, but the array 'node_zonelists' (mmzone.h) has a size of 5. I just want to avoid buffer overruns and other bad stuff. Cheers, Brendan (4 Replies)
Discussion started by: Brendan Kennedy
4 Replies

8. Programming

kernel-kernel call communication

hi all! i have developed a mechanism in system.c to count how many times each kernel call is called. The results are held in an array in system.c . What i want to do is to create a new kernel call which will print this array. I need help in passing the array from system.c to the new kernel call. ... (5 Replies)
Discussion started by: aureliano
5 Replies

9. Linux

Kernel panic - not syncing: cannot execute a PAE-enabled kernel on PAE-less CPU

ok so I just installed fedora core 6 on my dell inspiron 700m and I go to boot into linux and I get this error. Has anyone seen this before? I also had XP Pro and Vista installed on this pc prior to putting fedora core 6 on the machine. I'm trying to setup a triple boot system. Please Help... (2 Replies)
Discussion started by: dave043
2 Replies
Login or Register to Ask a Question