Debian :: Cdrom Not Detecting Install Components?

Jan 1, 2011

Well I bought this book "Debian GNU/Linux 3.1 and it came with Debian installer. Thought this was too good to be true! Well, during the install I get a message that "cdrom not detecting install components". I ran the the diagnostic utility that was included in the disc and it did not report any issues.

View 3 Replies


ADVERTISEMENT

Debian Installation :: Attempt To Install From USB Fails To Detect Cdrom

Jan 31, 2016

I am attempting to install debian for the first time on my pc that has no cdrom drive. I downloaded the Jessie CD image and wrote it to a 4GB stick, it didnt work. Then tried the netinstall image but face the same issue.

To write the usb stick I used unetbooting first, then tried win32diskimager and finally tried DD while stick was not mounted

Code: Select alldd if=debian.iso of=/dev/sdb BS=4MB; sync

Issue is still the same: I boot from the usb and after selecting language and keyboard it fails to detect cdrom drive (no drive at all in my pc). Same behavior using normal or expert mode.

Im also unable to manually specify the drive (it looks at /cdrom and I wanted to change it to the usb stick itself or mount usb to /cdrom but I cant find my stick in /dev)

View 14 Replies View Related

Fedora :: Install 14 Without Any X11 Components?

Dec 12, 2010

I would like to install Fedora 14 without any X11 components. I need it only like router/firewall, so I do not want to install any unnecessary modules. Also I do not want to download all DVD, but live media doesn't have any choices.


Is it possible to install Fedora without X11 desktop?

View 4 Replies View Related

General :: What Are Components Can Install On RHEL?

Apr 26, 2010

I just got a question from a customer(actually from a customer to my manager then to me) and he is asking the following question: What are the components that were installed with RHEL? It may sound like a silly question but to me it sounds vague. The main thing I am thinking about now is during install you can select three components: webserver software development and virtualisation.

View 1 Replies View Related

Ubuntu Installation :: VLC: All Components Will Not Install?

Jul 30, 2010

I tried installing VLC through Synaptic. However, i got the reply "all components could not be installed". VLC does not appear in the menus. All four software repositories have been ticked.

How can I install VLC?

View 4 Replies View Related

OpenSUSE Install :: Can Remove Windows Partition And Components?

Feb 14, 2010

I've installed openSUSE 11.1 and am using it ok.Can I now remove the Windows partition and components? If so how please?

View 9 Replies View Related

Ubuntu :: Glich In 9.10 - Move The Removed Components From The New Install To The Broke?

Feb 8, 2010

i used klamav to scan for virus. yes, klamav from the repository. the scan said it had found possible virus. ok so i removed them from /usr/lib. then i realized kalmav just removed important components to be able to boot 9.10 properly. my desktop is broke!! so what do i do? use klamav to scan another install of 9.10 and try to move the removed components from the new install to the broke?

View 5 Replies View Related

Ubuntu Installation :: Unable To Install The Components Required For It To Work?

Jul 31, 2011

trying out the new Opera 11 browser in Ubuntu, but when trying to use unite feature i am unable to install the components required for it to work.

View 1 Replies View Related

Debian :: Resurrection Of Old PC - Which Debian Distro - Cdrom?

Dec 9, 2008

An amazing machine with huge and allmighty capabilities 380 MHz AMD-K6 gratefully powered with 64MB of ram

Could it own Debian? which Debian distro/cdrom would you recommend? Just for a internet, got with wifi running and surfing with X.

I guess that kde 1.0 or kde 2.0 was running very fast on it.

From scratch or can I get an already sources.list for old pc with old stable stuffs - debian ?

I found some debs there, might I use them? and concerning the cdrom?
http://archive.debian.org/debian/dists/

Is there someone that could post an iso of potato preferably eg? (free is linux )

View 14 Replies View Related

Debian :: DOS Era CDROM In Chinese Characters

Mar 19, 2016

This is to do with accessing Dos era CD rom under Linux.The characters in directory and file titles appear as "chinese".As I know that I've loaded and installed programs from these CD roms onto a Windows 2000 machine, I'm wondering why I can not read the file names now. They are definitely in English.I've research and found the mount -o "characterset" but I shouldn't need to do that as they are not foreign language CD roms.The only other thing I can think off is that they are both degraded, but I would not have expected that of commercial CD roms.

View 5 Replies View Related

Debian :: Bunch A Simple Cdrom With K3B Now?

May 26, 2010

Here is the version number:

+++-=====================-=====================-==========================================================
ii k3b 1.90.0~rc1-1 A sophisticated CD/DVD burning application

No CDROM burning exists anymore.. they remove lot of capabilities

View 3 Replies View Related

Debian :: Kernel - Any Way To Get Info For Each ISO CDROM?

Jan 24, 2010

There is lot of iso, and the kernel is the very important thing for the install since the hardware is depending, directly. Unfortunately kernels are changing and it could be interesting to have the information for each iso cdrom. I guess it might be somewhere but that's not so obvious and easy to find (never found where). Debian is cool, nicest distro ever !

View 8 Replies View Related

Debian :: Syntax On Configure Option Of Apt-cdrom

Oct 22, 2015

I can't figure out the syntax on the apt-cdrom command.

My CDROM is flaky, but have a portable CDROM attached to a usb.

Here's the output of lsusb:
Code: Select allroot@home:/etc/apt/apt.conf.d# lsusb
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 002: ID 04b3:310b IBM Corp. Red Wheel Mouse

[Code] ....

Here's the output of df:
Code: Select allroot@home:/etc/apt/apt.conf.d# df
Filesystem     1K-blocks    Used Available Use% Mounted on
/dev/sda1      464279312 4089292 436582932   1% /
udev               10240       0     10240   0% /dev
tmpfs            1619088    9132   1609956   1% /run
tmpfs            4047716     164   4047552   1% /dev/shm

[Code] ....

Here is my modified fstab:
Code: Select allroot@home:/etc# cat fstab
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).

[Code] ....

Here is my configure file:
Code: Select allroot@home:/etc/apt/apt.conf.d# cat config.usb.cdrom
Acquire::/dev/sr1::/media/bill;

Here is my command and output:
Code: Select allroot@home:/etc/apt/apt.conf.d# apt-cdrom -d=/media/bill -c=config.usb.cdrom add
Using CD-ROM mount point /media/bill/
Unmounting CD-ROM...
Waiting for disc...
Please insert a Disc in the drive and press enter

[Code] ....

There must be something simple that I have missed.

View 2 Replies View Related

Debian :: Installer Not Detecting LVM ?

Jun 13, 2010

I'm having trouble getting the debian installer to detect an existing LVM

I installed Lenny on LVM on top of RAID 1.

My system looks like this:

I just added two 1.5 TB drives in raid 1 to the logical volume group home 100% added to /home /dev/md3

I went to reinstall the system from the lenny disc and now the installer does not recognize the LVM. It did recognize the LVM before I added md3 to the LVM.

During the partition editor, if i go to a terminal (by going to another window/console) and give the command vgdisplay it says that physical volume with UUID V0S1Yx-361r-NZaE-w1Fy-kCFQ-9MmH-g287vh cannot be found. You will see below that the UUID refers to /dev/md3 (the added 1.5 raid 1 array)

Below is the output of "pvdisplay" and "mdadm --detail /dev/md3"

I don't know if this has to do with it but /dev/md3 is the only array that says local to host yield [yield is my hostname] next to its UUID after the mdadm --detail command.

View 1 Replies View Related

Debian Installation :: Can't Open CDROM Drive While Installing VM 7.6

Oct 9, 2014

VirtualBox 4.3.14
Windows 7
Debian 7.6

I'm trying to create a new VM with Debian 7.6. I downloaded the 3 install iso discs and tried to install. When I begin the installation it seems to take control of the CDROM and I am no longer able to eject it by either pressing the eject button or trying to eject through Windows. The installation goes fine until it asks if I have any other discs to install (which I do ... I have 2 more). At this point I say "Yes" but I cannot get the CDROM to open up at all since it doesn't automatically eject for another disc and as I mentioned before ... I can't do it manually or in Windows.

- I cannot do an installation over the internet because this is a government computer which is requires to be hooked to a government network. There are certain certificates required to access the network which are not available to my newly made (or in the process of making) Linux system but rather only to my host Windows system.
- I cannot use a newer version of VirtualBox because that opens up a whole new set of issues dealing with WinVerifyTrust getting CERT_E_REVOCATION_FAILURE most likely due to our symantec security software.

So my Storage Settings in VirtualBox are as follows for my CDROM drive:
- Controller: IDE Controller
- Type: PIIX4
- "Use Host I/O Cache" is checked
- Host Drive D:
- CD/DVD Drive: IDE Secondary Master
- "Passthrough" is checked

I cannot install the Debian 7.6 OS because I cannot eject each disc and put in the next disc. The only way I can eject the disc is if I reboot my entire system (host windows system) which obviously leaves me at an unfinished point in my install and therefore I have to restart the install and end up right where I was 30 minutes earlier.

View 6 Replies View Related

Debian Hardware :: New Desktop With Old Hard Drive - No More CDROM / DVD

Feb 28, 2016

The CDROM/DVD drive in the new computer was defective. Everything is working now.

My ancient Dell desktop finally kicked the bucket but the hard drive was relatively new (less than a year old).So I replaced that old desktop with a new desktop (not Dell this time) and decided to just plug in the old hard drive - to see what happens.Well, I was pleasantly surprised when Debian booted up and executed as normal (ok then, ALMOST normal)!

The problem is that the CDROM/DVD-RW is not recognized.For example, I have an audio CD in it, but neither file managers or multimedia players can see it (where 'it' is either the CD itself or the CDROM device).

I've tried GUI applications like mplayer, kplayer, Vlc, dolphin, pcmanfm; and I've tried the command line as well (bash).Short of doing a complete reinstall of Debian, is there a way to get it to recognize this 'new' hardware?

View 0 Replies View Related

Debian Hardware :: Squeeze Not Mounting Dvd Drive Or Cdrom?

Mar 6, 2010

just installed squeeze today, all went well but when I put a cdrom or dvd disc in it will not auto mount.. have to manually mount them from terminal. I've looked a /ect/fstab and do not see any problems there. Anyone else run into this problem on a squeeze install and fixed it?

View 3 Replies View Related

General :: Install Samba From CDROM?

Jan 3, 2010

i have vmware workstation with ubunutu server installed now i need to install samba , i use this command

apt-cdrom add after that i check the source.list and the cdrom uncomment then i use sudo apt-get install smbfs, instead of using the cdrom as the source he use internet .

View 3 Replies View Related

Ubuntu :: Install / Run CD ISO To Upgrade From CDROM?

Oct 28, 2010

[URL]..86.iso.torrent I must install/run this CD, for 32bit ubuntu 10.4 TO upgrade, PLEASE NOTE IS INSTALLED ALONG VISTA?

View 5 Replies View Related

Debian :: USB Wireless Not Detecting Networks?

May 13, 2009

I just installed Lenny and I was getting settled in. The wireless didn't work, but I have this USB adapter and was going to use it as a stop-gap measure until I get the real wireless going, especially since I could use that connection for downloading, forum search, etc.However, the USB adapter isn't working either. It seems to detect the adapter itself, since the "appendage" that appears on the right-click menu appears, but there's no detected networks. I have Jaunty dual booting with Lenny, and I know both the network and the USB adapter are working, since I'm on the Ubuntu side using both right now

View 14 Replies View Related

Debian :: Wireless Driver Not Detecting?

Feb 24, 2010

I have installed debian 5 on my laptop: hp 6730s.even though Iam new to linux but i feel everything is working fine except that my wireless interface is not detected by debian!!I have a builtin wireless interface of broadcomm 802.11go install the driver ??I am new to linux thus i dont know much about it

View 8 Replies View Related

Debian :: Installing Skype - Error: Failed To Fetch Cdrom

Jun 7, 2011

I tried to install skype: apt-get install skype but I got the following error: Failed to fetch cdrom:[Debian GNU/Linux 6.0.1a _Squeeze_ - Official i386 DVD Binary-1 20110322-15:11]/pool/main/q/qt4-x11/libqtgui4_4.6.3-4_i386.deb Hash Sum mismatch

View 2 Replies View Related

Ubuntu Servers :: Can't Install - Don't Detect Cdrom

Jan 29, 2010

using comapq proliant 8500
tested
8.04LTS
9.10

none of them coud find cd rom (then hove the F it can even get till detection ???)

not in /dev/cdrom only cdrom i coud filnd using # ls / was ls /cdrom and it just not working too so what can i do ??

View 3 Replies View Related

Ubuntu Installation :: Can't Install Because Can't Umount /cdrom?

Jul 30, 2010

I managed to boot from hard disk, everything works ok. But Gparted has a bug, it works in Live Hard Disk, but not when I click the install icon because it can't umount /cdrom. But I solved that by formatting ext4 and swap area from gnome-panel Live Hard Disk and only put mount point / after click on install.But problem stroked back: install is not possible because it wants to umount itself before installing, wich cannot be possible. I'm installing it in a new place /dev/sda5. Live Hard Disk is booting from /dev/sda3.

ubuntu@ubuntu:~$ df -h | grep sda
/dev/sda3 2.0G 726M 1.3G 36% /cdrom
/dev/sda1 43G 17G 26G 41% /media/Windows

[code]....

View 1 Replies View Related

General :: Use Kickstart To Install Centos From Cdrom?

Apr 12, 2010

when i use kickstart to install centos from cdrom (i make it myself in my way),i got a %post script problem with the kickstart file. 1.%post script used to copy my own software from cdrom to hard disk.then make install automaitlly with bash script.

the %post script like :
%post
mkdir -p /myownsoftware
cp -r /mnt/myownsoftware/* /myownsoftware
cd /myownsoftware

[Code]...

View 10 Replies View Related

Debian Configuration :: Projector Not Detecting When Connected?

Nov 5, 2010

When I connect my laptop to projector, its not detecting. But when I log-off and then log-in it automatically detects the display. I tried function key, but its not working. I am using Debian Lenny also. Also several others with different version of ubuntu running on different laptops reports the same problem. I tried searching net, but couldnt find a good answer.It would be helpful if some one explains what exctly is happening and an easy work around for this problem.

View 1 Replies View Related

Debian Configuration :: Detecting And Mounting HFS+ USB HD Drive?

Mar 2, 2011

I am having problem accessing and detecting a HFS+ USB HD Drive. I already installed HFSPLUS apps and its corresponding utils and said HFS and HFSPLUS module is loaded in my kernel.In short, my 1386 Debian squeeze cannot detect the said Drive and such I cannot mount it.

View 1 Replies View Related

Fedora Installation :: CDROM Drive Not Found For Install?

Jul 11, 2010

I downloaded and burned the Fedora-13-x86_64-dvd iso to install on my shiny new box (MSI NF980-G65 MB, AMD Phenom II x4 945 CPU, 8GB Corsair DDR3 memory, generic ATAPI DVD drive, 2 500GB SATA drives, 2 1.5TB SATA drives). I boot from the DVD and and take the default install/upgrade option on the menu. I've tried with the default boot options and with about a dozen different options, all give the the same thing.

Looking console 3, shows the following:

ERROR loader: removing ddmode.conf failed
ERROR loader: got to setupCdrom without a CD device

It can't find the CD/DVD drive that it booted from. The install on console 1 is prompting for a driver to load. Do I need to download a driver for a generic ATAPI/IDE CD/DVD drive?

View 10 Replies View Related

Fedora :: Vbox Not Allowing To Install Os From Host CDrom?

May 23, 2011

I have recently installed virtual box on fc14 using add /remove software . However so far i have not been able to install any OS on that. I put the OS CD the cdrom and click on start virtual machine..it gives following errors ..

I have followed the instructions given there but all in vain...

Code:
[root@Fedora Raman]# /etc/sysconfig/modules/VirtualBox-OSE.modules
ERROR: modinfo: could not find module vboxdrv
ERROR: modinfo: could not find module vboxnetflt
ERROR: modinfo: could not find module vboxnetadp

View 1 Replies View Related

OpenSUSE Install :: Force 80 Pin Cable Detect On Cdrom?

Oct 16, 2010

I need to force 80 pin cable detect on my cdrom. According to the kernel-parameters.txt file you can do this by using libata.force=(port).(device) 80c Here is the actual explanation from the kernel file: libata.force=[LIBATA] Force configurations. The format is comma separated list of "[ID:]VAL" where ID is PORT[.DEVICE]. PORT and DEVICE are decimal numbers matching port, link or device. Basically, it matches the ATA ID string printed on console by libata. If the whole ID part is omitted, the last PORT and DEVICE values are used. If ID hasn't been specified yet, the configuration applies to all ports, links and devices.

My question is where do you find the proper port.device numbers? I'm guessing it's lspci but I'd rather be sure before I do something silly.. An actual working line for a cdrw as master on the first ide channel would be excellent. BTW my cdrw is detected as sr0 so the normal "ide" boot params won't work....

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved