How Can I Reuse A Bootable USB DriveHow to create a bootable Ubuntu Linux (10.04) USB installation for...
Why can't we make a perpetual motion machine by using a magnet to pull up a piece of metal, then letting it fall back down?
When should a commit not be version tagged?
Inverse of the covariance matrix of a multivariate normal distribution
Difference between 'stomach' and 'uterus'
Second-rate spelling
Misplaced tyre lever - Alternatives?
Wiring up text parts
Make me a metasequence
Does Garmin Oregon 700 have Strava integration?
Borrowing Characters
The need of reserving one's ability in job interviews
I can't die. Who am I?
Graphing random points on the XY-plane
Are small insurances worth it
Logistics of a hovering watercraft in a fantasy setting
How can atoms be electrically neutral when there is a difference in the positions of the charges?
How to lift/raise/repair a segment of concrete slab?
Giving a talk in my old university, how prominently should I tell students my salary?
my breadboard simulation doesn't work properly
What is knowledge and vision?
Is the set of paths between any two points moving only in units on the plane countable or uncountable?
Are paired adjectives bad style?
Pure Functions: Does "No Side Effects" Imply "Always Same Output, Given Same Input"?
Can I become debt free or should I file for bankruptcy? How do I manage my debt and finances?
How Can I Reuse A Bootable USB Drive
How to create a bootable Ubuntu Linux (10.04) USB installation for MacintoshWrite bootable ISO to USB driveProblems with bootable… anythingBootable USB Windows 7 installation not workingHow can I create a bootable DVD iso from a USB drive?Making a bootable OSX USB from dmg on LinuxWhich usb drive the system boots from in case multiple bootable usb drives are plugged in?How to rename item on OS X bootable USB driveBios failed to detect USB DriveUSB Drive won't boot in a broken Ubuntu system
Is is possible to format a USB drive with Debian on it and use it for Ubuntu? I've tried that before with different Linus distributions, but it ended up trying to boot into the old bootable operating system and failing.
usb
bumped to the homepage by Community♦ 18 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Is is possible to format a USB drive with Debian on it and use it for Ubuntu? I've tried that before with different Linus distributions, but it ended up trying to boot into the old bootable operating system and failing.
usb
bumped to the homepage by Community♦ 18 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Is is possible to format a USB drive with Debian on it and use it for Ubuntu? I've tried that before with different Linus distributions, but it ended up trying to boot into the old bootable operating system and failing.
usb
Is is possible to format a USB drive with Debian on it and use it for Ubuntu? I've tried that before with different Linus distributions, but it ended up trying to boot into the old bootable operating system and failing.
usb
usb
edited Jun 30 '15 at 21:14
Hello World
asked Jun 30 '15 at 18:46
Hello WorldHello World
1063
1063
bumped to the homepage by Community♦ 18 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 18 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I assume you meant to say that you have made a bootable Debian USB drive. And you want to know if you can delete Debian files and copy Ubuntu ones and boot up Ubuntu from that drive.
This may sometimes work. In fact we're talking about two distros that use the same bootloader (GRUB). But I do not understand why you are struggling with this, when the best way of doing this is to reformat the USB drive and put the new OS on it.
Whenever you want to make a bootable USB drive start by rewriting the partition table and formatting it. If you use some software to make the USB bootable, this should automatically prepare the drive, although I can come up with one example which doesn't: Unetbootin.
add a comment |
Absolutely. When you prepare a USB drive for an operating system install, it's not permanent. If you follow the normal formatting steps, you can wipe it completely clean and specify a totally new file system of your choice.
It sounds like you didnt properly format the old Debian installation from the drive. If you're on Windows/Mac, give this utility a try:
http://www.pendrivelinux.com/restoring-your-usb-key-partition/
https://www.sdcard.org/downloads/formatter_4/
add a comment |
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
});
}
});
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%2fsuperuser.com%2fquestions%2f934702%2fhow-can-i-reuse-a-bootable-usb-drive%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
I assume you meant to say that you have made a bootable Debian USB drive. And you want to know if you can delete Debian files and copy Ubuntu ones and boot up Ubuntu from that drive.
This may sometimes work. In fact we're talking about two distros that use the same bootloader (GRUB). But I do not understand why you are struggling with this, when the best way of doing this is to reformat the USB drive and put the new OS on it.
Whenever you want to make a bootable USB drive start by rewriting the partition table and formatting it. If you use some software to make the USB bootable, this should automatically prepare the drive, although I can come up with one example which doesn't: Unetbootin.
add a comment |
I assume you meant to say that you have made a bootable Debian USB drive. And you want to know if you can delete Debian files and copy Ubuntu ones and boot up Ubuntu from that drive.
This may sometimes work. In fact we're talking about two distros that use the same bootloader (GRUB). But I do not understand why you are struggling with this, when the best way of doing this is to reformat the USB drive and put the new OS on it.
Whenever you want to make a bootable USB drive start by rewriting the partition table and formatting it. If you use some software to make the USB bootable, this should automatically prepare the drive, although I can come up with one example which doesn't: Unetbootin.
add a comment |
I assume you meant to say that you have made a bootable Debian USB drive. And you want to know if you can delete Debian files and copy Ubuntu ones and boot up Ubuntu from that drive.
This may sometimes work. In fact we're talking about two distros that use the same bootloader (GRUB). But I do not understand why you are struggling with this, when the best way of doing this is to reformat the USB drive and put the new OS on it.
Whenever you want to make a bootable USB drive start by rewriting the partition table and formatting it. If you use some software to make the USB bootable, this should automatically prepare the drive, although I can come up with one example which doesn't: Unetbootin.
I assume you meant to say that you have made a bootable Debian USB drive. And you want to know if you can delete Debian files and copy Ubuntu ones and boot up Ubuntu from that drive.
This may sometimes work. In fact we're talking about two distros that use the same bootloader (GRUB). But I do not understand why you are struggling with this, when the best way of doing this is to reformat the USB drive and put the new OS on it.
Whenever you want to make a bootable USB drive start by rewriting the partition table and formatting it. If you use some software to make the USB bootable, this should automatically prepare the drive, although I can come up with one example which doesn't: Unetbootin.
answered Jun 30 '15 at 18:56
CorneliusCornelius
2,4061923
2,4061923
add a comment |
add a comment |
Absolutely. When you prepare a USB drive for an operating system install, it's not permanent. If you follow the normal formatting steps, you can wipe it completely clean and specify a totally new file system of your choice.
It sounds like you didnt properly format the old Debian installation from the drive. If you're on Windows/Mac, give this utility a try:
http://www.pendrivelinux.com/restoring-your-usb-key-partition/
https://www.sdcard.org/downloads/formatter_4/
add a comment |
Absolutely. When you prepare a USB drive for an operating system install, it's not permanent. If you follow the normal formatting steps, you can wipe it completely clean and specify a totally new file system of your choice.
It sounds like you didnt properly format the old Debian installation from the drive. If you're on Windows/Mac, give this utility a try:
http://www.pendrivelinux.com/restoring-your-usb-key-partition/
https://www.sdcard.org/downloads/formatter_4/
add a comment |
Absolutely. When you prepare a USB drive for an operating system install, it's not permanent. If you follow the normal formatting steps, you can wipe it completely clean and specify a totally new file system of your choice.
It sounds like you didnt properly format the old Debian installation from the drive. If you're on Windows/Mac, give this utility a try:
http://www.pendrivelinux.com/restoring-your-usb-key-partition/
https://www.sdcard.org/downloads/formatter_4/
Absolutely. When you prepare a USB drive for an operating system install, it's not permanent. If you follow the normal formatting steps, you can wipe it completely clean and specify a totally new file system of your choice.
It sounds like you didnt properly format the old Debian installation from the drive. If you're on Windows/Mac, give this utility a try:
http://www.pendrivelinux.com/restoring-your-usb-key-partition/
https://www.sdcard.org/downloads/formatter_4/
answered Jun 30 '15 at 18:56
ABashoreABashore
49038
49038
add a comment |
add a comment |
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.
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%2fsuperuser.com%2fquestions%2f934702%2fhow-can-i-reuse-a-bootable-usb-drive%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