Posts: 17
Threads: 2
Joined: Dec 2023
Reputation:
0
(10-02-2025, 11:11 PM)admin Wrote: (10-02-2025, 06:09 PM)sugram Wrote: Still, it's strange that it worked with the older versions. And I load much larger ISOs via Memdisk. But maybe I'll find a solution for this too.
As Windows continues to be upgraded, WinPE will become increasingly larger, and the memedisk method may encounter problems. We are not familiar with iPXE, but maybe you should use iPXE's wimboot feature instead of the memdisk feature to run WinPE.
I'm trying that right now. But it doesn't work in Legacy mode either.
Posts: 17
Threads: 2
Joined: Dec 2023
Reputation:
0
(10-03-2025, 04:05 PM)sugram Wrote: (10-02-2025, 11:11 PM)admin Wrote: As Windows continues to be upgraded, WinPE will become increasingly larger, and the memedisk method may encounter problems. We are not familiar with iPXE, but maybe you should use iPXE's wimboot feature instead of the memdisk feature to run WinPE.
I'm trying that right now. But it doesn't work in Legacy mode either.
I've now created the ISO under Windows 10, and there I can successfully load it again using PXE in Legacy Mode. So it's due to the new Windows PE environment. Let's see if there's a solution for this.
Posts: 2,512
Threads: 12
Joined: Feb 2014
Reputation:
67
10-03-2025, 06:56 PM
(This post was last modified: 10-03-2025, 06:58 PM by admin.)
(10-03-2025, 04:24 PM)sugram Wrote: (10-03-2025, 04:05 PM)sugram Wrote: I'm trying that right now. But it doesn't work in Legacy mode either.
I've now created the ISO under Windows 10, and there I can successfully load it again using PXE in Legacy Mode. So it's due to the new Windows PE environment. Let's see if there's a solution for this.
What is the size of the WinPE created in Windows 10? Maybe you should compare the sizes of the two WinPEs. In addition, you should try to see if this WinPE can boot normally through the USB port.
Posts: 17
Threads: 2
Joined: Dec 2023
Reputation:
0
10-03-2025, 10:22 PM
(This post was last modified: 10-03-2025, 10:23 PM by sugram.)
(10-03-2025, 06:56 PM)admin Wrote: (10-03-2025, 04:24 PM)sugram Wrote: I've now created the ISO under Windows 10, and there I can successfully load it again using PXE in Legacy Mode. So it's due to the new Windows PE environment. Let's see if there's a solution for this.
What is the size of the WinPE created in Windows 10? Maybe you should compare the sizes of the two WinPEs. In addition, you should try to see if this WinPE can boot normally through the USB port.
The size:
Code: pi@raspberrypi:/var/www/html/pxe/Hasleo $ ls -la *.iso
-rw-r--r-- 1 pi pi 466878464 Oct 2 19:46 hbswinpe.iso
-rw-r--r-- 1 pi pi 468975616 Sep 28 11:20 hbswinpeW11.iso
the hsbwinpe.iso is from windows 10 and the other from windows 11
Posts: 17
Threads: 2
Joined: Dec 2023
Reputation:
0
(10-03-2025, 10:22 PM)sugram Wrote: (10-03-2025, 06:56 PM)admin Wrote: What is the size of the WinPE created in Windows 10? Maybe you should compare the sizes of the two WinPEs. In addition, you should try to see if this WinPE can boot normally through the USB port.
The size:
Code: pi@raspberrypi:/var/www/html/pxe/Hasleo $ ls -la *.iso
-rw-r--r-- 1 pi pi 466878464 Oct 2 19:46 hbswinpe.iso
-rw-r--r-- 1 pi pi 468975616 Sep 28 11:20 hbswinpeW11.iso
the hsbwinpe.iso is from windows 10 and the other from windows 11
I've now created a USB stick. I can boot the PC in legacy mode without any problems.
Posts: 2,512
Threads: 12
Joined: Feb 2014
Reputation:
67
(10-04-2025, 04:56 PM)sugram Wrote: (10-03-2025, 10:22 PM)sugram Wrote: The size:
Code: pi@raspberrypi:/var/www/html/pxe/Hasleo $ ls -la *.iso
-rw-r--r-- 1 pi pi 466878464 Oct 2 19:46 hbswinpe.iso
-rw-r--r-- 1 pi pi 468975616 Sep 28 11:20 hbswinpeW11.iso
the hsbwinpe.iso is from windows 10 and the other from windows 11
I've now created a USB stick. I can boot the PC in legacy mode without any problems.
I am very sorry that we may not be able to do more in this situation.
Posts: 22
Threads: 3
Joined: Jul 2025
Reputation:
0
Running this by the admin / development team. What would be the odds of incorporating the ability to backup directly to Google Drive or OneDrive? More specifically for the file backup function. I was playing around with the program "Duplicati" that does what I want, but it appears to be very buggy.
Posts: 2,512
Threads: 12
Joined: Feb 2014
Reputation:
67
(9 hours ago)xeroid Wrote: Running this by the admin / development team. What would be the odds of incorporating the ability to backup directly to Google Drive or OneDrive? More specifically for the file backup function. I was playing around with the program "Duplicati" that does what I want, but it appears to be very buggy.
This is certainly possible. While supporting only Google Drive and OneDrive would be relatively straightforward, the existence of numerous cloud drive services in the market makes this a labor-intensive task. Furthermore, cloud drive performance is highly dependent on network conditions, which may lead to various anomalies during the backup process. This could cause users to attribute these issues to the backup program itself, consequently requiring significant time to address various exceptions.
Posts: 22
Threads: 3
Joined: Jul 2025
Reputation:
0
(3 hours ago)admin Wrote: (9 hours ago)xeroid Wrote: Running this by the admin / development team. What would be the odds of incorporating the ability to backup directly to Google Drive or OneDrive? More specifically for the file backup function. I was playing around with the program "Duplicati" that does what I want, but it appears to be very buggy.
This is certainly possible. While supporting only Google Drive and OneDrive would be relatively straightforward, the existence of numerous cloud drive services in the market makes this a labor-intensive task. Furthermore, cloud drive performance is highly dependent on network conditions, which may lead to various anomalies during the backup process. This could cause users to attribute these issues to the backup program itself, consequently requiring significant time to address various exceptions.
So, what you're saying is that there is a chance?  I mentioned Google Drive and OneDrive specifically because they are the top 2 most common, which would accommodate the largest population of users. Having the ability to use one (1) program to provide both local and encrypted cloud storage is not only a great feature addition, but could also be a great selling point for the paid version if that is the only way to get access to the cloud storage option.
Posts: 2,512
Threads: 12
Joined: Feb 2014
Reputation:
67
(3 hours ago)xeroid Wrote: (3 hours ago)admin Wrote: This is certainly possible. While supporting only Google Drive and OneDrive would be relatively straightforward, the existence of numerous cloud drive services in the market makes this a labor-intensive task. Furthermore, cloud drive performance is highly dependent on network conditions, which may lead to various anomalies during the backup process. This could cause users to attribute these issues to the backup program itself, consequently requiring significant time to address various exceptions.
So, what you're saying is that there is a chance? I mentioned Google Drive and OneDrive specifically because they are the top 2 most common, which would accommodate the largest population of users. Having the ability to use one (1) program to provide both local and encrypted cloud storage is not only a great feature addition, but could also be a great selling point for the paid version if that is the only way to get access to the cloud storage option.
In fact, we do have plans to support cloud storage. If we had sufficient manpower, we would have started it long ago. Thanks.
|