We seem to have all the tools and pieces to provide an easy to use install
from USB stick but no instructions in the release notes - I wonder what
way of installation people do prefer, and what tools we could optimize
to make the experience as smooth as possible.
I thought that just rawrite32 the CD ISO image to a USB stick should be
enough, but have never tested that (besides rawrite32 could use some
optimizations for large images, but that is another story).
I have successfully created a bootable install USB stick from NetBSD by
just newfs'ing it, using isntallboot and copying the install kernel there
(in current this would include the necessary modules). But this would be
a bit complicated for someone trying NetBSD the first time.
So: what is the easiest way?
Martin
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-...@muc.de
Indeed.
> We seem to have all the tools and pieces to provide an easy to use install
> from USB stick but no instructions in the release notes - I wonder what
> way of installation people do prefer, and what tools we could optimize
> to make the experience as smooth as possible.
>
> I thought that just rawrite32 the CD ISO image to a USB stick should be
> enough, but have never tested that (besides rawrite32 could use some
> optimizations for large images, but that is another story).
>
> I have successfully created a bootable install USB stick from NetBSD by
> just newfs'ing it, using isntallboot and copying the install kernel there
> (in current this would include the necessary modules). But this would be
> a bit complicated for someone trying NetBSD the first time.
>
> So: what is the easiest way?
Here are my thoughts.
1) We need to be able to install off of FAT drives, I think, because
most people who have thumb drives have them FAT formatted and
asking them to reformat is probably irritating.
2) But then we would need an equivalent of SYSLINUX, and a portable
one at that.
3) In the ideal world, we tell people on Windows "unzip this onto your
thumb drive and go", and we tell Unix people "untar this onto your
thumb drive and go", but we still need to handle the boot blocks
issue.
4) On 3: can modern Windows make a thumb drive bootable? If it does,
does dosboot.com still work?
5) My last experiments with bootxx_fat16 resulted in failure. They may
be broken. We also need bootxx_fat32 I think given that thumb
drives over 2G in size are increasingly common.
Perry
--
Perry E. Metzger pe...@piermont.com
I want to be able to do installs of multiple versions, and I want to
be able to do other things with my flash drives, so I use the
instructions Jason White wrote a while ago about how to set up a flash
drive with grub under NetBSD, with a pre-existing FAT filesystem on
it. There does seem to be a grub installer for Windows which might
make it straightfoward to do this without already having a NetBSD
system set up.
-Tracy