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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
06-07-2007, 03:13 PM
|
#1
|
LQ Newbie
Registered: Jun 2007
Location: 703
Distribution: SuSE & Redhat ES4
Posts: 23
Rep:
|
from virtual to physical
Hi, I made an acronis image of a virtual machine that is running off of VMware and i'm trying to move it to a physical machine.
The OS is redhat es 4 and the restoration works perfectly but when I go to boot up the machine it gets stuck at a screen that says grub, thats it... no more no less no error messages nothing. Just grub...
any help would be appreciated.
|
|
|
06-07-2007, 04:42 PM
|
#2
|
Member
Registered: Jan 2005
Distribution: Archlinux, Debian, Centos
Posts: 222
Rep:
|
Can you tell that partitions were correctly created? Swap partiation available? (Sorry, just the first thought). Can you start with a Live CD and then mount the newly created partions? You may have to edit the /boot/grub/menu.lst (if it just says grub, maybe it is empty.)
|
|
|
06-07-2007, 07:55 PM
|
#3
|
LQ Newbie
Registered: Jun 2007
Location: 703
Distribution: SuSE & Redhat ES4
Posts: 23
Original Poster
Rep:
|
Hey man thanks for the reply...
yeah the partitions were created correctly... turns out that because my disks are different now I needed to install grub by hand the just like it was the first time...
but of course if its not one thing its another thing
now that its booting up I'm getting this error message, this is redhat 4.2
mkrootdev: label / not found
mount: error 2 mounting ext3
mount: error 2 mounting none
switchroot: mount failed: 22
umount /initrd/dev failed: 2
Kernel Panic - not syncing: Attempted to kill init!
|
|
|
06-07-2007, 08:05 PM
|
#4
|
LQ Newbie
Registered: Jun 2007
Location: 703
Distribution: SuSE & Redhat ES4
Posts: 23
Original Poster
Rep:
|
Oh yeah I did a quick cat of fstab and I get this
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defualts 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
LABEL=swap /swap swap defaults 0 0
/dev/hdc /media/cdrom auto pamconsole,exec,noauto,managed, 0 0
/dev/fd0 /media/floppy auto pamconsole,exec,noauto,managed, 0 0
|
|
|
06-08-2007, 10:55 AM
|
#5
|
Member
Registered: Jan 2005
Distribution: Archlinux, Debian, Centos
Posts: 222
Rep:
|
You may replace the LABEL= in
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 1
with the correct /dev/ entry. My fstab looks like this:
/dev/sda7 swap swap defaults 0 0
/dev/sda8 / ext3 defaults 0 1
/dev/sda9 /home ext3 defaults 0 1
And then -- you may reconsider building a kernel with correct modules for the hardware your system is running on.
|
|
|
06-11-2007, 08:08 AM
|
#6
|
LQ Newbie
Registered: Jun 2007
Location: 703
Distribution: SuSE & Redhat ES4
Posts: 23
Original Poster
Rep:
|
Thanks, thats what I needed to do plus rebuild with the correct modules
|
|
|
All times are GMT -5. The time now is 11:50 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|