here how I making freedos iso... dd if=/dev/zero of=freedos.img bs=1024 count=34000 mkdosfs -F 32 freedos.img /usr/src/sys-freedos.pl --disk=freedos.img mount -o loop fdboot.img /mnt/dos2/ mount -o loop freedos.img /mnt/dos/ cp -a /mnt/dos2/* /mnt/dos/ mkisofs -udf -b isolinux/isolinux.bin -c isolinux/gfxboot.cfg -no-emul-boot -boot-info-table -o /mnt/fs/rec_cd.iso ./
On 20 April 2013 02:54, basteon <bast...@gmail.com> wrote: > > > > On 19 April 2013 21:39, Rugxulo <rugx...@gmail.com> wrote: >> >> Hi, >> >> On Thu, Apr 18, 2013 at 3:49 AM, basteon <bast...@gmail.com> wrote: >> > >> > I've installed freedos by different ways from livecd and sys-freedos.pl >> > script, >> >> The person to ask / await would be Eric Auer (esp. for >> sys-freedos.pl). IIRC, I think the disk geometry often needs manual >> fixing (search the mail archives). >> >> > anyway, I can't bootup it. >> > I did instalation from livecd and make a new image with that script, >> > copy all freedos content to new image, it found kernel.sys file, but >> > say error about commant.com with parameters I never insert. I need >> > large image around 8mb free space for laptop bioses. >> >> You're copying raw disks to images for further installations? > > yes I did copy content of 1,44mb image to my formated image. I've mount it > as loop msdos and copy from 1,44 to my 8mb image. And run sys-freedos.pl for > boot. >> >> Or are >> you installing to disk images for emulators? Either way, if you can >> boot a liveCD (on real hardware or emulation), the easiest way is to >> just use native SYS.COM for proper installation. If that doesn't work >> for you (or is misunderstanding your question), feel free to elaborate >> further. >> >> P.S. You may be able to use "mkisofs" to roll your own liveCD if >> necessary (probably, since you need 8 MB): >> >> (quoting Bernd Blaauw not too long ago): >> >> mkisofs -R -D -V "FreeDOS 1.0b" -o /tmp/fdbasecd-remastered.iso -b \ >> ./isolinux/isolinux.bin -c ./isolinux/boot.cat -no-emul-boot \ >> -boot-load-size 4 -boot-info-table ./ >> >> >> ------------------------------------------------------------------------------ >> Precog is a next-generation analytics platform capable of advanced >> analytics on semi-structured data. The platform includes APIs for building >> apps and a phenomenal toolset for data science. Developers can use >> our toolset for easy data analysis & visualization. Get a free account! >> http://www2.precog.com/precogplatform/slashdotnewsletter >> _______________________________________________ >> Freedos-user mailing list >> Freedos-user@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/freedos-user > > ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Freedos-user mailing list Freedos-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-user