Quantcast
Channel: Reboot.pro
Viewing all 6812 articles
Browse latest View live

often imitated?


Formatting/Partitioning a SD/SDHC card ...

$
0
0

Hope this is the right section.

 

I just bought a microSD card, my first, and was about to partition/format it like I do to hard disks. Luckily I did not.

 

Formatting/Partitioning a SD/SDHC card seems to be much more complicated than for HDDs. Searching the net I came across :

- use any modern partition manager, most recommended Minitool Partition Wizard.

- use Windows format but stick to FAT32/exFAT.

- use the SD Formatter provided by the SD Association.

finally I came across this :

- http://wiki.laptop.org/go/How_to_Damage_a_FLASH_Storage_Device

 

... Putting it Together

How is the filesystem layout relevant to our problem? Allocation data accesses are very common, as are cluster-sized data writes. So we want those operations to be efficient. If the allocation data starts on a NAND FLASH page boundary, a given allocation map write is less likely to span two pages, so the FTL gets to do things the "easy" way, which is faster and causes less NAND wear. If the cluster size is a power-of-two multiple of the NAND FLASH page size and the first cluster is aligned on an erase block boundary, cluster writes are similarly "easy".

Conversely, if the layout is bad, every cluster write might "split" two pages, forcing the FTL to perform four internal I/O operations instead of one.

 

Factory formatting

The manufacturers of FLASH storage devices understand this. When they format the device at the factory, they know which filesystem they are putting on (typically either FAT16 or FAT32), the page and erase sizes for the NAND FLASH chips inside, and the characteristics of the FTL software in the internal microcontroller. (Actually, there is yet another factor - multiple NAND chips or multi-plane chips can further influence the locations of "efficient" boundaries.) Knowing this, they can choose a layout that encourages "easy case" internal operations.

 

How to win

It boils down to the fact that you need to micro-manage a lot of details to ensure that things fall on suitably-aligned boundaries. You need to consider both the partition map and the filesystem layout in concert. One way to separate the problems is to make each partition begin on an erase block boundary, then layout the filesystems so their subordinate data structures (particularly the cluster or "fs block" array) fall on erase block boundaries assuming that the partition itself begins erase-block-aligned. What is a good alignment boundary? Well, 256 KiB is good for most new chips, but to give some breathing room for the future, maybe 1 MiB would be better - or perhaps even 4 MiB.

 

Better yet, try to avoid reformatting FLASH-based devices when you have the choice.

 

So can some one please tell me if the above is right.

 

And, if what I propose to do makes sense :

 

I will first use the card in a Windows PC, before actually using it, I propose to make a Ghost image of the entire SD card. If I ever need to format the card, I will restore this image to the card.

 

EDIT : Just came across : http://rmprepusb.blogspot.in/2014/06/increase-speed-of-your-sd-card-or-flash.html

Fast bootable alternative to DBAN

$
0
0

I'm looking for a fast bootable solution to format all the fixed drives in a machine. I managed to edit the DBAN image to automatically autonuke using the quick methd but it still takes like 2 hours at best, and I was thinking of something like 2 minutes or such. I do not care about data recoverability, not looking for secure wiping, just a quick wipe, like windows does.

 

Thank you.

Recover from inacessible/corrupted/possibly bricked BIOS?

$
0
0

I'm now unable to access my BIOS, as a result of changing the disk operation mode from AHCI/SATA to IDE, as suggested by cdob in my "Can't install (Arch) Linux" topic. The errors in that topic didn't go away, they changed a bit, but essentially meant the same things as before.

 

At that time I had also tried swapping 2 tested, known good HDDs, into my laptop, and removed the SSD. A tech friend tested both drives for 2 hrs for free, said they were fine, and have no bad/relocated sectors as well as a low UDMA CRC error count.I became unable to access the BIOS at this time. I don't think the removal of the SSD had anything to do with this, putting it back in will likely yield the same issues as before. The 2 HDDs I swapped in were previously present there before I bought the SSD and all worked fine. So I have no reason to believe that the presence of 2 drives are confusing my PC. No OSes are installed at this time, and haven't been for about a week.

 

I don't really believe the BIOS is bricked, since I can boot a disc/iso/USB from the boot selection menu. However, repeatedly tapping F2 or F12 then selecting "Setup" (what my PC calls the BIOS" results in a hang on a black screen with a non-blinking white cursor in upper left corner. I've left it this way for over an hour and nothing happens. I hear no beep error codes and no external devices are inserted except power cord. In the rare event I can get in (about 1 out of every 100 tries) I'm immediately locked out the next time I try. During this time I've checked the disk settings and everything is back in AHCI mode.

 

What I've tried:

 

1. Swapping the HDDs into the opposite slot, no difference

 

2. Booting to BIOS with no disks inserted, same as above

 

3. Downloading Hirens boot disc in an ISO format, then booting it from my phone via DriveDroid app and USB cable (Wonko, don't you dare say anything along the lines of it being an illegal PE, because I don't care at this point), then reflashing 100% stock BIOS from there. BIOS flash succeeded but it didn't auto reboot, I also had to change a few parameters in the INI file because the flasher wouldn't recognize my battery/power cable.

 

4. Formatting a USB as FAT32 and placing the BIOS file on it, then removing battery, holding End key while simultaneously plugging in. The fan turns on and PC turns on (but doesn't boot into anything), screen stays black and USB blinks rapidly then stops. I found the details at http://forum.techinferno.com/alienware-m14x-aw-14/1330-bios-reset-recovery-possible.html

 

I haven't tried removing the CMOS battery yet because I'm unskilled with disassembling electronics (beyond replacing HDD, RAM, battery, etc), Dell made it a megabitch to get to, a complete teardown is required. This will only reset the BIOS to default settings rather than reflash, which I've already managed to do.

 

What I really believe is going on is that in my attempts to flash BIOS in the past, something got corrupted along the way. I was able to able to access it just fine while SSD was in, as well as long before then when I only had 2 internal drives. All this happened the moment I tried IDE. This something that is being corrupted (or whatever) is something that probably isn't overwritten with a normal flash, since it seems logical that flashing fresh *should* fix my issue, but in fact doesn't.

 

I've also noticed the presence of literally dozens of "Network" entries in both the BIOS and boot menu, all doing the same thing (nothing, except give an error). A new entry is added when I flash a new BIOS or reset to defaults, and they just keep building endlessly. Perhaps there are now so many that the PC has become overloaded. They may be a result of my usage of unofficial rather than pure stock BIOSes, or something else. My tech also stated that some of the menu entries in my unlocked BIOSes may either be invalid or not applicable. Like the presence of a NumLock on/off option, even though I have no NumLock key. He thinks this may be a part of what is causing my issues.

 

I think the only solutions will be to replace the BIOS chip with a new one, completely erase my current chip with an EEPROM programming device then refash pure stock. I don't think resetting BIOS via CMOS will help. Both of these will be expensive and not worth the money, so if anyone has other suggestions then I'd like to hear them.

WINPE UEFI and DPI Setings

$
0
0

Hi All,

 

I have a huge problem with WINPE booting in UEFI (x64) mode and the auto DPI scaling it performs.

 

I've tried setting up an Unattend.xml with the DPI settings but with the DPI element included, the whole XML is ignored. As soon as I remove the DPI setting the XML works fine.

 

Another approach I've tried is using the startnet.cmd to set the registry for FontDPI to 96 but that doesn't fix it either.

 

Does anybody know how to fix this or disable the DPI scaling altogether for WINPE? To be clear this is in WINPE not OOBE.

 

Booting the WINPE in x86 BIOS mode does not trigger the auto DPI scale.

 

Thank you very much.

QILING Disk Master Pro 3.1 (100% Discount) Deal Expires in: 2 day(s) 19 hour(s)

$
0
0

QILING Disk Master Pro 3.1 (100% Discount)

 

 

http://www.windowsdeal.com/w/qiling-disk-master-professional-discount-coupon-code/

 

QILING Disk Master Professional:
Virtual disk and backup software and checking hard disk’s health software. With it, you can do:

The virtual disk utility simulates a real HDD in order to avoid data loss and to facilitate a more comfortable software testing environment.
The ramdisk feature allows users to enhance the speed of the PC.
Full system protection allows you to easily back up and recover your entire operating system when disaster happens.
Fast, easily and safely migrate system to an SSD or a bigger HDD for disk replacement or upgrade.

The biggest nightmare for a computer user is data loss and system crash, once happened, reliable and up-to-date backups are extremely necessary and important. QILING Disk Master covers all the needs to recover your lost data and restore crashed systems in minutes. It’s advanced and reliable data backup & system disaster recovery software for home office and business desktops and laptops. It enables users to perform self-service backup operation with comprehensive full/differential/incremental backup.

 

 

  • System backup and protection (imaging)
  • File backup and recovery
  • File zip
  • File sync (Server supported)
  • Full, incremental, and differential backup
  • AES 256 bit encryption, compression, and password
  • One-click system backup
  • Daily, weekly or monthly backup scheduler
  • Perfect Defrag
  • Bare-metal system restore
  • Backup Strategy(Quota management)
  • Supports all sizes hard disks and SSDs (80GB to 4TB)
  • Compression
  • Deduplication
  • Email notification
  • Hot Clone
  • Larger than 512-byte sector
  • GPT & UEFI Boot Supported
  • Disk/partition management
  • Migrate OS to SSD/HD
  • Wipe data
  • File shredder
Disk Backup

Flexibly choose entire hard drive or separate partitions to backup, including dynamic disk volumes. The system partition will be selected by default at the first time, so one-click back up Windows, settings, applications and the files required for computer to boot.

  • Password protection – using AES encryption technology.
  • Compression – compressed backup data takes up less storage space.
  • Deduplication – make a backup image smaller.
  • Splitting – splits disk image files.
  • Email notification – Except for checking Logs, email is a good way to let users know the result of backup plan.
  • Support larger than 512-byte sector.
  • Support real hard disk over 2TB+.
  • Support VSS.
  • Full, incremental, and differential backups.
  • Sector-by-sector backup – store an exact copy of your disk or volume, including unused space, sector-by-sector backup assures you a 100% identical copy to the original.
  • Schedule backups – set up a schedule to back up your system and all files automatically, supporting daily, weekly, and monthly.
  • Backup Strategy – automatically delete the obsolete backup images based on specified value – the age and the number.
  • System backup – Full system protection allows you to easily back up and recover your entire operating system when disaster happens.
RAM disk

The RAM disk allows you to create a single RAM disk using available physical memory from Windows. The RAM disk can appear to Windows as a hard disk, as a removable-media disk, or as a virtual disk. It can be formatted with any Windows-supported file system.

An important feature is that the RAM disk it creates is available to the system very early in system startup. Therefore, any applications or services that depend on the RAM disk can access it as soon as they start.

Keep your temporary files in the fastest storage to get the highest performance, and forget about hard disk fragmentation caused by undeleted temporary files.

The RAM disk can improve overall system performance. The temporary files frequently accessed by system or other application, and the read and write the RAM memory speeds far greater than the real hard disk, so the RAM disk can improve overall system performance; additional hard disk, and SSD storage medium has its read and write times limit, the RAM disk improve the life of a real hard disk too.

Secure disk

Secure disk is a compact program for creating on-the-fly-encrypted virtual disks. It helps you protect your sensitive files or data from unauthorized access with strong Encryptions. You can create a new volume which reside in a file, and mount it as a virtual disk. File operations on the virtual disk just like they are on any normal disk. Files that are being written/ read on virtual disk are automatically being encrypted/ decrypted on-the-fly, without any user intervention.

Deduplication

The use of advanced data deduplication technology, more efficient, smaller image files generated.

 

 

how to boot clonedisk .img from logical partition?

$
0
0
hello,

I have a USB bootable XP (x64) that boots from usb universally on many hardware thanks to so much help from reboot.pro membership!

now I have used clonedisk to make disk image of it on the USBHDD. I can boot that image in ram with grub4dos but when I try to boot it from a logical partition on an internal SATA HDD of the same system, it stalls before it gets to disk checking (using /sos in boot.ini)

Im at a loss for what direction to take from here. should I convert the .img to a .vhd? does having it stored in a logical partition complicate the issue?

thanks

How to autorun USB '/InstallAIO.exe' within WinPE/boot.wim environment instead of 'Setup.exe' ?

$
0
0

Hello Everyone...

 

I have following files in my Bootable USB Drive 

 

/boot

/efi

/sources

/Apps

/autorun.inf

/InstallAIO.ini

/InstallAIO_x86.exe

/InstallAIO_x64.exe

/bootmgr

/bootmgr.efi

/setup.exe

 

I want to launch "installAIO.exe" in winpe/boot.wim environment instead of "Setup.exe". So What changes I have to made within 'InstallAIO.ini' and 'autorun.inf' files so that Windows Installer will launch 'InstallAIO.exe' instead of 'setup.exe' ?

 

Will I also have to put 'InstallAIO.exe' files within root of winpe/boot.wim ?

 

Can anybody provide me some stuff related to this scenario so that I can learn how to launch .exe files in the root of USB Drive in winpe/boot.wim environment ?

 

Please help me...

 

Regards...


WinPE 3.1 WIMBOOT

$
0
0
NOTE - Full credit (and thanks) goes to JFX for the method detailed in this post. Were it not for the information in the WinNTSetup topic on the MSFN forum and the settings in JFX's WimBootCompress.ini (contained in the WinNTSetup download) the following would not have been possible. Credit/thanks also to synchronicity for updating wimlib-imagex to provide compatibility with wofadk.sys.

Please read the Windows Image File Boot (WIMBoot) topic on reboot.pro (and the MSDN Windows Image File Boot (WIMBoot) page) for more information about WIMBOOT. To summarize (and simplify), the WIMBOOT feature was added with the release of Windows 8.1 Update 1. The Windows Overlay File System filter driver (WoF.sys) manages access to a .wim file containing the Windows Operating System files - making WIMBOOT possible. Instead of extracting the full contents of a .wim image (the usual installation method for Windows NT 6.* systems) in WIMBOOT mode only the essential boot/system files are fully extracted - all other files are essentially pointer files linking to the real file in the compressed .wim image from which it was created. This results in significant space savings.

Unfortunatly I am not aware of any method of adding wof.sys to earlier (than Windows 8.1 Update 1) versions of Windows to allow them to also use WIMBOOT. The recent release of the Windows 10 Assessment and Deployment Kit (ADK) however changes things. The Windows 10 ADK includes the wofadk.sys driver. Using settings from the WinNTSetup topic and the WinNTSetup download I have been able to manually create a WinPE 3.1 OS that uses WIMBOOT - this is a flat boot type WinPE installation - not the more common RAM disk approach. Note the use of the term manually - the WinNTSetup tool can automate WIMBOOT from a full Windows 7 (and later) operating system. I am in no way trying to take credit for this approach - I just prefer to know how things work and like the manual approach.

The method in this post can probably also be used to boot a full Windows 7 OS - I'm not in a position to test this at the moment.

wimlib-imagex version 1.8.2 Beta4 is required - earlier version resulted in errors when applying the .wim file using the --wimboot switch (see here).

Step 1 - created a WinPE 3.1 (D:\boot.wim) image (using MistyPE in my case) - adding wofadk.sys to the \Windows\System32\Drivers directory and the wofadk.sys registry settings listed elsewhere in this post.

Step 2 - used wimlib to apply this file to a local directory - D:\root (e.g. "wimlib-imagex.exe apply D:\boot.wim 2 D:\root".

Step 3 - Added WimBootCompress.ini to D:\root\Windows\System32\ (contents of this file are listed elsewhere in this post).

Step 4 - Used wimlib to capture the contents of D:\root using the --wimboot switch (e.g. "wimlib-imagex.exe capture D:\root D:\winpe31.wimboot.wim "WinPE 3.1 WIMBOOT test" --wimboot


Step 5 - copied D:\winpe31.wimboot.wim to a USB thumb drive (volume E:)

Step 6 - ran the command "wimlib-imagex.exe apply E:\winpe31.wimboot.wim 1 E:\ --wimboot" to extract the files in WIMBOOT mode. NOTE this step was executed on a system that also included the wofadk.sys driver and settings.

Step 7 - Remembered to add settings required to boot WinPE 3.1/Windows 7 from a USB drive (mounted the E:\Windows\system32\config\SYSTEM hive (as _offline_SYSTEM) and added the following settings -



Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\_offline_SYSTEM\ControlSet001\Control]
"BootDriverFlags"=dword:00000006

[HKEY_LOCAL_MACHINE\_offline_SYSTEM\ControlSet001\Control\PnP]
"PollBootPartitionTimeout"=dword:00015000
Step 8 - Created a BCD store and added the bootmgr boot loader (E:\Boot\BCD and E:\bootmgr respectively)

Step 9 - booted the USB stick.

Screenshot of WinPE 3.1 running in WIMBOOT mode (NOTE - this screenshot was not captured from the USB stick prepared in steps 1-8. A USB hard disk with multiple partitions was in use, with the winpe31.wimboot.wim file located in a seperate partition to the WinPE 3.1 WIMBOOT files) -
2015.08.20_1.jpg

Hope I remembered to include all of the steps accurately.

Regards,

Misty

wofadk.sys registry settings
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\WofAdk]
"DebugFlags"=dword:00000000
"DependOnService"=hex(7):46,00,6c,00,74,00,4d,00,67,00,72,00,00,00,00,00
"Discription"="WofAdk Mini-Filter Driver"
"DisplayName"="WofAdk"
"ErrorControl"=dword:00000001
"Group"="FSFilter Compression"
"ImagePath"=hex(2):5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
 74,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,72,\
 00,69,00,76,00,65,00,72,00,73,00,5c,00,57,00,6f,00,66,00,41,00,64,00,6b,00,\
 2e,00,73,00,79,00,73,00,00,00
"AutoAttach"=dword:00000001
"Start"=dword:00000000
"SupportedFeatures"=dword:00000003
"Tag"=dword:00000002
"Type"=dword:00000002


[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\WofAdk\Instances]
"DefaultInstance"="WofAdk Instance"


[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\WofAdk\Instances\WofAdk Instance]
"Altitude"="40730"
"Flags"=dword:00000000
WimBootCompress.ini settings (copied from the WinNTSetup project) -
; This is the inbox configuration file used for deploying or capture a
; WIMBoot system. Please do not remove this file because WIMCaptureImage 
; and WIMApplyImage will fail if WIM_FLAG_WIM_BOOT flag is specified.

[PrepopulateList]
*winload.*
*winresume.*
\Windows\AppPatch\drvmain.sdb
\Windows\Fonts\vgaoem.fon
\Windows\Fonts\vgasys.fon
\Windows\INF\errata.inf
\Windows\System32\config\*
\Windows\System32\ntkrnlpa.exe
\Windows\System32\ntoskrnl.exe
\Windows\System32\bootvid.dll
\Windows\System32\ci.dll
\Windows\System32\hal*.dll
\Windows\System32\mcupdate_AuthenticAMD.dll
\Windows\System32\mcupdate_GenuineIntel.dll
\Windows\System32\pshed.dll
\Windows\System32\apisetschema.dll
\Windows\System32\api-ms-win*.dll
\Windows\System32\ext-ms-win*.dll
\Windows\System32\KernelBase.dll
\Windows\System32\drivers\*.sys
\Windows\System32\*.nls
\Windows\System32\kbd*.dll
\Windows\System32\kd*.dll
\Windows\System32\clfs.sys
\Windows\System32\CodeIntegrity\driver.stl
REMINDER - Full credit (and thanks) goes to JFX for the method detailed in this post. Were it not for the information in the WinNTSetup topic on the MSFN forum and the settings in JFX's WimBootCompress.ini (contained in the WinNTSetup download) the following would not have been possible. Credit/thanks also to synchronicity for updating wimlib-imagex to provide compatibility with wofadk.sys.

DISM and IMDISK

$
0
0

i cant use imdisk ramdisk with dism. i can mount image to a folder in ramdisk but i cant use dism in that folder any more, only unmount.

 

this is the error message:

Error: 4390

An error occurred while attempting to start the servicing process for the image located at r:\Mount.
For more information, review the log file.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

very unusal situation after issuing hide commands, need help

$
0
0
hello,

I have a system that does not boot. "ERROR: No Boot disk has been detected or the disk has failed."

this started first boot after using hide/unhide commands from menu.lst in an attempt to resolve non booting XP in hd0,9. it has been a while since I set this system up so I will probably mis some details but here goes..

the system started as an OEM Acer w/500gb SATA HDD with three primary partitions. the OEM hidden one named "PQSERVICE", next the "system reserved" active partition, then the W7 partition.

I resized the W7 partition and made and extended partition with several logicals within it then installed embedded7 in two of them and XP in two others. this was all working until I tried to change the XP in one of the partitions.

I was having trouble booting the new XP from grub4dos that was called from boot.ini located in the system reserved partition so that it made grub4dos entry in BCD boot screen. all sorts of errors depending on what entry I tried. error 13, invalide boot.ini, BOOTMGR is missing, etc. so I had the idea that maybe it was getting confused and I tried to prevent that by using the hide command in the menu entry that I was using to boot the XP:

title P9 XP
hide (hd0,0)
hide (hd0,1)
root (hd0,9)
chainloader (hd0,9)/ntldr

it didnt work so I rebooted back into the HDD and it booted into w7 embedded fine but the sytem reserved partition was hidden and since that is where my menu.lst is located, I rebooted into gru4dos and issued unhide (hd0,0) and then unhide (hd0,1) to undo the hide since I could not do it from the menu.lst

next reboot was "ERROR: No Boot disk has been detected or the disk has failed."

OK, now I have a problem! I havnt done anything else to the HDD from there. only booted an XP service OS in ram from a usbflashdisk that has tools on it. heres the info from that:

see spoiler for screen caps:
Spoiler


so the BIOS cant see the HDD now, neither can some other softwares when booted from ram but others can see it and as you can see, they give conflicting info about it.

I dont know what would be the best step to take to recover this instead of making it worse or even unrecoverable so I did my best to explain in detail about it so hopefully someone here can help me figure it out.

thanks in advance!


edited to add rmprepusb info:
Spoiler


PTEdit could not see it either

PartitionGuru 4.01 Create Partitions by specify starting sector

$
0
0

http://www.eassos.com/partitionguru-free.php

PartitionGuru401 is the best partition manager I have found. I have tried Acronis Disk Director, EaseUs, GParted, Paragon. No other partition manager lets you so easily and specifically tell it the exact "starting sector" and "ending sector" when creating your partition - so you can design your hard drive with exactly your own perfect preferred partition alignment. Plus it is only 2 MB whereas the other competing solutions are often 100MB+.

 

http://sites.google.com/site/webuploads7373/PartitionGuru401FreeDOS.img

2.88MB Download - Here I have used the application's feature to create a bootable USB stick and then I have copied the payload into a blank 2.88 IMG file provided by steve6375. This will save you from having to install the application if you only want to try it in Boot Mode.

 

For menu.lst

title PartitionGuru401FreeDOS.img
map /PartitionGuru401FreeDOS.img (fd0)
map --hook
root (fd0)
chainloader /kernel.sys

 

When creating a Partition - it allows you to enter directly StartingSector and EndingSector which very few other utilities do without confusing interfaces. I always create my partitions with StartingSector divisible by 4096. You should also have (EndingSector + 1) be divisible by 4096. This results in TotalSectors being divisible by 4096 since TotalSectors = (Lastsector + 1 - Firstsector).

[Enhancement] Ability to save & load project

$
0
0

Hello,

 

Your application works very well with, however from time to time I need to update my ISO file or pendrive, due to update Linux distributions etc. It's time consuming, every time categorize the iso's I had previously. Is it possible to add save & load functionality for grid contents?

 

Thanks in advance.

MS-DOS 7 Help file

$
0
0

I've been updating the HELP.HLP file to cover information relevant to MS-DOS 7 and modern environments.

 

This is a DOS help file, intended to be run by QBASIC.EXE and HELP.COM.  You can copy it as EDIT.HLP and load it in the QBASIC editor.

 

Recent updates are new sections like ABOUT (copyright info etc), JO.SYS.  I've updated entries for XCOPY to show new Win98+ options, and SYS and some other commands relating to Windows ME. 

 

Should be up at h++p://www.os2fan2/temp/help.zip.  A version is attatched here.

 

I'm thinking of deleting all of that stuff about DBLSPACE and DRVSPACE except for a short note about it somewhere.  This should make the overall file smaller. 

Attached Files

  • Attached File  help.zip   324.33KB   332 downloads

Booting Windows 7 on software raid

$
0
0

Hi.

Hopefully I'm posting in the right forum now ;)

 

I'm trying to boot Windows 7 on a striped Windows software raid. All my googling so far has only told me it can not be done, but after seeing some of the cool stuff that has been done here (WinRAM and so) I think that maybe someone can give some input :D.

 

So, I have an Intel 910 Series SSD (basically 4 SSD'n on a PCI-E card) it is not visible from BIOS/UEFI and it has no hardware RAID (at least not enabled). So I want to run a striped RAID on it and install windows on top of it...

 

I totally accept that the boot partition and such needs to be on another drive and that's fine.

 

If this would have been Linux then the kernel and initrd would be on the boot disk and then it would load start the RAID and then continue booting, shouldn't that be possible with Windows as well?

 

Thank's guys and hope I was some clear ;)


What do I need next?

$
0
0

Ok so I formated a drive with the latest version of SysLinux, so that it contains ldlinux.sys and ldlinux.c32. Problem is it doesn't say what file it's looking for next, nor does it give me a prompt to type in the name of a file to use as the kernel. In older versions (which I was previously experimenting with), it would say that it couldn't find a kernel file automatically, and present me with a prompt to type the name of the kernel file into (in case it was present, but didn't have a standard name that it was looking for automatically). But now it doesn't do that. It appears to skip even tryping to bootup from SysLinux, and go straight to the next boot device in the BIOS (in my case, this is a network boot). If SysLinux isn't giving me feedback, how am I supposed to know what it expects next? I assume that I need a kernel file next (if it's the same as older versions), but I don't know this with 100% certainty. I really REALLY would like the creators of SysLinux to put the boot prompt back into their OS, so that I can once again know what SysLinux is expecting to happen next.

 

Assuming that this feature is sadly not going to be added back into SysLinux, I request that somebody with extreme knowledge of the latest version of SysLinux, tells me what other files I need in order to make SysLinux boot properly.

Samsung 16TB SSD announced

$
0
0
At the Flash Memory Summit, as reported by Golem.de, Samsung showed off a server with 48 of these new SSDs, with a total storage capacity of 768 terabytes and performance rated at 2,000,000 IOPS (input/output operations per second). By comparison, the consumer-grade SSD that you have in your PC is probably capable of around 10,000-90,000 IOPS, depending on the workload.

 

Samsung-PM1633a-05.jpg

 

Source:

http://arstechnica.com/gadgets/2015/08/samsung-unveils-2-5-inch-16tb-ssd-the-worlds-largest-hard-drive/

 

 

RAID is already fast, can only imagine how such an array based on SSD will permit copying terabytes from one place to other like butter. Supposed price is 7000 USD per drive, but within some years we should get these cheaper.. :)

 

 

 

Windows 10 RamDisk with ImDisk Fails

$
0
0

I just upgraded from Windows 8.1 to Window 10 and wanted to implement Ramdisk. I'm using the RamDisk Configuration Tool provided at reboot.pro. Everything "seems" to work until I reboot, at which point I get the message: "System Properties: Windows created a temporary paging file on our computer because of a problem that occurred with your paging file configuration when you started your computer..."

 

When I open the "Virtual Memory" dialog, it show that my Ramdisk drive (R:\ is "system managed", but that "No paging file" is selected. If I simply reboot, I get the same error as above. If I click on "Set", the issue goes away, but then I have no paging file at all. In any event, drive R:\ is always there after a reboot. Windows 10 just doesn't see it?

 

So, I have two questions: Does anyone know how to make an ImDisk  page file work in Windows 10?

 

My other question is this: If one has plenty of Ram (I have 32 Gb), does it matter if the page file system is turned off? In other words, can I just let stuff sit in memory?

 

Thanks

ProxyCryptGUI

$
0
0

Posted Image

File Name: ProxyCryptGUI
File Submitter: JonD
File Submitted: 30 Nov 2014
File Updated: 17 Aug 2015
File Category: Security

Version 2015-08-17:
This version is released with updated ProxyCrypt (1.8.1) and updated ImDisk (2.0.6). See below for comments about running with previous versions of drivers.

Version 2015-08-11:
This version is released with updated ProxyCrypt (1.8.1) and updated ImDisk (2.0.5).
Realistically, the previous release of ProxyCryptGUI works very well with the earlier versions of ProxyCrypt and ImDisk. However, many users prefer to have applications that are fully updated.

Please be sure to make full backups of your encrypted containers before updating to this version.

About ProxyCryptGUI:
• ProxyCryptGUI is a free application that provides a graphical interface on a Windows based computer to manage encrypted virtual disk drives using the applications ProxyCrypt and ImDisk.
• The setup file for ProxyCryptGUI includes the required setup of ProxyCrypt and ImDisk.
• All files stored in an encrypted virtual drive can be accessed just as any files on regular disk drives but only after the drive is mounted/opened with the associated passphrase.

Features:
• easily create and mount encrypted disk drives.
• simplified interface for changing the passphrase of encrypted disk drives.
• catalogue listing of encrypted containers.
• automatic location of encrypted containers that are located on removable devices.
• extensive documentation.

Requirements:
• Windows XP, Vista, 7, 8 or 8.1, 32b or 64b
• computer administrator privileges
• CPU with SSE2 instructions

Hash of current setup version 2015.08.17
• MD5: EC21AF0BDBF07B1CA18D532C4E078F9B

Hash of current setup version 2015.08.11
• MD5: BD99E9B8D4352D4B57FE2A38D5D86AF1

Click here to download this file

ScratchspaceHack-1GB

$
0
0

Posted Image

File Name: ScratchspaceHack-1GB
File Submitter: Tony4219
File Submitted: 24 Aug 2015
File Updated: 24 Aug 2015
File Category: App scripts

ScratchspaceHack-1GB

Increase the scratch space (available, writable space) of X: on your X/Y USBstick, post-build (i.e. on a completed WIM). This script does not use DISM.EXE which has limit of 512MB, and is a totally different script than the previous DISM-WINB Scratchspace. This requires using GimageX to mount the completed WIM. It will modify the Registry in your WIM file (likely you would use the one at Y:\sources\boot.wim -- once your build is running, you can modify the WIM it booted from). Once modified, you Capture to a new, second WIM with a different name. Some error checking is done.

More space on X:

1) Helps you run Installers that insist on using the boot drive (with no option to change).
2) Some large trial apps leave registry entries that won't let you reinstall them after the first expiration date.
3) Many fail to install because of insufficient temporary space on the installation drive.
4) I like to use Winbuilder as a test 'machine' for new apps that I don't yet trust on my 'good machines'.
5) If you ever infect your build, just make another copy by running the final stage, CopyToUSB-Device.

In Winbuilder, changes, installs, modifications, and additions you make on X: and in the registry ARE NOT saved and disappear at next reboot. However, changing the scratch space to your BOOT.WIM file is permanent. This script will modify the same WIM you booted from (unless you change it). I strongly suggest keeping a copy of your original BOOT.WIM just in case.

Scratch space gets set to 1024 MB (1GB); it is not recommended you to go any higher. If the host machine has little RAM, you don't want to run this. (Although consider using Multi-WIM by 2aCD to accommodate several WIM choices). I use this on 8GB machines.

I now have X: 954MB (2.439MB used, 951MB free) and the rest of a 16GB USBstick is for Y: with a RAMdisk B: of 3GB.

(Tested on Winbuilder [080] using Win7 Pro x64. It should work on [082] with no modifications, but I learned the hard way that alternating back and forth between [080] and [082] will mess up some internal Winbuilder scripts because Winbuilder modifies itself)

Based on forum notes at reboot.pro from Joakim from 2009 about using a registry hack to get 1024 MB Winbuilder scratch space, and, M.Greene's website about modifying the Registry in WIM files.

This is for Win7PESE. Win10PESE uses a different FBWF system, and lacks the specific key, WinPECacheThreshold.

Tony4219

Click here to download this file
Viewing all 6812 articles
Browse latest View live


Latest Images