Trying to install Ubuntu on USB - “Failed to create system file”
NEVERMIND~
Before I start, I am completely new to Ubuntu and the terminal commands used. I only know a few from what I have tried.
I have been working on trying to install Ubuntu on a 31GB flash drive, which hasn't been working. So far I've been able to boot onto the Ubuntu desktop and run some programs. However, I still need to install Ubuntu onto the flash drive. When I use GPartition, I cannot unmount the partition /dev/sdb1 because it is "busy", even with umount -l /dev/sdb1
. But if I use sudo
, it works fine.
After I split 2GB off of the full flash drive space to be used as "swap space" (using GPartition), I set the first partition with more space to be a ext4 file system with the "/" (which I assume is "/root"), and click "format system files", and set the other partition to be "swap area."
I then set the installation file to the /dev/sdb
file (not /dev/sdb1
or /dev/sdb5
). When I click the install button, an error comes up saying
"Failed to create system file; The ext4 file system creation in partition #1 SCS17 (0,0,0) (sdb) failed."
partitioning system-installation usb ext4
add a comment |
NEVERMIND~
Before I start, I am completely new to Ubuntu and the terminal commands used. I only know a few from what I have tried.
I have been working on trying to install Ubuntu on a 31GB flash drive, which hasn't been working. So far I've been able to boot onto the Ubuntu desktop and run some programs. However, I still need to install Ubuntu onto the flash drive. When I use GPartition, I cannot unmount the partition /dev/sdb1 because it is "busy", even with umount -l /dev/sdb1
. But if I use sudo
, it works fine.
After I split 2GB off of the full flash drive space to be used as "swap space" (using GPartition), I set the first partition with more space to be a ext4 file system with the "/" (which I assume is "/root"), and click "format system files", and set the other partition to be "swap area."
I then set the installation file to the /dev/sdb
file (not /dev/sdb1
or /dev/sdb5
). When I click the install button, an error comes up saying
"Failed to create system file; The ext4 file system creation in partition #1 SCS17 (0,0,0) (sdb) failed."
partitioning system-installation usb ext4
FYI, / and /root are two different things. / is the filesystem root (like C: or D: on Windows) and /root is the home folder of the root user.
– wjandrea
Apr 30 '16 at 21:16
You're not trying to install onto the same USB drive that you booted from, are you?
– wjandrea
Apr 30 '16 at 21:18
@wjandrea Yeah, guess I'm dumb. Anyway, where would I install it then? I want it to be installed on a USB so I can access Ubuntu on most computers. Is there any way to do this?
– a3ology
Apr 30 '16 at 22:16
I'll write you an answer.
– wjandrea
May 1 '16 at 3:30
add a comment |
NEVERMIND~
Before I start, I am completely new to Ubuntu and the terminal commands used. I only know a few from what I have tried.
I have been working on trying to install Ubuntu on a 31GB flash drive, which hasn't been working. So far I've been able to boot onto the Ubuntu desktop and run some programs. However, I still need to install Ubuntu onto the flash drive. When I use GPartition, I cannot unmount the partition /dev/sdb1 because it is "busy", even with umount -l /dev/sdb1
. But if I use sudo
, it works fine.
After I split 2GB off of the full flash drive space to be used as "swap space" (using GPartition), I set the first partition with more space to be a ext4 file system with the "/" (which I assume is "/root"), and click "format system files", and set the other partition to be "swap area."
I then set the installation file to the /dev/sdb
file (not /dev/sdb1
or /dev/sdb5
). When I click the install button, an error comes up saying
"Failed to create system file; The ext4 file system creation in partition #1 SCS17 (0,0,0) (sdb) failed."
partitioning system-installation usb ext4
NEVERMIND~
Before I start, I am completely new to Ubuntu and the terminal commands used. I only know a few from what I have tried.
I have been working on trying to install Ubuntu on a 31GB flash drive, which hasn't been working. So far I've been able to boot onto the Ubuntu desktop and run some programs. However, I still need to install Ubuntu onto the flash drive. When I use GPartition, I cannot unmount the partition /dev/sdb1 because it is "busy", even with umount -l /dev/sdb1
. But if I use sudo
, it works fine.
After I split 2GB off of the full flash drive space to be used as "swap space" (using GPartition), I set the first partition with more space to be a ext4 file system with the "/" (which I assume is "/root"), and click "format system files", and set the other partition to be "swap area."
I then set the installation file to the /dev/sdb
file (not /dev/sdb1
or /dev/sdb5
). When I click the install button, an error comes up saying
"Failed to create system file; The ext4 file system creation in partition #1 SCS17 (0,0,0) (sdb) failed."
partitioning system-installation usb ext4
partitioning system-installation usb ext4
edited May 9 '16 at 6:33
a3ology
asked Apr 30 '16 at 19:17
a3ologya3ology
13
13
FYI, / and /root are two different things. / is the filesystem root (like C: or D: on Windows) and /root is the home folder of the root user.
– wjandrea
Apr 30 '16 at 21:16
You're not trying to install onto the same USB drive that you booted from, are you?
– wjandrea
Apr 30 '16 at 21:18
@wjandrea Yeah, guess I'm dumb. Anyway, where would I install it then? I want it to be installed on a USB so I can access Ubuntu on most computers. Is there any way to do this?
– a3ology
Apr 30 '16 at 22:16
I'll write you an answer.
– wjandrea
May 1 '16 at 3:30
add a comment |
FYI, / and /root are two different things. / is the filesystem root (like C: or D: on Windows) and /root is the home folder of the root user.
– wjandrea
Apr 30 '16 at 21:16
You're not trying to install onto the same USB drive that you booted from, are you?
– wjandrea
Apr 30 '16 at 21:18
@wjandrea Yeah, guess I'm dumb. Anyway, where would I install it then? I want it to be installed on a USB so I can access Ubuntu on most computers. Is there any way to do this?
– a3ology
Apr 30 '16 at 22:16
I'll write you an answer.
– wjandrea
May 1 '16 at 3:30
FYI, / and /root are two different things. / is the filesystem root (like C: or D: on Windows) and /root is the home folder of the root user.
– wjandrea
Apr 30 '16 at 21:16
FYI, / and /root are two different things. / is the filesystem root (like C: or D: on Windows) and /root is the home folder of the root user.
– wjandrea
Apr 30 '16 at 21:16
You're not trying to install onto the same USB drive that you booted from, are you?
– wjandrea
Apr 30 '16 at 21:18
You're not trying to install onto the same USB drive that you booted from, are you?
– wjandrea
Apr 30 '16 at 21:18
@wjandrea Yeah, guess I'm dumb. Anyway, where would I install it then? I want it to be installed on a USB so I can access Ubuntu on most computers. Is there any way to do this?
– a3ology
Apr 30 '16 at 22:16
@wjandrea Yeah, guess I'm dumb. Anyway, where would I install it then? I want it to be installed on a USB so I can access Ubuntu on most computers. Is there any way to do this?
– a3ology
Apr 30 '16 at 22:16
I'll write you an answer.
– wjandrea
May 1 '16 at 3:30
I'll write you an answer.
– wjandrea
May 1 '16 at 3:30
add a comment |
2 Answers
2
active
oldest
votes
So we've already established in comments that you're trying to run Ubuntu and install it on the same disk at the same time, which isn't going to work.
Where you want to have a portable version of Ubuntu on a USB drive, you have two options to choose from:
Live USB with persistence
- This is part of the walkthrough for using LiLi USB Creator. I'm assuming you're using Windows. There are other possible methods. Let me know if this one doesn't work.
Full install on the USB drive
- This method should work on Windows, Mac, or Linux.
Live USB with persistence is much easier for beginners (you've practically already done it) but it has some limitations, which are explained in the instructions linked above. For more discussion on the differences between the two methods:
- Persistent Live usb vs Full install
- Benefits of persistent install over direct install to flashdrives? - Ubuntu Forums
add a comment |
The installation of the Operating System should go to /dev/sdb1 (if it is the "/" partition, the installatoin of the Grub Bootloader should go to /dev/sdb (if there are not any other bootloaders on that drive, ex Windows bootloader, or if you don' t mind overwright it).
I tried this and I still get the error. There is no more information than "Failed to create system file; The ext4 file system creation in partition #1 SCS17 (0,0,0) (sdb) failed."
– a3ology
Apr 30 '16 at 20:49
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%2f765563%2ftrying-to-install-ubuntu-on-usb-failed-to-create-system-file%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
So we've already established in comments that you're trying to run Ubuntu and install it on the same disk at the same time, which isn't going to work.
Where you want to have a portable version of Ubuntu on a USB drive, you have two options to choose from:
Live USB with persistence
- This is part of the walkthrough for using LiLi USB Creator. I'm assuming you're using Windows. There are other possible methods. Let me know if this one doesn't work.
Full install on the USB drive
- This method should work on Windows, Mac, or Linux.
Live USB with persistence is much easier for beginners (you've practically already done it) but it has some limitations, which are explained in the instructions linked above. For more discussion on the differences between the two methods:
- Persistent Live usb vs Full install
- Benefits of persistent install over direct install to flashdrives? - Ubuntu Forums
add a comment |
So we've already established in comments that you're trying to run Ubuntu and install it on the same disk at the same time, which isn't going to work.
Where you want to have a portable version of Ubuntu on a USB drive, you have two options to choose from:
Live USB with persistence
- This is part of the walkthrough for using LiLi USB Creator. I'm assuming you're using Windows. There are other possible methods. Let me know if this one doesn't work.
Full install on the USB drive
- This method should work on Windows, Mac, or Linux.
Live USB with persistence is much easier for beginners (you've practically already done it) but it has some limitations, which are explained in the instructions linked above. For more discussion on the differences between the two methods:
- Persistent Live usb vs Full install
- Benefits of persistent install over direct install to flashdrives? - Ubuntu Forums
add a comment |
So we've already established in comments that you're trying to run Ubuntu and install it on the same disk at the same time, which isn't going to work.
Where you want to have a portable version of Ubuntu on a USB drive, you have two options to choose from:
Live USB with persistence
- This is part of the walkthrough for using LiLi USB Creator. I'm assuming you're using Windows. There are other possible methods. Let me know if this one doesn't work.
Full install on the USB drive
- This method should work on Windows, Mac, or Linux.
Live USB with persistence is much easier for beginners (you've practically already done it) but it has some limitations, which are explained in the instructions linked above. For more discussion on the differences between the two methods:
- Persistent Live usb vs Full install
- Benefits of persistent install over direct install to flashdrives? - Ubuntu Forums
So we've already established in comments that you're trying to run Ubuntu and install it on the same disk at the same time, which isn't going to work.
Where you want to have a portable version of Ubuntu on a USB drive, you have two options to choose from:
Live USB with persistence
- This is part of the walkthrough for using LiLi USB Creator. I'm assuming you're using Windows. There are other possible methods. Let me know if this one doesn't work.
Full install on the USB drive
- This method should work on Windows, Mac, or Linux.
Live USB with persistence is much easier for beginners (you've practically already done it) but it has some limitations, which are explained in the instructions linked above. For more discussion on the differences between the two methods:
- Persistent Live usb vs Full install
- Benefits of persistent install over direct install to flashdrives? - Ubuntu Forums
edited Jan 15 at 22:37
answered May 1 '16 at 3:46
wjandreawjandrea
8,71542260
8,71542260
add a comment |
add a comment |
The installation of the Operating System should go to /dev/sdb1 (if it is the "/" partition, the installatoin of the Grub Bootloader should go to /dev/sdb (if there are not any other bootloaders on that drive, ex Windows bootloader, or if you don' t mind overwright it).
I tried this and I still get the error. There is no more information than "Failed to create system file; The ext4 file system creation in partition #1 SCS17 (0,0,0) (sdb) failed."
– a3ology
Apr 30 '16 at 20:49
add a comment |
The installation of the Operating System should go to /dev/sdb1 (if it is the "/" partition, the installatoin of the Grub Bootloader should go to /dev/sdb (if there are not any other bootloaders on that drive, ex Windows bootloader, or if you don' t mind overwright it).
I tried this and I still get the error. There is no more information than "Failed to create system file; The ext4 file system creation in partition #1 SCS17 (0,0,0) (sdb) failed."
– a3ology
Apr 30 '16 at 20:49
add a comment |
The installation of the Operating System should go to /dev/sdb1 (if it is the "/" partition, the installatoin of the Grub Bootloader should go to /dev/sdb (if there are not any other bootloaders on that drive, ex Windows bootloader, or if you don' t mind overwright it).
The installation of the Operating System should go to /dev/sdb1 (if it is the "/" partition, the installatoin of the Grub Bootloader should go to /dev/sdb (if there are not any other bootloaders on that drive, ex Windows bootloader, or if you don' t mind overwright it).
answered Apr 30 '16 at 19:31
vasilis74vasilis74
997
997
I tried this and I still get the error. There is no more information than "Failed to create system file; The ext4 file system creation in partition #1 SCS17 (0,0,0) (sdb) failed."
– a3ology
Apr 30 '16 at 20:49
add a comment |
I tried this and I still get the error. There is no more information than "Failed to create system file; The ext4 file system creation in partition #1 SCS17 (0,0,0) (sdb) failed."
– a3ology
Apr 30 '16 at 20:49
I tried this and I still get the error. There is no more information than "Failed to create system file; The ext4 file system creation in partition #1 SCS17 (0,0,0) (sdb) failed."
– a3ology
Apr 30 '16 at 20:49
I tried this and I still get the error. There is no more information than "Failed to create system file; The ext4 file system creation in partition #1 SCS17 (0,0,0) (sdb) failed."
– a3ology
Apr 30 '16 at 20:49
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%2f765563%2ftrying-to-install-ubuntu-on-usb-failed-to-create-system-file%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
FYI, / and /root are two different things. / is the filesystem root (like C: or D: on Windows) and /root is the home folder of the root user.
– wjandrea
Apr 30 '16 at 21:16
You're not trying to install onto the same USB drive that you booted from, are you?
– wjandrea
Apr 30 '16 at 21:18
@wjandrea Yeah, guess I'm dumb. Anyway, where would I install it then? I want it to be installed on a USB so I can access Ubuntu on most computers. Is there any way to do this?
– a3ology
Apr 30 '16 at 22:16
I'll write you an answer.
– wjandrea
May 1 '16 at 3:30