Install OS from .iso format directly on HDD (without using CD or USB)












1















I have two HHDs on my system. I try to install Linux on second drive from .iso file but i can't manage. I know GRUB is needed to boot Linux from .iso file but isn't it included in exactly this file. What should I do to install OS on HHD then, is it possible at all?










share|improve this question

























  • Yes, it's possible for Grub to boot an ISO - I don't know how - but you can't use Grub from the ISO .

    – GabrielaGarcia
    Feb 9 at 23:46











  • so there should be previously GRUB installed on drive?

    – MR.Stubborn
    Feb 9 at 23:49











  • Don't ask me, I already told you I don't know. Please wait for some answer or comment from someone who knows. :)

    – GabrielaGarcia
    Feb 9 at 23:50











  • What OS is on the first HD? And why the limitation of no USB/CD?

    – Doon
    Feb 10 at 0:11











  • on first HDD is linux OS, i actually solve the problem with installing linux OS from .iso on second HDD (read post underneath) but i still don' t what with installing windows OS from .iso file

    – MR.Stubborn
    Feb 10 at 0:39
















1















I have two HHDs on my system. I try to install Linux on second drive from .iso file but i can't manage. I know GRUB is needed to boot Linux from .iso file but isn't it included in exactly this file. What should I do to install OS on HHD then, is it possible at all?










share|improve this question

























  • Yes, it's possible for Grub to boot an ISO - I don't know how - but you can't use Grub from the ISO .

    – GabrielaGarcia
    Feb 9 at 23:46











  • so there should be previously GRUB installed on drive?

    – MR.Stubborn
    Feb 9 at 23:49











  • Don't ask me, I already told you I don't know. Please wait for some answer or comment from someone who knows. :)

    – GabrielaGarcia
    Feb 9 at 23:50











  • What OS is on the first HD? And why the limitation of no USB/CD?

    – Doon
    Feb 10 at 0:11











  • on first HDD is linux OS, i actually solve the problem with installing linux OS from .iso on second HDD (read post underneath) but i still don' t what with installing windows OS from .iso file

    – MR.Stubborn
    Feb 10 at 0:39














1












1








1








I have two HHDs on my system. I try to install Linux on second drive from .iso file but i can't manage. I know GRUB is needed to boot Linux from .iso file but isn't it included in exactly this file. What should I do to install OS on HHD then, is it possible at all?










share|improve this question
















I have two HHDs on my system. I try to install Linux on second drive from .iso file but i can't manage. I know GRUB is needed to boot Linux from .iso file but isn't it included in exactly this file. What should I do to install OS on HHD then, is it possible at all?







linux hard-drive boot iso-image






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 9 at 23:47







MR.Stubborn

















asked Feb 9 at 23:42









MR.StubbornMR.Stubborn

62




62













  • Yes, it's possible for Grub to boot an ISO - I don't know how - but you can't use Grub from the ISO .

    – GabrielaGarcia
    Feb 9 at 23:46











  • so there should be previously GRUB installed on drive?

    – MR.Stubborn
    Feb 9 at 23:49











  • Don't ask me, I already told you I don't know. Please wait for some answer or comment from someone who knows. :)

    – GabrielaGarcia
    Feb 9 at 23:50











  • What OS is on the first HD? And why the limitation of no USB/CD?

    – Doon
    Feb 10 at 0:11











  • on first HDD is linux OS, i actually solve the problem with installing linux OS from .iso on second HDD (read post underneath) but i still don' t what with installing windows OS from .iso file

    – MR.Stubborn
    Feb 10 at 0:39



















  • Yes, it's possible for Grub to boot an ISO - I don't know how - but you can't use Grub from the ISO .

    – GabrielaGarcia
    Feb 9 at 23:46











  • so there should be previously GRUB installed on drive?

    – MR.Stubborn
    Feb 9 at 23:49











  • Don't ask me, I already told you I don't know. Please wait for some answer or comment from someone who knows. :)

    – GabrielaGarcia
    Feb 9 at 23:50











  • What OS is on the first HD? And why the limitation of no USB/CD?

    – Doon
    Feb 10 at 0:11











  • on first HDD is linux OS, i actually solve the problem with installing linux OS from .iso on second HDD (read post underneath) but i still don' t what with installing windows OS from .iso file

    – MR.Stubborn
    Feb 10 at 0:39

















Yes, it's possible for Grub to boot an ISO - I don't know how - but you can't use Grub from the ISO .

– GabrielaGarcia
Feb 9 at 23:46





Yes, it's possible for Grub to boot an ISO - I don't know how - but you can't use Grub from the ISO .

– GabrielaGarcia
Feb 9 at 23:46













so there should be previously GRUB installed on drive?

– MR.Stubborn
Feb 9 at 23:49





so there should be previously GRUB installed on drive?

– MR.Stubborn
Feb 9 at 23:49













Don't ask me, I already told you I don't know. Please wait for some answer or comment from someone who knows. :)

– GabrielaGarcia
Feb 9 at 23:50





Don't ask me, I already told you I don't know. Please wait for some answer or comment from someone who knows. :)

– GabrielaGarcia
Feb 9 at 23:50













What OS is on the first HD? And why the limitation of no USB/CD?

– Doon
Feb 10 at 0:11





What OS is on the first HD? And why the limitation of no USB/CD?

– Doon
Feb 10 at 0:11













on first HDD is linux OS, i actually solve the problem with installing linux OS from .iso on second HDD (read post underneath) but i still don' t what with installing windows OS from .iso file

– MR.Stubborn
Feb 10 at 0:39





on first HDD is linux OS, i actually solve the problem with installing linux OS from .iso on second HDD (read post underneath) but i still don' t what with installing windows OS from .iso file

– MR.Stubborn
Feb 10 at 0:39










1 Answer
1






active

oldest

votes


















0














I actually managed with command:



sudo dd if=<os iso file> of=/dev/sd<partition letter> bs=4M && sudo sync


It works for Linux but what with windows .iso file?






share|improve this answer
























  • Should work the same, as long as the BIOS reads the „ISO“ you are fine

    – eckes
    Feb 10 at 16:13











  • but BIOS is not responsible for reading .iso file, bootloader do it which is called by BIOS

    – MR.Stubborn
    Feb 12 at 3:16











  • Well, does it work or not?

    – eckes
    Feb 12 at 8:41











  • it works only with linux .iso file, but does not with windows .iso file

    – MR.Stubborn
    Feb 14 at 20:38











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1404020%2finstall-os-from-iso-format-directly-on-hdd-without-using-cd-or-usb%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














I actually managed with command:



sudo dd if=<os iso file> of=/dev/sd<partition letter> bs=4M && sudo sync


It works for Linux but what with windows .iso file?






share|improve this answer
























  • Should work the same, as long as the BIOS reads the „ISO“ you are fine

    – eckes
    Feb 10 at 16:13











  • but BIOS is not responsible for reading .iso file, bootloader do it which is called by BIOS

    – MR.Stubborn
    Feb 12 at 3:16











  • Well, does it work or not?

    – eckes
    Feb 12 at 8:41











  • it works only with linux .iso file, but does not with windows .iso file

    – MR.Stubborn
    Feb 14 at 20:38
















0














I actually managed with command:



sudo dd if=<os iso file> of=/dev/sd<partition letter> bs=4M && sudo sync


It works for Linux but what with windows .iso file?






share|improve this answer
























  • Should work the same, as long as the BIOS reads the „ISO“ you are fine

    – eckes
    Feb 10 at 16:13











  • but BIOS is not responsible for reading .iso file, bootloader do it which is called by BIOS

    – MR.Stubborn
    Feb 12 at 3:16











  • Well, does it work or not?

    – eckes
    Feb 12 at 8:41











  • it works only with linux .iso file, but does not with windows .iso file

    – MR.Stubborn
    Feb 14 at 20:38














0












0








0







I actually managed with command:



sudo dd if=<os iso file> of=/dev/sd<partition letter> bs=4M && sudo sync


It works for Linux but what with windows .iso file?






share|improve this answer













I actually managed with command:



sudo dd if=<os iso file> of=/dev/sd<partition letter> bs=4M && sudo sync


It works for Linux but what with windows .iso file?







share|improve this answer












share|improve this answer



share|improve this answer










answered Feb 10 at 0:23









MR.StubbornMR.Stubborn

62




62













  • Should work the same, as long as the BIOS reads the „ISO“ you are fine

    – eckes
    Feb 10 at 16:13











  • but BIOS is not responsible for reading .iso file, bootloader do it which is called by BIOS

    – MR.Stubborn
    Feb 12 at 3:16











  • Well, does it work or not?

    – eckes
    Feb 12 at 8:41











  • it works only with linux .iso file, but does not with windows .iso file

    – MR.Stubborn
    Feb 14 at 20:38



















  • Should work the same, as long as the BIOS reads the „ISO“ you are fine

    – eckes
    Feb 10 at 16:13











  • but BIOS is not responsible for reading .iso file, bootloader do it which is called by BIOS

    – MR.Stubborn
    Feb 12 at 3:16











  • Well, does it work or not?

    – eckes
    Feb 12 at 8:41











  • it works only with linux .iso file, but does not with windows .iso file

    – MR.Stubborn
    Feb 14 at 20:38

















Should work the same, as long as the BIOS reads the „ISO“ you are fine

– eckes
Feb 10 at 16:13





Should work the same, as long as the BIOS reads the „ISO“ you are fine

– eckes
Feb 10 at 16:13













but BIOS is not responsible for reading .iso file, bootloader do it which is called by BIOS

– MR.Stubborn
Feb 12 at 3:16





but BIOS is not responsible for reading .iso file, bootloader do it which is called by BIOS

– MR.Stubborn
Feb 12 at 3:16













Well, does it work or not?

– eckes
Feb 12 at 8:41





Well, does it work or not?

– eckes
Feb 12 at 8:41













it works only with linux .iso file, but does not with windows .iso file

– MR.Stubborn
Feb 14 at 20:38





it works only with linux .iso file, but does not with windows .iso file

– MR.Stubborn
Feb 14 at 20:38


















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1404020%2finstall-os-from-iso-format-directly-on-hdd-without-using-cd-or-usb%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

Mangá

 ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕