On Wed, Oct 29, 2003 at 09:41:05PM +0800, optimus wrote:
> Hello all!
> 
> May I ask your assistance in burning a bootable CD ISO? 
> 
> I have several freedos files, namely:
> 1. command.com
> 2. io.sys 
> 3. msdos.sys
> and awdflash.exe
> 
> These files are in a the /home/user/bootcd directory

I have managed to create a bootable CD ISO using a floppy boot image. If
you have a freedos bootable diskette, you can try following procedures:

o insert freedos bootable diskette in floppy disk drive
o dd if=/dev/fd0 of=boot.img bs=10k count=144
o mkdir /home/user/bootcd/boot (within your directory)
o cp boot.img /home/user/bootcd/boot
o cd /home/user/bootcd
o mkisofs -r -J -b boot/boot.img -c boot/boot.catalog 
    -o "/tmp/bootcd.iso" .
  (note: you don't have to create boot.catalog)

HTH

-- 
$_=q:; # SHERWIN #
70;72;69;6e;74;20;
27;4a;75;73;74;20;
61;6e;6f;74;68;65;
72;20;50;65;72;6c;
20;6e;6f;76;69;63;
65;27;:;;s=~?(..);
?=pack q$C$,hex$1;
;;;=egg;;;;eval;;;
--
Philippine Linux Users' Group (PLUG) Mailing List
[EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to