Create a multi boot rescue USB flash drive


Recommended Posts

  • 2 weeks later...
Wow, I can't say I'd even considered putting a shell on PE. I have been using the A43 file manager and some small tools from the command line. Nice work (Y)

Thanks.

I needed to create a way to boot and use Ghost at the company where I work, so I figured I put in a shell so it would be a little easier to work with.

Also all of the Portable Apps work just fine in the PE 2.0 environment.

Again, thanks for the guide.

Wow, Im shocked how easy this guide is...but I still need some help. I have to admit my knowledge of Grub or any linux distro is limited. I have tried to add a few more options to my flash boot, bartPE, Hirems, Even knoppix with no avail, could someone help me out with the steps to add to this setup?

thankyou. the guide is great.

Wow, Im shocked how easy this guide is...but I still need some help. I have to admit my knowledge of Grub or any linux distro is limited. I have tried to add a few more options to my flash boot, bartPE, Hirems, Even knoppix with no avail, could someone help me out with the steps to add to this setup?

thankyou. the guide is great.

Can you paste the contents of your menu.lst file please.

Right now it just has the things listed in this tutorials list. Nothing more. As things didnt work, I removed entries that I had been attempting.

You need to list what you have and what you are trying to use. Without this we cannot say for sure what you are doing wrong.

Also any error messages you recieve when you try to load the environments would be good.

We basically need as much info as possible to help you out and at the moment we have nothing to work with from you.

You should also know that i have knoppix, Hirems and BartPE booting from my USB, so if you post your menu.lst, i should be able to compair and tell you where you are going wrong quickly.

You need to list what you have and what you are trying to use. Without this we cannot say for sure what you are doing wrong.

Also any error messages you recieve when you try to load the environments would be good.

We basically need as much info as possible to help you out and at the moment we have nothing to work with from you.

You should also know that i have knoppix, Hirems and BartPE booting from my USB, so if you post your menu.lst, i should be able to compair and tell you where you are going wrong quickly.

well here is the deal, Im not sure how to make a img file of the live CDs, I tried to make a Img file like the floppy files included in the tutorial and when I inserted the commands in my menu.lst like this

title knoppix

kernel /memdisk

initrd /knoppix

it would not work,,,,, i booted the usb drive and it wouldnt even show up as a item to select in the menu....so I just figured I was doing it completely wrong. I kinda hate to say thats what I tried cause I know its completely wrong odviously....please dont laugh too hard.

well here is the deal, Im not sure how to make a img file of the live CDs, I tried to make a Img file like the floppy files included in the tutorial and when I inserted the commands in my menu.lst like this

title knoppix

kernel /memdisk

initrd /knoppix

it would not work,,,,, i booted the usb drive and it wouldnt even show up as a item to select in the menu....so I just figured I was doing it completely wrong. I kinda hate to say thats what I tried cause I know its completely wrong odviously....please dont laugh too hard.

I see. You dont need to make an img file. That does not work for all systems.

For knoppix, i just coppied the live CD to a folder called KNOPPIX in the root. Then i made my menu.lst look like this:

title 8. Knoppix

chainloader +1

rootnoverify

For barts PE i did this:

title 3. Barts PE

find --set-root /minint/setupldr.bin

chainloader /minint/setupldr.bin

And for system rescue CD i did this:

title 2. System Rescue CD

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

initrd /initram.igz

Hopefully this will give you a bit more guidance.

Let us know how it goes. If it still does not work, we can try other things mate.

Im giving that a try as we speak, but how is that knoppix entry actually linking to the knoppix folder in any way? Not to mention that knoppix disk I have seems to have a Knoppix folder already in the root of the CD. Im going after a new one now

I have several others to put on here including a winxp live CD. so it would seem to each entry to the .lst file, I dont understand how it works so I can proceed by myself.

Im trying to get Hirens, knoppix, winxp live, and nimbleX on one flash, thats my goal here. and maybe a maxblast or something along the way. total repair disk all in all

could u explain what "chainloader +1 and rootverify actually do? or even point me to a direction of good reading, Im not afraid to do my own digging,,

another question, I see how all these OS's are getting installed in the root of the disk, does that not make things a bit confusing. is there a way to have each reside in a seperate folder, or will it just not work like that

Im downloading newer version of knoppix and nimblex now... i will post results later, thanks again

Im giving that a try as we speak, but how is that knoppix entry actually linking to the knoppix folder in any way? Not to mention that knoppix disk I have seems to have a Knoppix folder already in the root of the CD. Im going after a new one now

I have several others to put on here including a winxp live CD. so it would seem to each entry to the .lst file, I dont understand how it works so I can proceed by myself.

Im trying to get Hirens, knoppix, winxp live, and nimbleX on one flash, thats my goal here. and maybe a maxblast or something along the way. total repair disk all in all

could u explain what "chainloader +1 and rootverify actually do? or even point me to a direction of good reading, Im not afraid to do my own digging,,

another question, I see how all these OS's are getting installed in the root of the disk, does that not make things a bit confusing. is there a way to have each reside in a seperate folder, or will it just not work like that

Im downloading newer version of knoppix and nimblex now... i will post results later, thanks again

All good questions mate. However some i cant answer.

I believe the chainloader and rootverify look for a loader called linux, which is in the root of the USB stick. This in turn loads Knoppix.

I too wanted to put everything in seperate folders. With the .img files you can literally put them where you like and chainload to them, then all the files are called from within the .img and it seems the img as an actual drive.

However, if you are running knoppix and bartPE, it relies on folders and files being in a certain location on the disk. Where i chainload to /minint/setupldr.bin, i could chainload to that setupldr.bin file anywhere on the disk, however, when that file is loaded the setupldr.bin looks for other files and folders within a folder called minint. I managed to hex edit the setupldr.bin file to point it to a different folder, which worked to a point, but other files that it calls on later look in minint also, so it would take forever to hex edit all the files.

Short answer is, no, you cant have them on seperate folders.

Now, i am sure it is possible somehow to actually partition some USB sticks. What you could do is create a partition for each system and use grub4dos on each partition. This would make it cleaner and easier to identify each OS etc. However, i was unable to find a way to do this myself, so if you go with this and are successful, i would be pleased to know how!

For knoppix, you need to copy everything from the CD to the USB, without putting them in a sub folder. Then if you do what i put in my menu.lst, that should be enough to get knoppix booting.

Something to note about /memdisk, is that it has a limit to the size of .img/ima files it can open. I think even if you could put a whole linx distro in to a 700meg img file, it owuld not be able to open it ok.

Sorry i could be any more help mate. I spent a lot of time searching for answers to get my USB the way i wanted it and have 8 OS and programs in total running from my disk, including DOS etc.

There are a lot of tutorials and information on the net, but it can be hard to find/ask what you are looking for. It took me a whole weekend of playing around to finally get a working disk, so you will need patience.

The main please to go it http://grub4dos.sourceforge.net/wiki/index.php/Main_Page. It shows you a lot fo the commands and what they do and can be used for. From there you should be able to get more of a concept on what it is you need to look for on the net.

Keep up the work though mate. You seem to know what you are doing to some degree and as you are willing to search yourself, that has to be commended.

Rich

EDIT: Wow... didnt realise i had typed so much! Sorry about that dude! :D

Guys, Please remember that Hirens Boot CD is considered to be warez.
...

Im trying to get Hirens ...

As already stated above, Hirens contains warez - unauthorized copies of proprietary 'pay-for' software.
...

could u explain what "chainloader +1 and rootverify actually do? or even point me to a direction of good reading, Im not afraid to do my own digging ...

chainloader, rootnoverify and all other GNU GRUB options are explained in their documentation: http://www.gnu.org/software/grub/manual/grub.html

chainloader, rootnoverify and all other GNU GRUB options are explained in their documentation: http://www.gnu.org/software/grub/manual/grub.html

Are you sure that is a good place to point him? I believe that grub4dos does not have the same or at least as many of the functions as fully fledged grub...?

I saw him asking about Knoppix and what chainloader did. The GRUB docs seemed to be appropriate.

I may have missed your post a few minutes earlier than mine if I was typing it as you were doing yours. Or maybe because it is the first post at the top of the next page. Either way, yeah, my post is somewhat redundant by 6 minutes.

I saw him asking about Knoppix and what chainloader did. The GRUB docs seemed to be appropriate.

I may have missed your post a few minutes earlier than mine if I was typing it as you were doing yours. Or maybe because it is the first post at the top of the next page. Either way, yeah, my post is somewhat redundant by 6 minutes.

Lol. Fair enough mate.

  • 4 months later...
Where can I find ntpass.img?

It is not on the systemrescuecd_x86-1.1.1.iso, release date 2008-11-10.

Thanks in advance

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)

Wonderful guide Si. I just wish I knew about this thread much earlier. It would've came in handy on many occasions. Good job! :)
Glad to be of assistance :)

Because of this thread i used the ideas and now have a 4 gig USB that i use that has a LOT of features, including a fully bootable linux distro. :D

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

    • No registered users viewing this page.
  • Posts

    • EA launches in-game advertising platform for brands to "connect with audiences" by Pulasthi Ariyasinghe The gaming giant Electronic Arts is exploring more ways to inject real-life brands into its games. Announced today as EA Advertising, the new platform is attempting to make it easier for brands to reach out for deals with the company and put their products inside titles like EA Sports FC, Madden, NHL, Skate, or The Sims. EA revealed that its EA Sports side of the company brings in "hundreds of millions of players across console, PC, and mobile" every year. Fan engagement of these titles was also touted as being "extraordinary," with 23,000 NFL seasons worth of games being played in Madden NFL daily, while EA Sports FC sees over a billion matches a day. “Players come to EA’s games and live experiences every day to play, watch, create and connect,” said David Tinson, Chief Experiences Officer at Electronic Arts. “That gives brands a meaningful opportunity to show up in ways that add value and respect the player experience, while maintaining authenticity in the worlds our teams are building. With EA Advertising, we’re helping brands become part of those moments in ways that are relevant and built for players.” Using the new program EA Advertising, brands will be able to inject their products into games in real-time via dynamic placement. EA says partners will have access to everything from stadium signage in sports games and targeted adverts to in-game content custom-made for the brands. These are described as additions designed to "enhance, not disrupt" experiences. "In these interactive gameplay environments, brands become part of the game itself, reflecting how players engage with advertising in real-world contexts," adds the company "Brands can activate across live environments, tailoring placements to meet campaign objectives, and update campaigns with ongoing optimization informed by aggregated engagement insights." Current real-world brand partnerships EA has built into its games include Visa (EA Sports FC and College Football), Lowe's (EA Sports FC, Madden NFL, and College Football), Red Bull (EA SPORTS FC), Xfinity and Peacock (EA SPORTS FC), and Mountain Dew’s (College Football).
    • Will be surprised if there isn't a new ver of youtube just for labelled educational content
    • UK to ban under-16s from social media following a six-week trial with teenagers by Paul Hill Credit: Pexels A few months ago, Neowin reported that the UK was trialing a social media ban with 300 teenagers for six weeks, that testing has come to an end, and Prime Minister Keir Starmer has announced that the country will ban under-16s from social media. Starmer said that this technology is making children unhappy and making it easier for bullies to harass and abuse them. He continued to talk about the addictive nature of social media, saying that it uses an infinite scroll designed to lock users in for hours. He said this interferes with children doing their homework, reading, playing with friends outside, and going to bed on time. Tackling the idea that nothing can be done about social media, Starmer said: The government’s action won’t stop at social media either, the PM said. It plans to take action on gaming services and livestreaming platforms. Right now, he said, strangers can contact any child unchecked. He said this wouldn’t happen in real life, and the government is going to stop it from happening online, too. The Labour government has overseen the introduction of the Online Safety Act, a big change to the internet which includes age verification on adult websites. This has led to a fair bit of backlash, but overall, the government is pushing ahead with these changes.
    • Still using Hexchat every day but i would not consider it Retro 😛
    • HONOR Robot Phone unveils first Cinematic Video at Shanghai International Film Festival by Steven Parker Global AI device ecosystem company HONOR announced on June 13 that its revolutionary HONOR Robot Phone made its professional imaging debut at the 28th Shanghai International Film Festival (SIFF), demonstrating the result of its mobile videography capabilities for the first time. As the official mobile photography and videography partner of the 28th Shanghai International Film Festival, HONOR empowers this premier cinematic event with cutting-edge mobile imaging technology. Marking the global debut of the first cinematic video it captured, Robot Phone breaks down the boundaries between mobile imaging and professional filmmaking, ushering in a new paradigm for the deep integration of technology and cinematic art. In the video published on HONOR’s official channel (above), Robot Phone was used byELLEMEN to capture cinematic video portraits for the SIFF jury members. With its exceptional stability and cinema-grade imaging capabilities, the device redefines the art of portrait filmmaking, faithfully reproducing the rich tonal gradations and nuanced color transitions associated with film photography. The result is a new level of visual sophistication, creating high-end cinematic imagery that seamlessly blends atmosphere with narrative tension. The video released for the Robot Phone showcases the powerful stabilization capabilities of its built-in gimbal system, delivering exceptionally smooth handheld camera movement while preserving full image quality. By minimizing reliance on electronic image stabilization, the device effectively avoids the image cropping and quality loss typically associated with digital stabilization methods. Representing an innovative leap in form factor, the HONOR Robot Phone features the industry's smallest titanium alloy gimbal, delivering ultra-precision, extreme flexibility, and superior stability. Driven by high-performance motors, the gimbal rises dynamically, breaking free from the physical limitations of traditional camera modules. Combined with advanced AI algorithms that enable intelligent object tracking and various movements with stable shots, the device significantly simplifies video creation and reshapes both the equipment choices and creative habits of modern users. Notably, the Robot Phone will be the first product that features the results of HONOR's strategic technological partnership with ARRI, the world-renowned designer and manufacturer of professional camera technology for cinematic storytelling. From Cannes to Shanghai, the HONOR Robot Phone continues to lead the mobile imaging industry into an entirely new stage of development. Moving forward, HONOR will leverage cutting-edge AI and mobile imaging technologies to unlock new creative possibilities and extend cinematic standards for visual expression from the world of high-end filmmaking to the next generation of content creators. Learn more about the HONOR Robot Phone here: https://www.honor.com/global/events/honor-robot-phone/
  • Recent Achievements

    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      510
    2. 2
      +Edouard
      200
    3. 3
      PsYcHoKiLLa
      137
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      84
  • Tell a friend

    Love Neowin? Tell a friend!