On Thu, 19 Feb 2004 13:56:49 +0530, K i r @ n G h a g kiran.ghag@patni.com wrote:
» -----Original Message----- » From: linuxers-bounces@mm.ilug-bom.org.in On Behalf Of Dilip M » Sent: Thursday, February 19, 2004 11:57 AM » I created "bootnet.img " » # dd if=/mnt/cdrom/images/bootnet.img of=/dev/fd0 bs=512 » When i boot machine from this floppy the installation stops showing
I think you have just copied the initial boot sector with the bs=512 option.
you need to use "bs=1440k count=1" HTH
WORKED !!! THANKS KIRAN!!