LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-17-2011, 05:20 PM   #1
drsgrid
LQ Newbie
 
Registered: Aug 2011
Posts: 8

Rep: Reputation: Disabled
Seeking Help With Mindi/MondoRescue - for '/boot' dir restore


I could use some serious help im kinda freaking out... updated vbox on all machines - all went goot without hitch, on last machine- which happens to be our server. after booting says "grub stage 2" then goes right to a grub prompt.

All of the machines are identical, so on another machine i see that:
Code:
[root@pipe /boot/grub]# cat menu.lst 
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
#          initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.18-238.19.1.el5)
        root (hd0,0)
        kernel /vmlinuz-2.6.18-238.19.1.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
        initrd /initrd-2.6.18-238.19.1.el5.img
title CentOS (2.6.18-238.12.1.el5)
        root (hd0,0)
        kernel /vmlinuz-2.6.18-128.1.10.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
        initrd /initrd-2.6.18-128.1.10.el5.img
title CentOS (2.6.18-128.1.6.el5)
        root (hd0,0)
        kernel /vmlinuz-2.6.18-92.1.22.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
        initrd /initrd-2.6.18-92.1.22.el5.img

and so im trying to do :

Code:
grub> root (hd0,0)

 Filesystem type is ext2fs, partition type 0x83

grub> kernel /vmlinuz-2.6.18-238.19.1.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet

 Error 15: File not found

i know my kernel is in /boot dir so also tried:

Code:
grub> kernel /boot/vmlinuz-2.6.18-238.19.1.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet

 Error 15: File not found
ok so...


Code:
grub> kernel /dev/VolGroup00/LogVol00/boot/vmlinuz-2.6.18-238.19.1.el5

 Error 15: File not found 


grub> find /vmlinuz-2.6.18-238.19.1.el5

 Error 15: File not found 


grub> find /boot/vmlinuz-2.6.18-238.19.1.el5

 Error 15: File not found

ok so im pretty worried at this point - can anyone lend a helping hand?

Last edited by XavierP; 08-18-2011 at 02:37 PM. Reason: Thread title changed and codetags make me happy
 
Old 08-17-2011, 06:43 PM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
If I understand your problem, you have a number of machines with CentOS 5.6 installed.
You updated the virtualbox program you had installed on each.
All the machines except one boot successfully.

Is the grub.conf file you posted from a bootable CentOS?
Are you able to boot any of the other kernels?
How are you running these commands on the machine which doesn't boot? A Live CD?
What is the output from the grub prompt of:

find /vmlinuz
find /boot/vmlinuz

I can't imagine how updating VirtualBox on your machine would affect booting.
 
Old 08-18-2011, 01:51 PM   #3
drsgrid
LQ Newbie
 
Registered: Aug 2011
Posts: 8

Original Poster
Rep: Reputation: Disabled
Ok - here is what happened (who cares at this point) but apparently my /boot dir was nuked and a new kernel was put there - whole grub menu gone.... paperweight


So NOW.. luckily i made a Mindi/Mondo rescue disk but as the rescue disk .iso is 2.5G i cant fit it on cd-rom. So put 2.5 restore image on a usb, stick and booted my mondorescue.iso file via secondary usb stick but mindi/mondo cant find the restore image..




THIS POST HAS BEEN MOVED HERE

Last edited by XavierP; 08-18-2011 at 02:38 PM. Reason: thread and new thread merged to keep the flow.
 
Old 08-18-2011, 02:08 PM   #4
drsgrid
LQ Newbie
 
Registered: Aug 2011
Posts: 8

Original Poster
Rep: Reputation: Disabled
Exclamation Seeking help with Mindi / MondoRescue - for '/boot' dir restore !

Apparently my /boot dir was nuked and my system reduced to a paperweight...

Luckily i made a Mindi/Mondo rescue disk but as the rescue disk .iso is 2.5G i cant fit it on cd-rom.

So I put 2.5G restore image on a usb stick and booted my mondorescue.iso file via secondary usb stick but mindi/mondo cant find the restore image....

So i entered "expert mode" and mounted the rescue image.... but now cant find a way to re-launch an "interactive" restore...

Do i need to install mindi / mondo? - cant find the binaries to launch... checked /bin /usr/bin /sbin .... any ideas -- i reviewed the docs at http://www.mondorescue.org/docs.shtml but cant find a way to restart now that the restore image is mounted....

seek assistance, really need to get this system back up!
 
  


Reply

Tags
grub



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with mondorescue 2.2.8 restore kaplan71 Linux - Software 1 11-05-2009 01:30 AM
How to restore system using mondorescue via nfs abhi_ccp Linux - Newbie 1 02-25-2009 09:53 AM
Mindi crashes on boot.b file not found slackerboy Slackware 2 02-06-2005 01:45 PM
Help - Deleted home dir, can i restore? phlyersphan Linux - Newbie 7 07-05-2004 09:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration