search for: fd0d720

Displaying 1 result from an estimated 1 matches for "fd0d720".

2002 Oct 01
1
what I'm doing wrong?
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"