Making Floppy bootable problem!!
Posted: Wed Mar 20, 2013 4:23 pm
Hi fellow OSdevers..........
Here I'm with a intrstng problem that is causing me a litle headpain.
the story goes like this:
..My Rig is, intl Core2duo, 2 gb RAM, with WIn7 32bit on a lapy.
I don't have any floppy drive so i'm useing virtuals. with 'Imdisk virtual disk driver' / 'Virtual Floppy Drive' (with Admin privilage)
i'm loading floppy image i got from :http://www.allbootdisks.com/download/95.html /http://www.allbootdisks.com/disk_conten ... xppro.html
after that i'm formating it in MS-DOS startup disk type with default settings in FAT FS format.
after that in command prompt (cmd) i'm useing debug, then with
and
.... i can see no errors . it is just like a normal disk it appears.
then when i try to load my boot.bin on the 1st sector in Debug
with
...it goes quitely done.
..the problem comes right after that as from now i can't open (explore) my floppy bt clicking on the floppy drive icon as it says 'unknown file system cant open' and it also says me to format it again....!!!!
or if i try to copy my kernel.bin after previous step in command promt , command promt (cmd) says me 'error'..! tells me to format again..!
even useing 'mkbt' it gives me the same result!! same errors..! ( i already have mkbt in my project folder, don't worry)
_______________
for MKBT im useing these files:
The bootsector in a file called "bootsect.bin"
capturing the bootsector to a file using: mkbt -c a: bootsect.bin
IO.SYS
MSDOS.SYS
COMMAND.COM
+ extra files were already exists there 'DRVSPACE.BIN'
as after formatting the floppy image file i can see files (including system files/ attributes, hidden):
*Note: even if i use ' fdrawcmd ' - it says 'non-system disk error'
[*in PowerCMD (cmd alternative) after entering 'Debug' i cant write any command in next line! thoug der is blinker...!!]
and if i in Debug use:
i see '^error" in next line
..can it give you any clue?
..................so now tell can anybody please tell me where is the problem happening..?? how to solve this problem..???? anybody..???
Here I'm with a intrstng problem that is causing me a litle headpain.
the story goes like this:
..My Rig is, intl Core2duo, 2 gb RAM, with WIn7 32bit on a lapy.
I don't have any floppy drive so i'm useing virtuals. with 'Imdisk virtual disk driver' / 'Virtual Floppy Drive' (with Admin privilage)
i'm loading floppy image i got from :http://www.allbootdisks.com/download/95.html /http://www.allbootdisks.com/disk_conten ... xppro.html
after that i'm formating it in MS-DOS startup disk type with default settings in FAT FS format.
after that in command prompt (cmd) i'm useing debug, then with
Code: Select all
l 0 0 0 1
d 0
Code: Select all
d 180
then when i try to load my boot.bin on the 1st sector in Debug
with
Code: Select all
n boot.bin
l 0
w 0 0 0 1
..the problem comes right after that as from now i can't open (explore) my floppy bt clicking on the floppy drive icon as it says 'unknown file system cant open' and it also says me to format it again....!!!!
or if i try to copy my kernel.bin after previous step in command promt , command promt (cmd) says me 'error'..! tells me to format again..!
even useing 'mkbt' it gives me the same result!! same errors..! ( i already have mkbt in my project folder, don't worry)
_______________
for MKBT im useing these files:
The bootsector in a file called "bootsect.bin"
capturing the bootsector to a file using: mkbt -c a: bootsect.bin
IO.SYS
MSDOS.SYS
COMMAND.COM
+ extra files were already exists there 'DRVSPACE.BIN'
as after formatting the floppy image file i can see files (including system files/ attributes, hidden):
- AUTOEXEC.BAT
COMMAND - MS-DOS Application
CONFIG.SYS
DISPLAY.SYS
EGA.CPI
EGA2.CPI
EGA3.CPI
IO.SYS
KEYB - MS-DOS Application
KETBOARD.SYS
KEYBRD2.SYS
KEYBRD3.SYS
KETBRD4.SYS
MODE - MS-DOS Application
MSDOS.SYS
*Note: even if i use ' fdrawcmd ' - it says 'non-system disk error'
[*in PowerCMD (cmd alternative) after entering 'Debug' i cant write any command in next line! thoug der is blinker...!!]
and if i in Debug use:
Code: Select all
l 0 0 0 1
-u 3E
-a 3E
jmp 3E
-u 3E
..can it give you any clue?
..................so now tell can anybody please tell me where is the problem happening..?? how to solve this problem..???? anybody..???