Files
firestuff/2006-09-22-cdrom-multi-drive-sarge-installation.html

15 lines
1.1 KiB
HTML
Raw Normal View History

2019-04-21 22:38:52 +00:00
<!--# set var="title" value="CD-ROM multi-drive sarge installation" -->
2019-04-25 02:45:09 +00:00
<!--# set var="date" value="2006-09-22" -->
2019-04-21 22:38:52 +00:00
<!--# 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" -->