On Wed, Nov 12, 2008 at 9:35 AM, Harry Putnam <[EMAIL PROTECTED]> wrote: > I should know how to do this but so many changes have happened > recently and I haven't done anything like this for a very long time. > > My desktop version of gentoo is pretty far out of date. And I think > there have been enough changes that I don't even want to try to get it > cleaned up. > > Rather, I'd like to build up a newly installed gentoo to the point > where it has all the stuff I want. But do it inside a vmware virtual > machine. > > I'm trying to keep my working desktop in place until such time as the > vmware gentoo setup is ready > > Once that install is up to speed with all my preferred apps in place. > And any kinks worked out... > Only then use it to overwrite my desktop OS. Or reformat that disk > and move the vmware gentoo version to it. > > The vmware gentoo would be guest on a windows XP pro machine. > > I'd like to hear any comments concerning what problems I might run > into or whether the plan is likely to be a serious mess. > > Also wouldn't mind seeing a rough outline of how to make that kind of > move.
I've thought about this myself, but I think there are some issues. The hardware that vmware can simulate are limited and may not match your actual hardware. This does not mean it's impossible, but you may need to set network, graphics ,etc up again once the system is transferred. Guess the steps will be pretty much the same as for transferring between partitions or similar machines - make sure all the required modules for the target system is compiled in the kernel. - Update /etc/fstab to point to the correct devices. - Update the grub.conf to pass the correct root. (btw, does anyone use anything other than grub these days?) - Use tar (with appropriate flags to keep permissions and symlinks in place) to transfer all the files - Install the bootloader on the target MBR I may have missed a few things, but that's everything I currently remember. Regards Dirk