USB not bootable after installing an entire OS (Xubuntu) on it

Multi tool use
I installed Xubuntu 18.04 on my 32 GB USB stick by choosing USB as a partition instead of the drives on my HDD. It took a long time to install (around 2 hours), but at the end it said that the installation was successful and to restart my PC.
Now after I restarted my PC, it wouldn't boot to my USB with Xubuntu on it.
When I view them from Windows, my USB drive appears as these two icons:
https://prnt.sc/mq1u1m
There are two of them because I used some space for swap area.
Is there anything i can do to make this bootable or should I reinstall? If I need to reinstall, is there anything I should do differently?
boot 18.04 usb xubuntu drive
New contributor
Am-Gun-Di is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I installed Xubuntu 18.04 on my 32 GB USB stick by choosing USB as a partition instead of the drives on my HDD. It took a long time to install (around 2 hours), but at the end it said that the installation was successful and to restart my PC.
Now after I restarted my PC, it wouldn't boot to my USB with Xubuntu on it.
When I view them from Windows, my USB drive appears as these two icons:
https://prnt.sc/mq1u1m
There are two of them because I used some space for swap area.
Is there anything i can do to make this bootable or should I reinstall? If I need to reinstall, is there anything I should do differently?
boot 18.04 usb xubuntu drive
New contributor
Am-Gun-Di is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
There are some good hints for fully installing Ubuntu to USB on this page: askubuntu.com/questions/287064/…
– C.S.Cameron
31 mins ago
add a comment |
I installed Xubuntu 18.04 on my 32 GB USB stick by choosing USB as a partition instead of the drives on my HDD. It took a long time to install (around 2 hours), but at the end it said that the installation was successful and to restart my PC.
Now after I restarted my PC, it wouldn't boot to my USB with Xubuntu on it.
When I view them from Windows, my USB drive appears as these two icons:
https://prnt.sc/mq1u1m
There are two of them because I used some space for swap area.
Is there anything i can do to make this bootable or should I reinstall? If I need to reinstall, is there anything I should do differently?
boot 18.04 usb xubuntu drive
New contributor
Am-Gun-Di is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I installed Xubuntu 18.04 on my 32 GB USB stick by choosing USB as a partition instead of the drives on my HDD. It took a long time to install (around 2 hours), but at the end it said that the installation was successful and to restart my PC.
Now after I restarted my PC, it wouldn't boot to my USB with Xubuntu on it.
When I view them from Windows, my USB drive appears as these two icons:
https://prnt.sc/mq1u1m
There are two of them because I used some space for swap area.
Is there anything i can do to make this bootable or should I reinstall? If I need to reinstall, is there anything I should do differently?
boot 18.04 usb xubuntu drive
boot 18.04 usb xubuntu drive
New contributor
Am-Gun-Di is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Am-Gun-Di is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 4 hours ago
Kevin Bowen
14.6k155970
14.6k155970
New contributor
Am-Gun-Di is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 6 hours ago
Am-Gun-DiAm-Gun-Di
11
11
New contributor
Am-Gun-Di is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Am-Gun-Di is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Am-Gun-Di is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
There are some good hints for fully installing Ubuntu to USB on this page: askubuntu.com/questions/287064/…
– C.S.Cameron
31 mins ago
add a comment |
There are some good hints for fully installing Ubuntu to USB on this page: askubuntu.com/questions/287064/…
– C.S.Cameron
31 mins ago
There are some good hints for fully installing Ubuntu to USB on this page: askubuntu.com/questions/287064/…
– C.S.Cameron
31 mins ago
There are some good hints for fully installing Ubuntu to USB on this page: askubuntu.com/questions/287064/…
– C.S.Cameron
31 mins ago
add a comment |
2 Answers
2
active
oldest
votes
First, does system boot from ANY USB stick? Did you install the system from another stick or from a real DVD? If it was a stick, does it still work? Maybe booting from an USB drive has been switched off somehow.
Second, did you select your USB drive for installing the bootloader, or for those partitions only?
You can probably boot from the installation media again, plug your Xubuntu stick and install Grub manually. The full answer is here: How can I repair grub? (How to get Ubuntu back after installing Windows?) but I prefer a short way (it works for default installation parameters). You need to know the device name of your Xubuntu USB drive (/dev/sdb, /dev/sdc etc) and it's auto-mounted path (something like /media/username/USBStickname). File manager usually auto-open the connected USB drive, showing you this path. Run sudo grub-install --root-directory=/media/what-is-the-path-to-your-USB-drive /dev/sd?
(with no digits. Only sdb, sdc etc, the exact name of the USB device itself). That'll fix the missing Grub.
Also, next time care about the flash memory wear: New Lubuntu install - 2GB RAM, 32GB SSD
New contributor
NickDoom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Welcome to askubuntu!
In general, I wouldn't advise installing a full operating system to your flash drive as if it were a hard drive. The main issue with that has to do with performance. You noticed it took forever because it's not intended to be used that way.
What I would recommend is creating a live USB (like you would use for an installation) with persistence. This allows you to use a live system optimized for use on a USB while creating space on the drive to keep your files without wiping the drive every time you shut down. Since you're trying to use a 32 GB USB drive, I'm guessing you'd like to have a good amount of space for persistent files. There is an excellent guide on how to do this provided by users on this site!
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
});
}
});
Am-Gun-Di is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1121251%2fusb-not-bootable-after-installing-an-entire-os-xubuntu-on-it%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
First, does system boot from ANY USB stick? Did you install the system from another stick or from a real DVD? If it was a stick, does it still work? Maybe booting from an USB drive has been switched off somehow.
Second, did you select your USB drive for installing the bootloader, or for those partitions only?
You can probably boot from the installation media again, plug your Xubuntu stick and install Grub manually. The full answer is here: How can I repair grub? (How to get Ubuntu back after installing Windows?) but I prefer a short way (it works for default installation parameters). You need to know the device name of your Xubuntu USB drive (/dev/sdb, /dev/sdc etc) and it's auto-mounted path (something like /media/username/USBStickname). File manager usually auto-open the connected USB drive, showing you this path. Run sudo grub-install --root-directory=/media/what-is-the-path-to-your-USB-drive /dev/sd?
(with no digits. Only sdb, sdc etc, the exact name of the USB device itself). That'll fix the missing Grub.
Also, next time care about the flash memory wear: New Lubuntu install - 2GB RAM, 32GB SSD
New contributor
NickDoom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
First, does system boot from ANY USB stick? Did you install the system from another stick or from a real DVD? If it was a stick, does it still work? Maybe booting from an USB drive has been switched off somehow.
Second, did you select your USB drive for installing the bootloader, or for those partitions only?
You can probably boot from the installation media again, plug your Xubuntu stick and install Grub manually. The full answer is here: How can I repair grub? (How to get Ubuntu back after installing Windows?) but I prefer a short way (it works for default installation parameters). You need to know the device name of your Xubuntu USB drive (/dev/sdb, /dev/sdc etc) and it's auto-mounted path (something like /media/username/USBStickname). File manager usually auto-open the connected USB drive, showing you this path. Run sudo grub-install --root-directory=/media/what-is-the-path-to-your-USB-drive /dev/sd?
(with no digits. Only sdb, sdc etc, the exact name of the USB device itself). That'll fix the missing Grub.
Also, next time care about the flash memory wear: New Lubuntu install - 2GB RAM, 32GB SSD
New contributor
NickDoom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
First, does system boot from ANY USB stick? Did you install the system from another stick or from a real DVD? If it was a stick, does it still work? Maybe booting from an USB drive has been switched off somehow.
Second, did you select your USB drive for installing the bootloader, or for those partitions only?
You can probably boot from the installation media again, plug your Xubuntu stick and install Grub manually. The full answer is here: How can I repair grub? (How to get Ubuntu back after installing Windows?) but I prefer a short way (it works for default installation parameters). You need to know the device name of your Xubuntu USB drive (/dev/sdb, /dev/sdc etc) and it's auto-mounted path (something like /media/username/USBStickname). File manager usually auto-open the connected USB drive, showing you this path. Run sudo grub-install --root-directory=/media/what-is-the-path-to-your-USB-drive /dev/sd?
(with no digits. Only sdb, sdc etc, the exact name of the USB device itself). That'll fix the missing Grub.
Also, next time care about the flash memory wear: New Lubuntu install - 2GB RAM, 32GB SSD
New contributor
NickDoom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
First, does system boot from ANY USB stick? Did you install the system from another stick or from a real DVD? If it was a stick, does it still work? Maybe booting from an USB drive has been switched off somehow.
Second, did you select your USB drive for installing the bootloader, or for those partitions only?
You can probably boot from the installation media again, plug your Xubuntu stick and install Grub manually. The full answer is here: How can I repair grub? (How to get Ubuntu back after installing Windows?) but I prefer a short way (it works for default installation parameters). You need to know the device name of your Xubuntu USB drive (/dev/sdb, /dev/sdc etc) and it's auto-mounted path (something like /media/username/USBStickname). File manager usually auto-open the connected USB drive, showing you this path. Run sudo grub-install --root-directory=/media/what-is-the-path-to-your-USB-drive /dev/sd?
(with no digits. Only sdb, sdc etc, the exact name of the USB device itself). That'll fix the missing Grub.
Also, next time care about the flash memory wear: New Lubuntu install - 2GB RAM, 32GB SSD
New contributor
NickDoom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
NickDoom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 4 hours ago
NickDoomNickDoom
315
315
New contributor
NickDoom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
NickDoom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
NickDoom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Welcome to askubuntu!
In general, I wouldn't advise installing a full operating system to your flash drive as if it were a hard drive. The main issue with that has to do with performance. You noticed it took forever because it's not intended to be used that way.
What I would recommend is creating a live USB (like you would use for an installation) with persistence. This allows you to use a live system optimized for use on a USB while creating space on the drive to keep your files without wiping the drive every time you shut down. Since you're trying to use a 32 GB USB drive, I'm guessing you'd like to have a good amount of space for persistent files. There is an excellent guide on how to do this provided by users on this site!
add a comment |
Welcome to askubuntu!
In general, I wouldn't advise installing a full operating system to your flash drive as if it were a hard drive. The main issue with that has to do with performance. You noticed it took forever because it's not intended to be used that way.
What I would recommend is creating a live USB (like you would use for an installation) with persistence. This allows you to use a live system optimized for use on a USB while creating space on the drive to keep your files without wiping the drive every time you shut down. Since you're trying to use a 32 GB USB drive, I'm guessing you'd like to have a good amount of space for persistent files. There is an excellent guide on how to do this provided by users on this site!
add a comment |
Welcome to askubuntu!
In general, I wouldn't advise installing a full operating system to your flash drive as if it were a hard drive. The main issue with that has to do with performance. You noticed it took forever because it's not intended to be used that way.
What I would recommend is creating a live USB (like you would use for an installation) with persistence. This allows you to use a live system optimized for use on a USB while creating space on the drive to keep your files without wiping the drive every time you shut down. Since you're trying to use a 32 GB USB drive, I'm guessing you'd like to have a good amount of space for persistent files. There is an excellent guide on how to do this provided by users on this site!
Welcome to askubuntu!
In general, I wouldn't advise installing a full operating system to your flash drive as if it were a hard drive. The main issue with that has to do with performance. You noticed it took forever because it's not intended to be used that way.
What I would recommend is creating a live USB (like you would use for an installation) with persistence. This allows you to use a live system optimized for use on a USB while creating space on the drive to keep your files without wiping the drive every time you shut down. Since you're trying to use a 32 GB USB drive, I'm guessing you'd like to have a good amount of space for persistent files. There is an excellent guide on how to do this provided by users on this site!
answered 4 hours ago


esnowrackleyesnowrackley
47011033
47011033
add a comment |
add a comment |
Am-Gun-Di is a new contributor. Be nice, and check out our Code of Conduct.
Am-Gun-Di is a new contributor. Be nice, and check out our Code of Conduct.
Am-Gun-Di is a new contributor. Be nice, and check out our Code of Conduct.
Am-Gun-Di is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1121251%2fusb-not-bootable-after-installing-an-entire-os-xubuntu-on-it%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
08quUOekFkGqJX 2J,evQuM0I
There are some good hints for fully installing Ubuntu to USB on this page: askubuntu.com/questions/287064/…
– C.S.Cameron
31 mins ago