2

I purchased a new external Samsung DVD writer which is not being detected on startup by my Dell Inspiron laptop.

However, if I attach it to a different Dell model, a Sony laptop, and my desktop machine it works fine.

I've tried updating the BIOS of the Dell laptop but it hasn't had any effect. I don't want to have to buy another DVD writer so I welcome any suggestions for things to change on the laptop in order to support the DVD writer on startup.

Note that I can use it once the laptop has completed starting up.

Hennes
  • 65,804
  • 7
  • 115
  • 169

3 Answers3

3

Perhaps it's not a a drive or Windows issue but rather a hardware issue. Unfortunately you did not specify exactly which Samsung DVD writer you're trying to use. Some slim-line DVD writers are entirely USB-powered. Unfortunately USB 2.0 only delivers 500mA (max. 2.5W) to registered USB devices (100mA/0.5W to unregistered devices). Depending on other consumers connected to USB this might be reduced even further. Some external drives (2.5" HDD drives, DVD drives etc.) take more power. Depending on the hardware design of your laptop it might just refuse to power these devices and report "overcurrent" or similar errors. Some external devices are supporting to connect an external power supply. If your Samsung burner does have a power connector you might try to connect a suitable power supply. Just make sure the voltage (usually 5V) is correct and your supply provides sufficient power.

Another possibly is a software issue. Windows sometimes tends to just "hide" CD/DVD drives when UpperFilters/LowerFilters are incorrectly set in registry. See KB982116 for details. I've seen this happening mainly on Windows XP. Microsoft provides a FixIt tool - you might just try it.

SkyBeam
  • 3,832
1

Skybeads answer is good, but I would like to add that it could just be the age of the machine... You just state Windows XP which is not really enough, this could be anywhere up to 10 years old. Even assuming it is newer, I have had many machines in the past that simply do not support USB boot... I still see some now, all be it very rare.

William Hilsum
  • 117,648
0

Unfortunately you did not write why you would like to detect your USB-ODD at boot. Most likely you would like to boot from it (for example to re-install Windows from DVD disc). Sadly not all BIOS support booting from USB drives but there is a good alternative solution for this: PXE boot. So if you own a machine without any bootable drive (e.g. netbook without DVD drive, a machine with a broken drive or simply some embedded system) you might try booting from network instead of USB drive instead. Unlike USB-boot PXE-boot is supported even by pretty old hardware usually.

If you're going to PXE-boot you need a second machine running the required server infrastructure. You might want to have a look at tftpd32 (there is tftpd64 for Windows x64 too) which embedds all server processes you need including TFTP server and DHCP server. Well, explaining the detail server setup is going beyond this question now but you find many resources on the net on how to do it. Quickly using google I found this article which looks quite OK. In short you need to:

  • Connect your server machine and the machine to be booted to a dedicated LAN
  • Configure TFTPD32 to serve DHCP requests and answer to TFTP requests
  • Copy Windows 7 DVD to local folder
  • Share the folder on your local network
  • Get boot loader from Windows DVD
  • Get boot.wim (Windows PE) from WAIK (Windows Automated Installation Kit)

So the basic idea is to boot Windows PE (included in WAIK) via the network. From Windows PE you can mount the Windows 7 DVD share then and run Windows setup.

SkyBeam
  • 3,832