LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Can we make a bootable floppy disk, with PLOP bootmanager? (https://www.linuxquestions.org/questions/linux-general-1/can-we-make-a-bootable-floppy-disk-with-plop-bootmanager-779779/)

frenchn00b 01-04-2010 02:17 PM

Can we make a bootable floppy disk, with PLOP bootmanager?
 
For old machines, is this bootmanager plop floppy disk exists?

http://www.plop.at/en/bootmanager.html

frenchn00b 01-04-2010 02:18 PM

SOLVED


Quote:

Run from Floppy with a disk image

A floppy disk image is a file that contains every sector of the floppy disk. You cannot copy the image file on a floppy disk like a common file. It's required to use a special program that writes sector per sector of the image file to the floppy disk sectors. There are many programs available to do this.

Download the current boot manager plpbt-5.0.7.zip. Extract it to get the floppy disk image plpbt.img.

DOS: You can use diskimg.com with diskimg -d a -w plpbt.img

Windows: Write the disk image with the program rawwritewin to the floppy disk

Linux: dd if=plpbt.img of=/dev/fd0

You can configure the plpbt.bin on the floppy with plpcfgbt.

here the img: http://yellowprotoss.ye.funpic.org/w...disk/plpbt.img


All times are GMT -5. The time now is 10:15 AM.