Jump to content

Keyboarder

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Posts posted by Keyboarder

  1. Hi all ! Here is my final project for school :)

    I made a USB key with the UBCD 5.0.0 and Windows XP Professional SP3 with WinSetupFromUSB. But my teachers asked me if I could change the SID of each computer where I installed Windows XP.

    I know there is "Ghost Walker" (GHSTWALK.EXE) to change the SID and I have it on a CD but I can't load it from GRUB from my USB key.

    Can you help me please ?

  2. What do you mean? :unsure:

    Copy the .iso you download to the SAME place (and filename) you use in menu.lst entry.

    The example assumes that you copy the .iso to a folder called "images" in root of the USB stick and rename it to "ubcd5.iso".

    If you have it in root of the stick, named "Mickey_Mouse.iso" your entry should be:

    title Ultimate Boot CD 
    map /Mickey_Mouse.iso (hd32)
    map --hook
    chainloader (hd32)

    If you have it in a folder called "goofy", your entry should be:

    title Ultimate Boot CD 
    map /goofy/Mickey_Mouse.iso (hd32)
    map --hook
    chainloader (hd32)

    You should actually:

    jaclaz

    Understood ! :)

  3. You do mean the legal UBCD, right?

    Is there an "illegal" UBCD? :w00t:

    I only know about the real and obviously legal one:

    http://ultimatebootcd.com/

    @Keyboarder

    You can use UBCD as a .iso.

    Add a line to your current BOOT.INI on the XP stick:

    C:\grldr="grub4dos"

    Add to root of the XP stick (from latest grub4dos - right now it is already inside the UBCD linked below):

    • grldr
    • menu.lst

    And:

    • the UBCD .iso, say in /images/ubcd5.iso

    Basically you need an entry in menu.lst similar to this:

    title Ultimate Boot CD
    map /images/ubcd5.iso (hd32)
    map --hook
    chainloader (hd32)

    Get latest UBCD with grub4dos support:

    http://ultimatebootcd.com/forums/viewtopic.php?t=2131

    Read some basics about grub4dos from here:

    http://diddy.boot-land.net/grub4dos/Grub4dos.htm

    http://www.boot-land.net/forums/index.php?showforum=66

    Check for newer grub4dos here:

    http://nufans.net/grub4dos/

    jaclaz

    Thanks ! I will try that this evening :)

    [*] the UBCD .iso, say in /images/ubcd5.iso

    I don't understand... How can I do ?

×
×
  • Create New...