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

Delaying service startup on multi-homed server

$
0
0

I've run into an odd issue with the Tftpd32 service (4.52 service edition on Windows 7) - maybe someone can offer a suggestion.

 

When the Tftpd32 service starts up, the TftpBindLocalInterface socket bind call fails with WSAEADDRNOTAVAIL.  It appears that the second network adapter on our server is not quite ready for use yet.  The service doesn't recover on its own, and needs to be restarted.

 

I've added dependencies on the Tftpd32 service for LanmanagerWorkstation and LanmangerServer, even DHCP, but this doesn't delay the startup quite enough - it still needs a few seconds more delay.  Setting the service to Delayed Start would slow down the startup of our whole system by a lot, and the server and the connected client get restarted fairly often.

 

There are a few ways that I can hack in a fixed delay of a couple seconds, or add a retry to TftpBindLocalInterface, but it feels like there should be a better way.  Any thoughts?


Drweb lifeCD won't run under xboot environment, why?

$
0
0

Drweb based on ubuntu lifecd, xboot recognize it automatically when I add drweb in menu.

I tried also to add via file menu and chose add using grub4dos iso image emulator for drweb-livedisk-900-cd.iso 

Drweb seems starting but after boot logo it stuck with command line of linux shell.

 

How to fix it?

 

Thank you in advance.

What is a working windows 7 bootable flash drive of 256 gb?

$
0
0

Hello all,

 

this is my first post here so I ask you a little of comprehension.

I'm going to buy a windows bootable flash drive of 256 gb; I wonder what is the brand model that is tested to work well?

 

Thank you.

 

cypherinfo

Toshiba Satellite L305D-S5892 Laptop - Wifi not working - Atheros AR5007EG Working wireless Driver - fixes "Local Access" Only connection on Windows Vista

$
0
0

Toshiba Satellite L305D-S5892 Laptop - Wifi not working - Atheros AR5007EG Working wireless  Driver - fixes "Local Access" Only connection  on Windows Vista

 

1. Download and use setup.exe to uninstall  non working drivers/ dont use these drivers to update/in test they didnt work

atheros_ar5xx_ar9xx_ar1xx_ar2xx_10_0_0_303_wireless_whql_driver.zip

http://www7.zippyshare.com/v/rqcI8j0r/file.html

http://drivers.driversdown.com/drivers.asp?ID=132910&brNum=3&show=0

 

2. Working driver (gives local and internet access)

Atheros AR5007EG WLAN Driver 9.2.0.470 for Windows 7/Windows 8

http://drivers.softpedia.com/get/NETWORK-CARD/Atheros/Atheros-AR5007EG-WLAN-Driver-920470-for-Windows-7-Windows-8.shtml#download

or

Attached File  Atheros AR5007EG WLAN Driver 9.2.0.470 for Windows 7Windows 8.zip   2.22MB   0 downloads
 

 

 

This package provides the installation files for Atheros AR5007EG WLAN Driver version 9.2.0.470.

In order to manually update your driver, follow the steps below (the next steps):

1. Go to Device Manager (right click on My Computer, choose Manage and then find Device Manager in the left panel)
2. Right click on the hardware device you wish to update and choose Update Driver Software
3. Choose to select the location of the new driver manually and browse to the folder where you downloaded the driver

 

 

Screenshot

Atheros AR5007EG wireless  Driver fix Local Access Only on Windows Vista.jpg

Sardu BCD Boot Error

$
0
0

Hi

 

I have an BCD Boot error with Sardu. I have read so many things about it, but don't know how to fix it. I have made me with WinBuilder a Win8.1PE-SE and Win7PE-SE. Win8.1PE-SE ISO is named winpe3.iso and my Win7PE-SE named Win7Rescue. Is that the error?

 

I often read, that I have to change the bcd Boot File, but I don't know how. Can I do this with EasyBCD or Bootice?

 

The Error is a black screen Boot/BCD Error.

 

What I also don't know is how to add more than 1 Win7Setup. If I have one ISO with Windows 7 x86+64 my .wim is more than 4GB. Is that possible?

 

 

 

And sorry for my bad english. I hope you understand me.

 

And thanks before.

ProductPolicy viewer

$
0
0

Hi,

 

Following a discussion started here, I am releasing this Product Policy viewer.

It can read both an online and offline registry.

It will parse the following key : SYSTEM\CurrentControlSet\Control\ProductOptions\ProductPolicy.

 

What is good for?

Check enabled/disabled features on your windows (depending on which version you  have).

 

UH3CSP8.png

 

I am asking the modos over here if adding a write feature to this tool would be considered as encouraging illegal activities.

Note that I did not check yet is writing to an offline registry is actually an option.

 

Regards,

Erwan

 

 

 

 

Attached Files

Error: PXE-T01 File not found

$
0
0

Hi!

I'm have this error in one computer-

in log file-"Read request for file <pxelinux.0ÿ>. Mode octet [19/07 00:03:18.087]"

other computer boot good

how to fix this error with the symbol "ÿ"?

thanks!

Please test bzImage with kexec -l grub.exe

$
0
0

Download the attached files, and decompress them, and you will get bzImage and initrd_0.

 

Boot it up with grub4dos in this way:

 

kernel  /bzImage
initrd  /initrd_0
boot

 

(or you may use another boot loader to do it).

 

When you see the linux console, press Enter for several times and you should gain a shell prompt.

 

At the prompt, run the following commands to start grub4dos:

kexec  -l  grub.exe
kexec  -e

Then report back any problems encountered.

Attached Files


Is 512MB the default size for an ImDisk ramdisk?

$
0
0

I think I'm missing something.  I discovered ImDisk a while back and grabbed it happily.  I started using ramdisks in MSDOS in the 80s, and I was delighted to find an open source ramdisk driver for Windows that ran in my 64bit Win7 environment.  I recently upgraded to the 2.0 build.

 

The first disk I created was a 512MB NTFS device, and it worked fine.  But I discovered that I needed a larger one, so I deleted the original and created a new one with a gigabyte of space.  It worked fine.

 

When I shut down and rebooted, the ImDisk ramdisk was there, but it was 512MB.  I haven't seen anything in the docs that indicates 512MB is the default size.  If the driver is going to remember a drive existed after a reboot, shouldn't it remember the size of the previously existing drive?

 

(I'm not concerned with preserving the content.  ImDisk is used for browser profiles and cache.  Those are loaded from Zip files on the hard drive when Windows boots, and the Zip files are updated on shutdown from the ramdisk by scripts that run on boot and shutdown.)

 

I've read the FAQ, and I know I can create a drive of the desired size from Windows scheduler.  That's the next step.  I'm just curious about the current behavior.

________

Dennis

g4d + windows 7 syspreped VHD not booting past 'setup is updating registry settings'

$
0
0

I am trying to boot into windows 7 VHD (flat file 20GB) that has been prepared with a syspreped wim file and winvblock installed offline with grub4dos.

 

steps

create a 20GB fixed VHD file eg win7.vhd

mount and give drive letter

use imagex to apply to the vhd (the install.wim from the official windows 7 ISO) - untouched

install bcd and update the BCD there (so it boots)

copy the winvblk32.sys to sys32 drivers folder

mount the registry hive and add winvblock under the correct root\enum and system

add the grub4dos menu.lst entry

 

From here I can boot into the VHD, however when it gets to the 'setup is updating registry settings' it immediately crashes and the error message appears 'windows could not finish configuring the system to attempt to resume configuration restart computer'.

(I have tested this with several wim files and I know they are ok, because I can install windows from wim files if I use the setup CD with winvblock and attaching a VHD file there.)

 

If I use shift + f10 to get command prompt I can see winvblock is ok and the BCD is ok.

 

What is preventing windows from booting, and is there a registry setting I need to add to allow it to continue past the 'setup is updating registry settings'?

 

211.png

 

image.jpg

AU3381.exe

$
0
0

Good afternoon.  I need some help building WinFE.  I am following the video from Brett Shaver's WinFE tutorial using WinBuilder.  After choosing all the scripts and including my forensic tools, I press the play button to create the ISO.  No matter how many times I redo the previous steps the creation fails because of an issue with AU3381.exe.

I am building the WinFE inside a Windows 7 Ultimate 32-bit environment.  I am using the same Windows version as source for the WinFE.  I am only including a couple of forensic tools, FTK Imager and PhotoRec, just to test the process.

However, the errors I get says that AU3381.exe is not compatible with the version of Windows I'm running.  I excluded the x64 subfolder from Win7PESE but I still get the same error.

Thanks for any help.

Tame, a very interesting approach by Theo de Raadt

Deactivated

What is Significance of MSR, SYS, EFI partitions for Win 8.1 Native Boot VHD? How?

$
0
0

What is Significance of MSR, SYS, EFI partitions for Win 8.1 Native Boot VHD? How?

I ask because I've built and native booted several variations of Win 8.1 VHDs on target SPro 3. I'd like to know pros & cons.

CONTEXT: 
So, with a lot of help and input from multiple amazing people from multiple forums and coming closer to the goal of my project. I have found and tested the ways and means to complete the steps in my project. 
Some interesting questions and thoughts have come up. 
(http://forums.mydigitallife.info/threads/62362-Virtualize-Win8-1-BIOS-MBR-Physical-Partition-gt-to-gt-WIM-Image-gt-to-gt-UEFI-GPT-VHD?p=1085352&viewfull=1#post1085352)

PROJECT MILESTONES SO FAR: 

A - Was able to find articles that help bypassing Sysprep errors on Win 8.1
Did some extensive Driver Cleaning/ Reseting from OEM/Intel/Non MS drivers to MS Win 8.1 native drivers

e.g. Prototype sample runs involved Sysprepping Fresh Win 8.1 installs while eliminating issue causing Metro App packages. 

B - Played with DISM, Disk2VHD, GPTGEN in various configurations with Win 8.1

e.g. Prototype sample runs involved imaging Fresh Win 8.1 MBR/ BIOS installs and converting or applying them to GPT/UEFI VHDs and native booting them in Step C

C - Have been able to Native boot Win 8.1 VHDs using BCDBOOT: 

QUESTIONS & DECISIONS about MSR, SYS, EFI Partitions on Win 8.1 Native Boot VHD: 

I am left with some final decisions to make and questions.. 

Before I apply my Customized_Windows.WIM...
What kind of Partitioning structure should I CREATE IN/ FOR my FINAL VHD? 

I ask because I've built and native booted several variations of Win 8.1 VHDs on target SPro 3. 
Some with Single Partition Volumes and others with Sys+EFI etc. 

OPTIONS/ EXAMPLES of Sample VHDs executed & installed on Surface Pro 3:

[:\Windows]
DISM Installed Natively 

[Sys:300M][EFI:100M][:\Windows]
Vanilla Install via Hyper V
Possibly also doable using VDisk commands via Native Install as well. I guess. 
Also, during this Vanilla install it was trying to create the MSR partition in addition to the above. 

I did read about the MSR, SYS, EFI partitions online as well as how OSes can also run without those. 
https://technet.microsoft.com/en-us/library/dd799232(v=ws.10).aspx 
https://technet.microsoft.com/en-us/library/dd744301(v=ws.10).aspx

IC514412.png

Also, if ever V2P for Upgrading to Win10 and then P2V again smile.gif There were some workarounds posted on Technet (need to find link, will find and post) as Windows cant upgrade on Native Boot VHD. 

BOOT BCDBOOT QUESTION: 
With single partition volume VHDs, its simple & clear how to APPLY and USE ..BCDBOOT. 
With these SPECIAL PARTITIONS, I am curious what would the best way to "direct" BCDBOOT > > > ?? From where to where? 
https://technet.microsoft.com/en-us/library/hh824874.aspx
https://technet.microsoft.com/en-us/library/gg577238.aspx

EXISTING HARDWARE PARTITION VOLUMES: 

SPro 3 HDD (UEFI Only):
[Sys:350M][EFI:200M][:\Windows][Recovery:5GB]

X61T HDD (BIOS Only):
[:\Windows]

Windows 7 AoE - What does CCBoot Do?

$
0
0
I posted my Windows XP AoE diskless boot Experiment in the Tiny PXE Server topic (here).

I experienced lots of frustration trying to get Windows 7 diskless booting using AoE and gave up for a while. I decided to retry yesterday after checking out rebit's various posts mentioning the use of CCBoot and finding a link to the CCBoot version rebit appears to have used in his/her own tests (here).

rebit's download package contain's ccbootsetupclient0722.exe - on installing it, it appears to be version 2.1 build 20110622. Direct download from the ccboot.com website - http://www.ccboot.com/download/ccbootsetupclient0722.exe.

Anyway, using this CCBootClient version I was able to diskless boot Windows 7 SP1 32-bit. I'm very pleased, but would like to achieve this without installing CCBoot if possible - anyone know how?

Misty

P.s. I (re)tested using the most recent CCBootClient version (ccbootsetupclient20140222) - this just demonstrates that newer and bigger is not always better as Windows 7 failed to boot!

Adding drivers to Win7PE_SE

$
0
0
Using BartsPE, as I recall, I create a folder, named it what I wished, and placed the extracted driver files as provided by the vendor. These files I assumed where copied to the %system% folder.

I am now learning Win7PE_SE, please tell me I only have to copy files to a subfolder under ..\Projects\Win7pe_SE\Drivers? I can't imagine have to make script files for every driver I run across in the future.

Zalman ZM-VE200 HDD enclosure Mini Review

$
0
0
Originally brought up in the topic
http://reboot.pro/8944/

Zalman ZM-VE200 HDD enclosure. Better then the older model the ' I-Odd 2501 USB disk enclosure

By default, the virtual drive shows up as a BD-ROM drive on your computer, so even if you don’t have a Blu-ray drive, you kind of do with the ZM-VE200

bluray.jpg

Just received mine thru the mail.
zalmandrive.jpg

The ZALMAN ZM-VE200 is based on the licensed design from Iodd.
More detailed review and some great tips[ZM-VE200 megatechnews.com Review]

ZM-VE200 has some great overal improvements from the get go. Well done so far in my testing.

On watching the video on Disassembling the iodd [Video for Disassembling ].
you will notice that the person disassembling the device use's a bit of force to open the case. Not so with the ZM-VE200.
I was a bit afraid after watching the iodd video of breaking something.

With Disassembling the ZM-VE200 there is no more struggle to take it apart in order to insert the drive into the case.

To insert youre drive on iodd 2501 was harder as you can see from the picture you had to disassemble it.
iodd.jpg

With the ZM-VE200 the only thing you do is an easy 4 steps no disassembling . Just beautiful. mmmm! What a relief.

1
z1.jpg
2
z2.jpg
3
z3.jpg
4
z4.jpg

How to join two wires

Clone existing Windows 7 to iSCSI

$
0
0
Installing Windows 7 to an iSCSI target - thanks to Erwan.l's instructions (here) this proved to be relatively easy once I'd set up the iSCSI target.

Cloning to iSCSI - more bloody frustration!!!! Lots of 0x7b errors :frusty:

After a fair amount of googling and lots of tests I stumbled accross the following instructions - http://blog.zorinaq.com/?e=41
 

Disable the LightWeight Filter (LWF) driver for the NIC that will be used for iSCSI boot. As explained in KB976042 this driver cannot start at boot time and would prevent the NIC from being available during iSCSI boot. One way to unbind the LWF driver from the NIC is to use bindview.exe which has to be compiled from the Windows Developer Kit(!) If you are like me and prefer easier solutions, do this by editing the registry (thanks to Takahiro Wagatsuma for this information):

1.Open HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}

2.Find and open the subkey for the NIC (eg. 0007)

3.Open the subkey Linkage

4.Edit the value FilterList. Delete the line that refers to the LWF driver UUID {B70D6460-3635-4D42-B866-B8AB1A24454C}. In my case I had to delete the second line. Before:
{158B0494-2576-4DE5-9E32-98DB9E177DD8}-{B5F4D659-7DAA-4565-8E41-BE220ED60542}-0000
{158B0494-2576-4DE5-9E32-98DB9E177DD8}-{B70D6460-3635-4D42-B866-B8AB1A24454C}-0000

After:
{158B0494-2576-4DE5-9E32-98DB9E177DD8}-{B5F4D659-7DAA-4565-8E41-BE220ED60542}-0000


The entry for my NIC was also in the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\007 registry key - on two systems - admittedly with similar hardware (a thinkpad X61 and T400).

Edited the key as described (in my cloned disk image - my iSCSI target) and PXE booted the client system.

Worked first time - when Windows finished booting I was prompted to reboot following the driver installation for the new (iSCSI) disk Windows was running on. Rebooted and received an 0x7b error again :frusty:

Looks like this key is repopulated on every boot!!!!

Any ideas?

BTW, cloning my system is not that straightforward due to limited hard disk space so I did another test -
  • booted to WinPE and imaged my local installation using wimlib-imagex
  • applied the captured wim to my mounted iSCSI target (a 20gb sparse .vhd mounted as R:)
  • mounted R:\windows\system32\config\system registry hive
  • edited mounteddevices key and changed the drive letter(s)
  • disabled the LightWeight Filter (LWF) driver as per the instructions above
  • Deleted R:\boot to get rid of the old BCD store
  • used the bcdboot command to create a new BCD store (bcdboot r:\windows /s r:
Rebooted the system and successfully sanbooted the disk image - as it wasn't a cloned image it contained a different disk signature - avoiding any conflict with the existing hard disk on the client system and avoiding the need to remove the disk from my laptop.

Diskpart output from Windows 7 running on the iSCSI target -
Microsoft DiskPart version 6.1.7601
Copyright (C) 1999-2008 Microsoft Corporation.
On computer: X61-PC

DISKPART> list disk

  Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online           55 GB      0 B
  Disk 1    Online           20 GB      0 B

DISKPART> sel disk 1

Disk 1 is now the selected disk.

DISKPART> detail disk

KernSafe iSCSI Adapter SCSI Disk Device
Disk ID: DA7D7987
Type   : iSCSI
Status : Online
Path   : 0
Target : 0
LUN ID : 0
Location Path : UNAVAILABLE
Current Read-only State : No
Read-only  : No
Boot Disk  : Yes
Pagefile Disk  : Yes
Hibernation File Disk  : No
Crashdump Disk  : No
Clustered Disk  : No

  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 3     C   ISCSI        NTFS   Partition     19 GB  Healthy    System

DISKPART>
Still have the same bloody issue with the filter driver repopulating on every boot though.

Any thoughts?

:cheers:

Regards,

Misty

BCD Edit and BCD Stores

$
0
0
Some notes on BCD Edit and BCD stores. Many thanks to Wonko, Erwan.l and cdob for their feedback and help.

These notes have been sitting around on my hard drive for weeks - I'm currently locked out of my reboot subdomain awaiting a password reset :frusty:

They're not much use to anyone else on my hard drive so I've uploaded them here as a temporary measure (or possibly as a mirror to the mistype.reboot.pro subdomain) - http://www.mistyrebootfiles.altervista.org/documents/BCDEdit/index.html

Regards,

Misty

P.s. feedback is welcome.
Viewing all 6812 articles
Browse latest View live


Latest Images