[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(20020818ts) installboot
> 千葉市中央区長洲
> 藤原 誠
藤原> ftp://ftp.ki.nu/pub/NetBSD/arch/macppc/snapshot/20020818ts/
どうも、 installboot がうまく行かないような気がします。
sysinst が使うのは /usr/sbin/installboot (と同じやつ)で、
後で手でやって見ると、
# installboot -v -t ffs /dev/rsd1a bootxx /ofwboot
File system: /dev/rsd1a
File system type: ffs (blocksize 4096, needswap 0)
Primary bootstrap: bootxx
Secondary bootstrap: /ofwboot
installboot: `bootxx' cannot be larger than 2048 bytes
installboot: Set bootstrap operation failed
と、最近見た話題と同じです。
で、代りに手でやっても、何だか変です。
僕のやり方が違うのかな。
# cd /usr/mdec
# ./installboot -v ofwboot bootxx /dev/rsd1a
boot: ofwboot
proto: bootxx
device: /dev/rsd1a
proto bootblock size: 1024
entry point: 0x00600000
ofwboot: block numbers:
sd1: cache synchronization failed
# Aug 20 21:28:29 harry last message repeated 2 times
# mount /dev/sd1a /mnt
# ls -l /mnt
total 7196
-r--r--r-- 2 root wheel 2428831 Aug 20 21:23 20020818ts_MD.gz
-r--r--r-- 1 root wheel 2431840 Aug 20 21:22 20020819r.gz
-r--r--r-- 2 root wheel 2428831 Aug 20 21:23 netbsd.gz
-r--r--r-- 1 root wheel 57568 Aug 20 21:34 ofwboot
# file /mnt/ofwboot
/mnt/ofwboot: data
(これは緊急用の disk のつもりなのです)
---
(藤原)