Simple boot cd to external hard drive OS's

If you have a tutorial or tip related to the UBCD, why not share it with other users here?

Moderators: Icecube, StopSpazzing

Locked
Message
Author
itsafreeman2
Posts: 5
Joined: Tue Dec 15, 2009 11:36 pm

Simple boot cd to external hard drive OS's

#1 Post by itsafreeman2 » Tue Dec 15, 2009 11:48 pm

How can I put together a boot CD, or USB stick, to make the jump from the computer to an external hard drive with different linux distributions installed? I have Madboot and Hirens, too. The objective is to bypass the internal hard drive, leaving it as a back-up. I know this can be done on Macs, but Mr Gates gets very upset when we try to do this with HIS computers.
javascript:emoticon(':?')
I would be extremely grateful for this information. It would be a very time consuming project on my own, discovering what works and what doesn't. A successful ISO should be made free for all, which will be done. Bye, bye Bill!javascript:emoticon(':D')

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

#2 Post by Icecube » Wed Dec 16, 2009 9:17 am

Just change the BIOS order to boot from the USB drive instead of the internal HD. Newer BIOSes give you the possibility to press a certain key (F8, F10, ...) and will let you choose the boot device.
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/

itsafreeman2
Posts: 5
Joined: Tue Dec 15, 2009 11:36 pm

Not a flash drive

#3 Post by itsafreeman2 » Wed Dec 16, 2009 10:52 am

I should have been more specific. This is NOT about using a flash drive with a live CD ISO. Way beyond that. This is about installing a legal operating system on an external hard drive. Applications run very fast this way, since they are not encumbered by a registry. Mandriva tried it about 5 years ago. My feeling is they stepped on too many toes. This can be done on mac's, but not Windows machines. it's not about technology, but money and power. it is similar to using the old bo0ot floppy to start DOS.

I've spent about 50 hours on this project, so far. i've learned enough 'technology' to realize this is forbidden fruit.

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

#4 Post by Icecube » Wed Dec 16, 2009 11:02 am

Do you want to install Linux distros or Windows on external USB drives?
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/

itsafreeman2
Posts: 5
Joined: Tue Dec 15, 2009 11:36 pm

thanks for your interest, ice

#5 Post by itsafreeman2 » Wed Dec 16, 2009 7:44 pm

linux distros would be fine. windows can remain intact on the C drive, as a backup. parted magic has potential. a simple generic boot CD with a USB driver might work, too.

itsafreeman2
Posts: 5
Joined: Tue Dec 15, 2009 11:36 pm

SUCCESS!

#6 Post by itsafreeman2 » Wed Dec 16, 2009 11:49 pm

http://www.ehow.com/how_5231654_make-po ... table.html

Also, Firewire devices are reported to work better for this purpose than standard USB hard drives.

It would be handy for someone to put together a simple (Freedos?) boot disc to make the jump to an external hard drive OS. It would avoid the issues of multi-booting the primary hard drive and/or preserving the primary hard drive. A CD ROM boot to a USB would be an approximation of a hard wired boot, which is used on industrial computers. However makes such a CD available would have a lot of friends!

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

#7 Post by Icecube » Thu Dec 17, 2009 11:57 am

I still don't fully understand what you want.
Have you already installed the distro's to an external drive?
Does the external drive need to be portable (boot on another PC)? If yes, a live boot environment will be the easiest way (not an installed distro).
Why not setting up your BIOS so it boots from USB first?
Try some bootloaders included in UBCD, to see it they fill your need.
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/

itsafreeman2
Posts: 5
Joined: Tue Dec 15, 2009 11:36 pm

still Exploring

#8 Post by itsafreeman2 » Thu Dec 17, 2009 6:55 pm

The new UBCD is quite different from what I had on hand. It is more along the lines of what I was thinking. This is still a quest. Looking into some hardware that might insure a secure boot process. Already experimented with live installs on flash drives. Damn Small Linux and Knoppix are impressive! I'll report back when the project is more complete. I would prefer to install a bootloader somewhere other than the primary drive. The goal is to fully install several linux distributions on an external hard drive (not flash), while leaving the primary hard drive undisturbed. Once the system is operational, it would be highly secure and stable. Thanks for the Linux Freedom link. Kicked in $5.
The project is moving forward from the logjam it had when I started this thread. Hopefully, I can report back with a finished project in a couple of weeks.

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

#9 Post by Icecube » Fri Dec 18, 2009 5:39 am

You can just install grub, grub2, grub4dos, SYSLINUX, EXTLINUX, ... on your external hard disk as bootloader.
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/

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

Re: live boot on external drive

#10 Post by Icecube » Fri Apr 09, 2010 4:16 pm

profile wrote:
Icecube wrote:I still don't fully understand what you want.
Have you already installed the distro's to an external drive?
Does the external drive need to be portable (boot on another PC)? If yes, a live boot environment will be the easiest way (not an installed distro).
Why not setting up your BIOS so it boots from USB first?
Try some bootloaders included in UBCD, to see it they fill your need.
Icecube,

Where is the download for the files needed for a live boot environment to put on an external drive?
Extract the UBCD iso with 7-zip to your USB hard drive.
Install syslinux (\tools\ubcd2usb\) to your USB dr!ve (replace X with the correct drive letter):

Code: Select all

syslinux.exe -ma -d syslinux X:
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/

Locked