Which older version and variant ISO image should I use?

 
Thread Tools Search this Thread
Operating Systems Linux Debian Which older version and variant ISO image should I use?
Prev   Next
# 1  
Old 07-28-2016
Which older version and variant ISO image should I use?

Which older version and variant of Debian Linux ISO image should I use?

I attempted to install two versions of Debian Linux Operating System
onto my older full tower computer.

First version, V8.5.0, Amd64, xfce, 32Bit.

Second version V7.11.0, i386, 32Bit.

When trying to install version V8.5.0:
After starting the graphical interface, the screen went black and a white lettered message indicated that the kernel (in the ISO image) could not be installed.
The kernel was incompatible with my computer's CPU.

When trying to install version V7.11.0:
About half way into the installation process, a white screen and red lettered message
indicated a portion of the kernel could not be installed onto my hard drive.

I am using an Intel (R) Pentium (R) 4 CPU, 3.00GHZ.
I'm using an ASUSTek Motherboard, type P4P800SE.

My question for you is which older version and variant (ISO image)
should I use to install onto my older computer?

Please give me the specific ISO image title.

Also, where can I download this ISO image from?

Thank You, Jefferyab6
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

How to make boot.iso image from rhel6 installation dvd iso ?

Hello Everyone, Can anyone let me know how to make minimal boot.iso from rhl6 installation dvd iso image. I have a dvd image with me but i want to make just a minimal boot media. Somehow it is not shipped with dvd iso. I know we can download boot.iso from redhat site but is there any anyway we... (5 Replies)
Discussion started by: Rohit Bhanot
5 Replies

2. UNIX for Dummies Questions & Answers

How to modify an iso image file

Hi, I'm trying to create a customized debian installer on a USB key. I found a tutorial on how to create the usb key. After the USB key is prepared, all you have to do is to copy the iso file to the stick. So what I need to do now is to be able to modify the content of the iso file before... (7 Replies)
Discussion started by: chebarbudo
7 Replies

3. Solaris

Solaris ISO image

Hi All, Can anyone give me the lnik to download the iso image file Solaris 10 . I need to install it on my local machine . Pls help me out. VINU (5 Replies)
Discussion started by: vinuvinod
5 Replies

4. AIX

AIX ISO image file

Hi all, Can anyone get the link to download the iso image of AIX as i am new to AIX need to study and work on the concepts of AIX. Thnx in advance... VINU:) (3 Replies)
Discussion started by: vinuvinod
3 Replies

5. AIX

How to mount an ISO image in AIX 5.2

Hi, Could anyone let me know how to mount an ISO image in AIX 5.2 ? --SaiP (2 Replies)
Discussion started by: saip
2 Replies

6. Solaris

Create an ISO image of whole system

Hi All, Please help me with this. My plan is to create an ISO image of my current solaris 8 OS.Because we use a stripped out version of solaris 8 which is different than the standard one in CD. Will dd command will do ? My idea is to create a VMware image from iso file and play it in... (6 Replies)
Discussion started by: Jartan
6 Replies

7. Ubuntu

Writing ISO image to CD

I want to install Ubuntu 7.10 and I have ISO image ubuntu-7.10-desktop-i386.iso . How can I convert to a bootable CD on linux or on windows. Thanks, J. (5 Replies)
Discussion started by: superuser84
5 Replies

8. UNIX for Advanced & Expert Users

mount iso image

I would like to mount an iso CD image on my Suse linux (SLES 9), the image has been copied to my suse linux machine. am able to mount the iso image manually by mount -oloop /iso/SLES-9-i386-CD1.iso /free but I would like to put the above entry in /etc/fstab so that when the machine is rebooted,... (2 Replies)
Discussion started by: hassan1
2 Replies

9. HP-UX

Need iso image on CD_ROM of 9.01 to 9.07 HPUX How do I get one

There is a HP APPOLLO series 700 workstation where I am working that runs some CAD/CAM software. The department has not upgraded, backup, or done anything with the box. They have been using it this way for years. It doesn't boot up now, seems like probably bad drive. It would be nice to... (0 Replies)
Discussion started by: camsoft
0 Replies

10. Tips and Tutorials

Mounting an ISO image on Solaris

Many software packages can be downloaded in the form of an ISO image. ISO images can also be created from CD and saved as ISO images: $ cat /dev/somecd > somename.iso Rather than burning the image to a CD-ROM to access its contents, it is easy to mount the image directly into the filesystem... (0 Replies)
Discussion started by: kduffin
0 Replies
Login or Register to Ask a Question
APT-FORKTRACER(8)					      System Manager's Manual						 APT-FORKTRACER(8)

NAME
apt-forktracer - a utility for managing package versions SYNOPSIS
apt-forktracer [ -v ] DESCRIPTION
Background Maintaining Debian stable systems sometimes requires installation of unofficial versions of packages: backporting newer versions This is necessary, when significant new functionality is required on the system but unavailable in the official version found in the current stable release. In this case, the version string usually sorts as newer than the official stable version string. This means that pinning is not necessary, as APT will select such package version by default. local changes to the official version Usually these are small changes, so a minor modification of the package version string is sufficient. There are two ways to do this: Try to invent a version string newer than the current one, but older than the next official one. This way does not require pinning, but is difficult to do reliably. It might turn out, that the next official version string is older than the one invented by you, which would cause the official version to be silently ignored. The other way is to modify the version string in such way that it sorts as older than the official one. The tilde character is very useful here, because dpkg treats it in a special way: it is sufficient to append any string starting with the tilde, to the version string, e.g. 1.2 -> 1.2~sl.1. This requires you to "pin" the package to that version, but it is more reliable, because works regardless of what the next official version number will be. In both cases, there is one major drawback: APT will not warn you when newer versions of official packages (point releases, security updates) will appear in the stable release. This means you may miss some important change. apt-forktracer's job let you track newer official versions of locally overridden packages. Official package version definition Official package version is a version which is available from a source, whose Release file's Origin header value is equal to the system distributor identifier, as indicated by the lsb_release --id command, or by the DISTRIB_ID field in the /etc/lsb-release file. Program operation apt-forktracer analyzes each installed package separately, reporting on the standard output these packages which are in a "non-standard" state. What "non-standard" means depends on the mode of program operation: default (non-verbose) mode this state means packages in an incorrect state (e.g. no candidate version) or packages whose candidate version is different than the newest available official version. verbose mode this state also includes packages whose installed version is different from the candidate version In the default mode the program also reads configuration files, which let you ignore some of the "non-standard" packages, as long as they meet certain criteria. If there is no configuration for a given package, then a default configuration is used. More information is avail- able in forktracer.conf(5). Message format The program outputs messages such as the following: foobar (1.2.3->1.2.4) [Debian: 1.2.3 1.2.4] [Other origin: 1.2.2] Where: foobar package name 1.2.3 installed package version 1.2.4 candidate package version - see apt-cache(8). Debian the value of the "Origin" field of one of the package sources. Versions available from this source are listed after a colon. Other origin another source origin OPTIONS
-v Turns on the verbose mode. FILES
/etc/apt/forktracer.conf /etc/apt/forktracer.d/*.conf SEE ALSO
forktracer.conf(5), apt_preferences(5), apt-cache(8). Debian Project 2008-11-16 APT-FORKTRACER(8)