Posts: 1
Threads: 0
Joined: May 2016
Reputation:
0
Hi all,
I have the same error as amo001. When installing Win7, everything seems OK until boot, where you get the error message "User profile not loaded". I can also confirm that the method proposed by amo001 works.
1) Delete the Users folder on the new external disk containing Win7
2) Use robocopy to copy a fresh install of the C:\Users folder to the external disk.
I used Virtualbox for this, and mounted the VHD image of a fresh Win7 install as a disk to achieve this.
Posts: 1,814
Threads: 11
Joined: Feb 2014
Reputation:
27
Sorry, we can't reproduce the problem in our test environment. Is there have some special settings for file system on this Windows operating system?
Posts: 1,814
Threads: 11
Joined: Feb 2014
Reputation:
27
Thanks for reporting this problem, we will try to reproduce and solve the problem in our test environment. Could you please tell us where we can download the ISO file you used to install Windows? We need it to do a test.
Thanks
Posts: 5
Threads: 1
Joined: Jan 2017
Reputation:
0
01-28-2017, 03:48 AM
(This post was last modified: 01-28-2017, 03:53 AM by dcol.
Edit Reason: more info
)
I got the same error when using Win7 Pro x64 SP1. Here is how I fixed it without Windows to Go.
1. restart into safe mode with command prompt
2. enable administrator account - net user administrator /active:yes
3. reboot and login as administrator - this will error but creates an administrator folder in the users directory
4. shut down and place usb stick in another computer
5. change the ownership of the entire Users folder and Windows folder to administrator - I used Take Ownership from context menu
6. copy the contents of the default folder into the administrators folder.
7. place stick back in test computer and login as administrator.
8. Should work now.
There is obviously an owner/permissions issue when the folders are created by WinToUSB.
Hope this helps.