Tutorial About BootProg?
Tutorial About BootProg?
Hello,
I was wondering if someone could make a tutorial about how to use and install BootProg, because I'm having a lot of programs when trying to install it to the boot sector, the program used to write the data to the floppy, keeps saying that my floppy has a FAT16 partition, not FAT12, but I think this is because I'm using Windows XP.
Best Regards,
Nathan Paulino Campos
I was wondering if someone could make a tutorial about how to use and install BootProg, because I'm having a lot of programs when trying to install it to the boot sector, the program used to write the data to the floppy, keeps saying that my floppy has a FAT16 partition, not FAT12, but I think this is because I'm using Windows XP.
Best Regards,
Nathan Paulino Campos
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Tutorial About BootProg?
Why should we make a tutorial on something that does not work?
Edit: I tried to verify your complaints: Windows is not broken. In fact, using bootprog to read the bootsector yields the correct result. Which brings us to the other point: WTF are you using a DOS application
Edit: I tried to verify your complaints: Windows is not broken. In fact, using bootprog to read the bootsector yields the correct result. Which brings us to the other point: WTF are you using a DOS application
Re: Tutorial About BootProg?
Hmm, then I'm going to try by using VMWare emulating MS-DOS 6.22...Combuster wrote:Why should we make a tutorial on something that does not work?
Edit: I tried to verify your complaints: Windows is not broken. In fact, using bootprog to read the bootsector yields the correct result. Which brings us to the other point: WTF are you using a DOS application
Re: Tutorial About BootProg?
You are crazy. Use BFI.
- gravaera
- Member
- Posts: 737
- Joined: Tue Jun 02, 2009 4:35 pm
- Location: Supporting the cause: Use \tabs to indent code. NOT \x20 spaces.
Re: Tutorial About BootProg?
Hi:
Nathan, I think the video in this link will be useful to you. It's not long either; just fourteen seconds. Please take the time to watch it.
Title:"The most inspiring thing ever said..."
http://www.youtube.com/watch?v=bVVsDIv98TA
--All the best,
gravaera.
Nathan, I think the video in this link will be useful to you. It's not long either; just fourteen seconds. Please take the time to watch it.
Title:"The most inspiring thing ever said..."
http://www.youtube.com/watch?v=bVVsDIv98TA
--All the best,
gravaera.
17:56 < sortie> Paging is called paging because you need to draw it on pages in your notebook to succeed at it.
Re: Tutorial About BootProg?
Lolz. I like it.gravaera wrote:Hi:
Nathan, I think the video in this link will be useful to you. It's not long either; just fourteen seconds. Please take the time to watch it.
Title:"The most inspiring thing ever said..."
http://www.youtube.com/watch?v=bVVsDIv98TA
--All the best,
gravaera.
But Nathan just try to do what qandrew's said, use BFI.
Re: Tutorial About BootProg?
bobmorton wrote:Lolz. I like it.gravaera wrote:Hi:
Nathan, I think the video in this link will be useful to you. It's not long either; just fourteen seconds. Please take the time to watch it.
Title:"The most inspiring thing ever said..."
http://www.youtube.com/watch?v=bVVsDIv98TA
--All the best,
gravaera.
But Nathan just try to do what qandrew's said, use BFI.
Just one question: What is BFI?qandrew wrote:You are crazy. Use BFI.
Re: Tutorial About BootProg?
Valid question, I admit. My first couple of Google attempts turned up empty, too. But a couple of clicks later:
http://www.nu2.nu/bfi/ - a floppy image tool. I assume that's what qandrew meant.
http://www.nu2.nu/bfi/ - a floppy image tool. I assume that's what qandrew meant.
Every good solution is obvious once you've found it.
Re: Tutorial About BootProg?
Yes, you are right.Solar wrote:Valid question, I admit. My first couple of Google attempts turned up empty, too. But a couple of clicks later:
http://www.nu2.nu/bfi/ - a floppy image tool. I assume that's what qandrew meant.
I also want to add that there's a stub BFI with links too.
Best regards,
-- Andrew
Re: Tutorial About BootProg?
I've done it using BFI, but now after BOCHS boot it up, I got this error:
I've done it using this:
Code: Select all
prefetch: getHostMemAddr vetoed direct read, pAddr=0x000a5c00
Code: Select all
C:\> bfi -f=test.img -o=BOOTABLE.EXE -b=BOOT16.BIN
Re: Tutorial About BootProg?
You need to specify the path of the directory which must contain all files that should be included in the floppy image.Nathan wrote: I've done it using this:Code: Select all
C:\> bfi -f=test.img -o=BOOTABLE.EXE -b=BOOT16.BIN
BTW, is BOOT16.BIN a FAT16 boot sector? If yes, that's wrong. FAT12 is better suited for floppies.
Never seen a floppy with partitions. Well, it's possible, but I'm not sure if Windows recognizes that.Nathan wrote: that my floppy has a FAT16 partition, not FAT12
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa
Re: Tutorial About BootProg?
What I got now was this:
I've tried with sub-directories, other drives, but I got the same error.
Code: Select all
C:\>bfi -f=test.img -o=STARTUP.BIN -b=BOOT12.BIN path C:\
FindFirstFile() failed
Error code 0x3: The system can not find the path specified
C:\>
Re: Tutorial About BootProg?
Replace "path" by the name of the directory.Nathan wrote:Code: Select all
C:\>bfi -f=test.img -o=STARTUP.BIN -b=BOOT12.BIN path C:\
Example:
Code: Select all
C:\>bfi -f=test.img -o=STARTUP.BIN -b=BOOT12.BIN binaries
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa