Files
firestuff/2006-09-23-stopping-debian-from-ejecting-the-cdrom-during-install.html

14 lines
607 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--# set var="title" value="Stopping Debian from ejecting the CD-ROM during install" -->
<!--# set var="date" value="September 23, 2006" -->
<!--# include file="include/top.html" -->
<p>Another remote Debian install annoyance: the installer auto-ejects the CD-ROM, and theres no way to turn it off in sarge (theres a boot parameter in etch).</p>
<p>In sarge, when the question asking you “Install GRUB to the Master Boot Record?” appears, switch to the shell on console 2 (Alt-F2). Then run:</p>
<pre><code>rm /target/usr/bin/eject
</code></pre>
<!--# include file="include/bottom.html" -->