Chromebook boot pendrive












0















i want to create bootable ubuntu-live pendrive on chromebook. I have Crouton (13.04, KDE), but the usb-creator-kde package is not included. I tried to install Unetbootin, grub, syslinux , but none of them succeeded. Does anyone have the solutions?
thanks










share|improve this question























  • Have you tried burning it via the Terminal in Crouton? To do this use the dd command as follows: sudo dd if=path/to/file.iso of=/dev/sdX Where X is the letter of your USB Drive.

    – Merri
    Jul 6 '13 at 11:16











  • I tried, but not worked. Maybe that's the problem with my PC.

    – mateHD
    Jul 6 '13 at 13:27











  • What error message did you get when you tried that command?

    – Merri
    Jul 6 '13 at 17:00
















0















i want to create bootable ubuntu-live pendrive on chromebook. I have Crouton (13.04, KDE), but the usb-creator-kde package is not included. I tried to install Unetbootin, grub, syslinux , but none of them succeeded. Does anyone have the solutions?
thanks










share|improve this question























  • Have you tried burning it via the Terminal in Crouton? To do this use the dd command as follows: sudo dd if=path/to/file.iso of=/dev/sdX Where X is the letter of your USB Drive.

    – Merri
    Jul 6 '13 at 11:16











  • I tried, but not worked. Maybe that's the problem with my PC.

    – mateHD
    Jul 6 '13 at 13:27











  • What error message did you get when you tried that command?

    – Merri
    Jul 6 '13 at 17:00














0












0








0








i want to create bootable ubuntu-live pendrive on chromebook. I have Crouton (13.04, KDE), but the usb-creator-kde package is not included. I tried to install Unetbootin, grub, syslinux , but none of them succeeded. Does anyone have the solutions?
thanks










share|improve this question














i want to create bootable ubuntu-live pendrive on chromebook. I have Crouton (13.04, KDE), but the usb-creator-kde package is not included. I tried to install Unetbootin, grub, syslinux , but none of them succeeded. Does anyone have the solutions?
thanks







boot live-usb usb-drive chromebook






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jul 6 '13 at 10:23









mateHDmateHD

112




112













  • Have you tried burning it via the Terminal in Crouton? To do this use the dd command as follows: sudo dd if=path/to/file.iso of=/dev/sdX Where X is the letter of your USB Drive.

    – Merri
    Jul 6 '13 at 11:16











  • I tried, but not worked. Maybe that's the problem with my PC.

    – mateHD
    Jul 6 '13 at 13:27











  • What error message did you get when you tried that command?

    – Merri
    Jul 6 '13 at 17:00



















  • Have you tried burning it via the Terminal in Crouton? To do this use the dd command as follows: sudo dd if=path/to/file.iso of=/dev/sdX Where X is the letter of your USB Drive.

    – Merri
    Jul 6 '13 at 11:16











  • I tried, but not worked. Maybe that's the problem with my PC.

    – mateHD
    Jul 6 '13 at 13:27











  • What error message did you get when you tried that command?

    – Merri
    Jul 6 '13 at 17:00

















Have you tried burning it via the Terminal in Crouton? To do this use the dd command as follows: sudo dd if=path/to/file.iso of=/dev/sdX Where X is the letter of your USB Drive.

– Merri
Jul 6 '13 at 11:16





Have you tried burning it via the Terminal in Crouton? To do this use the dd command as follows: sudo dd if=path/to/file.iso of=/dev/sdX Where X is the letter of your USB Drive.

– Merri
Jul 6 '13 at 11:16













I tried, but not worked. Maybe that's the problem with my PC.

– mateHD
Jul 6 '13 at 13:27





I tried, but not worked. Maybe that's the problem with my PC.

– mateHD
Jul 6 '13 at 13:27













What error message did you get when you tried that command?

– Merri
Jul 6 '13 at 17:00





What error message did you get when you tried that command?

– Merri
Jul 6 '13 at 17:00










2 Answers
2






active

oldest

votes


















0














http://www.extremetech.com/computing/132300-unleash-your-chromebox-how-to-dual-boot-ubuntu-linux-on-your-chrome-os-device I don't know if you can create a pendrive from within chromium os, you might need to do this if you really want ubuntu along side chrome






share|improve this answer
























  • Another computer is required to install the flash drive.

    – mateHD
    Jul 6 '13 at 11:02











  • you can probably do it in Crouton

    – Nick
    Jul 6 '13 at 11:12



















0














The issue is that chromium OS doesn't like to execute any exe files for the installer to run. The way to get around that is to install wine on the crouton package using apt-get but I haven't seen any concrete evidence to support that crouton runs wine. I need this done too, and it's way too complex.






share|improve this answer
























  • perhaps you can expand your answer to explain how someone would do this?

    – fossfreedom
    Aug 12 '13 at 16:01











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f317028%2fchromebook-boot-pendrive%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









0














http://www.extremetech.com/computing/132300-unleash-your-chromebox-how-to-dual-boot-ubuntu-linux-on-your-chrome-os-device I don't know if you can create a pendrive from within chromium os, you might need to do this if you really want ubuntu along side chrome






share|improve this answer
























  • Another computer is required to install the flash drive.

    – mateHD
    Jul 6 '13 at 11:02











  • you can probably do it in Crouton

    – Nick
    Jul 6 '13 at 11:12
















0














http://www.extremetech.com/computing/132300-unleash-your-chromebox-how-to-dual-boot-ubuntu-linux-on-your-chrome-os-device I don't know if you can create a pendrive from within chromium os, you might need to do this if you really want ubuntu along side chrome






share|improve this answer
























  • Another computer is required to install the flash drive.

    – mateHD
    Jul 6 '13 at 11:02











  • you can probably do it in Crouton

    – Nick
    Jul 6 '13 at 11:12














0












0








0







http://www.extremetech.com/computing/132300-unleash-your-chromebox-how-to-dual-boot-ubuntu-linux-on-your-chrome-os-device I don't know if you can create a pendrive from within chromium os, you might need to do this if you really want ubuntu along side chrome






share|improve this answer













http://www.extremetech.com/computing/132300-unleash-your-chromebox-how-to-dual-boot-ubuntu-linux-on-your-chrome-os-device I don't know if you can create a pendrive from within chromium os, you might need to do this if you really want ubuntu along side chrome







share|improve this answer












share|improve this answer



share|improve this answer










answered Jul 6 '13 at 10:49









NickNick

20818




20818













  • Another computer is required to install the flash drive.

    – mateHD
    Jul 6 '13 at 11:02











  • you can probably do it in Crouton

    – Nick
    Jul 6 '13 at 11:12



















  • Another computer is required to install the flash drive.

    – mateHD
    Jul 6 '13 at 11:02











  • you can probably do it in Crouton

    – Nick
    Jul 6 '13 at 11:12

















Another computer is required to install the flash drive.

– mateHD
Jul 6 '13 at 11:02





Another computer is required to install the flash drive.

– mateHD
Jul 6 '13 at 11:02













you can probably do it in Crouton

– Nick
Jul 6 '13 at 11:12





you can probably do it in Crouton

– Nick
Jul 6 '13 at 11:12













0














The issue is that chromium OS doesn't like to execute any exe files for the installer to run. The way to get around that is to install wine on the crouton package using apt-get but I haven't seen any concrete evidence to support that crouton runs wine. I need this done too, and it's way too complex.






share|improve this answer
























  • perhaps you can expand your answer to explain how someone would do this?

    – fossfreedom
    Aug 12 '13 at 16:01
















0














The issue is that chromium OS doesn't like to execute any exe files for the installer to run. The way to get around that is to install wine on the crouton package using apt-get but I haven't seen any concrete evidence to support that crouton runs wine. I need this done too, and it's way too complex.






share|improve this answer
























  • perhaps you can expand your answer to explain how someone would do this?

    – fossfreedom
    Aug 12 '13 at 16:01














0












0








0







The issue is that chromium OS doesn't like to execute any exe files for the installer to run. The way to get around that is to install wine on the crouton package using apt-get but I haven't seen any concrete evidence to support that crouton runs wine. I need this done too, and it's way too complex.






share|improve this answer













The issue is that chromium OS doesn't like to execute any exe files for the installer to run. The way to get around that is to install wine on the crouton package using apt-get but I haven't seen any concrete evidence to support that crouton runs wine. I need this done too, and it's way too complex.







share|improve this answer












share|improve this answer



share|improve this answer










answered Aug 12 '13 at 14:52









rarlolrarlol

1




1













  • perhaps you can expand your answer to explain how someone would do this?

    – fossfreedom
    Aug 12 '13 at 16:01



















  • perhaps you can expand your answer to explain how someone would do this?

    – fossfreedom
    Aug 12 '13 at 16:01

















perhaps you can expand your answer to explain how someone would do this?

– fossfreedom
Aug 12 '13 at 16:01





perhaps you can expand your answer to explain how someone would do this?

– fossfreedom
Aug 12 '13 at 16:01


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f317028%2fchromebook-boot-pendrive%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

How to send String Array data to Server using php in android

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Is anime1.com a legal site for watching anime?