Re: [Leaf-user] Adding to syslinux.cfg on DCD

2002-04-12 Thread Simon Bolduc

> > Also, am I correct in thinking that I can replace the .lrp files in
> > the image with my floppy backups and reburn to get a "floppyless"
> > setup once I have it all configured?
>
>Yep!


Lynn is correct - just make sure you do a full and not a partial backup when 
backing up to floppy

S

_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] Adding to syslinux.cfg on DCD

2002-04-12 Thread Charles Steinkuehler

> Thanks for the response Charles,
> I am planning to burn a new CD but I don't see where to edit
> syslinux.cfg
> to use when burning the new CD. I can copy it from a boot floppy but
> where do I have winimage put it to replace the current one on the ISO
> image?

As mentioned, you have to modify the bootdisk.bin file on the ISO image,
which is a 1440K floppy disk boot image.

NOTE:  You have to do more than simply edit the bootdisk.bin file, and put
it on your new CD image.  The important thing is to use your modified
bootdisk.bin image when making the CD-ROM bootable.  The actual boot image
used by the BIOS when booting the CD is *NOT* the bootdisk.bin file, but is
actually data "hidden" on the ISO image...the bootdisk.bin file is there
simply for your convinence.  The CD-ROM readme contains an example mkisofs
command you can use to re-create a working bootable CD Image.

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] Adding to syslinux.cfg on DCD

2002-04-12 Thread guitarlynn

On Thursday 11 April 2002 18:43, Kory Krofft wrote:
> How do I edit syslinux.cfg on the DCD image? I have winimage and can
> view the ISO image but I don't see syslinux.cfg. I want to add the
> serial terminal redirect to it so I will see boot messages.

Use Winimage to make a bootdisk out of "bootdisk.bin" on the cd, then
modify the syslinux.cfg on the bootdisk. You can then make an image
of your modified boot floppy (bootdisk.bin) and copy it over the 
bootdisk.bin file (image) on the ISO image.


> Also, am I correct in thinking that I can replace the .lrp files in
> the image with my floppy backups and reburn to get a "floppyless"
> setup once I have it all configured?

Yep!

-- 

~Lynn Avants
aka Guitarlynn

guitarlynn at users.sourceforge.net
http://leaf.sourceforge.net

If linux isn't the answer, you've probably got the wrong question!

___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] Adding to syslinux.cfg on DCD

2002-04-11 Thread Chad Carr

On Fri, 12 Apr 2002 00:04:42 -0400
"Upnet Joe" <[EMAIL PROTECTED]> wrote:

> I don't know how to do it with WinImage...
> this is what I did ( I have a access to RedHat Linux machine) so
> 
> mount -t msdos bootdisk.bin -o loop /mnt/lrpmnt
> cd /mnt/lrpmnt
> vi syslinux.cfg

Have you tried mounting the iso image on loopback like so:

mount -t iso9660 dach.iso /mnt -o loop

then mounting the bootdisk image from the mounted iso image like this:

cd /mnt; mount -t msdos bootdisk.bin /some/other/mount/point -o loop

then modifying your files and umounting them in the opposite order?

Will that work?  I don't really know how iso filesystems work, but it
ought to.  I've done that _sort_ of thing before, but not with iso9660,
I'm afraid, so I don't know.

I don't really know how hard life is with a Windows machine, though.  I
have never had to do real work with them.

Chad


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] Adding to syslinux.cfg on DCD

2002-04-11 Thread Upnet Joe

I don't know how to do it with WinImage...
this is what I did ( I have a access to RedHat Linux machine) so

mount -t msdos bootdisk.bin -o loop /mnt/lrpmnt
cd /mnt/lrpmnt
vi syslinux.cfg

then rebuild the .iso image and burn

Upnet Joe

- Original Message -
From: "Kory Krofft" <[EMAIL PROTECTED]>
To: "Charles Steinkuehler" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, April 11, 2002 10:06 PM
Subject: Re: [Leaf-user] Adding to syslinux.cfg on DCD


> Thanks for the response Charles,
> I am planning to burn a new CD but I don't see where to edit
> syslinux.cfg
> to use when burning the new CD. I can copy it from a boot floppy but
> where do I have winimage put it to replace the current one on the ISO
> image?
>
> Thanks,
> Kory
>
> Charles Steinkuehler wrote:
> >
> > > How do I edit syslinux.cfg on the DCD image? I have winimage and can
> > > view the ISO image but I don't see syslinux.cfg. I want to add the
> > > serial terminal redirect to it so I will see boot messages.
> >
> > You boot off a floppy (or other writable media), or you burn a new CD :<
> >
> >
>
>
> ___
> Leaf-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/leaf-user


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] Adding to syslinux.cfg on DCD

2002-04-11 Thread Kory Krofft

Thanks for the response Charles,
I am planning to burn a new CD but I don't see where to edit
syslinux.cfg
to use when burning the new CD. I can copy it from a boot floppy but
where do I have winimage put it to replace the current one on the ISO
image?

Thanks,
Kory

Charles Steinkuehler wrote:
> 
> > How do I edit syslinux.cfg on the DCD image? I have winimage and can
> > view the ISO image but I don't see syslinux.cfg. I want to add the
> > serial terminal redirect to it so I will see boot messages.
> 
> You boot off a floppy (or other writable media), or you burn a new CD :<
> 
>


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] Adding to syslinux.cfg on DCD

2002-04-11 Thread Charles Steinkuehler

> How do I edit syslinux.cfg on the DCD image? I have winimage and can
> view the ISO image but I don't see syslinux.cfg. I want to add the
> serial terminal redirect to it so I will see boot messages.

You boot off a floppy (or other writable media), or you burn a new CD :<

> Also, am I correct in thinking that I can replace the .lrp files in the
> image with my floppy backups and reburn to get a "floppyless" setup once
> I have it all configured?

Yes, if you do full backups to your floppy, and use these packages when you
burn a new CD, you won't have to have a floppy (or other device for
configuraiton storage) until/unless your configuration needs to change from
the CD.

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



[Leaf-user] Adding to syslinux.cfg on DCD

2002-04-11 Thread Kory Krofft

How do I edit syslinux.cfg on the DCD image? I have winimage and can
view the ISO image but I don't see syslinux.cfg. I want to add the
serial terminal redirect to it so I will see boot messages.

Also, am I correct in thinking that I can replace the .lrp files in the
image with my floppy backups and reburn to get a "floppyless" setup once 
I have it all configured?

Thank you all,

Kory Krofft


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user