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

[project] PWBoot <Latest version: 3.0.2>

$
0
0
Introduction

What is PWBoot project ?

PWBoot stands for Portable Windows Boot project, this project aims to be make your Windows operating system to boot from USB storage media easily.


.

Tested storage list

  • USB Flash
    • Kingston DataTraveler 100 (8GB)
    • Sandisk Cruzer Extreme (16GB)
    • Apacer Handy Steno AH328 (8GB)
  • USB HDD
    • Standard 2.5 inch IDE HDD (60GB)
    • Standard 2.5 inch SATA HDD (120GB)
    • Standard 3.5 inch IDE HDD (40GB)
    • Seagate FreeAgent Go (320GB)
Supported boot methods
  • Virtual hard disk (VHD)
    • Windows 7 (Ultimate, Enterprise)
    • Windows Server 2008 R2
    • Windows 8
  • Physical drive (Native)
    • Windows Vista
    • Windows Server 2008
    • Windows 7
    • Windows Server 2008 R2
    • Windows 8
Important!
  • You do not have to use other USB booting program such as USB Watcher.
  • Remember to re-patch after a new service pack updates installed.
Optimization Tips
  • Use HDD instead of FDD.
  • Turn off indexing service.
  • Use DiskMod for enable pagefile on USB (Windows 7+).
  • Defragment the disk.
  • NTFS compression.
Changelogs






Version 1.0

- Initial release.

Version 1.1

- Core improvement

- Main GUI changes

Version 2.0

- New GUI

- Minor improvements

- Support External system patching (Not fully tested)

Version 2.1

- Minor improvements

- Fixed: External system patching doesn't work

Version 3.0

- Major improvements

- New GUI (Well, basically you just need a pointing device to use it)

- Supports physical or VHD installation

- No VM is required to make a working bootable USB

- Higher boot chance for some machine

Version 3.0.1

- Maintenance release

- Fixed: Unable to boot for "Non-Active" boot volume

Version 3.0.2 <Latest>

- Minor update to USB patch code

Screen shots:

Posted Image

Posted Image


Download Link:
PWBoot 3.0.2.exe (1.28MB)
PWBoot 3.0.2 (No-UPX).exe (1.61MB)

Facebook Page: PWBoot Project

Original source: http://reboot.pro/6851/






Batch file to find "real" Windows drive under Windows PE

$
0
0

I've had a little utility named DeleteGUI in my arsenal ever since way back in the PartPE days.  It simply crawls the user and system folders looking for temp files and deletes them.  It was made for XP and has not been updated for Windows 7 so it finds very few files any more due to the DOCUMENTS AND SETTING vs USERS change.  I use it to clean up a system before I Ghost it. Its simpler and faster than most of the heavier duty cleaners lik CCleaner.

 

I came up with a simple script to do most of what DeleteGUI did but am having trouble with it under WIndows PE as the "real" system disk is seldomly drive C: under PE any more as there are often one or two other partitions on the drive for recovery etc. .

 

Anyone have a script or method to determine the actual drive that the full Windows resides on so I can plug it into my batch file?

 

BTW, here's the script, any help with it would be greatly appreciated.

 

@echo off
cd /D C:\Users
REM ?-Clean Temp Folder?
for /D %%a in (*.*) do DEL /F /S /Q "%%a\AppData\Local\Temp\*.*"
for /D %%a in (*.*) do FOR /D %%b IN ("%%a\AppData\Local\Temp\*.*") DO RMDIR /S /Q "%%b"
REM ?-Clean IE Cache?
for /D %%a in (*.*) do DEL /F /S /Q "%%a\AppData\Local\Microsoft\Windows\Temporary Internet Files\*.*"
for /D %%a in (*.*) do FOR /D %%b IN ("%%a\AppData\Local\Microsoft\Windows\Temporary Internet Files\*.*") DO RMDIR /S /Q "%%b"
DEL /F /S /Q "C:\temp\*.*"
RMDIR /S /Q "C:\temp\*.*"
DEL /F /S /Q "C:\Windows\temp\*.*"
RMDIR /S /Q "C:\Windows\temp\*.*"
 

Is it possible to run MS-DOS from Windows Boot Manager (bootmgr)?

$
0
0

Hi there,

 

I successfully created a multibootable USB using WinSetupFromUSB, allowing me to boot into an ISO for MS-DOS 6.22 and installer ISOs for Windows 7 32- and 64-Bit from a single bootable USB. However, while the Windows 7 ISOs are both accessible from the Windows Boot Manager (bootmgr), MS-DOS requires grub4dos to be loaded.

 

This means that my bootable USB is split into two separate boot menus; the grub4dos menu, which is initially booted into and contains the menu entry for booting into DOS 6.22, as well as another two (first and second half of Windows 7 installers) for booting into bootmgr, from where both the Windows 7 entries can be found.

 

I don't like this way of doing things, and I'd really like to unify all four entries into one single menu under Windows Boot Manager. Is this at all possible?

 

Thanks in advance, I really appreciate any help I can get. I also have a related thread on getting DOS 6.22 to work with a bootable USB over here, and would appreciate expertise on that too:

 

http://reboot.pro/topic/21564-how-to-give-bootable-ms-dos-622-access-to-files/

 

How to give bootable MS-DOS 6.22 access to files?

$
0
0

Hey there,

 

I used WinSetupFromUSB to create a multi-bootable USB that allows me to boot into MS-DOS 6.22, in addition to installers for Windows 7 and Vista. I need DOS 6.22 in order to run some legacy programs on very expensive hardware that I can't run the risk of trying another version of DOS or FreeDOS on.

 

DOS 6.22 and the Windows 7 installers boot well enough, but the problem I'm now having is that I have no way of supplying the legacy programs I need to run to DOS 6.22 once its been booted from the USB. Copying these programs to the root of the USB doesn't seem to work; as soon as DOS is booted, all it sees are the 40 files that it comes packaged with.

 

Where in the bootable USB do I put my programs so that MS-DOS 6.22 can access it? If there is no such place, is there any other way to easily give DOS access to those programs?

 

Thanks in advance, I'd really appreciate some help on this.

Booting Kaspersky Boot Disk with GRUB2

$
0
0
Hello everyone! I am working on my own USB stick with some basic tools that I like to have on hand. While I'm at it, I will post my grub.cfg just in case it would be helpful to someone.

So far I have the following tools working.

PartedMagic
Backtrack V5.0
Arch Linux Network Installer
Spinrite V6.0
Memtest86+ V4.20

The next tool I am placing onto the drive is the Kaspersky Boot Disk. I have extracted the contents of the ISO that I downloaded from Kaspersky Labs to a folder on the USB stick called kav. I am having an issue booting it.

I am using the following commands to attempt to boot from GRUB2.


linux /kav/boot/rescue subdir=/kav rootfstype=auto init=/init initrd=rescue.igz kav_lang=en udev liveimg

initrd /kav/boot/rescue.igz

boot


So far, I haven't had any luck as I keep getting a kernel panic.

Here is my attached grub.cfg if it is of help to anyone searching :)


## Nate's Boot Disk



## Parted Magic

menuentry "Parted Magic" {

	 echo "Starting Parted Magic..."

	 loopback loop /pmagic/pmagic_2012_3_24.iso

	 linux (loop)/pmagic/bzImage edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rw loglevel=0 max_loop=256 noeject iso_location=/pmagic

	 initrd (loop)/pmagic/initrd.img

}



## Backtrack 5

menuentry "Backtrack 5" {

	 echo "Starting Backtrack..."

	 linux /bt5/casper/vmlinuz boot=casper live-media-path=/bt5/casper/ splash

	 initrd /bt5/casper/initrd.gz

}



## Backtrack 5 (i915 module)

menuentry "Backtrack 5 (i915 module)" {

	 echo "Starting Backtrack..."

	 linux /bt5/casper/vmlinuz boot=casper live-media-path=/bt5/casper/ splash video=i915:modeset=1

	 initrd /bt5/casper/initrd.gz

}



## Arch Linux Network Install

menuentry "Arch Linux Network Install (64-bit)" {

	 echo "Starting Arch Linux..."

	 linux /arch/boot/x86_64/vmlinuz archisodevice=/dev/disk/by-uuid/235e502b-3607-48c0-9076-17c7aabc1758

	 initrd /arch/boot/x86_64/archiso.img

}



## KAV

menuentry "Kaspersky Rescue (Graphical)" {

	 echo "Loading Kaspersky Rescue CD..."

}



menuentry "Kaspersky Rescue (Text)" {

	 echo "Loading Kaspersky Rescue CD..."

}



## Spinrite V6.0

menuentry "Spinrite V6.0" {

	 echo "Loading Spinrite V6.0..."

	 linux16 /boot/memdisk

	 initrd16 /spinrite/spinrite.img

}



## Memtest86

menuentry "Memtest86+ V4.20" {

	 echo "Loading Memtest86+ V4.20..."

	 linux16 /memtest86/memtest.bin

}

Boot from USB works, but then G4D can't see the USB drive to continue loading

$
0
0
I've got a Gygabyte GA-8I865GME-775-RH rev6.6 but I've had the same issue with other mobos of this era.

It detects the USB frlash drive and will run grub4dos from the MBR, but then the USB drive does not appear in the list of available hds.

So I just get the message "cant find grloader"

Is there any way to get these early mobos to boot from USB using grub4dos?

Windows 7 Embedded Standard SP1 x86 - x64 PE

$
0
0
Ok lets go oldskool.
 
I created this PE so that people can install windows 7 Embedded standard SP1 x86 -x64 like a normall os using the winntsetup tool.
 
You can still choose to install it to a .vhd file if you want just sellect that in the winntsetup tool.
 
If you like to install it to a .vhd use it like in this random video:
 
 
Only difference is that "select the location of your bootdrive is not a flashdisk but your internal HD"
 
If you want it to install it like a normal os just choose your internal HD in both options:
 
"Select the location of your bootdrive"
 
"Select the location of the installation drive"
 
I used a Windows 7 PE to create this edition.
 
So you can burn this to a dvd like you normal do or write it to a flashdisk with rufus:
 
 
Download:
 
 
If you are going to write it to a flashdisk be patient it allmost took 6 minutes on my 16 gb pc.
 
Let it boot from dvd or flashdisk you will see a screen that says:
 
Please Select
 
F1 -------->  Win7 installation
F2 -------->  Win7  PE
 
Do nothing it will boot into the PE in a few seconds.
 
Most times on first try it will not see my keyboard or mice.
 
Then i just force it to shutdown with the poweroff button on my comp and let it restart.
 
Second try allways works.
 
It can take a few seconds to see the keyboard and mice but not minutes.
 
On the desktop select the "ppApps shortcuts" icon and all shortcuts will be shown.
 
When in the PE it speak for itself, after you write down the serial!!! you run winntsetup tool and select x86 or x64 and do your stuff.
 
In the PE there is a folder called "Extra" it is on the root of your PE you will find some tools like Ghost and AOMEI Partition Assistant Technician Edition 6.6.
 
AOMEI Partition Assistant Technician Edition 6.6 you can use to mabe do some partition stuff if you like.
 
In the "Extra" folder is also a folder called: "Only use on Installed windows"
 
Like it says only use those tools on a installed os.
 
In there is a really nice portable (Driver Booster Portable) to get the latest drivers for your fresh installed os.
 
The only thing that you need for this portable to run is an internet connection (so Wlan or Lan must be working)
 
O yeah allmost forgot download:
 
Windows 7 Embedded Standard SP1 x86 - x64.iso (1.20 Gb):
 

Where to download File Doctor Software.

$
0
0

QuickBooks File Doctor is the Trouble Shooting software for QuickBooks Account Software, if your accounting software is not working and you’re not be able to find out your issue then install file doctor software in your system and this software find Out the exact problem of your software. if you want to download this software please visit this link. QuickBooks File Doctor.


Thuê nh

$
0
0

Thuê nhà chung cư hà nội giá rẻ vẫn sống thoải mái

Tôi là một nhân viên văn phòng với mức lương 5 triệu đồng/tháng. Chồng tôi hơn 4 tuổi, lao động tự do. Anh từng làm nhiều nghề như tiếp thị hàng, bán cafe dạo, bảo hiểm... dạo gần đây thì chơi Bitcoi nhưng thua lỗ vỡ mồm. Nên 2 vợ chồng quyết định thuê Thuê nhà chung cư hà nội giá rẻ để kinh doanh bán cafe

Thời gian đầu để lấy khách, quán chạy hết chương trình "Giảm giá 50%", rồi "mua 2 cốc tặng 1 cốc"... Khách đến rất đông, nhưng tiền lãi không thu được là bao do phải thuê mặt bằng khá đắt và nhiều khoản khác. Khi hết khuyến mại cũng là lúc khách giãn dần. Đúng thời điểm đó, ở khu vực lại mọc lên một thương hiệu đồ uống khá nổi được các bạn trẻ rất thích, khiến quán ngày càng vắng. Chồng tôi mang tiếng là quản lý ở đó, mà sau khi trừ các khoản, có tháng chỉ cầm về cho vợ được 2-3 triệu đồng, có tháng còn khất, không đưa tôi đồng nào. Anh vẫn cố duy trì một năm rồi tính tiếp.

 

Câu chuyện thuê nhà để bán hàng vẫn chưa dùng ở đó
 

Thu nhập thấp nên 2 vợ chồng thuê chung cư giá rẻ để ở và kinh doanh buôn bán. Thời gian sau kinh tế phát triển lại. Sinh viên kéo đến ngùn ngụt, thành ra việc buôn bán dễ dàng hẳn. May mắn là sau khi treo biển khoảng một tuần là có người đến hỏi. Họ nhanh chóng mua và chồng tiền ngay, với mức giá gần 4 tỷ đồng. Tôi nói với họ là sẽ chuyển đi trong vòng một tháng, khi tìm được nhà. Thời gian đó, tôi ngó nghiêng nhiều nhà chung cư, và quyết định mua một căn 65 m2, 2 phòng ngủ, ở khu vực Hà Đông gần cuối năm 2013. Tôi mua thô khi công trình chuẩn bị cất nóc tầng cuối cùng, tầng 27, với mức giá 21 triệu/m2. Tôi nhận nhà đầu năm 2014, nhà khi đó chưa trát tường và nền, phải tự mình hoàn thiện mất 6 tháng.

 

Bây giờ 2 vợ chồng đã ổn định kinh tế. Chia sẻ câu chuyện vừa khó khăn vừa vui vẻ cho bà con cô bác cùng phấn đấu

 

GRUB4DOS error dual boot Kali Linux 2016.2 and Windows 10

$
0
0

I was trying to install Kali Linux 2016.2 dual boot on a Windows 10 laptop, but every time I failed with GRUB4DOS Error. I raised this question a month ago and I found the solution after 2-3 days of trial and error. I forgot to answer then, but now I have edited the question and I have provided the answered below.09gFp.jpg

How to capture computer screen to video

$
0
0
why do you record the computer screen?
"How to show my gameplay to my friends?", "Can I use some program to record my Webcam chat?" When you have problems of these, you may need a tool to capture your computer screen activity and save it to a video file.

Besides the case we mention above, you will need to record your computer screen in following scenarios.
Screen demos.
Training videos.
Teaching videos.
Animated tutorials.
Animated presentations.
Animated help files

Do you need a camera or camcorder to record the computer screen?

If you want to record every click of what you have been doing on computer, camera is not the only choice.
Because a camera or comcorder in front of your computer to record your screen is not practical with the following reasons:
1. It can not record the screen precisely.
2. The resulting video will be fuzzy.
3. The recording is not easy to edit.
4. The video file is too large for web sharing and transmission

Computer screen recorder is what you need.
You could use some screen software to record desktop screen to video, and save as avi,wmv,swf,flv format,which could upload to Youtube and other blog or video share website immediately.Also, the record video file size is much less that the camera.

How to record your screen with screen recorder?

To record your screen activity with Total Screen Recorder, you have 2 steps to go:

Step1: Download Screen Recorder and Set It Correctly
Before start to record,let’s download a screen recorder first.
http://www.totalscreenrecorder.com/download.html
Setting must be done correctly.We need to decide the region to capture.if you want to record the whole screen,click full screen;if fixed screen,fix your area.

Posted Image

Interface of Total Screen Recorder.
Red button is the starting menu.
Posted Image

Step 2: Let’s Get Started to Record
After finishing all the settings,click the start button.Then a green frame will appear,which is the area needed to be recorded.Since you have started,do whatever you want,they will be recorded.If you have finished your recording,stop it,save the file and watch the play back.It's easy and convenient.

For details, you can view this homepage:
http://www.totalscreenrecorder.com

Unrecognized filesystem error when mounting system.img.ext4 with ImDisk Toolkit

$
0
0

I have an Android firmware file, which consists of raw partitions that can be flashed to a device. I was able to extract boot.img (needed for the device to boot) and system.img.ext4, which is an image of the device's /system partition, which is (typically) in ext4 format (the extension would seem to indicate so). I also have Ext2Fsd installed. When mounting this file with ImDisk TK, Windows complains that it doesn't have a recognized filesystem. I have tried manually assigning a letter with Ext2Fsd, but same error when I try to access it. I have also tried renaming the file to system.img before mounting, same error. I simply need to extract some files so that I can perform some operations. This is probably a task better suited to Linux, but I would rather use Windows. I was able to do this with another system.img from another firmware file (for an LG device) and it worked. The firmware file I'm using right now is from a Galaxy Note 4 running 6.x Marshmallow. What gives?

Support for asynchronous I/O and command queues

$
0
0

Hello everyone!

 

Does ImDisk 2.* support async I/O and/or command queues? I think that would be very good for networked backends.

 

If it does, what interface should I use (I'd prefer .NET, but C/C++ is fine as well).

Configure multiple base directory path in tftp

$
0
0
Is there a option to configure multiple base directory path in tftp.If there is a option how to do it.

Tftpd64 by Ph. Jounin

$
0
0

Application is screwy as heck for the Current Directory field.

 

If I have the window wide enough to only allow 10 characters of the path to be viewed, when I copy a path, and past it, the Tftpd64 ONLY copies 10 characters.  NOT the full path I pasted.  So when I hit enter, the path fails.

 

If I widen the window to say 100 characters wide, and I past 1-100 characters, when I hit enter, the path is accepted.  If the path is 101 characters wide, well, then it fails again.

 

So there is some sort of strange issue with the path, and width of that field that needs to be corrected.

 

Thank you

 

 


Which is the best Linux under 8GB with persistence and UEFI support

$
0
0

Hi, I have a tablet which has UEFI and is Windows 10 (32 bit) pre-installed. Due to Windows eating up space (now only has 10 Gb), I am on the lookout for a flavour of Linux that is light and supports persistence and UEFI booting. Web browsing and media playback is the only intended use. Preferably  thorough Firefox.

The processor is Intel Atom.

I tested my USB stick of 8GB with MemTest as instructed by steve6375 on his website and it booted up after tinkering with the seemingly unbelievably complex BIOS of this tablet. It booted up fine.

 

So which might suit?

Thanks

Eset Password Decoder

$
0
0

Posted Image

File Name: Eset Password Decoder
File Submitter: DarkPhoeniX
File Submitted: 17 Dec 2011
File Updated: 08 Mar 2015
File Category: Security

This tool Will decode the ESET password hidden in the registry.
It will also show you the ESET User Name And Create a log file.
This Software Cannot show The Password That Protects settings

So if you have forgotten your password you can get it back with this.
All alphanumeric passwords will be decoded as long as the password dose not exceed 20 characters.
Special characters are not Supported for Decoding
Note That Your Anti-Virus may Detect this as a False positive
Tested on Windows 7 32bit & Windows 8.1 64bit

Go to Support topic For Support

Notes:
ESET has detected this tool as "HackWare" but it is completely save.
Please Disable the antivirus.
if you are using V8 and up : go to Advanced Settings>Computer>HIPS and Disable "Advanced memory scanner"
Run as Administrator, if your UAC is on
The ZIP Password is: reboot.pro

Click here to download this file

Driver loader for bypassing Windows x64 Driver Signature Enforcement

Flash drive has an error

$
0
0

Hello, my pen drive is unable to store files (because is write-protected). I have done everything since chkdsk and attr disk clear readonly. The only thing i have not done yet is the firmware reinstall. Well, my pens info is this: (hope you can help me)

 

Description: [E:]USB Mass Storage Device(JetFlash Transcend 16GB)
Device Type: Mass Storage Device

Protocal Version: USB 2.00
Current Speed: High Speed
Max Current: 200mA

USB Device ID: VID = 8564 PID = 1000
Serial Number: VTDUV2BQ

Device Vendor: JetFlash
Device Name: Mass Storage Device
Device Revision: 0100

Manufacturer: JetFlash
Product Model: Transcend 16GB
Product Revision: 8.07

Controller Vendor: Alcor Micro
Controller Part-Number: SC908SN/AU6989SN [E50E] - F/W 3F0C
Flash ID code: EC1AA8DE - Samsung K9ADGD8U0M - 1CE/Single Channel [TLC-8K] -> Total Capacity = 16GB

Tools on web: http://dl.mydigit.net/special/up/alcor.html


Possible Flash Part-Number
----------------------------
[1CE]K9ADGD8U0M x 1 pcs/Channel x 1 Channel


Flash ID mapping table
----------------------------
[Channel 0] [Channel 1]
EC1AA8DE88C5 --------
-------- --------
-------- --------
-------- --------
-------- --------
-------- --------
-------- --------
-------- --------
 

[RELEASE] mbrview.g4b a BAT! tool for grub4dos

$
0
0

Please find attached mbrview.g4b, a simple grub4dos !BAT script to inspect the contents (partition table) of a MBR.

No instructions needed/provided, you either know where your towel is :thumbsup: or you don't :(.
(but if you run it without parameters it will give you some hints ;))

If chenall of any of the good grub4dos developers happen to read this, I adopted (temporarily) the .g4b extension, in order to easily recognize grub4dos batches, some alternatives could be :unsure::

  • .g4b ->grub4dos batch
  • .g4s ->grub4dos script
  • .bip :w00t:-> batch is possible or batch is powerful

it would be a good idea if we had an "officially" approved extension and - ideally - have it *somehow* registered in grub4dos as an executable, something like [PSEUDOCODE] :ph34r::



find batchfile || find batchfile.g4b

to avoid the need to type the extension on command line.

Release ALPHA 0.02 2012-11-05

Have fun :smiling9:, don't make systems unbootable.... :whistling:


:cheers:
Wonko

 

 

EDIT: 31 October 2013

Nando4 :worship: was so kind as to "translate" the mbrview.g4b into "wenv-less" code, making use of the features of more recent grub4dos versions, in order to easen the requirements and make it more efficient. (and with thanks to Steve6375 for a couple of vital suggestions)

Find it and it's story starting from here:

http://reboot.pro/topic/17728-release-mbrviewg4b-a-bat-tool-for-grub4dos/?p=179032

(and I am attaching here a copy for the lazy ;) and as a preventive measure against next code box IPB board software botching)

Attached Files

Viewing all 6812 articles
Browse latest View live




Latest Images