Avagy a felhasználó már-már bántóan pontosan leírja a problémát az illetékes levlistán, miután az idevágó IRC csatornán mindenki alszik, és többszöri elolvasásra is úgy tűnik neki, hogy a hivatalos dokumetáció néhol ellentmond önnmagának, a ám választ nem kap.
I write it step-to-step(-to-error).
1. I got to the OpenFirmware
2. I boot the cd.
3. When it ask for command i reply "s" for the shell
4. "pdisk /dev/wd0a"
5. "C" to create a partition.
6. When it ask for the partition's type i write "Apple_UNIX_SVR2"
7. Then I set it as a root partition at the next question.
8. "w" to write the partition map.
9. "q" to quit
10. "newfs /dev/wd0a"
11. "mount /dev/wd0 /mnt2"
12. I make the etc, tmp, usr, and var directories in /mnt2 using mkdir
13. "echo "/dev/wd0a / ffs rw 1 1" >> /mnt2/etc/fstab" ('couse i got only this partition.)
14. "umount /mnt2"
15. I reboot, boot the CD agin, and pereform an "upgrade".
16. I reboot agin, got to the OF
17. "boot cd:,\ofwboot.xcf hd:2,/netbsd"
18. It start booting , but at the "Root device:" line it froze...
This is NetBSD/macppc 3.1, and I got a PowerMac G3 B&W, 300Mhz, only one hd in it.
And sorry for my english agin, I'm only 15 years old.:)