Hi,
I do not maintain the system that is having problem but I have been asked for help and I am trying to understand what the possible solution to their boot problem is.
Basically when they boot the OS via Grub, kernel loads and mounts soft-raid volume in rw mode and panics throwing a message.
http://img196.imageshack.us/img196/5828/0e0c.jpg
I tried choosing failsafe, xen and desktop(default) entries in Grub but all end up kernel panic and same message as above.
I have booted the system with Sysrescue cd. Good thing it detected the soft raid volume and showed that in fdisk o/p. I am also able to mount the /dev/md0(sof raid 1) to a directory in /mnt/
chroot fails
root@sysresccd /mnt/backup % ls -al
root@sysresccd /mnt/backup % ls -al sbin/init
cat etc/SuSE-release
I don't see '/bin' directory in the root directory of mounted raid volume.
Can anyone throw some light or suggest best solution if they have encountered this before?
Thank you!
I do not maintain the system that is having problem but I have been asked for help and I am trying to understand what the possible solution to their boot problem is.
Basically when they boot the OS via Grub, kernel loads and mounts soft-raid volume in rw mode and panics throwing a message.
Code:
/bin/run-init: /sbin/init: no such file or directory
I tried choosing failsafe, xen and desktop(default) entries in Grub but all end up kernel panic and same message as above.
I have booted the system with Sysrescue cd. Good thing it detected the soft raid volume and showed that in fdisk o/p. I am also able to mount the /dev/md0(sof raid 1) to a directory in /mnt/
Code:
mount -t ext4 /dev/md0 /mnt/backup
Code:
root@sysresccd /root % cd /mnt/backup
root@sysresccd /mnt/backup % chroot /mnt/backup
chroot: failed to run command ‘/bin/zsh’: No such file or directory
Code:
total 168
drwxr-xr-x 18 root root 4096 Jul 23 00:31 .
drwxr-xr-x 7 root root 140 Jul 23 15:42 ..
drwxr-xr-x 3 root root 4096 Oct 27 2010 boot
drwxr-xr-x 5 root root 4096 Oct 27 2010 dev
drwxr-xr-x 126 root root 12288 Jul 23 15:31 etc
drwxr-xr-x 29 root root 4096 Mar 28 17:45 home
drwxr-xr-x 13 root root 4096 Oct 27 2010 lib
drwxr-xr-x 2 root root 4096 Dec 1 2010 media
drwxr-xr-x 8 root root 4096 Apr 23 2012 mnt
drwxr-xr-x 2 root root 4096 Oct 27 2010 nfs
drwxr-xr-x 4 root root 4096 Oct 27 2010 opt
drwxr-xr-x 3 root root 4096 Oct 27 2010 proc
drwx------ 30 root root 4096 Jul 23 15:28 root
drwxr-xr-x 3 root root 12288 May 31 2012 sbin
drwxr-xr-x 3 root root 4096 Oct 27 2010 sys
drwxrwxrwt 265 root root 86016 Jul 10 22:32 tmp
drwxr-xr-x 13 root root 4096 Nov 3 2009 usr
drwxr-xr-x 17 root root 4096 Nov 20 2012 var
Code:
-rwxr-xr-x 1 root root 36624 Oct 24 2009 sbin/init
Code:
openSUSE 11.2 (x86_64)
VERSION = 11.2
Can anyone throw some light or suggest best solution if they have encountered this before?
Thank you!