--
Emanuele Lombardi
mail: AMB-GEM-CLIM ENEA Casaccia
I-00060 S.M. di Galeria (RM) ITALY
mailto:lele_at_mantegna.casaccia.enea.it
tel +39 6 30483366 fax +39 6 30483591
This transmission was made possible by 100% recycled electrons.
---------------------------------------------------------------------------------------------------
From: "Martin Mokrejs" <mmokrejs_at_natur.cuni.cz>
Hello,
look for my SUMMARY: on the archive of this list.
Here are some my current bookmarks on thsi topic:
<DT><A HREF="http://sunsite.unc.edu/LDP/HOWTO/CD-Writing-HOWTO.html" ADD_DATE="877350794" LAST_VISIT="905053339" LAST_MODIFIED="87
7350791">CD-Writing HOWTO</A>
<DT><A HREF="ftp://sunsite.unc.edu/pub/Linux/utils/disk-management/" ADD_DATE="887563271" LAST_VISIT="893707137" LAST_MODIFIED="88
7563238">Directory of /pub/Linux/utils/disk-management</A>
<DT><A HREF="http://sunsite.unc.edu/LDP/HOWTO/CD-Writing-HOWTO-2.html" ADD_DATE="887558875" LAST_VISIT="893707150" LAST_MODIFIED="
887558868">CD-Writing HOWTO: Prepare your Linux-box for writing CD-ROMs</A>
<DT><A HREF="http://incolor.inetnebr.com/guardian/boot-cd.shtml" ADD_DATE="887657054" LAST_VISIT="888436350" LAST_MODIFIED="887656
904">BOOT CD FAQ & INFO BY SETH</A>
<DT><A HREF="http://www.cd-info.com/CDIC/Technology/CD-R/FAQ.html" ADD_DATE="887655235" LAST_VISIT="887655130" LAST_MODIFIED="8876
55130">CD-R FAQ</A>
Hope this helps
Martin
Hello,
someone suggest's to do:
disklabel -p rz0 > /tmp/disk.params
disklabel -R -r -t advfs rz0 /tmp/disk.params /mdec/rzboot.advfs /mdec/bootrz.advfs
see man disklabel.
;-)
I have no time to experiment with it now, but it's doable.
Martin
P.S.: I hope you wanted UFS bootdisk. ;-)
---------------------------------------------------------------------------------------------------
From: "Dwight L. Hubbard" <dlhubbar_at_collins.rockwell.com>
Here are the basics. You need to create a ufs filesystem image and then use cdrecord to
burn it to CD. The steps go somethings like this:
1. Zero out the disklabel of a spare drive (in this example the spare drives is rz6)
disklabel -z /dev/rrz6a
2. Create a bootable ufs disk on the spare drive
disklabel -rw -t ufs /dev/rrz6a
3. Edit the disklabel for the spare disk and set up the partitions the way you want. All
the partitions must be in the first 640MB of the disk. I am also assuming the a partition
starts at 0.
disklabel -e /dev/rrz6a
4. Write the disk image to a CD-Rom (in this example I assume the CD is device 4 on the
first scsi controller). I've haven't tried this step under Digital Unix, I've always booted
into Linux to use cdrecord before, but this command should work with the cdrecord for
Digital Unix that was just announced.
cdrecord -v dev=4,0 /dev/rrz6a
---------------------------------------------------------------------------------------------------
From: David Warren <warren_at_atmos.washington.edu>
I would try writing / and /usr onto either a C partition or an A partition of a
drive. Make sure it has the correct boot blocks and then dd the drive onto the
CD. I don't know how you take care of /var though.
---------------------------------------------------------------------------------------------------
From: "Serguei Patchkovskii" <patchkov_at_ucalgary.ca>
I do not think DU bootable CD ROMs are in the ISO format, so that mkisofs
won't be of much use for you. If you desperately need to create a bootable
CD ROM, one approach which is likely to work is to make a bootable hard
drive using the standard tools, and record the *image* of that hard drive,
disk label and all, onto your CD (cdrecord supports recording from raw
devices). This obviously requires that all partitions on you hard drive
fit on a single CD.
It may be a good idea to start from the image of an existing bootable
CD ROM and customize it - this way, you are more likely to get something
which will actually boot...
---------------------------------------------------------------------------------------------------
From: Thomas Leitner <tom_at_finwds01.tu-graz.ac.at>
Hi Emanuele,
Just two quick notes:
1.) I think, that Digital Unix binaries are *not* on:
http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
They are only on my FTP server:
ftp://finwds01.tu-graz.ac.at/pub/cdrecord
2.) If you want to get just *some* bootable CD, you could copy the
Digital Unix Installation CD with:
dd if=/dev/rrz6c of=cd.iso ibs=64k obs=64k
cdrecord -dev 5,0 -speed 2 cd.iso
3.) If you want to make your own bootable CD, I think that you're pretty
out of luck because this is non-standard and not supported by mkisofs.
I managed to make a Linux/Sparc bootable CD some time ago with
mkisofs and cdrecord. This involved creating the CD image, mounting
it in a loopback filesystem and running a special program which
writes a special boot record.
I'm afraid that there's no standard way to do it. You'd need to
hack something together yourself.
---------------------------------------------------------------------------------------------------
Received on Tue Oct 27 1998 - 10:08:23 NZDT
This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:38 NZDT