Posts Tagged ‘Another’

How Do I Move My Linux Hard Drive To Another Machine?

Tuesday, February 23rd, 2010

I have Fedora 10 installed on a 2 CPU machine and want to move it to a different 1 CPU machine.
Here is my grub.conf file: (from the SMP machine)
# 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=0
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.27.7-134.fc10.i686)
root (hd0,0)
kernel /vmlinuz-2.6.27.7-134.fc10.i686 ro root=UUID=5dc7b756-abdb-48a0-a679-d3c8d2…
initrd /initrd-2.6.27.7-134.fc10.i686.img
title Fedora-base (2.6.27.9-159.fc10.i686)
root (hd0,0)
kernel /vmlinuz-2.6.27.9-159.fc10.i686 ro root=UUID=5dc7b756-abdb-48a0-a679-d3c8d2…
initrd /initrd-2.6.27.9-159.fc10.i686.img
HERE IS MY /etc/fstab: (from the SMP machine)
# /etc/fstab
# Created by anaconda on Wed Jan 7 23:05:18 2009
#
# Accessible filesystems, by reference, are maintained under ‘/dev/disk’
# See man pages fstab(5), findfs(8), mount(8) and/or vol_id(8) for more info
#
UUID=5dc7b756-abdb-48a0-a679-d3c8d23ac… / ext3 defaults 1 1
UUID=82f4c1b1-8705-4bc6-bb07-40b1e657b… /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
UUID=dc2bac35-8368-4f3a-a934-7b0c0035c… swap swap defaults 0 0
Here’s what I tried to do.
1. swap hard disk with the Fedora 10 OS from the 2 (SMP) CPU machine into the 1 CPU machine.
2. Use the fc10 CD to “Rescue Installed System.”
3. chroot /mnt/sysimage
4. mount /boot
5. uname -r gives me this output: 2.6.27.5-117.fc10.i586
6. mkinitrd /boot/test.img 2.6.27.5-117.fc10.i586
7. I edit grub so that I change default from 0 to 2. Timeout from 0 to 10. I place third entry at the bottom (I could have put it at the top and kept default=0 instead of 2). How would I write that entry correctly. I think I’m messing up the grub.conf perhaps. The UUID numbers are confusing me. Which fstab UUID entry do I use in grub.conf? All help is appreciated. When I do the above as best I could and I select the i586 to boot in the new machine it just says error: file not found. If I try to boot from either of the i686 options it begins to boot but has a stabilization error. Wait 10 seconds then freezes. What file is not found with the i586? Thanks in advance.

When Trying To Play Toca Race Driver 2 Or Another Game, I Get A Message Saying “an Error Encountered *rd2.exe”

Sunday, December 13th, 2009

The message continues, “the application module was modified. It may be damaged or infested”. I’ve tried reinstalling the game but the same message appears. I bought a new Race Driver 2 but the same again. My original game used to work and my other games (eg:-Race Driver 3) plays OK. Any suggestions would be much appreciated. Thanks.

C:/windows/system32/cmd.exe, Is In Use By Another Program? Anyone Ever See This Error?

Monday, November 16th, 2009

c:/windows/system32/cmd.exe <<that error shows up while attempting to download and install windows xp service pack 2, any idea why or how to correct that error?

How Do I Call A Function In A Dll File From Another C++ (mfc ) Application?

Sunday, October 25th, 2009

Here is an example of how to do it in C++.
Assume you want to use have a DLL named MyDll.dll, which contains a function,
bool Function1(int)

typedef bool Function1(int);
typedef Function1* pFunction1;

HMODULE DLLHandle;
DLLHandle = LoadLibrary(“MyDll.dll”);
pFunction1 pF1 = (pFunction1) GetProcAddress (DLLHandle,”Function1″);

to call:
bool bSuccess = pF1(1);

Is There A Link Or Way To Restore Nwnp32.dll (netware) Back On Another Computer, Running 2nd Edition Windows ‘?

Wednesday, October 21st, 2009

It was deleted while clicking on ‘remove’, which I thought would just take it from the ‘choices’!!!

Is There A Link Or Way To Restore Nwnp32.dll (netware) Back On Another Computer, Running 2nd Edition Windows ‘?

Tuesday, October 20th, 2009

It was deleted while clicking on ‘remove’, which I thought would just take it from the ‘choices’!!!

What Do You Mean By “dll-hell” ? And How To Register A Dll Created In Vb To Use It In Another Vb Program ?

Friday, September 11th, 2009

I had developed a DLL project in VB for basic calculator functionality and wanna implement a graphical interface for same in other VB project which can call functions from this DLL. I used Project->References method but it is not working out for me. Help !!!

I’ve Installed Windows Xp In “e” Drive & Then Installed Another Windows In “c” & Then Delete Windows In ‘e”

Thursday, September 10th, 2009

drive manually but some files can’t be deleted ,their directory is–> E:\WINDOWS\system32\Macromed\Flash
& the included files are “FlashUtil9e.exe” & “Flash9e.ocx”
I’ve an updated antivirus & I tried to delete them in cmd but it doesn’t work & I can rename them & change their extension “.ocx”
but I can’t change their attributes which are “Read Only” even in cmd mode & I think this is the problem
Can anyone help..

Need Help With A Vb6 Program.. Works On 3 Xp Computers But Not Another!

Monday, September 7th, 2009

‘m having a problem and hope that someone can help me out with this issue?
I had a program made for me and it works on 3 of my computers with XP but for some reason it will not work on my fourth computer with XP. The error I get
when I run it says the following:
“failed to load control ‘MFDatePicker’ from Cal.ocx. Your version of Cal.ocx may be outdated. Make sure you are using the version of the control that was provided with your application”.
Not sure what to do, thanks for any help!