Ubuntu BusyBox initramfs Error 14.04
Suddenly after shutting down Ubuntu and when reopenning, I get prompted to one shell of BusyBox. I only had a set of options in help there.
I tried to follow this solution: Boot drops to a (initramfs) prompts/busybox
I got a USB pen-drive and it has ISO of Ubuntu. I have selected "Try Ubuntu".
However, my Ubuntu is installed in an external hard disk (connected to the laptop via another USB port, other than the USB Pen drive), and I have Windows 8 installed by default in my laptop (in the internal hard disk). So when I am running the following command.
ubuntu@ubuntu:~$ sudo parted -l
Model: ATA ST1000LM024 HN-M (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Number Start End Size File system Name Flags
1 1049kB 525MB 524MB fat32 EFI system partition boot
2 525MB 567MB 41.9MB fat32 Basic data partition hidden
3 567MB 701MB 134MB Microsoft reserved partition msftres
4 701MB 2849MB 2147MB ntfs Basic data partition hidden, diag
5 2849MB 991GB 989GB ntfs Basic data partition msftdata
6 991GB 1000GB 8853MB ntfs Microsoft recovery partition hidden, diag
Model: SanDisk Cruzer (scsi)
Disk /dev/sdb: 64.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 16.4kB 64.0GB 64.0GB primary fat32 boot, lba
None of this is actually my external hard disk in which my Ubuntu 14.04 is installed.
How can I solve this?
boot grub2 initramfs busybox
add a comment |
Suddenly after shutting down Ubuntu and when reopenning, I get prompted to one shell of BusyBox. I only had a set of options in help there.
I tried to follow this solution: Boot drops to a (initramfs) prompts/busybox
I got a USB pen-drive and it has ISO of Ubuntu. I have selected "Try Ubuntu".
However, my Ubuntu is installed in an external hard disk (connected to the laptop via another USB port, other than the USB Pen drive), and I have Windows 8 installed by default in my laptop (in the internal hard disk). So when I am running the following command.
ubuntu@ubuntu:~$ sudo parted -l
Model: ATA ST1000LM024 HN-M (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Number Start End Size File system Name Flags
1 1049kB 525MB 524MB fat32 EFI system partition boot
2 525MB 567MB 41.9MB fat32 Basic data partition hidden
3 567MB 701MB 134MB Microsoft reserved partition msftres
4 701MB 2849MB 2147MB ntfs Basic data partition hidden, diag
5 2849MB 991GB 989GB ntfs Basic data partition msftdata
6 991GB 1000GB 8853MB ntfs Microsoft recovery partition hidden, diag
Model: SanDisk Cruzer (scsi)
Disk /dev/sdb: 64.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 16.4kB 64.0GB 64.0GB primary fat32 boot, lba
None of this is actually my external hard disk in which my Ubuntu 14.04 is installed.
How can I solve this?
boot grub2 initramfs busybox
So your external disk is not even detected?
– muru
Oct 17 '14 at 9:00
Yeah. That's what I am feeling that it's not detected when I am running the "Try Ubuntu" but I can boot from the external hard disk.
– soham
Oct 17 '14 at 9:04
add a comment |
Suddenly after shutting down Ubuntu and when reopenning, I get prompted to one shell of BusyBox. I only had a set of options in help there.
I tried to follow this solution: Boot drops to a (initramfs) prompts/busybox
I got a USB pen-drive and it has ISO of Ubuntu. I have selected "Try Ubuntu".
However, my Ubuntu is installed in an external hard disk (connected to the laptop via another USB port, other than the USB Pen drive), and I have Windows 8 installed by default in my laptop (in the internal hard disk). So when I am running the following command.
ubuntu@ubuntu:~$ sudo parted -l
Model: ATA ST1000LM024 HN-M (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Number Start End Size File system Name Flags
1 1049kB 525MB 524MB fat32 EFI system partition boot
2 525MB 567MB 41.9MB fat32 Basic data partition hidden
3 567MB 701MB 134MB Microsoft reserved partition msftres
4 701MB 2849MB 2147MB ntfs Basic data partition hidden, diag
5 2849MB 991GB 989GB ntfs Basic data partition msftdata
6 991GB 1000GB 8853MB ntfs Microsoft recovery partition hidden, diag
Model: SanDisk Cruzer (scsi)
Disk /dev/sdb: 64.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 16.4kB 64.0GB 64.0GB primary fat32 boot, lba
None of this is actually my external hard disk in which my Ubuntu 14.04 is installed.
How can I solve this?
boot grub2 initramfs busybox
Suddenly after shutting down Ubuntu and when reopenning, I get prompted to one shell of BusyBox. I only had a set of options in help there.
I tried to follow this solution: Boot drops to a (initramfs) prompts/busybox
I got a USB pen-drive and it has ISO of Ubuntu. I have selected "Try Ubuntu".
However, my Ubuntu is installed in an external hard disk (connected to the laptop via another USB port, other than the USB Pen drive), and I have Windows 8 installed by default in my laptop (in the internal hard disk). So when I am running the following command.
ubuntu@ubuntu:~$ sudo parted -l
Model: ATA ST1000LM024 HN-M (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Number Start End Size File system Name Flags
1 1049kB 525MB 524MB fat32 EFI system partition boot
2 525MB 567MB 41.9MB fat32 Basic data partition hidden
3 567MB 701MB 134MB Microsoft reserved partition msftres
4 701MB 2849MB 2147MB ntfs Basic data partition hidden, diag
5 2849MB 991GB 989GB ntfs Basic data partition msftdata
6 991GB 1000GB 8853MB ntfs Microsoft recovery partition hidden, diag
Model: SanDisk Cruzer (scsi)
Disk /dev/sdb: 64.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 16.4kB 64.0GB 64.0GB primary fat32 boot, lba
None of this is actually my external hard disk in which my Ubuntu 14.04 is installed.
How can I solve this?
boot grub2 initramfs busybox
boot grub2 initramfs busybox
edited Apr 13 '17 at 12:24
Community♦
1
1
asked Oct 17 '14 at 7:54
sohamsoham
230214
230214
So your external disk is not even detected?
– muru
Oct 17 '14 at 9:00
Yeah. That's what I am feeling that it's not detected when I am running the "Try Ubuntu" but I can boot from the external hard disk.
– soham
Oct 17 '14 at 9:04
add a comment |
So your external disk is not even detected?
– muru
Oct 17 '14 at 9:00
Yeah. That's what I am feeling that it's not detected when I am running the "Try Ubuntu" but I can boot from the external hard disk.
– soham
Oct 17 '14 at 9:04
So your external disk is not even detected?
– muru
Oct 17 '14 at 9:00
So your external disk is not even detected?
– muru
Oct 17 '14 at 9:00
Yeah. That's what I am feeling that it's not detected when I am running the "Try Ubuntu" but I can boot from the external hard disk.
– soham
Oct 17 '14 at 9:04
Yeah. That's what I am feeling that it's not detected when I am running the "Try Ubuntu" but I can boot from the external hard disk.
– soham
Oct 17 '14 at 9:04
add a comment |
1 Answer
1
active
oldest
votes
Just remove the ext2fsd 0.68 from windows. and fix the Ubuntu by any of the method you like on this page ( I go with fsck /dev/sdaX
, where "X" is your partition where is Linux install)
and the problem will solved.
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%2f538115%2fubuntu-busybox-initramfs-error-14-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Just remove the ext2fsd 0.68 from windows. and fix the Ubuntu by any of the method you like on this page ( I go with fsck /dev/sdaX
, where "X" is your partition where is Linux install)
and the problem will solved.
add a comment |
Just remove the ext2fsd 0.68 from windows. and fix the Ubuntu by any of the method you like on this page ( I go with fsck /dev/sdaX
, where "X" is your partition where is Linux install)
and the problem will solved.
add a comment |
Just remove the ext2fsd 0.68 from windows. and fix the Ubuntu by any of the method you like on this page ( I go with fsck /dev/sdaX
, where "X" is your partition where is Linux install)
and the problem will solved.
Just remove the ext2fsd 0.68 from windows. and fix the Ubuntu by any of the method you like on this page ( I go with fsck /dev/sdaX
, where "X" is your partition where is Linux install)
and the problem will solved.
edited Jun 18 '17 at 8:04
Ravexina
31.8k1482111
31.8k1482111
answered Jun 18 '17 at 3:33
Bhupender DhawanBhupender Dhawan
1
1
add a comment |
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%2f538115%2fubuntu-busybox-initramfs-error-14-04%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
So your external disk is not even detected?
– muru
Oct 17 '14 at 9:00
Yeah. That's what I am feeling that it's not detected when I am running the "Try Ubuntu" but I can boot from the external hard disk.
– soham
Oct 17 '14 at 9:04