How to install SL5?
Clash Royale CLAN TAG#URR8PPP
I have to install SL 5 on my pc. The problem is: my pc doesn't have a dvd player and thus I have to make a bootable USB. No problems there too. I can make a bootable USB with one iso file in it. So I mounted the 2 iso's I got from official scientific linux 5 link.
But now what? I can't understand the 'readme'. It says I have to use boot.iso or diskboot.img. But these files are in megabytes only.
boot scientific-linux
add a comment |
I have to install SL 5 on my pc. The problem is: my pc doesn't have a dvd player and thus I have to make a bootable USB. No problems there too. I can make a bootable USB with one iso file in it. So I mounted the 2 iso's I got from official scientific linux 5 link.
But now what? I can't understand the 'readme'. It says I have to use boot.iso or diskboot.img. But these files are in megabytes only.
boot scientific-linux
What iso did you obtain? Your screenshot shows what appear to be network install bootstrap images, so they don't need to be large. The iso files at the Scientific Linux page contain the entire system, and are thus larger. Note that placing an iso file on a USB will not make that USB bootable. You would have to replace the current filesystem with that of the iso, usingdd
or similar
– Fox
May 2 '17 at 4:29
1
Installing it in VirtualBox would be the easiest and least intrusive option.
– Kusalananda♦
May 2 '17 at 20:02
add a comment |
I have to install SL 5 on my pc. The problem is: my pc doesn't have a dvd player and thus I have to make a bootable USB. No problems there too. I can make a bootable USB with one iso file in it. So I mounted the 2 iso's I got from official scientific linux 5 link.
But now what? I can't understand the 'readme'. It says I have to use boot.iso or diskboot.img. But these files are in megabytes only.
boot scientific-linux
I have to install SL 5 on my pc. The problem is: my pc doesn't have a dvd player and thus I have to make a bootable USB. No problems there too. I can make a bootable USB with one iso file in it. So I mounted the 2 iso's I got from official scientific linux 5 link.
But now what? I can't understand the 'readme'. It says I have to use boot.iso or diskboot.img. But these files are in megabytes only.
boot scientific-linux
boot scientific-linux
edited Mar 6 at 16:24
Rui F Ribeiro
41.9k1483142
41.9k1483142
asked May 2 '17 at 4:16
BabarmnbBabarmnb
111
111
What iso did you obtain? Your screenshot shows what appear to be network install bootstrap images, so they don't need to be large. The iso files at the Scientific Linux page contain the entire system, and are thus larger. Note that placing an iso file on a USB will not make that USB bootable. You would have to replace the current filesystem with that of the iso, usingdd
or similar
– Fox
May 2 '17 at 4:29
1
Installing it in VirtualBox would be the easiest and least intrusive option.
– Kusalananda♦
May 2 '17 at 20:02
add a comment |
What iso did you obtain? Your screenshot shows what appear to be network install bootstrap images, so they don't need to be large. The iso files at the Scientific Linux page contain the entire system, and are thus larger. Note that placing an iso file on a USB will not make that USB bootable. You would have to replace the current filesystem with that of the iso, usingdd
or similar
– Fox
May 2 '17 at 4:29
1
Installing it in VirtualBox would be the easiest and least intrusive option.
– Kusalananda♦
May 2 '17 at 20:02
What iso did you obtain? Your screenshot shows what appear to be network install bootstrap images, so they don't need to be large. The iso files at the Scientific Linux page contain the entire system, and are thus larger. Note that placing an iso file on a USB will not make that USB bootable. You would have to replace the current filesystem with that of the iso, using
dd
or similar– Fox
May 2 '17 at 4:29
What iso did you obtain? Your screenshot shows what appear to be network install bootstrap images, so they don't need to be large. The iso files at the Scientific Linux page contain the entire system, and are thus larger. Note that placing an iso file on a USB will not make that USB bootable. You would have to replace the current filesystem with that of the iso, using
dd
or similar– Fox
May 2 '17 at 4:29
1
1
Installing it in VirtualBox would be the easiest and least intrusive option.
– Kusalananda♦
May 2 '17 at 20:02
Installing it in VirtualBox would be the easiest and least intrusive option.
– Kusalananda♦
May 2 '17 at 20:02
add a comment |
2 Answers
2
active
oldest
votes
Before proceeding please take a moment to understand the Scientific Linux releases and what you can and can't do while upgrading from one to another: https://www.scientificlinux.org/documentation/faq/faq-releases/
SL5 is no longer supported/distributed. Please download and use SL6x or SL7x:
Scientific Linux 6x LiveDVD (64bit)
Scientific Linux 6x LiveDVD (32bit)
Scientific Linux 7x LiveDVD (Gnome) (64bit)
Scientific Linux 7x LiveDVD (KDE) (64bit)
Prefer the 7x release unless you explicitly need 32bit.
Now that yo have the correct ISOs, in order to make a bootable USB media you need to use the dd
command or similar or any other graphical tool for the purpose like Rufus for Windows. In Ubuntu MKUSB is strongly recommended:
sudo add-apt-repository universe # only for standard Ubuntu
sudo add-apt-repository ppa:mkusb/ppa # and press Enter
sudo apt-get update
sudo apt-get install mkusb mkusb-nox usb-pack-efi
MKUSB is quite user-friendly. For detailed informations please refer to the quick start manual.
Now that you have a SL live media just boot from it and either run live or install in dual-boot.
add a comment |
If you are uncertain about how to do the installation, and/or you want to install the system only temporarily, and/or you want to be able to configure multiple hosts inside a private network (or whatever other excotic fancy floats your boat), then installing in a virtual machine environment may be a better option than trying to install a dual boot system.
Using, for example, Oracle's VirtualBox, it's easy to set up a virtual machine with the disk size, memory requirements etc. that you need (bounded by the host machine's available resources, of course). You additionally do not need to burn a CD-ROM or DVD as the ISO file may be mounted in the guest OS's virtual CD-ROM drive.
If you mess up, just delete the machine and start over. If you're happy with a setup but plan a big upgrade of it, make a snapshot so that you can get back to a working system if you mess up with whatever you're about to do.
I run three OpenBSD machines on my single Windows laptop, inside VirtualBox. I seldom use Windows for other things than for web browsing and Slack. The virtual environment is where all my work happens.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f362544%2fhow-to-install-sl5%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Before proceeding please take a moment to understand the Scientific Linux releases and what you can and can't do while upgrading from one to another: https://www.scientificlinux.org/documentation/faq/faq-releases/
SL5 is no longer supported/distributed. Please download and use SL6x or SL7x:
Scientific Linux 6x LiveDVD (64bit)
Scientific Linux 6x LiveDVD (32bit)
Scientific Linux 7x LiveDVD (Gnome) (64bit)
Scientific Linux 7x LiveDVD (KDE) (64bit)
Prefer the 7x release unless you explicitly need 32bit.
Now that yo have the correct ISOs, in order to make a bootable USB media you need to use the dd
command or similar or any other graphical tool for the purpose like Rufus for Windows. In Ubuntu MKUSB is strongly recommended:
sudo add-apt-repository universe # only for standard Ubuntu
sudo add-apt-repository ppa:mkusb/ppa # and press Enter
sudo apt-get update
sudo apt-get install mkusb mkusb-nox usb-pack-efi
MKUSB is quite user-friendly. For detailed informations please refer to the quick start manual.
Now that you have a SL live media just boot from it and either run live or install in dual-boot.
add a comment |
Before proceeding please take a moment to understand the Scientific Linux releases and what you can and can't do while upgrading from one to another: https://www.scientificlinux.org/documentation/faq/faq-releases/
SL5 is no longer supported/distributed. Please download and use SL6x or SL7x:
Scientific Linux 6x LiveDVD (64bit)
Scientific Linux 6x LiveDVD (32bit)
Scientific Linux 7x LiveDVD (Gnome) (64bit)
Scientific Linux 7x LiveDVD (KDE) (64bit)
Prefer the 7x release unless you explicitly need 32bit.
Now that yo have the correct ISOs, in order to make a bootable USB media you need to use the dd
command or similar or any other graphical tool for the purpose like Rufus for Windows. In Ubuntu MKUSB is strongly recommended:
sudo add-apt-repository universe # only for standard Ubuntu
sudo add-apt-repository ppa:mkusb/ppa # and press Enter
sudo apt-get update
sudo apt-get install mkusb mkusb-nox usb-pack-efi
MKUSB is quite user-friendly. For detailed informations please refer to the quick start manual.
Now that you have a SL live media just boot from it and either run live or install in dual-boot.
add a comment |
Before proceeding please take a moment to understand the Scientific Linux releases and what you can and can't do while upgrading from one to another: https://www.scientificlinux.org/documentation/faq/faq-releases/
SL5 is no longer supported/distributed. Please download and use SL6x or SL7x:
Scientific Linux 6x LiveDVD (64bit)
Scientific Linux 6x LiveDVD (32bit)
Scientific Linux 7x LiveDVD (Gnome) (64bit)
Scientific Linux 7x LiveDVD (KDE) (64bit)
Prefer the 7x release unless you explicitly need 32bit.
Now that yo have the correct ISOs, in order to make a bootable USB media you need to use the dd
command or similar or any other graphical tool for the purpose like Rufus for Windows. In Ubuntu MKUSB is strongly recommended:
sudo add-apt-repository universe # only for standard Ubuntu
sudo add-apt-repository ppa:mkusb/ppa # and press Enter
sudo apt-get update
sudo apt-get install mkusb mkusb-nox usb-pack-efi
MKUSB is quite user-friendly. For detailed informations please refer to the quick start manual.
Now that you have a SL live media just boot from it and either run live or install in dual-boot.
Before proceeding please take a moment to understand the Scientific Linux releases and what you can and can't do while upgrading from one to another: https://www.scientificlinux.org/documentation/faq/faq-releases/
SL5 is no longer supported/distributed. Please download and use SL6x or SL7x:
Scientific Linux 6x LiveDVD (64bit)
Scientific Linux 6x LiveDVD (32bit)
Scientific Linux 7x LiveDVD (Gnome) (64bit)
Scientific Linux 7x LiveDVD (KDE) (64bit)
Prefer the 7x release unless you explicitly need 32bit.
Now that yo have the correct ISOs, in order to make a bootable USB media you need to use the dd
command or similar or any other graphical tool for the purpose like Rufus for Windows. In Ubuntu MKUSB is strongly recommended:
sudo add-apt-repository universe # only for standard Ubuntu
sudo add-apt-repository ppa:mkusb/ppa # and press Enter
sudo apt-get update
sudo apt-get install mkusb mkusb-nox usb-pack-efi
MKUSB is quite user-friendly. For detailed informations please refer to the quick start manual.
Now that you have a SL live media just boot from it and either run live or install in dual-boot.
answered May 2 '17 at 19:58
CelticWarriorCelticWarrior
1213
1213
add a comment |
add a comment |
If you are uncertain about how to do the installation, and/or you want to install the system only temporarily, and/or you want to be able to configure multiple hosts inside a private network (or whatever other excotic fancy floats your boat), then installing in a virtual machine environment may be a better option than trying to install a dual boot system.
Using, for example, Oracle's VirtualBox, it's easy to set up a virtual machine with the disk size, memory requirements etc. that you need (bounded by the host machine's available resources, of course). You additionally do not need to burn a CD-ROM or DVD as the ISO file may be mounted in the guest OS's virtual CD-ROM drive.
If you mess up, just delete the machine and start over. If you're happy with a setup but plan a big upgrade of it, make a snapshot so that you can get back to a working system if you mess up with whatever you're about to do.
I run three OpenBSD machines on my single Windows laptop, inside VirtualBox. I seldom use Windows for other things than for web browsing and Slack. The virtual environment is where all my work happens.
add a comment |
If you are uncertain about how to do the installation, and/or you want to install the system only temporarily, and/or you want to be able to configure multiple hosts inside a private network (or whatever other excotic fancy floats your boat), then installing in a virtual machine environment may be a better option than trying to install a dual boot system.
Using, for example, Oracle's VirtualBox, it's easy to set up a virtual machine with the disk size, memory requirements etc. that you need (bounded by the host machine's available resources, of course). You additionally do not need to burn a CD-ROM or DVD as the ISO file may be mounted in the guest OS's virtual CD-ROM drive.
If you mess up, just delete the machine and start over. If you're happy with a setup but plan a big upgrade of it, make a snapshot so that you can get back to a working system if you mess up with whatever you're about to do.
I run three OpenBSD machines on my single Windows laptop, inside VirtualBox. I seldom use Windows for other things than for web browsing and Slack. The virtual environment is where all my work happens.
add a comment |
If you are uncertain about how to do the installation, and/or you want to install the system only temporarily, and/or you want to be able to configure multiple hosts inside a private network (or whatever other excotic fancy floats your boat), then installing in a virtual machine environment may be a better option than trying to install a dual boot system.
Using, for example, Oracle's VirtualBox, it's easy to set up a virtual machine with the disk size, memory requirements etc. that you need (bounded by the host machine's available resources, of course). You additionally do not need to burn a CD-ROM or DVD as the ISO file may be mounted in the guest OS's virtual CD-ROM drive.
If you mess up, just delete the machine and start over. If you're happy with a setup but plan a big upgrade of it, make a snapshot so that you can get back to a working system if you mess up with whatever you're about to do.
I run three OpenBSD machines on my single Windows laptop, inside VirtualBox. I seldom use Windows for other things than for web browsing and Slack. The virtual environment is where all my work happens.
If you are uncertain about how to do the installation, and/or you want to install the system only temporarily, and/or you want to be able to configure multiple hosts inside a private network (or whatever other excotic fancy floats your boat), then installing in a virtual machine environment may be a better option than trying to install a dual boot system.
Using, for example, Oracle's VirtualBox, it's easy to set up a virtual machine with the disk size, memory requirements etc. that you need (bounded by the host machine's available resources, of course). You additionally do not need to burn a CD-ROM or DVD as the ISO file may be mounted in the guest OS's virtual CD-ROM drive.
If you mess up, just delete the machine and start over. If you're happy with a setup but plan a big upgrade of it, make a snapshot so that you can get back to a working system if you mess up with whatever you're about to do.
I run three OpenBSD machines on my single Windows laptop, inside VirtualBox. I seldom use Windows for other things than for web browsing and Slack. The virtual environment is where all my work happens.
answered May 2 '17 at 20:23
Kusalananda♦Kusalananda
139k17260432
139k17260432
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f362544%2fhow-to-install-sl5%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
What iso did you obtain? Your screenshot shows what appear to be network install bootstrap images, so they don't need to be large. The iso files at the Scientific Linux page contain the entire system, and are thus larger. Note that placing an iso file on a USB will not make that USB bootable. You would have to replace the current filesystem with that of the iso, using
dd
or similar– Fox
May 2 '17 at 4:29
1
Installing it in VirtualBox would be the easiest and least intrusive option.
– Kusalananda♦
May 2 '17 at 20:02