Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Express more confidence in our ability to boot on hardware w...



details:   https://anonhg.NetBSD.org/src/rev/6290ba4c64c8
branches:  trunk
changeset: 450694:6290ba4c64c8
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Apr 22 13:27:39 2019 +0000

description:
Express more confidence in our ability to boot on hardware with ACPI
enabled and don't warn our users that it might not and already suggest
workarounds.

The ability to disable ACPI and SMP is still there, by dropping to
the boot prompt.

diffstat:

 distrib/amd64/cdroms/bootcd/boot.cfg.in     |  9 +++------
 distrib/amd64/cdroms/installcd/boot.cfg.in  |  7 ++-----
 distrib/amd64/installimage/boot.cfg.in      |  7 ++-----
 distrib/amd64/uefi-installimage/boot.cfg.in |  7 ++-----
 distrib/i386/cdroms/bootcd/boot.cfg.in      |  9 +++------
 distrib/i386/cdroms/installcd/boot.cfg.in   |  7 ++-----
 distrib/i386/floppies/common/boot.cfg       |  5 -----
 distrib/i386/installimage/boot.cfg.in       |  7 ++-----
 etc/etc.amd64/boot.cfg                      |  2 --
 etc/etc.i386/boot.cfg                       |  2 --
 10 files changed, 16 insertions(+), 46 deletions(-)

diffs (169 lines):

diff -r e8cf688f0664 -r 6290ba4c64c8 distrib/amd64/cdroms/bootcd/boot.cfg.in
--- a/distrib/amd64/cdroms/bootcd/boot.cfg.in   Mon Apr 22 12:27:50 2019 +0000
+++ b/distrib/amd64/cdroms/bootcd/boot.cfg.in   Mon Apr 22 13:27:39 2019 +0000
@@ -1,15 +1,12 @@
 banner=Welcome to the NetBSD @@VERSION@@ boot-only install CD
 banner================================================================================
 banner=
-banner=This CD contains only the installation program.  Binary sets to complete the
+banner=This media contains only the installation program.  Binary sets to complete the
 banner=installation must be downloaded separately.  The installer can download them
 banner=if this machine has a working internet connection.
 banner=
-banner=ACPI (Advanced Configuration and Power Interface) should work on all modern
-banner=and legacy hardware.  However if you do encounter a problem while booting,
-banner=try disabling it and report a bug at http://www.NetBSD.org/.
+banner=If you encounter a problem while booting, report a bug at
+banner=https://www.NetBSD.org/.
 menu=Install NetBSD:boot netbsd
-menu=Install NetBSD (no ACPI):boot netbsd -2
-menu=Install NetBSD (no ACPI, no SMP):boot netbsd -12
 menu=Drop to boot prompt:prompt
 timeout=30
diff -r e8cf688f0664 -r 6290ba4c64c8 distrib/amd64/cdroms/installcd/boot.cfg.in
--- a/distrib/amd64/cdroms/installcd/boot.cfg.in        Mon Apr 22 12:27:50 2019 +0000
+++ b/distrib/amd64/cdroms/installcd/boot.cfg.in        Mon Apr 22 13:27:39 2019 +0000
@@ -1,11 +1,8 @@
 banner=Welcome to the NetBSD @@VERSION@@ installation CD
 banner================================================================================
 banner=
-banner=ACPI (Advanced Configuration and Power Interface) should work on all modern
-banner=and legacy hardware.  However if you do encounter a problem while booting,
-banner=try disabling it and report a bug at http://www.NetBSD.org/.
+banner=If you encounter a problem while booting, report a bug at
+banner=https://www.NetBSD.org/.
 menu=Install NetBSD:boot netbsd
-menu=Install NetBSD (no ACPI):boot netbsd -2
-menu=Install NetBSD (no ACPI, no SMP):boot netbsd -12
 menu=Drop to boot prompt:prompt
 timeout=30
diff -r e8cf688f0664 -r 6290ba4c64c8 distrib/amd64/installimage/boot.cfg.in
--- a/distrib/amd64/installimage/boot.cfg.in    Mon Apr 22 12:27:50 2019 +0000
+++ b/distrib/amd64/installimage/boot.cfg.in    Mon Apr 22 13:27:39 2019 +0000
@@ -1,12 +1,9 @@
 banner=Welcome to the NetBSD/@@MACHINE@@ @@VERSION@@ installation image
 banner================================================================================
 banner=
-banner=ACPI (Advanced Configuration and Power Interface) should work on all modern
-banner=and legacy hardware.  However if you do encounter a problem while booting,
-banner=try disabling it and report a bug at http://www.NetBSD.org/.
+banner=If you encounter a problem while booting, report a bug at
+banner=https://www.NetBSD.org/.
 menu=Install NetBSD:boot netbsd
-menu=Install NetBSD (no ACPI):boot netbsd -2
-menu=Install NetBSD (no ACPI, no SMP):boot netbsd -12
 menu=Drop to boot prompt:prompt
 timeout=30
 clear=1
diff -r e8cf688f0664 -r 6290ba4c64c8 distrib/amd64/uefi-installimage/boot.cfg.in
--- a/distrib/amd64/uefi-installimage/boot.cfg.in       Mon Apr 22 12:27:50 2019 +0000
+++ b/distrib/amd64/uefi-installimage/boot.cfg.in       Mon Apr 22 13:27:39 2019 +0000
@@ -1,12 +1,9 @@
 banner=Welcome to the NetBSD/@@MACHINE@@ @@VERSION@@ installation image
 banner================================================================================
 banner=
-banner=ACPI (Advanced Configuration and Power Interface) should work on all modern
-banner=and legacy hardware.  However if you do encounter a problem while booting,
-banner=try disabling it and report a bug at http://www.NetBSD.org/.
+banner=If you encounter a problem while booting, report a bug at
+banner=https://www.NetBSD.org/.
 menu=Install NetBSD:boot netbsd
-menu=Install NetBSD (no ACPI):boot netbsd -2
-menu=Install NetBSD (no ACPI, no SMP):boot netbsd -12
 menu=Drop to boot prompt:prompt
 timeout=30
 clear=1
diff -r e8cf688f0664 -r 6290ba4c64c8 distrib/i386/cdroms/bootcd/boot.cfg.in
--- a/distrib/i386/cdroms/bootcd/boot.cfg.in    Mon Apr 22 12:27:50 2019 +0000
+++ b/distrib/i386/cdroms/bootcd/boot.cfg.in    Mon Apr 22 13:27:39 2019 +0000
@@ -1,15 +1,12 @@
 banner=Welcome to the NetBSD @@VERSION@@ boot-only install CD
 banner================================================================================
 banner=
-banner=This CD contains only the installation program.  Binary sets to complete the
+banner=This media contains only the installation program.  Binary sets to complete the
 banner=installation must be downloaded separately.  The installer can download them
 banner=if this machine has a working internet connection.
 banner=
-banner=ACPI (Advanced Configuration and Power Interface) should work on all modern
-banner=and legacy hardware.  However if you do encounter a problem while booting,
-banner=try disabling it and report a bug at http://www.NetBSD.org/.
+banner=If you encounter a problem while booting, report a bug at 
+banner=https://www.NetBSD.org/.
 menu=Install NetBSD:boot netbsd
-menu=Install NetBSD (no ACPI):boot netbsd -2
-menu=Install NetBSD (no ACPI, no SMP):boot netbsd -12
 menu=Drop to boot prompt:prompt
 timeout=30
diff -r e8cf688f0664 -r 6290ba4c64c8 distrib/i386/cdroms/installcd/boot.cfg.in
--- a/distrib/i386/cdroms/installcd/boot.cfg.in Mon Apr 22 12:27:50 2019 +0000
+++ b/distrib/i386/cdroms/installcd/boot.cfg.in Mon Apr 22 13:27:39 2019 +0000
@@ -1,11 +1,8 @@
 banner=Welcome to the NetBSD @@VERSION@@ installation CD
 banner================================================================================
 banner=
-banner=ACPI (Advanced Configuration and Power Interface) should work on all modern
-banner=and legacy hardware.  However if you do encounter a problem while booting,
-banner=try disabling it and report a bug at http://www.NetBSD.org/.
+banner=If you encounter a problem while booting, report a bug at 
+banner=https://www.NetBSD.org/.
 menu=Install NetBSD:boot netbsd
-menu=Install NetBSD (no ACPI):boot netbsd -2
-menu=Install NetBSD (no ACPI, no SMP):boot netbsd -12
 menu=Drop to boot prompt:prompt
 timeout=30
diff -r e8cf688f0664 -r 6290ba4c64c8 distrib/i386/floppies/common/boot.cfg
--- a/distrib/i386/floppies/common/boot.cfg     Mon Apr 22 12:27:50 2019 +0000
+++ b/distrib/i386/floppies/common/boot.cfg     Mon Apr 22 13:27:39 2019 +0000
@@ -1,11 +1,6 @@
 banner=NetBSD floppy diskette installation
 banner================================================================================
 banner=
-banner=ACPI should work on all modern and legacy hardware, however if you have
-banner=problems, please try disabling it.
-banner=
 menu=Install NetBSD:boot netbsd
-menu=Install NetBSD (no ACPI):boot netbsd -2
-menu=Install NetBSD (no ACPI, no SMP):boot netbsd -12
 menu=Drop to boot prompt:prompt
 timeout=10
diff -r e8cf688f0664 -r 6290ba4c64c8 distrib/i386/installimage/boot.cfg.in
--- a/distrib/i386/installimage/boot.cfg.in     Mon Apr 22 12:27:50 2019 +0000
+++ b/distrib/i386/installimage/boot.cfg.in     Mon Apr 22 13:27:39 2019 +0000
@@ -1,12 +1,9 @@
 banner=Welcome to the NetBSD/@@MACHINE@@ @@VERSION@@ installation image
 banner================================================================================
 banner=
-banner=ACPI (Advanced Configuration and Power Interface) should work on all modern
-banner=and legacy hardware.  However if you do encounter a problem while booting,
-banner=try disabling it and report a bug at http://www.NetBSD.org/.
+banner=If you encounter a problem while booting, report a bug at 
+banner=https://www.NetBSD.org/.
 menu=Install NetBSD:boot netbsd
-menu=Install NetBSD (no ACPI):boot netbsd -2
-menu=Install NetBSD (no ACPI, no SMP):boot netbsd -12
 menu=Drop to boot prompt:prompt
 timeout=30
 clear=1
diff -r e8cf688f0664 -r 6290ba4c64c8 etc/etc.amd64/boot.cfg
--- a/etc/etc.amd64/boot.cfg    Mon Apr 22 12:27:50 2019 +0000
+++ b/etc/etc.amd64/boot.cfg    Mon Apr 22 13:27:39 2019 +0000
@@ -1,7 +1,5 @@
 menu=Boot normally:rndseed /var/db/entropy-file;boot
 menu=Boot single user:rndseed /var/db/entropy-file;boot -s
-menu=Disable ACPI:rndseed /var/db/entropy-file;boot -2
-menu=Disable ACPI and SMP:rndseed /var/db/entropy-file;boot -12
 menu=Drop to boot prompt:prompt
 default=1
 timeout=5
diff -r e8cf688f0664 -r 6290ba4c64c8 etc/etc.i386/boot.cfg
--- a/etc/etc.i386/boot.cfg     Mon Apr 22 12:27:50 2019 +0000
+++ b/etc/etc.i386/boot.cfg     Mon Apr 22 13:27:39 2019 +0000
@@ -1,7 +1,5 @@
 menu=Boot normally:rndseed /var/db/entropy-file;boot
 menu=Boot single user:rndseed /var/db/entropy-file;boot -s
-menu=Disable ACPI:rndseed /var/db/entropy-file;boot -2
-menu=Disable ACPI and SMP:rndseed /var/db/entropy-file;boot -12
 menu=Drop to boot prompt:prompt
 default=1
 timeout=5



Home | Main Index | Thread Index | Old Index