Sven Burgener wrote: > > On Tue, Jul 04, 2000 at 09:16:04PM +0200, Albrecht Frank wrote: > > > > > image=/vmlinuz > > ^^^^^^^^^^^ > > to what file does this link point? > > lrwxrwxrwx 1 root root 20 Jul 3 21:52 /vmlinuz -> > /boot/vmlinuz-2.2.17 > > That should be so, right? >
Have you tried -- dd if=/boot/vmlinuz-2.2.17 of=/dev/fd0 bs=8192 to create a boot floppy? hth, kent