See picture:

I don't know what to do...I'm not a Linux guy. Even if I can get the data off the server that would help. It's a Ubuntu server running as a VM. The only data I need off of it would be mysql server databases and some various files.
|
|
Any background info on what happened here? Server crash? Software upgrade? New parts installed? And which OS is this? The error is complaining that it can't find a hard disk device. I think this has more to do with the bootloader (grub?) than Linux itself. You should easily be able to boot off the install CD in 'rescue' mode, that would give you a shell prompt, and allow you to mount the local hard disk. If this was caused by a configuration/upgrade issue, then you will hopefully be able to modify /boot/grub/menu.1st, and get your whole box up and running again. If you've got a hardware failure on your hands, then thing might be more difficult. But the rescue CD would at least help you figure that out. On the best case scenario, thing might work out like this:
1) Mount the install .iso in your virtual machine as a CD
2) Boot off said disk. It will likely have an option for you to use it in rescue mode. (eg: RHEL disks have you type A hardware failure replaces step 4 with uncontrolled sobbing, followed by a desperate search for backup tapes. EDIT: There seems to be a really old bug with Ubunto upgrades that would cause this problem. --Christopher Karel |
|||||||||||
|
|
use live cd then use e2fsck here its the reff http://www.linuxku.com/2011/12/cara-repair-initramfs-error-di-ubuntu.html |
|||
|
|