LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-25-2016, 04:40 AM   #1
Vocay2
Member
 
Registered: Jul 2012
Location: Beer Sheva, Israel
Distribution: Ubuntu 16.4
Posts: 45

Rep: Reputation: Disabled
Dell Laptop CD_ROM/DVD RW cannot read Ubuntu download


This is a general question that I am hoping someone might be able to answer.

I have a Dell Inspiron 5721 running Windows 10 and Ubuntu 16.04

The CD-ROM/DVD RW unit went south due to an internal broken cable.

I purchased a new unit on eBay and it installed perfectly.

If I try to run commercial Dvd's with this new unit,I have the same problems.

I downloaded Ubuntu 16.04 iso and burned it using this new unit.

When I attempted to boot up using the newly burned disc, nothing happens. I get the regular start menu.

I also have a Samsung USB connected CD-ROM/DVD unit. I put the new disc in the Samsung and booted up using this Samsung unit and everything worked very well. No problems.

I was hoping someone could give me some hints as to why the disc works with the Samsung USB unit but not with the newly purchased unit that recorded the disc.

Thank you

Last edited by Vocay2; 05-25-2016 at 12:02 PM.
 
Old 05-25-2016, 07:31 AM   #2
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Did you also replace the broken cable?
Off-hand, I'd say check the boot order/list in BIOS on the Inspiron,
and verify the CD/DVD is in "the list" for boot media.
F2 during boot on Dell's IIRC.
 
Old 05-25-2016, 09:10 AM   #3
Vocay2
Member
 
Registered: Jul 2012
Location: Beer Sheva, Israel
Distribution: Ubuntu 16.4
Posts: 45

Original Poster
Rep: Reputation: Disabled
No, the broken cable was located inside the CD-ROM/DVD RW unit. It cost more to repair it then the new unit.

Boot order is good. As stated the second unit, the Samsung, works without a flaw.

That is what confuses me. One unit, the Samsung, works well, while the other unit, the newly purchased one, will not boot up even though it is the unit that was used to burn the disc.

Let me add something else. The new unit will successfully read CD-ROMS as well as DVDs. It simply refuses any kind of a boot up.

Last edited by Vocay2; 05-25-2016 at 10:59 AM.
 
Old 05-25-2016, 12:48 PM   #4
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,109
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
This Dell Touchscreen has no cd/dvd drive. But to just show the steps

Code:
harry@harry-Latitude-XT2:~$ cd-drive 
The program 'cd-drive' is currently not installed. You can install it by typing:
sudo apt-get install libcdio-utils
harry@harry-Latitude-XT2:~$ sudo apt-get install libcdio-utils
[sudo] password for harry: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libhdb9-heimdal libkdc2-heimdal libntdb1 python-ntdb
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  libcdio-utils
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 66.7 kB of archives.
After this operation, 395 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty/universe libcdio-utils i386 0.83-4.1ubuntu1 [66.7 kB]
Fetched 66.7 kB in 0s (113 kB/s)       
Selecting previously unselected package libcdio-utils.
(Reading database ... 210128 files and directories currently installed.)
Preparing to unpack .../libcdio-utils_0.83-4.1ubuntu1_i386.deb ...
Unpacking libcdio-utils (0.83-4.1ubuntu1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up libcdio-utils (0.83-4.1ubuntu1) ...
harry@harry-Latitude-XT2:~$ cd-drive
cd-drive version 0.83 i686-pc-linux-gnu
Copyright (c) 2003, 2004, 2005, 2007, 2008, 2011 R. Bernstein
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
No loaded CD-ROM device accessible.
Drivers available...
  GNU/Linux ioctl and MMC driver     
  cdrdao (TOC) disk image driver     
  bin/cuesheet disk image driver     
  Nero NRG disk image driver         

harry@harry-Latitude-XT2:~$
You can also just do

Code:
dmesg | egrep -i --color 'cdrom|dvd|cd/rw|writer'
To see if drive is detected. The cd-drive command text file only took up 66KB so I am not even going to bother uninstalling "libcdio-utils". I might need it later for a external usb dvd drive or something.

Edit: I am posting this because on the off chance something is broke or missing. cd-drive will mention what the drive is capable of. Like being bootable, I think.

Last edited by rokytnji; 05-25-2016 at 12:52 PM.
 
Old 05-26-2016, 05:12 AM   #5
Vocay2
Member
 
Registered: Jul 2012
Location: Beer Sheva, Israel
Distribution: Ubuntu 16.4
Posts: 45

Original Poster
Rep: Reputation: Disabled
I don't have a touchscreen.

Both of the CD-ROM/DVD drives are detected and listed.

The Samsung USB connected drive works just fine.
The new unit reads discs okay, burns disc okay but is not recognised as a bootable drive.
 
Old 05-26-2016, 04:44 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,976

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
If we assume that the drive is a fully working fully correct part and fully updated then...

Some of these uefi bios's seem to act strange. I get the feeling that the device is not being selected as a uefi boot device.
 
Old 05-27-2016, 02:09 AM   #7
Vocay2
Member
 
Registered: Jul 2012
Location: Beer Sheva, Israel
Distribution: Ubuntu 16.4
Posts: 45

Original Poster
Rep: Reputation: Disabled
Beat me with a stick and call me stupid!

After all this time, today I disconnected the Samsung unit that connected via USB. After being disconnected, the other unit, the installed new one works fine.

I should have attempted this at the beginning.

So, for whatever reason, if I have two CD-ROM/DVD units installed, both will read and write, but only one of them will allow a bootup. I don't understand why this is, but am happy to have the mystery solved.

I am going to mark this thread as solved.

If anyone has a clue as to why only one unit will work at a time, please post it.

Thanks for the replies that eventually lead me to do something intelligent. Okay not intelligent, maybe that's not the right word.

Thanks very much!

Last edited by Vocay2; 05-27-2016 at 02:14 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
repurposing laptop dvd read/writer Rinndalir Linux - Hardware 5 10-24-2015 07:20 PM
Which distribution should I download for my Dell Latitude C610 laptop with Intel P3? Justinbrowsing Linux - Newbie 9 01-10-2015 03:37 PM
DVD will not read on user, Slackware on a Laptop brokenjohn Slackware 5 02-21-2009 07:19 AM
Dell Latitude D600 can not read dvd+r ?? Mandra Linux - Laptop and Netbook 1 12-18-2004 09:04 PM
Dell Inspirion 8200 cannot read the Mandrake Linux 9.2 DVD disk FastSwimmer Linux - Laptop and Netbook 1 02-25-2004 05:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 05:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration