Last Update: "2006/10/05 23:12:57 makoto"
OF boot
===File ~/macppc/CD-R/bootcd2/dir/README====================
20030726ts/README
CDROM
To boot from CDROM
--------------------------
OF 1/2
boot ata/atapi-disk@0:0
boot scsi/sd@3:0
OF 2.0f1
setenv boot-device ide1/@0:0
setenv boot-file netbsd.macppc
boot
OF 2.4
boot ide1/disk@0:0,OFWBOOT.XCF;1
boot ide1/@0:0,OFWBOOT.XCF;1
OF 3
boot cd:,ofwboot.xcf
See also
man ofwboot
after install
To boot after installation
OF 1/2
setenv real-base F00000
reset-all
( machine restarts )
boot ata/ata-disk@0:0
boot scsi/sd@0:0
(OR)
setenv boot-device ata/ata-disk@0:0
setenv boot-device scsi/sd@0:0
setenv boot-file
boot
OF 2.0f1
setenv boot-device ide1/@0:0
setenv boot-file netbsd.macppc <--- wrong...
boot
OF 3.0
boot cd:,ofwboot.xcf hd:10/netbsd
(above 10, you need to replace proper partition number,
which you should find it by /sbin/pdisk which this CDROM has.
pdisk is either in sysinst environment, cdrom/sbin/pdisk and
cdrom/rescue/pdisk
See following URL to see how to generate this snapsnot
|