But if I'm correct then /dev/sda is first SCSI disk in Linux terminology and you are trying to write floppy image on it. Why?
On Wed, Jun 16, 2010 at 9:38 AM, Alexander Farber <alexander.far...@gmail.com> wrote: > I don't understand, why you refer me to faq4. What do you mean? > > I've mounted AMD64's floppy47.fs by vnconfig and have added > B B set tty com0 > B B stty com0 57600 > > to etc/boot.conf there. Then I've written it to /dev/sda (s. below). > > After that the remote server doesn't boot > (switched to "normal" mode) and the Strato > "remote console" just hangs > > Regards > Alex > > > On Wed, Jun 16, 2010 at 9:32 AM, Tomas Bodzar <tomas.bod...@gmail.com> wrote: >> Again. Read FAQ 4 where is correct setup how to prepare floppy for install. >> >> On Wed, Jun 16, 2010 at 9:17 AM, Alexander Farber >> <alexander.far...@gmail.com> wrote: >>> wget -O- http://www.dettus.net/floppy35_seriell.fs.gz | gzip -d -f >/dev/sda >>> >>> and (prepared my own AMD64 image with boot.conf): >>> >>> wget -O- http://preferans.de/floppy47.fs.gz | gzip -d -f >/dev/sda