Files
firestuff/2006-09-22-cdrom-multi-drive-sarge-installation.html
2019-04-21 22:38:52 +00:00

15 lines
1.1 KiB
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="CD-ROM multi-drive sarge installation" -->
<!--# set var="date" value="September 22, 2006" -->
<!--# include file="include/top.html" -->
<p>I realize we only have a couple of months left that this matters, but it drove me nuts for hours today, so I thought Id share.</p>
<p>The Debian sarge installer completely flips out if theres more than one CD/DVD drive, you have discs in both, and the Debian disc isnt in the first. The easy answer is, of course, take a disc out. Its rather hard when its in the BladeCenter tray in NJ and youre in upstate NY.</p>
<p>You cant mount the drive yourself. Theres a bug in the installer that wont detect which distro its trying to install, and it starts searching for files that dont exist (/cdrom/dists//Release). Useless.</p>
<p>However, it turns out that devfs is writable in places. You can go into /dev/cdroms/, remove all the links, and recreate just a cdrom0 link to whichever /dev/scsi/ or /dev/ide/ device you like. Poof, functional.</p>
<!--# include file="include/bottom.html" -->