Create a multi boot rescue USB flash drive


Recommended Posts

OK they've changed the way they include it.

Copy the ntpass folder to the root of your flash drive, and then use this entry instead of the above one for ntpass:

title ntpass
kernel /ntpasswd/vmlinuz rw vga=1 initrd=/ntpasswd/initrd.cgz /ntpasswd/scsi.cgz
initrd=/ntpasswd/initrd.cgz

It at least booted for me, hope it works for you too (Y)

It worked.

Thank you for this elegant construction of a powerful program.

Can you recommend kind of a users' manual for it?

Excellent guide Si. I have a problem with the Windows PE boot manager. I get an error when I try this option: "Windows failed to start. A recent hardware or software change might be the cause." File: \Boot\BCD Status: 0xc0000225. Screenshot attached. I downloaded the files and installed on an AMD2X64 Desktop (running XP SP3 32 bit)and the laptop I'm using it on is an Acer Travelmate 803lci with Intel Centrino 32 bit.

post-269402-1226927483_thumb.jpg

Can we have a screenshot of your folder layout and the files within there please. This may help us identify the problem. I have PE on a USB stick using this boot method and it works fine, so im guessing you may be missing some files.

Here's a screenshot of my files. Everything else works fine apart from PE. I read somewhere that it could be a problem with chainloader /bootmgr but that was something like chainloader /(hd0,6) which gave exactly the same error. Please comment.

post-269402-1226941618_thumb.jpg

Hi Kevbert.

All these new posts have inspired me to update my own recovery drive - and I have just followed my own instructions successfully.

I did do two things differently to the guide you followed:

A) I did my build within Windows Vista (with SP1). Not sure if this makes any difference at all.

B) I have used the WAIK 1.1 in order to get the newer Windows PE 2.1 as opposed to 2.0

Perhaps it is worth copying the PE files to the drive again, in case your \boot\BCD file is somehow corrupt?

I will update the original post with the ntpasswd and PE 2.1 details.

It worked.

Thank you for this elegant construction of a powerful program.

Can you recommend kind of a users' manual for it?

Glad to hear it worked - unfortunately I don't have a link to a manual as such. I spent an evening working in Google to build this originally, sorry!

Kevbert,

Can you try making a copy of you EFI folder that is currently on your drive root, and place it inside the BOOT folder please and then try again. I have an EFI folder on both my drive root and in the BOOT folder, so im wondering if this has anything to do with it.

This is the only difference i can see between the two.

Other than that, can you post a copy of your menu.lst please for us.

Rich

Thanks to everyone who's replied.

I've tried installing again to a new flash drive and get the same result.

I removed PE2.0 and installed 2.1 from DVD. Regarding WAIK, two comments. In the displayed example install on the APCMAG webpage it shows 18 files are downloaded via the command prompt (I only get 17 using PE2.0 and 2.1). Also the command OSCDIMG -bc:\temp\x86_pe\etfsboot.com -n -o c:\temp\x86_pe\iso c:\temp\x86_pe.iso

- does there need to be a space between -b and c:\temp\... ?

Unfortunately I don't have Vista, I'm using Windows XP SP3.

The amount of memory in my laptop approx 1.75Gb excluding video memory (not shared).

I've tried copying the EFI folder to BOOT and it makes no difference. I have a BCD file in \BOOT which is 262144 bytes. The md5sum for this is 603c405372fae16a89ec9f3b92a1aae5 (on a linux PC).

My menu.lst boot file was copied straight from the website using Notepad:

color black/cyan yellow/cyan

timeout 60

title SystemRescueCD

kernel /rescuecd initrd=initram.igz video=ofonly vga=0 scandelay=5

initrd /initram.igz

title Windows PE

chainloader /bootmgr

title DBAN

kernel /memdisk

initrd /dban.img

title ntpasswd

kernel /ntpasswd/vmlinuz rw vga=1 initrd=/ntpasswd/initrd.cgz /ntpasswd/scsi.cgz

initrd /ntpasswd/initrd.cgz

title Memtest86

kernel /memdisk

initrd /memtestp.img

Thanks in advance.

Kevin.

I think i see your problem now. In your menu.lst file, you ahve not set the correct root. Therefore the Windows PE is not looking in the correct place for the boot files.

Try this under your Windows PE option:

find --set-root /EFI/bootmgr

chainloader /EFI/bootmgr

Let us know how you get on! (Y)

Edited by Rich
I think i see your problem now. In your menu.lst file, you ahve not set the correct root. Therefore the Windows PE is not looking in the correct place for the boot files.

Try this under your Windows PE option:

find --set-root /EFI/bootmgr

chainloader /EFI/bootmgr

Let us know how you get on! (Y)

Thanks. I assume that this should be in my menu.lst file. Unfortunately I get an error 17: File not found. I've also tried this under bash. The bootmgr file is in the root directory. Can someone attach a copy of bootmgr and BCD (the one under /BOOT).

After all the USB stick can be used for any Windows PC (or am i wrong ?)

I've even tried changing the case in menu.lst as Grub is a linux thing (just in case it's case sensitive).

Thanks. I assume that this should be in my menu.lst file. Unfortunately I get an error 17: File not found. I've also tried this under bash. The bootmgr file is in the root directory. Can someone attach a copy of bootmgr and BCD (the one under /BOOT).

After all the USB stick can be used for any Windows PC (or am i wrong ?)

I've even tried changing the case in menu.lst as Grub is a linux thing (just in case it's case sensitive).

The root i set needs to be change according to where your files are located. As far as i could tell you said you made a copy of the EFI folder to your BOOT folder so it should have worked.

The case should not be the problem. I have changed this also and it makes no difference.

Im out of suggestions myself to be honest. Im guessing there might be something wrong with the PE files you are using? :s

The root i set needs to be change according to where your files are located. As far as i could tell you said you made a copy of the EFI folder to your BOOT folder so it should have worked.

The case should not be the problem. I have changed this also and it makes no difference.

Im out of suggestions myself to be honest. Im guessing there might be something wrong with the PE files you are using? :s

Thanks Rich. It may be as Si suggested that I need to use Vista to set this up as I've tried both PE2.0 and 2.1 via the two versions of WAIK.

Thanks Rich. It may be as Si suggested that I need to use Vista to set this up as I've tried both PE2.0 and 2.1 via the two versions of WAIK.

No problem mate, always happy to help where i can. However, i dont think that is the case. I use XP and dont have this problem.

UPDATED 2008-11-17: Windows PE 2.1 update and ntpasswd fix.

******************************************************************

This is a neat little project for those of you that could be asked to help fix a PC at any moment in your life - the end result is a flash drive which when booted lets you pick from:

This was an informative post and I appreciate it. However, I prefer to use UBCD to burn a one time off disk. Because 1, a CD-R is cheaper. 2, USBs can be used for file transfer

This was an informative post and I appreciate it. However, I prefer to use UBCD to burn a one time off disk. Because 1, a CD-R is cheaper. 2, USBs can be used for file transfer

However, a USB is:

1. More portable

2. Cheap enugh in price for a 1gig drive now

3. this allows you to still move things to and from the device, even when botted from it

Your argument does not really stand much ground to be honest.

  • 2 weeks later...

Hi,

with ntpasswrd grub4dos doesn't work

->

http://www.boot-land.net/forums/?showtopic=5433

There is a guide how to combine the two ramdisk files to one, but i'm a linux newbie and I cannot make the grub4dos compatible new ramdisk with scsi drivers.

Anyone could do this?

Thanks & br

Pat

Hi,

with ntpasswrd grub4dos doesn't work

->

http://www.boot-land.net/forums/?showtopic=5433

There is a guide how to combine the two ramdisk files to one, but i'm a linux newbie and I cannot make the grub4dos compatible new ramdisk with scsi drivers.

Anyone could do this?

Thanks & br

Pat

title ntpasswd

kernel /ntpasswd/vmlinuz rw vga=1 initrd=/ntpasswd/initrd.cgz /ntpasswd/scsi.cgz

initrd /ntpasswd/initrd.cgz

Simple as that?

What error do you get when using the above?

Also, ensure that vmlinuz, initrd.cgz and scsi.cgz are in the ntpasswd folder on the root of your drive.

title ntpasswd

kernel /ntpasswd/vmlinuz rw vga=1 initrd=/ntpasswd/initrd.cgz /ntpasswd/scsi.cgz

initrd /ntpasswd/initrd.cgz

Simple as that?

What error do you get when using the above?

Also, ensure that vmlinuz, initrd.cgz and scsi.cgz are in the ntpasswd folder on the root of your drive.

ntpasswd is starting but it doesn't show any fixed harddisk in the pc, because grub4dos can't load scsi.cgz (it can only load initrd.cgz)

Im guessing, but try initrd=/ntpasswd/scsi.cgz

Are you using SCSI, IDE or Serial drives?

I have ide & sata drives,.. but ntpasswd needs the initrd.cgz to run,..

Im guessing, but try initrd=/ntpasswd/scsi.cgz

ERROR: KERNEL PANIC

Edited by mrpaddy81
Did you do it like this:

title ntpasswd

kernel /ntpasswd/vmlinuz rw vga=1 initrd=/ntpasswd/initrd.cgz initrd=/ntpasswd/scsi.cgz

initrd /ntpasswd/initrd.cgz

tryed it - it runs, but it shows ONLY the USB Stick from which I'm booting, no system disk!

multi cgz files not yet suported. As a workaround you need to combine these cgz files into one cgz file, for example, in these steps:

1. use gunzip and cpio to decompress /initrd.cgz and /scsi.cgz into a folder

2. run cpio in the folder to create a new cgz ball, called new_initrd.cgz

Then you would write the initrd line like this:

initrd /new_initrd.cgz

this is I think the only solution but I have no idea how to do it,..

tryed it - it runs, but it shows ONLY the USB Stick from which I'm booting, no system disk!

this is I think the only solution but I have no idea how to do it,..

Hmmm, strange. I see my drives on my machine regardless.

Im not much of a Linux guru, only a starter really. Hopefully someone else more Linux knowledged will see this and be able to assist further, but i have exhausted all my ideas.

Ill let people know about this thread for you though mate.

Sorry i couldnt help more (Y)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I think he means you haven't reviewed previous UFC games. Of course it doesn't matter... Every time you just report on something that involves the President even if just simply what happened you guys usually get accused of being anti-Trump. We live in fun times.
    • So how did you solve the problem? Disabling Secure Boot isn’t a solution.
    • Another devilish issue surrounding these certificates is what can happen with old, unsuspecting PCs that nevertheless have Secure Boot enabled. In my case, it was a Dell with a 3rd-gen Core chip (so about 13 years old). As of the last few weeks, it was suddenly BSOD'g within about 5 minutes of booting. Turns out it was because of MS's "Secure-Boot-Update" scheduled task, which is scheduled to run 5 minutes after login. It's explained in gory detail here (this is not my post, but it was where I found the answer), but the short version is that this legacy system would need fairly elaborate, manual certificate intervention since MS's automatic cert update method cannot work. How to do that is linked late in the thread. https://www.bleepingcomputer.c...od-caused-by-scheduled-task Secure Boot wasn't at all important for this particular PC, so I disabled it to be done with the problem.
    • Winhance 26.06.12 by Razvan Serea Winhance is an open-source Windows enhancement utility designed to help users debloat, optimize, and customize Windows 10 and 11. It provides a user-friendly interface for removing unwanted apps, legacy components, and optional features safely, giving you more control over your system. With Winhance, you can improve performance, reduce clutter, and enhance privacy without the need for a clean install. Beyond basic debloating, Winhance offers extensive optimization tools. Users can tweak power plans, adjust gaming and performance settings, control notifications, and manage Windows Update behavior. Privacy-focused settings allow you to limit telemetry and data collection, while system customization options let you personalize the taskbar, Start menu, Explorer, and Windows themes. Winhance also supports installing or removing software efficiently, including external apps via WinGet integration, streamlining both new setups and daily maintenance. New AI privacy groups have been added for Windows AI, Microsoft Edge AI, and Microsoft Office AI, giving users clearer control over AI-related telemetry and feature usage. In addition, new settings in Gaming & Performance introduce AI taskbar pin toggles, options to remove AI apps, and controls for AI services and scheduled tasks, allowing users to better manage how AI components run in the background and appear in the system. For advanced users and IT professionals, Winhance integrates WIMUtil, a tool for creating custom Windows installation ISOs with automated configuration. You can generate autounattend.xml files, inject drivers, and apply your chosen Winhance settings automatically during installation. Most changes are non-destructive and reversible, with clear explanations in the GUI. Whether you’re optimizing a single PC or managing multiple systems, Winhance delivers a faster, cleaner, and highly personalized Windows experience. The Winhance.Installer.exe includes both Installable and Portable versions during setup. Winhance supports both Windows 10 and Windows 11 64-bit versions. It's regularly updated to ensure compatibility with the latest Windows updates and features. Winhance key features: Debloat Windows – Safely remove unwanted apps, features, and legacy components. Optimize Performance – Tune system settings for speed, responsiveness, and gaming. Privacy Enhancements – Control telemetry, data collection, and notifications. Power Management – Configure power plans and advanced energy settings. Windows Update Control – Adjust update behavior for stability and convenience. Theme Customization – Switch between light/dark mode and adjust system colors. Taskbar & Start Menu Tweaks – Modify layout, icons, and behavior. Explorer Customization – Adjust file explorer appearance and functionality. Software Management – Install/remove Windows apps and optional features. External Apps Installation – Deploy essential apps via WinGet integration. Configuration Management – Save, export, and import Winhance settings easily. Automation with WIMUtil – Create custom Windows ISOs with integrated settings. Autounattend.xml Generator – Automate Windows installations with preconfigured options. Driver Integration – Include current system drivers in custom ISOs. Non-Destructive Changes – Reversible settings with clear explanations in the GUI. Winhance 26.06.12 changelog: Features Builder Mode — build a Winhance config file or autounattend.xml without changing anything on the PC you're sitting at. Flip the new mode switcher to Builder, set everything the way you want it, and save the result as a Winhance config or an autounattend file ready for deployment on other machines. Sponsors & Supporters page — the exit donation dialog is gone. In its place, an in-app page (heart icon or the More menu) recognizes the businesses and individual supporters who keep Winhance free. It works offline and is fully localized. Change History — Winhance now keeps a receipt of everything it does. ChangeHistory.txt records every setting change (before and after values) and every app install or removal, with clear headers for config imports and bulk actions. Open it from the More menu. Hebrew language support — Winhance is now available in 29 languages. New Explorer customizations: desktop icon visibility toggles, This PC folder visibility, an icon cache size setting, and automatic thumbnail cache cleanup. New "All apps view" setting for the redesigned Windows 11 Start menu, and the Windows 11 system tray icons setting is now a dropdown with more control. App-local UI zoom — press Ctrl +/-/0 or use Ctrl+MouseWheel to scale the whole app, just like a browser. New External Apps: EA app, Ubisoft Connect, Battle.net, Rockstar Games Launcher, PowerShell, and Helium Browser. Bug Fixes Layouts no longer clip when the Windows text size slider is set above 100%. Accessibility: Narrator now announces setting names on toggles and dropdowns, previously unlabeled buttons are labeled, and progress updates are announced. Silent updates now respect your custom install location instead of reverting to the default. Cancel in Review Mode no longer clears your app selections. OneNote is now detected correctly for Win32 Click-to-Run installs. Clean Start Menu applies more reliably by also writing the group policy path. WinGet errors are no longer silent — error details now show in the terminal output. Fixed a startup crash on older Windows builds caused by a .NET runtime regression. Config import now converts power setting values correctly and no longer re-applies an already-active power plan. Improvements App icons load noticeably faster and cover almost everything now, including legacy capabilities and optional features — they come from a dedicated, checksum-validated icon repository and are fetched in parallel. Software & Apps polish: per-icon tooltips, extra table columns, an app sort dropdown, relocated search, and a cleaner compact view. A warning now appears when the Connected Devices Platform Service is set to Manual or Disabled, since some Windows features depend on it. Download: Winhance 26.06.12 | 61.5 MB (Open Source) Links: Winhance Website | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Microsoft Windows 11 Pro and Office Home & Business 2024 is still 69% off by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where you can save 69% on Windows 11 Pro + Microsoft Office Home & Business 2024. Upgrade your computing experience with Windows 11 Pro. This cutting-edge operating system boasts a sleek new design and advanced tools to help you work faster and smarter. From creative projects to gaming and beyond, Windows 11 delivers the power and flexibility you need to achieve your goals. With a focus on productivity, the new features are easy to learn and use, enhancing your workflow and efficiency. Whether you're a student, professional, gamer, or creative, Windows 11 Home has everything you need to take your productivity to the next level. New interface. easier on the eyes & easier to use Biometrics login*.Encrypted authentication & advanced antivirus defenses DirectX 12 Ultimate. Play the latest games with graphics that rival reality. DirectX 12 Ultimate comes ready to maximize your hardware* Screen space. Snap layouts, desktops & seamless redocking Widgets. Stay up-to-date with the content you love & the new you care about Microsoft Teams. Stay in touch with friends and family with Microsoft Teams, which can be seamlessly integrated into your taskbar** Wake & lock. Automatically wake up when you approach and lock when you leave Smart App Control. Provides a layer of security by only permitting apps with good reputations to be installed Windows Studio Effects. Designed with Background Blur, Eye Contact, Voice Focus, & Automatic Framing Touchscreen. For a true mouse-less or keyboard-less experience TPM 2.0. Helps prevent unwanted tampering Windows 11 Pro also includes a number of productivity-focused features, such as the ability to snap multiple windows together and create custom layouts, improved voice typing, and a new, more powerful search experience. Personal and professional users will enjoy a modern and secure computing experience, with improved performance and productivity features to help users get more done. Only on Windows 11 Pro If you require enterprise-oriented features for your daily professional tasks, then Windows 11 Pro is a better option. Set up with a local account (only when set up for work or school) Join Active Directory/Azure AD Hyper-V Windows Sandbox Microsoft Remote Desktop BitLocker device encryption Windows Information Protection Mobile device management (MDM) Group Policy Enterprise State Roaming with Azure Assigned Access Dynamic Provisioning Windows Update for Business Kiosk mode Maximum RAM: 2TB Maximum no. of CPUs: 2 Maximum no. of CPU cores: 128 Good to know: Length of access: lifetime Redemption deadline: redeem your code within 30 days of purchase Access options: desktop Max number of device(s): 1 Version: Windows 11 Pro Updates included Click here to verify Microsoft partnership Created with ChatGPT The essentials to get it all done. Microsoft Office 2024 Home is the latest version of Microsoft’s renowned productivity suite, which includes essential applications like Word, Excel, PowerPoint, and OneNote. This version is specifically designed for individuals and families seeking reliable tools for various home tasks, including document creation, spreadsheet management, presentation design, and note-taking. Office Home 2024 is for students and families who want classic Office apps on their Mac or PC. A one-time purchase installed on 1 PC or Mac for use at home or school. Lifetime license for MS Word, Excel, PowerPoint, & OneNote One-time purchase installed on 1 Windows PC for use at home or work Instant Delivery & Download – access your software license keys and download links instantly Free customer service – only the best support! Microsoft Office 2024 Home or Business for PC or Mac includes: Microsoft Office Word Microsoft Office Excel Microsoft Office PowerPoint Microsoft Office OneNote Is it legit? Click here to verify Microsoft partnership Good to Know ONE-TIME PURCHASE INSTALLED ON 1 DEVICE This licensing type will be connected with your Microsoft Account, NOT your actual device. This is a one-use code. The product you are purchasing is NOT MICROSOFT 365. Please read the product details. Redemption deadline: redeem your code within 30 days of purchase Access options: desktop Full versions No subscriptions – no monthly/annual fees Version: 2024 Updates included Here's the deal: This Microsoft Office Pro 2024 + Windows 11 Pro bundle normally costs $448.99, but this deal can be yours from just $134.97, that's a saving of $314. For full terms, specifications, and license info please click the link below. Microsoft Office Pro 2024 + Windows 11 Pro for just $134.97 (was $448.99) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
  • Recent Achievements

    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      agatameier earned a badge
      Week One Done
    • Week One Done
      ssd21345 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      518
    2. 2
      +Edouard
      198
    3. 3
      PsYcHoKiLLa
      147
    4. 4
      ATLien_0
      95
    5. 5
      Steven P.
      77
  • Tell a friend

    Love Neowin? Tell a friend!