Mailinglist Archive: packet-writing (92 mails)
< Previous | Next > |
Re: Bootable CD in UDF
- From: farmer dude <farmerduderl@xxxxxxxxx>
- Date: Sun, 26 Jan 2003 22:38:44 +0000 (UTC)
- Message-id: <20030126220438.41634.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
It's do-able. You have two sessions on the disc, the
iso9660 then your UDF area. There is a rescue CD out
there that tells you exactly how to do it - I don't
have the link handy but if you search for linux
bootable CDs you'll find it. I'll dig around and post
it if I find it first.
--- Massimo Dal Zotto <dz@xxxxxxxxxx> wrote:
> > On 2003.01.25 17:56 Jacob Lahr wrote:
> > > Hi,
> > > is it possible to create a bootable cd-rw that
> is packet-writeable?
> > > My aim is a eval distribution, that has a part
> of the cd left free in
> > > order to
> > > save some informations like preferences and
> modified documents.
> > > kind regards,
> > > Jacob
> > > --
> > > http://www.jacoblahr.de
> > > http://www.h-mpeg.de -> ganz neu
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> packet-writing-unsubscribe@xxxxxxxx
> > > For additional commands, e-mail:
> packet-writing-help@xxxxxxxx
> > >
> > >
> > >
> > Jacob,
> >
> > You would need a BIOS that understands the format
> of a UDF filesystem.
> >
> > Could you partition a CD-RW and have a bootable
> iso9660 filesystem at the
> > start and a packet written UDF filesystem at the
> end?
> > Then mount both partitions, something like hard
> drive partitions?
> >
> > Regards,
> >
> > Roy Bamford
> >
> > --
> > To unsubscribe, e-mail:
> packet-writing-unsubscribe@xxxxxxxx
> > For additional commands, e-mail:
> packet-writing-help@xxxxxxxx
> >
>
> I have succesfully created a bootable UDF+iso9660
> cdrw. The trick is to
> create the iso9660 image bootable and then overwrite
> sector 17 of the udf
> session with sector 17 copied from the iso9660. You
> need a patched mkudffs
> because sector 17 is normally used by udf.
>
> The bios doesn't understand the filesystem.
> Accordingly to the el-torito
> specification it should just try to load sector 17
> from the last session.
> Unfortunately none of the bioses I have tested
> follows the specification
> since all of them look only in the first session of
> the cd, which is the
> only place where you can put an udf filesystem.
>
> You can mount both sessions simultaneously but the
> cd seems very slow,
> probably because the packet driver sets the drive
> speed to a very low
> value and this affects also the iso9660 part.
>
> --
> echo
>
16i[q]sa[ln0=aln56%1F+Pln56/snlbx]sb23C15C85417484EC5E429FD9776Asnlbx|dc;\
> echo
>
16i[APq]sa[ln0=aln5C%1F+Pln5C/snlbx]sb72E28557F7FE184112F53F5FFDsnlbx|dc
>
> --
> To unsubscribe, e-mail:
> packet-writing-unsubscribe@xxxxxxxx
> For additional commands, e-mail:
> packet-writing-help@xxxxxxxx
>
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
iso9660 then your UDF area. There is a rescue CD out
there that tells you exactly how to do it - I don't
have the link handy but if you search for linux
bootable CDs you'll find it. I'll dig around and post
it if I find it first.
--- Massimo Dal Zotto <dz@xxxxxxxxxx> wrote:
> > On 2003.01.25 17:56 Jacob Lahr wrote:
> > > Hi,
> > > is it possible to create a bootable cd-rw that
> is packet-writeable?
> > > My aim is a eval distribution, that has a part
> of the cd left free in
> > > order to
> > > save some informations like preferences and
> modified documents.
> > > kind regards,
> > > Jacob
> > > --
> > > http://www.jacoblahr.de
> > > http://www.h-mpeg.de -> ganz neu
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> packet-writing-unsubscribe@xxxxxxxx
> > > For additional commands, e-mail:
> packet-writing-help@xxxxxxxx
> > >
> > >
> > >
> > Jacob,
> >
> > You would need a BIOS that understands the format
> of a UDF filesystem.
> >
> > Could you partition a CD-RW and have a bootable
> iso9660 filesystem at the
> > start and a packet written UDF filesystem at the
> end?
> > Then mount both partitions, something like hard
> drive partitions?
> >
> > Regards,
> >
> > Roy Bamford
> >
> > --
> > To unsubscribe, e-mail:
> packet-writing-unsubscribe@xxxxxxxx
> > For additional commands, e-mail:
> packet-writing-help@xxxxxxxx
> >
>
> I have succesfully created a bootable UDF+iso9660
> cdrw. The trick is to
> create the iso9660 image bootable and then overwrite
> sector 17 of the udf
> session with sector 17 copied from the iso9660. You
> need a patched mkudffs
> because sector 17 is normally used by udf.
>
> The bios doesn't understand the filesystem.
> Accordingly to the el-torito
> specification it should just try to load sector 17
> from the last session.
> Unfortunately none of the bioses I have tested
> follows the specification
> since all of them look only in the first session of
> the cd, which is the
> only place where you can put an udf filesystem.
>
> You can mount both sessions simultaneously but the
> cd seems very slow,
> probably because the packet driver sets the drive
> speed to a very low
> value and this affects also the iso9660 part.
>
> --
> echo
>
16i[q]sa[ln0=aln56%1F+Pln56/snlbx]sb23C15C85417484EC5E429FD9776Asnlbx|dc;\
> echo
>
16i[APq]sa[ln0=aln5C%1F+Pln5C/snlbx]sb72E28557F7FE184112F53F5FFDsnlbx|dc
>
> --
> To unsubscribe, e-mail:
> packet-writing-unsubscribe@xxxxxxxx
> For additional commands, e-mail:
> packet-writing-help@xxxxxxxx
>
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
< Previous | Next > |