Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Can't boot install from floppies



Julio Merino wrote:
> > non-working floppies available for download?
> I've put a copy in ftp.netbsd.org:~jmmv/i386/

Those fail to boot in my qemu, too, and the multivolume headers of your
boot{2,3}.fs look wrong:

  $ od -c boot2.fs | head -1
  0000000    U   S  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0  \0

Compare to a working boot2.fs:

  $ od -c boot2.fs | head -1
  0000000   U   S   T   A   R   F   S       2  \n  \0  \0  \0  \0  \0  \0

Looks like something is going wrong in
src/distrib/common/buildfloppies.sh in your build.
-- 
Andreas Gustafsson, gson%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index