UBCD on Hard Drive

Try looking for help here if you are having problems with the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
Just Another Joe
Posts: 4
Joined: Thu Mar 26, 2009 5:35 pm

UBCD on Hard Drive

#1 Post by Just Another Joe » Thu May 07, 2009 12:25 pm

Okay, maybe a dumb question. I don't know the underlying fundamentals of the Ultimate Boot CD; it seems to boot and load the menu, then with each choice it loads something else--something that could itself have been loaded directly at boot, almost like it is rebooting.

Now the question: can a full-blown Ultimate Boot CD be placed on a hard drive, so that it can be booted from the hard drive and allow running all (or selected) programs, such as Ranish Partition Manager?

StopSpazzing
Posts: 462
Joined: Tue Sep 09, 2008 4:37 pm
Location: California, USA
Contact:

Re: UBCD on Hard Drive

#2 Post by StopSpazzing » Sun May 10, 2009 8:34 am

Just Another Joe wrote:Okay, maybe a dumb question. I don't know the underlying fundamentals of the Ultimate Boot CD; it seems to boot and load the menu, then with each choice it loads something else--something that could itself have been loaded directly at boot, almost like it is rebooting.

Now the question: can a full-blown Ultimate Boot CD be placed on a hard drive, so that it can be booted from the hard drive and allow running all (or selected) programs, such as Ranish Partition Manager?
Yes. Its possible, I doubt it is posibble with the default windows xp vista bootloader..you will probably have to install grub or another boot loader. Maybe icecube will find this post and give you a hand.
~Just StopSpazzing~

Visit the UBCD Wiki: http://wiki.ultimatebootcd.com
Please check your UBCD ISO MD5 Hash Sum; May prevent issues later on by not having an exact copy.

Currently Working on Common Issues and Repair Tips on the Wiki.

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#3 Post by Icecube » Sun May 10, 2009 9:55 am

You can do it with grub4dos.

The code that you need in your menu.lst file.

Code: Select all

title Ultimate Boot CD
map /ubcd411.iso (hd32)
map --hook
chainloader (hd32)
Note: not every program will work.

Tutorial about grub4dos (how to use, install):
http://diddy.boot-land.net/grub4dos/Grub4dos.htm

You need to make the ubcd411.iso file continuous (see tutorial for the reason and the programs that you can use).
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/

Just Another Joe
Posts: 4
Joined: Thu Mar 26, 2009 5:35 pm

#4 Post by Just Another Joe » Sun May 10, 2009 6:45 pm

Wow, thanks both of you for the information. Let me take some time to digest the grub4dos stuff.

If it makes any difference, I'd like to use this on XP (SP2) and eventually on Windows 7; I don't really care about Vista, though I understand that Vista has a different boot method. I suppose Windows 7 will share Vista's method rather than XP's method?

Oh, and I also wish to use a third-party boot manager, probably XOSL2.

Locked