[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bootable cd



On Fri, May 04, 2001 at 02:04:23AM +0800, csj wrote:
> On Thursday 03 May 2001 14:27, will trillich wrote:
> > On Wed, May 02, 2001 at 11:16:09PM -0700, Osamu Aoki wrote:
> > > CD-R is a neat toy to create interesing bootable Linux :-)

 # apt-get install cdrecord

To create CD-ROM of files under target-directory/ as cd-image.raw
(bootable, Juliet TRANS.TBL enabled format. If not bootable, take out
-b and -c options) Insert boot floppy in the first floppy drive and,

 # dd if=/dev/fd0 target-directory/boot.img
 # makeisofs -r -v volume_id -b boot.img -c bootcatalog -J -T -o disk.img\
       target_directory/
...
Then if OK, write to CD-R with
     # nice --20 cdrecord -v -eject speed=2 dev=0,0 disk.img

   Or, write to CD-RW disk with
     # nice --20 cdrecord -v -eject blank=fast speed=2 dev=0,0 disk.img
   
...
  From http://www.aokiconsulting.com/quick/ch5.html#s5.5.5

-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ 
+  Osamu Aoki <debian@aokiconsulting.com>, GnuPG-key: 1024D/D5DE453D  +
+  My debian quick-reference, http://www.aokiconsulting.com/quick/    +



Reply to: