USB drive cannot be used as root drive after remounting?USB hard drive boot problemWindows 7 not working...
What is the period of Langton's ant on a torus?
Why are there few or no black super GMs?
Who determines when road center lines are solid or dashed?
Is encryption still applied if you ignore the SSL certificate warning for self signed?
The most secure way to handle someone forgetting to verify their account?
How to find location on Cambridge-Mildenhall railway that still has tracks/rails?
"This used to be my phone number"
How did Jayne know when to shoot?
How do you send money when you're not sure it's not a scam?
Mass Spell Recursion & Storm
Why aren't there any women super GMs?
How to interpret a promising preprint that was never published?
Is surviving this (blood loss) scenario possible?
Why were these characters absent in Spider-Man: Far From Home?
Last-minute canceled work-trip mean I'll lose thousands of dollars on planned vacation
How can I help our ranger feel special about her beast companion?
Applying for jobs with an obvious scar
Arithmetics in LuaLaTeX
How to draw a winding on a toroid of a circular cross section?
"Je suis petite, moi?", purpose of the "moi"?
How to belay quickly ascending top-rope climbers?
Difference between c++14 and c++17 using: `*p++ = *p`
Drawing a circle with nodes shift with Tikz
ANOVA or Linear Mixed Model?
USB drive cannot be used as root drive after remounting?
USB hard drive boot problemWindows 7 not working correctly after partition resizeCan't boot from live USB after Debian installKali won't boot without USB flash driveCan I use Grub on USB2.0 drive to boot a non-bootable USB 3.1 drive?how to resize or growing partition root?Gentoo: changing the size of a /boot partition at the beginning of a diskGparted see NTFS windows partition as fat32How do I clone a SSD containing LVM LV's and /root to a larger one?Unable to mount External HDD missing NTFS and UUID
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm attempting to configure a raspberry pi 4 to boot from an external disk. I've configured it to boot from the partition ID I get from sudo blkid
corresponding to my boot partition, and everything is dandy when I plug it in directly after flashing it with the image. I'm followed the instructions in this thread to great success:
https://www.raspberrypi.org/forums/viewtopic.php?t=105868
However, things go off the rails when I attempt to resize the partition from its regular ~4gb size to its full 2TB glory. I boot into the SD card's root filesystem, open up gparted, and resize the root partition to extend to the full disk. Then I go to boot and I'm greeted with a message indicating mounting and resizing the root partition failed and my system is in emergency mode.
What gives? Is there a maximum size to the root partition?
I've verified that the PARTUUID I specified in my /etc/fstab and my commandline flags is correct after the resize, as well as tested using /dev/sda2 as a target rather than the PARTUUID. This didn't resolve the issue.
Instead, I've disable quiet booting and observed a few things. First off, when I first boot into the freshly resized disk, I see the following:
What I think is happening here is that the fsck is timing out, and when I allow this to run its course I reboot and get something different. I get as far as this screen:
After which it flashes something that looks like a splash screen for a moment and then hangs. When I -FX by way through the consoles, I find that 1 and 7 are black, and 2 through 6 show blinking cursors.
This does not seem to be related to the size of the partition. I resized the partition from the old size to 1MB larger than the previous size, and it still had the same issue.
linux boot raspberry-pi external-hdd
New contributor
add a comment |
I'm attempting to configure a raspberry pi 4 to boot from an external disk. I've configured it to boot from the partition ID I get from sudo blkid
corresponding to my boot partition, and everything is dandy when I plug it in directly after flashing it with the image. I'm followed the instructions in this thread to great success:
https://www.raspberrypi.org/forums/viewtopic.php?t=105868
However, things go off the rails when I attempt to resize the partition from its regular ~4gb size to its full 2TB glory. I boot into the SD card's root filesystem, open up gparted, and resize the root partition to extend to the full disk. Then I go to boot and I'm greeted with a message indicating mounting and resizing the root partition failed and my system is in emergency mode.
What gives? Is there a maximum size to the root partition?
I've verified that the PARTUUID I specified in my /etc/fstab and my commandline flags is correct after the resize, as well as tested using /dev/sda2 as a target rather than the PARTUUID. This didn't resolve the issue.
Instead, I've disable quiet booting and observed a few things. First off, when I first boot into the freshly resized disk, I see the following:
What I think is happening here is that the fsck is timing out, and when I allow this to run its course I reboot and get something different. I get as far as this screen:
After which it flashes something that looks like a splash screen for a moment and then hangs. When I -FX by way through the consoles, I find that 1 and 7 are black, and 2 through 6 show blinking cursors.
This does not seem to be related to the size of the partition. I resized the partition from the old size to 1MB larger than the previous size, and it still had the same issue.
linux boot raspberry-pi external-hdd
New contributor
add a comment |
I'm attempting to configure a raspberry pi 4 to boot from an external disk. I've configured it to boot from the partition ID I get from sudo blkid
corresponding to my boot partition, and everything is dandy when I plug it in directly after flashing it with the image. I'm followed the instructions in this thread to great success:
https://www.raspberrypi.org/forums/viewtopic.php?t=105868
However, things go off the rails when I attempt to resize the partition from its regular ~4gb size to its full 2TB glory. I boot into the SD card's root filesystem, open up gparted, and resize the root partition to extend to the full disk. Then I go to boot and I'm greeted with a message indicating mounting and resizing the root partition failed and my system is in emergency mode.
What gives? Is there a maximum size to the root partition?
I've verified that the PARTUUID I specified in my /etc/fstab and my commandline flags is correct after the resize, as well as tested using /dev/sda2 as a target rather than the PARTUUID. This didn't resolve the issue.
Instead, I've disable quiet booting and observed a few things. First off, when I first boot into the freshly resized disk, I see the following:
What I think is happening here is that the fsck is timing out, and when I allow this to run its course I reboot and get something different. I get as far as this screen:
After which it flashes something that looks like a splash screen for a moment and then hangs. When I -FX by way through the consoles, I find that 1 and 7 are black, and 2 through 6 show blinking cursors.
This does not seem to be related to the size of the partition. I resized the partition from the old size to 1MB larger than the previous size, and it still had the same issue.
linux boot raspberry-pi external-hdd
New contributor
I'm attempting to configure a raspberry pi 4 to boot from an external disk. I've configured it to boot from the partition ID I get from sudo blkid
corresponding to my boot partition, and everything is dandy when I plug it in directly after flashing it with the image. I'm followed the instructions in this thread to great success:
https://www.raspberrypi.org/forums/viewtopic.php?t=105868
However, things go off the rails when I attempt to resize the partition from its regular ~4gb size to its full 2TB glory. I boot into the SD card's root filesystem, open up gparted, and resize the root partition to extend to the full disk. Then I go to boot and I'm greeted with a message indicating mounting and resizing the root partition failed and my system is in emergency mode.
What gives? Is there a maximum size to the root partition?
I've verified that the PARTUUID I specified in my /etc/fstab and my commandline flags is correct after the resize, as well as tested using /dev/sda2 as a target rather than the PARTUUID. This didn't resolve the issue.
Instead, I've disable quiet booting and observed a few things. First off, when I first boot into the freshly resized disk, I see the following:
What I think is happening here is that the fsck is timing out, and when I allow this to run its course I reboot and get something different. I get as far as this screen:
After which it flashes something that looks like a splash screen for a moment and then hangs. When I -FX by way through the consoles, I find that 1 and 7 are black, and 2 through 6 show blinking cursors.
This does not seem to be related to the size of the partition. I resized the partition from the old size to 1MB larger than the previous size, and it still had the same issue.
linux boot raspberry-pi external-hdd
linux boot raspberry-pi external-hdd
New contributor
New contributor
New contributor
asked 44 mins ago
AlexAlex
1011 bronze badge
1011 bronze badge
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
Alex 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%2funix.stackexchange.com%2fquestions%2f530951%2fusb-drive-cannot-be-used-as-root-drive-after-remounting%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Alex is a new contributor. Be nice, and check out our Code of Conduct.
Alex is a new contributor. Be nice, and check out our Code of Conduct.
Alex is a new contributor. Be nice, and check out our Code of Conduct.
Alex is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f530951%2fusb-drive-cannot-be-used-as-root-drive-after-remounting%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