diff options
author | Frans Pop <elendil@planet.nl> | 2007-10-31 19:21:37 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-10-31 19:21:37 +0000 |
commit | 6d91863edb3dc2bc0fad182aac1a902c2561e59a (patch) | |
tree | 6982abc97e67938a8d02b2f02dd97c6d62938cf6 /en | |
parent | 168cf80d64f88cbd98bcbf4ed4a7491dd85b296a (diff) | |
download | installation-guide-6d91863edb3dc2bc0fad182aac1a902c2561e59a.zip |
* Warn against installing Debian while another OS is hibernated.
Diffstat (limited to 'en')
-rw-r--r-- | en/boot-installer/boot-installer.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/en/boot-installer/boot-installer.xml b/en/boot-installer/boot-installer.xml index 4e7af69bc..c5204b9ab 100644 --- a/en/boot-installer/boot-installer.xml +++ b/en/boot-installer/boot-installer.xml @@ -12,6 +12,17 @@ <!-- structure inside out for this chapter. Each arch has a document. --> <!-- Note: arch hppa is currently missing --> +<warning arch="x86;powerpc"><para> + +If you have any other operating systems on your system that you wish to +keep (dual boot setup), you should make that they have been properly shut +down <em>before</em> you boot the installer. +Installing an operating system while another operating system is in +hibernation (has been suspended to disk) could result in loss of or damage +to the state of the suspended operating system which could cause problems +when it is rebooted. + +</para></warning> <note condition="gtk"><para> For information on how to boot the graphical installer, see |