Ubuntu Server on a 32- bit Non PAE Machine
I would like to install any version of Ubuntu Server on a fairly old machine to both test out Ubuntu Server and have a bit of fun. The problem I have encountered is that the machine does not have PAE so all releases of Ubuntu Server that I have tried will not work with the computer. The computer is pretty unimpressive with the following stats:
Dell Inspiron 700m
Processor: Intel Pentium-M 735 1.7GHz
RAM: 512MB
HDD: 40GB
Graphics: Intel Graphics Media Accelerator 900
So is there anyway to get Ubuntu Server on this device? If so, how?
installation server non-pae
add a comment |
I would like to install any version of Ubuntu Server on a fairly old machine to both test out Ubuntu Server and have a bit of fun. The problem I have encountered is that the machine does not have PAE so all releases of Ubuntu Server that I have tried will not work with the computer. The computer is pretty unimpressive with the following stats:
Dell Inspiron 700m
Processor: Intel Pentium-M 735 1.7GHz
RAM: 512MB
HDD: 40GB
Graphics: Intel Graphics Media Accelerator 900
So is there anyway to get Ubuntu Server on this device? If so, how?
installation server non-pae
add a comment |
I would like to install any version of Ubuntu Server on a fairly old machine to both test out Ubuntu Server and have a bit of fun. The problem I have encountered is that the machine does not have PAE so all releases of Ubuntu Server that I have tried will not work with the computer. The computer is pretty unimpressive with the following stats:
Dell Inspiron 700m
Processor: Intel Pentium-M 735 1.7GHz
RAM: 512MB
HDD: 40GB
Graphics: Intel Graphics Media Accelerator 900
So is there anyway to get Ubuntu Server on this device? If so, how?
installation server non-pae
I would like to install any version of Ubuntu Server on a fairly old machine to both test out Ubuntu Server and have a bit of fun. The problem I have encountered is that the machine does not have PAE so all releases of Ubuntu Server that I have tried will not work with the computer. The computer is pretty unimpressive with the following stats:
Dell Inspiron 700m
Processor: Intel Pentium-M 735 1.7GHz
RAM: 512MB
HDD: 40GB
Graphics: Intel Graphics Media Accelerator 900
So is there anyway to get Ubuntu Server on this device? If so, how?
installation server non-pae
installation server non-pae
asked Feb 3 '14 at 23:25
user243268user243268
612
612
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
I have an IBM Thinkpad T42 with the same or very similar Pentium M processor running at 1.7 GHz. This processor is actually capable of PAE, but does not announce it, so you can use fakepae or forcepae and a PAE version of light-weight flavours of Ubuntu will work.
You can add the boot option forcepae
with the current 32-bit linux kernels i386, that are used in the Ubuntu family, for example Lubuntu and Ubuntu mini.iso
until 18.10 (the newest release, when this is written). Both work in my old Thinkpad and should work in your computer too.
I suggest that you use the Ubuntu mini.iso
version 18.04.1 LTS, with long time support for 5 years, in order to install your Ubuntu Server.
The mini.iso
is also called Netboot.
The iso file is very small, and it requires a wired network to connect to the internet and the Ubuntu web servers to download and install most of the program packages
The installer is the old style text mode 'Debian' installer
There is a menu, where you can select what to install. You can install anything from
the most basic text mode linux system, to- Ubuntu Server
- Kubuntu (too heavy for an old Pentium M processor)
- Lubuntu
- ...
- standard Ubuntu (too heavy for an old Pentium M processor)
- ...
- Xubuntu
If you install the most basic text mode linux system, you can install your Ubuntu Server later, when you have logged into the basic text mode linux system, and later on the extra features that you want, but I think the menu in the installer makes things easier.
See also these links and links from them,
Boot options
mini.iso, minimal install, netboot iso
How do I make a bootable Ubuntu USB? - scroll down to 'How to make an Ubuntu Minimal USB using dd'
The new version 14.04 LTS 'Trusty Tahr' needs no fake-PAE. Use forcepae in the standard installers
Sometimes the boot option must be entered twice
add a comment |
But the server needs to be connected to the internet to install via that mini.iso...
If you want to do a standalone/offline install, download Ubuntu Server 11.04 (last server version without mandatory PAE) and it should install fine. Then you can just update it later as well via command prompt and it should correctly update to 12.04 NON-PAE for example.
-1, Which mini iso?
– zixuan
Jan 27 at 21:26
add a comment |
I'd suggest a minimal install using an alternate installer:
http://www.archive.ubuntu.com/ubuntu/dists/precise/main/installer-i386/current/images/netboot/non-pae/
Download the mini.iso and install off that - when asked about the Linux Kernel choose "linux-generic"
After that you should be asked for your desktop. Pick one, or just continue without selecting one if you genuinely want no graphical desktop (pure server)
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f415065%2fubuntu-server-on-a-32-bit-non-pae-machine%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
I have an IBM Thinkpad T42 with the same or very similar Pentium M processor running at 1.7 GHz. This processor is actually capable of PAE, but does not announce it, so you can use fakepae or forcepae and a PAE version of light-weight flavours of Ubuntu will work.
You can add the boot option forcepae
with the current 32-bit linux kernels i386, that are used in the Ubuntu family, for example Lubuntu and Ubuntu mini.iso
until 18.10 (the newest release, when this is written). Both work in my old Thinkpad and should work in your computer too.
I suggest that you use the Ubuntu mini.iso
version 18.04.1 LTS, with long time support for 5 years, in order to install your Ubuntu Server.
The mini.iso
is also called Netboot.
The iso file is very small, and it requires a wired network to connect to the internet and the Ubuntu web servers to download and install most of the program packages
The installer is the old style text mode 'Debian' installer
There is a menu, where you can select what to install. You can install anything from
the most basic text mode linux system, to- Ubuntu Server
- Kubuntu (too heavy for an old Pentium M processor)
- Lubuntu
- ...
- standard Ubuntu (too heavy for an old Pentium M processor)
- ...
- Xubuntu
If you install the most basic text mode linux system, you can install your Ubuntu Server later, when you have logged into the basic text mode linux system, and later on the extra features that you want, but I think the menu in the installer makes things easier.
See also these links and links from them,
Boot options
mini.iso, minimal install, netboot iso
How do I make a bootable Ubuntu USB? - scroll down to 'How to make an Ubuntu Minimal USB using dd'
The new version 14.04 LTS 'Trusty Tahr' needs no fake-PAE. Use forcepae in the standard installers
Sometimes the boot option must be entered twice
add a comment |
I have an IBM Thinkpad T42 with the same or very similar Pentium M processor running at 1.7 GHz. This processor is actually capable of PAE, but does not announce it, so you can use fakepae or forcepae and a PAE version of light-weight flavours of Ubuntu will work.
You can add the boot option forcepae
with the current 32-bit linux kernels i386, that are used in the Ubuntu family, for example Lubuntu and Ubuntu mini.iso
until 18.10 (the newest release, when this is written). Both work in my old Thinkpad and should work in your computer too.
I suggest that you use the Ubuntu mini.iso
version 18.04.1 LTS, with long time support for 5 years, in order to install your Ubuntu Server.
The mini.iso
is also called Netboot.
The iso file is very small, and it requires a wired network to connect to the internet and the Ubuntu web servers to download and install most of the program packages
The installer is the old style text mode 'Debian' installer
There is a menu, where you can select what to install. You can install anything from
the most basic text mode linux system, to- Ubuntu Server
- Kubuntu (too heavy for an old Pentium M processor)
- Lubuntu
- ...
- standard Ubuntu (too heavy for an old Pentium M processor)
- ...
- Xubuntu
If you install the most basic text mode linux system, you can install your Ubuntu Server later, when you have logged into the basic text mode linux system, and later on the extra features that you want, but I think the menu in the installer makes things easier.
See also these links and links from them,
Boot options
mini.iso, minimal install, netboot iso
How do I make a bootable Ubuntu USB? - scroll down to 'How to make an Ubuntu Minimal USB using dd'
The new version 14.04 LTS 'Trusty Tahr' needs no fake-PAE. Use forcepae in the standard installers
Sometimes the boot option must be entered twice
add a comment |
I have an IBM Thinkpad T42 with the same or very similar Pentium M processor running at 1.7 GHz. This processor is actually capable of PAE, but does not announce it, so you can use fakepae or forcepae and a PAE version of light-weight flavours of Ubuntu will work.
You can add the boot option forcepae
with the current 32-bit linux kernels i386, that are used in the Ubuntu family, for example Lubuntu and Ubuntu mini.iso
until 18.10 (the newest release, when this is written). Both work in my old Thinkpad and should work in your computer too.
I suggest that you use the Ubuntu mini.iso
version 18.04.1 LTS, with long time support for 5 years, in order to install your Ubuntu Server.
The mini.iso
is also called Netboot.
The iso file is very small, and it requires a wired network to connect to the internet and the Ubuntu web servers to download and install most of the program packages
The installer is the old style text mode 'Debian' installer
There is a menu, where you can select what to install. You can install anything from
the most basic text mode linux system, to- Ubuntu Server
- Kubuntu (too heavy for an old Pentium M processor)
- Lubuntu
- ...
- standard Ubuntu (too heavy for an old Pentium M processor)
- ...
- Xubuntu
If you install the most basic text mode linux system, you can install your Ubuntu Server later, when you have logged into the basic text mode linux system, and later on the extra features that you want, but I think the menu in the installer makes things easier.
See also these links and links from them,
Boot options
mini.iso, minimal install, netboot iso
How do I make a bootable Ubuntu USB? - scroll down to 'How to make an Ubuntu Minimal USB using dd'
The new version 14.04 LTS 'Trusty Tahr' needs no fake-PAE. Use forcepae in the standard installers
Sometimes the boot option must be entered twice
I have an IBM Thinkpad T42 with the same or very similar Pentium M processor running at 1.7 GHz. This processor is actually capable of PAE, but does not announce it, so you can use fakepae or forcepae and a PAE version of light-weight flavours of Ubuntu will work.
You can add the boot option forcepae
with the current 32-bit linux kernels i386, that are used in the Ubuntu family, for example Lubuntu and Ubuntu mini.iso
until 18.10 (the newest release, when this is written). Both work in my old Thinkpad and should work in your computer too.
I suggest that you use the Ubuntu mini.iso
version 18.04.1 LTS, with long time support for 5 years, in order to install your Ubuntu Server.
The mini.iso
is also called Netboot.
The iso file is very small, and it requires a wired network to connect to the internet and the Ubuntu web servers to download and install most of the program packages
The installer is the old style text mode 'Debian' installer
There is a menu, where you can select what to install. You can install anything from
the most basic text mode linux system, to- Ubuntu Server
- Kubuntu (too heavy for an old Pentium M processor)
- Lubuntu
- ...
- standard Ubuntu (too heavy for an old Pentium M processor)
- ...
- Xubuntu
If you install the most basic text mode linux system, you can install your Ubuntu Server later, when you have logged into the basic text mode linux system, and later on the extra features that you want, but I think the menu in the installer makes things easier.
See also these links and links from them,
Boot options
mini.iso, minimal install, netboot iso
How do I make a bootable Ubuntu USB? - scroll down to 'How to make an Ubuntu Minimal USB using dd'
The new version 14.04 LTS 'Trusty Tahr' needs no fake-PAE. Use forcepae in the standard installers
Sometimes the boot option must be entered twice
edited Jan 27 at 3:01
answered Jan 27 at 2:56
sudodussudodus
24.3k32875
24.3k32875
add a comment |
add a comment |
But the server needs to be connected to the internet to install via that mini.iso...
If you want to do a standalone/offline install, download Ubuntu Server 11.04 (last server version without mandatory PAE) and it should install fine. Then you can just update it later as well via command prompt and it should correctly update to 12.04 NON-PAE for example.
-1, Which mini iso?
– zixuan
Jan 27 at 21:26
add a comment |
But the server needs to be connected to the internet to install via that mini.iso...
If you want to do a standalone/offline install, download Ubuntu Server 11.04 (last server version without mandatory PAE) and it should install fine. Then you can just update it later as well via command prompt and it should correctly update to 12.04 NON-PAE for example.
-1, Which mini iso?
– zixuan
Jan 27 at 21:26
add a comment |
But the server needs to be connected to the internet to install via that mini.iso...
If you want to do a standalone/offline install, download Ubuntu Server 11.04 (last server version without mandatory PAE) and it should install fine. Then you can just update it later as well via command prompt and it should correctly update to 12.04 NON-PAE for example.
But the server needs to be connected to the internet to install via that mini.iso...
If you want to do a standalone/offline install, download Ubuntu Server 11.04 (last server version without mandatory PAE) and it should install fine. Then you can just update it later as well via command prompt and it should correctly update to 12.04 NON-PAE for example.
answered Feb 4 '14 at 9:25
d4m1rd4m1r
11
11
-1, Which mini iso?
– zixuan
Jan 27 at 21:26
add a comment |
-1, Which mini iso?
– zixuan
Jan 27 at 21:26
-1, Which mini iso?
– zixuan
Jan 27 at 21:26
-1, Which mini iso?
– zixuan
Jan 27 at 21:26
add a comment |
I'd suggest a minimal install using an alternate installer:
http://www.archive.ubuntu.com/ubuntu/dists/precise/main/installer-i386/current/images/netboot/non-pae/
Download the mini.iso and install off that - when asked about the Linux Kernel choose "linux-generic"
After that you should be asked for your desktop. Pick one, or just continue without selecting one if you genuinely want no graphical desktop (pure server)
add a comment |
I'd suggest a minimal install using an alternate installer:
http://www.archive.ubuntu.com/ubuntu/dists/precise/main/installer-i386/current/images/netboot/non-pae/
Download the mini.iso and install off that - when asked about the Linux Kernel choose "linux-generic"
After that you should be asked for your desktop. Pick one, or just continue without selecting one if you genuinely want no graphical desktop (pure server)
add a comment |
I'd suggest a minimal install using an alternate installer:
http://www.archive.ubuntu.com/ubuntu/dists/precise/main/installer-i386/current/images/netboot/non-pae/
Download the mini.iso and install off that - when asked about the Linux Kernel choose "linux-generic"
After that you should be asked for your desktop. Pick one, or just continue without selecting one if you genuinely want no graphical desktop (pure server)
I'd suggest a minimal install using an alternate installer:
http://www.archive.ubuntu.com/ubuntu/dists/precise/main/installer-i386/current/images/netboot/non-pae/
Download the mini.iso and install off that - when asked about the Linux Kernel choose "linux-generic"
After that you should be asked for your desktop. Pick one, or just continue without selecting one if you genuinely want no graphical desktop (pure server)
edited Jan 28 at 3:22
zixuan
63115
63115
answered Feb 4 '14 at 3:08
Scott MayScott May
285
285
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f415065%2fubuntu-server-on-a-32-bit-non-pae-machine%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown