Adjust CDROM device
type this command
hwbrowser &
this shows you what hardware you have. click on the cdrom tab and note
the device
then do
rm -f /dev/cdrom
and do
ln -s /dev/hdX /dev/cdrom
where hdX is the device that hwbrowser tells you it is.