Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/notes/macppc Pullup 1.7 [mbw]:
details: https://anonhg.NetBSD.org/src/rev/e628cf36b74a
branches: netbsd-1-5
changeset: 490111:e628cf36b74a
user: tv <tv%NetBSD.org@localhost>
date: Fri Nov 03 02:45:33 2000 +0000
description:
Pullup 1.7 [mbw]:
add info on how to get OF to always boot
also mention that users may need to remove non-apple hardware
to get their systems to boot (in extreme cases)
diffstat:
distrib/notes/macppc/install | 37 ++++++++++++++++++++++++++++++++++++-
1 files changed, 36 insertions(+), 1 deletions(-)
diffs (55 lines):
diff -r 3d6b125ef3f5 -r e628cf36b74a distrib/notes/macppc/install
--- a/distrib/notes/macppc/install Fri Nov 03 02:42:55 2000 +0000
+++ b/distrib/notes/macppc/install Fri Nov 03 02:45:33 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: install,v 1.2.10.1 2000/11/01 03:48:17 tv Exp $
+.\" $NetBSD: install,v 1.2.10.2 2000/11/03 02:45:33 tv Exp $
.
.Ss2 Booting the installer
.
@@ -207,6 +207,10 @@
.Nx*M
FAQ for a thorough list.
.Lk http://www.netbsd.org/Ports/macppc/faq.html
+.(Note
+You may find it necessary to remove all non-Apple devices in your
+machine. Some users have found this necessary.
+.Note)
.Pp
.(bullet
.Dq Li "DEFAULT CATCH!"
@@ -314,3 +318,34 @@
.bullet)
.
.so ../common/sysinst
+.
+Now, you can reboot to get to the Open Firmware prompt. Once there, you
+can set Open Firmware to always boot into
+.Nx
+from the media of your choice. First, make sure you know what command you
+need to use to boot (see above). If you are using a
+.Sq partition zero
+style boot scheme, you would type something like the following:
+.Pp
+.Dl 0 > Ic "setenv auto-boot? true"
+.Dl 0 > Ic "setenv boot-device scsi/sd@0:0"
+.Dl 0 > Ic "setenv boot-file netbsd"
+.Pp
+replacing
+.Ic scsi/sd@0:0
+with the actual device you will be booting from. If you find that your
+system tries booting before your hard drive has spun up, you may need to
+also enter something like:
+.Pp
+.Dl 0 > Ic "setenv boot-command begin ['] boot catch 1000 ms cr again"
+.Pp
+If you are not using a
+.Sq partition zero
+style boot scheme, then you can still plug in all the information you
+need:
+.Pp
+.Dl 0 > Ic "setenv auto-boot? true"
+.Dl 0 > Ic "setenv boot-device ide0/disk@0:8,ofwboot.elf"
+.Dl 0 > Ic "setenv boot-file ide0/disk@0:13,/netbsd"
+.Dl 0 > Ic "setenv boot-command boot"
+.Pp
Home |
Main Index |
Thread Index |
Old Index