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

    • I totally disagree. Very little good comes out of governments all around the world manipulating everything they can and usually the people are not the benefactors. What you say about being restricted and expensive sounds almost like the arguments against firearms and why banning them will protect people as if making something illegal somehow will prevent the criminals from having and using them. AI being far less mainstream could simply mean the average person will not benefit, but "big brother" and the corporations will benefit, which is almost for sure NOT a good thing.
    • I do apologize to the author Mr. Sen for my rude comment, questioning his knowledge of the subject. It is I whom lacked knowledge of the subject. Sorry!
    • Hello All Have a MSI Pro B650 VC Wifi Rev 1.0 motherboard Ryzen 7 7700X Radeon 7800XT OC 16GB 32GB Teamgroup DDR 5 5600mhz Samsung 990 Pro 1TB Boot NVMe Samsung 990 Pro 2TB Game NVMe Lian Li Lancool Black ARGB 216 Case Seasonic Focus GX 750 Watt Power supply   Wondering today what is best spot to plug in the following items on system for performance and not bottle neck anything if i can help it Creative Pebble Pro USB C or A Speakers, ((Powered by External USB C to C PD Adapter)  Logitech G513 USB Gaming Keyboard Logitech G502X Wired Gaming Mouse Cyberpower UPS USB Cable for UPS Power Management/System shutdown External drives connected occasionally are as follows---WD My Book 8TB (primary backup drive)   Seagate 8TB in External USB 3.0 Enclosure,  Seagate Portable 1TB USB 3.0 drive,   WD My Passport (Blue) 2TB, and WD My Passport (Red) 2TB,    WD Elements 500GB USB 2.0 External (Oldest one, Christmas 2003)       **Do have a 7 Port Powered  USB Hub as well, but when i use that--that leaves only the USB Flash spot for something to directly connect to system if needed.    Rear USB C 2x2 unused right now as moved the Creative speakers off it to USB A port next to it, with a USB C to A Cable, as figured speakers didn't near audio from USB C port and tie up the high speed port**   Front Ports trying to limit use of, so i don't have Front I/O port go bad again, already had it replaced once by Lian Li support all the way from Taiwan over night ((Do get extra nervous at times on things,  so i might just be extra nervous for nothing lol))
    • "connect with audiences" is the most obvious corporate speak you can think of. I only bought Need for Speed from EA because it was the only racing game with cops in existence and I dig that. Now that they killed off NFS franchise, I have nothing to spend money on. EA is officially dead for me, just like Ubisoft which I've been boycotting for some 20 years now...
  • 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
      497
    2. 2
      +Edouard
      202
    3. 3
      PsYcHoKiLLa
      127
    4. 4
      Steven P.
      82
    5. 5
      ATLien_0
      77
  • Tell a friend

    Love Neowin? Tell a friend!