| From | Sent On | Attachments |
|---|---|---|
| John W. DeBoskey | Sep 28, 1998 7:56 am | |
| Jordan K. Hubbard | Sep 28, 1998 10:17 am | |
| Dag-Erling C. Smørgrav | Sep 29, 1998 3:36 am | |
| Eivind Eklund | Sep 29, 1998 7:19 am | |
| Marius Bendiksen | Sep 29, 1998 8:01 am | |
| Eivind Eklund | Sep 29, 1998 9:03 am | |
| Jordan K. Hubbard | Sep 29, 1998 10:04 am | |
| Mike Smith | Sep 30, 1998 2:45 pm |
| Subject: | Cannot creeat boot.std floppy | |
|---|---|---|
| From: | John W. DeBoskey (jw...@unx.sas.com) | |
| Date: | Sep 28, 1998 7:56:47 am | |
| List: | org.freebsd.freebsd-current | |
Hello,
First off, this is an AOUT 'make release' running...
I am unable to create the boot floppy due to a lack of space. The last I saw come across concerning this was the removal of tape install support by jkh.
I modified doFS.sh to get some blocksize info before the failure which follows below. If we are not going to currently support tape devices, should we not also remove it from the BOOTMFS config file? ie:
device sa0 tape ft0 at fdc0 drive 2
and do we really need the following in a boot kernel?
device lpt1 at isa? port? tty device mse0 at isa? port 0x23c tty irq 5 vector mseintr device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
and do we need vx0 with Bill Paul's (I think thats the name) work?
device vx0 <--- shouldn't xl cover this now?
and the output from doFS.sh is below:
Thanks! John
+ disklabel -Brw -b /R/stage/trees/bin/usr/mdec/fdboot -s
/R/stage/trees/bin/usr/mdec/bootfd /dev/rvn0 minimum
disklabel: ioctl DIOCWLABEL: Operation not supported by device
+ newfs -u 0 -t 0 -i 1000000 -m 0 -T minimum -o space /dev/rvn0c
Warning: Block size restricts cylinders per group to 9.
/dev/rvn0c: 2880 sectors in 1 cylinders of 1 tracks, 2880 sectors
1.4MB in 1 cyl groups (9 c/g, 12.66MB/g, 32 i/g)
super-block backups (for fsck -b #) at:
32,
+ mount /dev/vn0c /mnt
+ set -x
+ cd /R/stage/boot.std
+ du -sc
2854 .
2854 total
+ set -x
+ cd /R/stage/boot.std
+ du -sc boot.config boot.help kernel kernel.config
0 boot.config
4 boot.help
2848 kernel
0 kernel.config
2852 total
+ set -e
+ cd /R/stage/boot.std
+ find . -print
+ xargs ls -sald
2 drwxr-xr-x 2 root wheel 512 Sep 28 12:40 .
0 -rw-r--r-- 1 root wheel 0 Sep 28 12:40 ./boot.config
4 -rw-r--r-- 1 root wheel 1033 Sep 28 12:40 ./boot.help
2848 -rwxr-xr-x 1 root wheel 1447026 Sep 28 12:40 ./kernel
0 -rw-r--r-- 1 root wheel 0 Sep 28 12:40 ./kernel.config
+ set -e
+ cd /R/stage/boot.std
+ find . -print
+ cpio -dump /mnt
cpio: write error: No space left on device
*** Error code 1
Stop. *** Error code 1
To Unsubscribe: send mail to majo...@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message





