Unix Technical Forum

How to Maintain an El Torito Boot Image

This is a discussion on How to Maintain an El Torito Boot Image within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> OK, I'm in the last throws of upgrading all my machines, and when I've finished I won't have any ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-19-2008, 07:09 AM
Trouble@Mill
 
Posts: n/a
Default How to Maintain an El Torito Boot Image

OK, I'm in the last throws of upgrading all my machines, and when I've
finished I won't have any with a floppy drive any more.

Before that happens though, I'm planning on burning a couple of
'rescue' CDs that I can boot from. I have enough boot floppies lying
around, and I know how to extract them to provide the El Torito
(couldn't they have picked a better Mexican restaurant <G>) boot
image.

But my concern is, how can I maintain that image after the last floppy
drive hits /dev/null. I'm sure that at some time I'll need to add a
driver to config.sys or autoexec.bat (I know, but I do have a couple
of WinBlows machines for the wife and kids). But I will say, the DOS
image is IBM's PC DOS, not Micro$hafts. Go ReXX.

Are there any programs out there than can 'manipulate' the boot image.
Or am I worrying needlessly.

Also, has anyone any experience of using -eltorito-alt-boot. If so,
how does that work. Do you just specify another -b <bootimage> after
the switch. And if you want more, do you just keep repeating
-eltorito-alt-boot and -b <bootimage> ad nauseum.

Cheers,
Eddie

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2008, 07:09 AM
Noi
 
Posts: n/a
Default Re: How to Maintain an El Torito Boot Image

On Wed, 31 Dec 2003 12:48:20 -0800, Trouble@Mill thoughtfully wrote:

> OK, I'm in the last throws of upgrading all my machines, and when I've
> finished I won't have any with a floppy drive any more.
>
> Before that happens though, I'm planning on burning a couple of 'rescue'
> CDs that I can boot from. I have enough boot floppies lying around, and I
> know how to extract them to provide the El Torito (couldn't they have
> picked a better Mexican restaurant <G>) boot image.
>
> But my concern is, how can I maintain that image after the last floppy
> drive hits /dev/null. I'm sure that at some time I'll need to add a
> driver to config.sys or autoexec.bat (I know, but I do have a couple of
> WinBlows machines for the wife and kids). But I will say, the DOS image
> is IBM's PC DOS, not Micro$hafts. Go ReXX.
>
> Are there any programs out there than can 'manipulate' the boot image. Or
> am I worrying needlessly.
>
> Also, has anyone any experience of using -eltorito-alt-boot. If so, how
> does that work. Do you just specify another -b <bootimage> after the
> switch. And if you want more, do you just keep repeating
> -eltorito-alt-boot and -b <bootimage> ad nauseum.
>
> Cheers,
> Eddie


From what I remember about El Torito. You placed the bootimage in a path
and the remainder of the files for the CDs in another path. Then the El
Torito creates a bootable floppy.

However, if your wife's Winblows PC has Ahead Nero 5.x the I suggest using
that to make as many bootable CDs as you think you need.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 07:09 AM
Grant Edwards
 
Posts: n/a
Default Re: How to Maintain an El Torito Boot Image

In article <nic6vvsjlr2c0fhvbo32d892tb9l7b4p2l@4ax.com>, Trouble@Mill wrote:

> But my concern is, how can I maintain that image after the last floppy
> drive hits /dev/null.


Why do you need a floppy drive to maintain a bootable CD image?
I've created dozens upon dozens of bootable CDs, and never once
used a floppy drive in the process.

> I'm sure that at some time I'll need to add a driver to
> config.sys or autoexec.bat (I know, but I do have a couple of
> WinBlows machines for the wife and kids). But I will say, the
> DOS image is IBM's PC DOS, not Micro$hafts. Go ReXX.


Now I'm completely baffled. What does DOS and config.sys have
to do with anything?

> Are there any programs out there than can 'manipulate' the boot image.
> Or am I worrying needlessly.


Sure. You can mount either a CD image or a floppy image and do
whatever you want to with all the normal file manipulation
tools.

> Also, has anyone any experience of using -eltorito-alt-boot. If so,
> how does that work. Do you just specify another -b <bootimage> after
> the switch. And if you want more, do you just keep repeating
> -eltorito-alt-boot and -b <bootimage> ad nauseum.


Dunno that one.

--
Grant Edwards grante Yow! If you STAY in China,
at I'll give you 4,000 BUSHELS
visi.com of "ATOMIC MOUSE" pencil
sharpeners!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 07:10 AM
Juergen Pfann
 
Posts: n/a
Default Re: How to Maintain an El Torito Boot Image

"Trouble@Mill" wrote:
>
> OK, I'm in the last throws of upgrading all my machines, and when I've
> finished I won't have any with a floppy drive any more.
>
> Before that happens though, I'm planning on burning a couple of
> 'rescue' CDs that I can boot from. I have enough boot floppies lying
> around, and I know how to extract them to provide the El Torito
> (couldn't they have picked a better Mexican restaurant <G>) boot
> image.
>
> But my concern is, how can I maintain that image after the last floppy
> drive hits /dev/null. I'm sure that at some time I'll need to add a
> driver to config.sys or autoexec.bat (I know, but I do have a couple
> of WinBlows machines for the wife and kids). But I will say, the DOS
> image is IBM's PC DOS, not Micro$hafts. Go ReXX.
>
> Are there any programs out there than can 'manipulate' the boot image.
> Or am I worrying needlessly.
>


Very simple:

# mount -t vfat [or msdos] -o loop /path/to/your/floppyimage /mnt/floppy
# cp /path/to/your/dos/driver /mnt/floppy
# vi /mnt/floppy/config.sys
# umount /mnt/floppy

etc.

Be careful not to delete or move IO.SYS, MSDOS.SYS, or IBM's
DOS kernel files (sorry, forgot the files' names...)

OK, it gets a bit more complicated, if your image is not (yet)
bootable, i.e. it needs the functionality of SYS.COM.

I did this once w/the help of dosemu: booted dosemu's vm
from one image, and issued "SYS B:" on another image,
which I had prepared using dd, losetup and mkfs.msdos.
This way, I was able to setup a 2.88 M image, although I
never had had neither the resp. drive nor media ;-).

Till now, I implicitly assumed, you want some kind of
DOS "OS" on your floppy image / boot cd.

For linux loading from a FAT formatted floppy (image),
similar to major distributors' install media,
please check out the syslinux / isolinux packages.

> Also, has anyone any experience of using -eltorito-alt-boot. If so,
> how does that work. Do you just specify another -b <bootimage> after
> the switch. And if you want more, do you just keep repeating
> -eltorito-alt-boot and -b <bootimage> ad nauseum.
>


Sorry, haven't tried neither that one, nor the other El Torito
booting methods: hard disk emulation and "no emulation" (yet).

Juergen
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 07:22 AM
Jack Strangio
 
Posts: n/a
Default Re: How to Maintain an El Torito Boot Image

"Trouble@Mill" <Trouble@Mill.> writes:
>
> Before that happens though, I'm planning on burning a couple of
> 'rescue' CDs that I can boot from.


I usually use one of tomsrtboot's images to make bootable 'rescue' CD's.
This has the advantage of there being lots of the necessary utilities
already available.

Jack
--
Vlad, Heisenberg & Thomas: The originators of FUD.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:17 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com