|
5800歩
#1
[NetBSD] macppc 7500/160
某所の PowerMac 7500 (+604e/160) に
20000620-1.5
を入れて見た。外付 SCSI 2G disk。
- 別の unix の機械で
dd if=boot.fs of=/dev/rfd0a bs=64k
で floppy disk を作って
> boot fd:0 で起動
- sysinst の中で newfs をする時に表示する MB の数がおかしい。 3 倍くらい大きい気がする
- 外付の方の disk を先に走査して sd0 sd0 と振って行く
- 区画は CYL 表示で
a 100 0 / 50M
b 300 100 swap 170M
c 3707 0 全体
d 308 400 /usr 170M
g 3000 708 /mount_union 1.7G
のようにした。/var を分けておいた方が良かったかな。と言うより
も / が小さ過ぎた。
macppc の sysinst は、予め区画しておいても、それは無視して、必ず
新しく切り直そうとする。
- install が終ったら、
> boot scsi/sd@2:0
で起動
- 一回目は、 6/11 に書いた時
と同じく kernel を読んでいる途中で止ってしまう
-
> setenv real-base F00000
> reset-all
としてから > boot scsi/sd@2:0 で無事起動する。
- single user で動くので、
ed /etc/rc.conf としようとすると
/tmp/ed.... read-only file system と言われる
mount -a してから
-
ed /etc/rc.conf
/configure
s/NO/YES/
w
q
で変更して
無事再起動する。
- root で login してから
passwd と入力すると
passwd: failed to parse principal. Configuration file does not
specify default realm.
と言われてしまう。
| |
最近の日記
2024年07月03日
・kicad oddity
2024年05月08日
・comparison on ./buildsh tools
2024年05月06日
・py-setuptools (python 3.11.9)
・make release took 1 hours and 10 min
・qemu invocation for 10.99.10
2024年05月05日
・Windows 10 version
・serial connection
・bc bench
2024年05月04日
・Trial on 10.99.10
・another version (later trial) to succeed
|