6September2012
Greetings.
Icecube wrote:
If you can't integrate UBCD50 with UBCD4WIN, than the UBCD plugin of UBCD4WIN doesn't work / isn't up to date any more. Complain at the UBCD4WIN forum.
Based on what I have been reading this week on the web,
it seems there is (now) more than one way to build a "MultiBoot" Rescue USB stick ...
it seems I could put/boot builds/isos of UBCD4W & UBCDOS (& other projects as well ...) on/from the same USB stick ...
Probably next year I will have time to give that a try.
Right now I am trying to tye-up loose ends on the "old-way" of doing things.
aen007 wrote:
I also rolled PartedMagic 3.7 into UBCDos 4.11 but receive the error message»Vesamenu.c32 not found ...
Icecube wrote:
This is because you don't have vesamenu.c32 (or the config of Parted Magic is pointing to a path for vesamenu.c32 that doesn't exist in your setup).
I'm not sure (yet) but I think I have found what I need to correct in my UBCD4W (CD/RW) build
that has UBCDOS 4.11 rolled into it (and has PM 3.7 rolled into 4.11).
I should find out this week ...
Out of curiousity I am trying to make that build work when I use the UBCD4W UB2USB utility.
Maybe I have worked out how to boot the PM 3.7 directly from Grub4DOS.
I should find out this week ...
I am trying to deduce how to boot the UBCDOS 4.11 via G4DOS when I put that CD/RW build on a USB stick with UB2USB.
The UBCD4W MultiBoot CD/RW entry for 4.11 is
Code:
/isolinux/isolinux.bin; Launch "UBCDOS 4.11"; ^ Collection of console-mode utilities + Parted Magic 3.7
which calls an isolinux.cfg
Code:
DISPLAY startup.msg
PROMPT 1
TIMEOUT 100
DEFAULT main
ONTIMEOUT boot
LABEL boot
KERNEL chain.c32
APPEND hd0
LABEL main
KERNEL menu.c32
APPEND /menus/main.cfg
The 2 types of DBAN entries are like:
Code:
/isolinux/isolinux.bin ; dban ; dban ; /images/dban.bzi nuke="dwipe" silent
Code:
title dban
kernel /images/dban.bzi nuke="dwipe" silent
There is/are no "images" for 4.11 itself. The rollup unpacks the 4.11 iso;
so I'm guessing I need to make some kind of G4DOS lst entry like
Code:
Title UBCDOS 4.11 \n Console-mode utilities + Parted Magic 3.7
KERNEL chain.c32
APPEND hd0
but I really have no idea ... what about the "KERNEL menu.c32" part?
any helpful replies/insights appreciated ...