[syslinux] what I'm doing wrong?

dor dor3 at idiotbox.co.il
Tue Oct 1 07:13:12 PDT 2002


I'm trying to make my own boot+root linux on a floppy disk
this is what i am trying:
 dd if=/dev/zero of=disk bs=1k count=900
 mkdosfs -F 12 disk
 mount disk mnt -o loop
 cp bzImage mnt/linux
 umount mnt
 syslinux -s disk
 dd if=disk of=/dev/fd0

but when i tray to boot with the disk i get "boot filed"



More information about the Syslinux mailing list