> >
> > I have successfully (?) installed plan 9 from the Live/installation CD .
> > However Bootsetup will not create a boot floppy.
> > Afer inserting a floppy in the drive and pressing 'enter' I get the
> > following error message:
> >
> > ls /dev/sd0/cdboot '/dev/sdD0' file does not exist
> > will not format non-floppy disk /dev/sdD0/cdboot
> >
> > My CD drive is sdC1 (primary slave) . So I guess that Bootsetup is unable
> > to find the source file it needs to create the floppy .
> > Is this assessment of the problem correct?
>
> Yes.
i think the problem is a bit different. /sys/lib/dist/pc/inst/bootfloppy
appears to have been told that the floppy is /dev/sdD0/cdboot. the
floppy is /dev/fd0disk. in any event, i believe that plan 9 kernels with
venti/fossil are too large for a 1.44MB floppy:
; 9fs sources; cd /n/sources/plan9/386
; ls -l 9load 9pcf.gz|awk '{s+=$6}END{print s}'
1567751
generally one boots from the 9fat partition instead. the
livecd can also be used in case of emergency.
- erik