From: Operator (S. it-solutions) <ope...@SC...> - 2002-11-07 08:10:45
|
hello, I got some problems... I want to create a boot disk for unattend setup with trinux to install all kind of OS, in this case MSDOS or WIN..., I load some packages to partitioning my harddrive (IDE) sfdisk /dev/hda << eof 1,256,6,* eof after that I clear the MBR with dd if=/dev/zero of=/dev/hda1 bs=512 count=1 now I format the HD mformat c: its all working... now I copy the files msdos.sys, io.sys, command.com to the HD cp msdos.sys /mnt/hda1 I list the files on my Harddisk mdir c: everything ok now I want to reboot the System, all that I can see is blinking cursor... I think its a problem with the MBR could anybody help me? thanks so lot... nieloo |