This is a discussion on Install didn't work. Help! within the Debian Linux support forums, part of the Debian Linux category; --> I'm new to debian; been using Suse for a few months after dumping Windows. Downloaded the CD images and ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I'm new to debian; been using Suse for a few months after dumping Windows. Downloaded the CD images and burned the 7 CDs for the Woody version. Created some partions: /dev/hda5 ext2 and /dev/hda8 swap. I have Suse on /dev/hda7 with swap on /dev/hda6. Booted the first CD rom and did the basic installation. Booted into Suse and modified Grub to boot debian. When debian booted and tried to finish the installation it couldn't find the CD drive. So I'm now stuck with a bare bones debian system. Is there anything I need to do to add the cdrom? fstab has an entry for the cdrom. Any suggestions would be appreciated. Thanks. bld |
| |||
| Hello bld (<bldrake1@yahoo.com>) wrote: > I'm new to debian; been using Suse for a few months after dumping > Windows. > > Downloaded the CD images and burned the 7 CDs for the Woody version. > Created some partions: /dev/hda5 ext2 and /dev/hda8 swap. I have Suse > on /dev/hda7 with swap on /dev/hda6. > > Booted the first CD rom and did the basic installation. Booted into > Suse and modified Grub to boot debian. > > When debian booted and tried to finish the installation it couldn't > find the CD drive. So I'm now stuck with a bare bones debian system. > Is there anything I need to do to add the cdrom? fstab has an entry > for the cdrom. Make sure the device file in the fstab is the correct one. If /dev/cdrom is used, check if /dev/cdrom points to the right file (e.g. /dev/hdc, if the drive is secondary master). If not, remove the /dev/cdrom symlink and create a new one, e.g.: cd /dev ln -s hdc cdrom Apt also has a configuration option for the device to be mounted. My /etc/apt/apt.conf says: Acquire::cdrom::mount "/media/dvd"; (/media/dvd is the mount point from my fstab) best regards Andreas Janssen -- Andreas Janssen <andreas.janssen@bigfoot.com> PGP-Key-ID: 0xDC801674 ICQ #17079270 Registered Linux User #267976 http://www.andreas-janssen.de/debian-tipps-sarge.html |
| |||
| On Fri, 10 Dec 2004, bld wrote: > I'm new to debian; been using Suse for a few months after dumping > Windows. HOWTO install Debian with the net-installer http://www.linuxquestions.org/questi...hreadid=261506 |
| ||||
| man.... *always* use the net install if you can... downloading 7 cds was not necessary at all. Using the net install it just downloads the parts that you actually want. Anyways, it's strange that the installer couldn't find your drive. Try mounting it yourself on the command line... Steve bld wrote: > I'm new to debian; been using Suse for a few months after dumping > Windows. > > Downloaded the CD images and burned the 7 CDs for the Woody version. > Created some partions: /dev/hda5 ext2 and /dev/hda8 swap. I have Suse > on /dev/hda7 with swap on /dev/hda6. > > Booted the first CD rom and did the basic installation. Booted into > Suse and modified Grub to boot debian. > > When debian booted and tried to finish the installation it couldn't > find the CD drive. So I'm now stuck with a bare bones debian system. > Is there anything I need to do to add the cdrom? fstab has an entry > for the cdrom. > > Any suggestions would be appreciated. > Thanks. > bld > |