Chromebook boot pendrive
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
add a comment |
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
Have you tried burning it via the Terminal in Crouton? To do this use theddcommand as follows:sudo dd if=path/to/file.iso of=/dev/sdXWhere 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
add a comment |
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
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
boot live-usb usb-drive chromebook
asked Jul 6 '13 at 10:23
mateHDmateHD
112
112
Have you tried burning it via the Terminal in Crouton? To do this use theddcommand as follows:sudo dd if=path/to/file.iso of=/dev/sdXWhere 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
add a comment |
Have you tried burning it via the Terminal in Crouton? To do this use theddcommand as follows:sudo dd if=path/to/file.iso of=/dev/sdXWhere 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
add a comment |
2 Answers
2
active
oldest
votes
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
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
add a comment |
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.
perhaps you can expand your answer to explain how someone would do this?
– fossfreedom♦
Aug 12 '13 at 16:01
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%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
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
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
add a comment |
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
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
add a comment |
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
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
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
add a comment |
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
add a comment |
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.
perhaps you can expand your answer to explain how someone would do this?
– fossfreedom♦
Aug 12 '13 at 16:01
add a comment |
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.
perhaps you can expand your answer to explain how someone would do this?
– fossfreedom♦
Aug 12 '13 at 16:01
add a comment |
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.
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.
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
add a comment |
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
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%2f317028%2fchromebook-boot-pendrive%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
Have you tried burning it via the Terminal in Crouton? To do this use the
ddcommand as follows:sudo dd if=path/to/file.iso of=/dev/sdXWhere 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