Jump to content

Recommended Posts

Posted

I need your help to realise my project :D

I would like to make a bootable USB key with Windows XP (Installed on it) AND (!!) the UBCD... :ph34r: I followed this tutorial to create the bootable XP and it works great : http://www.ngine.de/article/id/8 :thumbup I can now create a bootable USB key with XP installed and another USB key with the UBCD :)

But I have to use ONE USB key only... Can somebody help me please ? :blushing:


Posted

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

Posted (edited)

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 ?

Edited by Keyboarder
Posted

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

Posted (edited)

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 ! :)

Edited by Keyboarder
Posted

It works great :thumbup

But I can't start XP on another computer than mine. I see the loading bar with the Windows logo and it reboots after 2 seconds :( Do you have an idea ?

Posted

But I can't start XP on another computer than mine. I see the loading bar with the Windows logo and it reboots after 2 seconds :( Do you have an idea ?

I usually have several of them. ;)

Point is which one (if any) would be useful for your problem. :whistle:

First thing I would do if I were you, would be to check (and disable) auto-reboot:

http://www.theeldergeek.com/auto_reboot_on_system_crash.htm

This way you should get a nice BSOD, which my crystal ball appears like identifying in a 0x0000007b, but we need to make sure of it's id.

Then, you should forget the ngine.de guide (not that it isn't good, but it's a bit outdated) and use a newer approach:

http://www.boot-land.net/forums/index.php?showtopic=9830

jaclaz

Posted

Then, your build is most probably missing the appropriate SATA drivers.

Check what the PC that doesn't boot and the PC that does boot have different, like:

  • Processor
  • Hard disk bus (like ATA/IDE or SATA or SATA set in BIOS as IDE compatibility or as AHCI)
  • Chipset

Hopefully the linked to set of programs should make the USB install more or completely "universal".

jaclaz

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...