|
-
Aug 11th, 2008, 07:58 PM
#1
Thread Starter
Hyperactive Member
repair xp
hello there!
instead of using xp restore in dos mode
i'd rather boot live cd linux, but the problem is root username
in linux has no permission in copying/over writing the
_registry* in \windows\system32\config.
how would i solve this?
tnx
*****************
VB6,PHP,VS 2005
-
Aug 13th, 2008, 10:00 AM
#2
Re: repair xp
What exactly are you trying to change in the Windows Registry?
And which Linux distribution are you using?
I code C#....

-
Aug 13th, 2008, 12:16 PM
#3
Re: repair xp
 Originally Posted by basti42
hello there!
instead of using xp restore in dos mode
i'd rather boot live cd linux, but the problem is root username
in linux has no permission in copying/over writing the
_registry* in \windows\system32\config.
how would i solve this?
tnx
You need to use the NTFS 3G module to have read/write access to an NTFS partition:
Code:
mount -t ntfs-3g /dev/sda1 /mount/point
Use write support at your own risks as there are certain instances where a single write may corrupt the entire file system. Therefore, backup everything on the partition first and / or use dd to take an image:
Code:
dd if=/dev/sda1 | gzip > sda1.gz
-
Aug 13th, 2008, 05:20 PM
#4
Re: repair xp
i second that. There are known bugs in that module.
-
Aug 13th, 2008, 06:34 PM
#5
Thread Starter
Hyperactive Member
Re: repair xp
tnx for the reply.
i used linuxmint5,pclinux, and slax the three
are bootable live cd and has a root username
another question, is there any other way rather than typing it
in the bash shell? i mean just right click and then properties...
if this problem will solve i will give to the end user.
*****************
VB6,PHP,VS 2005
-
Aug 13th, 2008, 06:48 PM
#6
Thread Starter
Hyperactive Member
Re: repair xp
just replace like this:
copy _REGISTRY_MACHINE_SOFTWARE \windows\system32\config\software
copy _REGISTRY_MACHINE_SYSTEM \windows\system32\config\system
but the folder is in "System Volume Information" etc. etc.
if you are in DOS mode many characters to type.
hope this helps to analyze the problem.
*****************
VB6,PHP,VS 2005
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|