Issue with Dual Boot Linux - [ 1.707005] Couldn't get size: 0x80000000eEFI Dual-boot issue with Windows 7 and xubuntu 12.10Q: dual-boot : Windows 10 and Kubuntu 16.10 -> GRUB corrupt every Windows bootTrying to duel boot linux/windows with each OS on a different HDUbuntu bootable drive- Couldn't get size: 0x800000000000000e ; MODSIGN: Couldn't get UEFI db list
shield radiation for onboard CPUs
Why does Rome municipality seem to have a hard time maintaining the city?
Why can "bubo" ("owl") be feminine or masculine?
What color is a wolf's coat?
Need help regarding dd command on Ubuntu app for windows 10
Plot the Pascalian triangle
Responding to social invitations with autism
What superheroes have worked for the Daily Bugle in the comics?
How can I fasten pink polystyrene wall insulation into a structure?
Did any astronauts on a mission complain about waking up?
How does Rogue from the X-Men fly?
Is it possible to use a Mordhau grip to deal bludgeoning damage?
Why does the media continue to hide the identity of the Trump-Ukraine whistle blower when they have already been outed?
How to understand quality of Google Maps transport info in advance?
Lambda closure lvalues can be passed as rvalue reference parameters
20 cards with no Set
Personal item size
Why does "Endgame" have a different time travel theory?
Hanging string lights from stone
Does a small cup of coffee result in a 45% reduced blood flow to the brain?
Seeking NRCS soil survey data at state or county scale?
Why is this claimed dereferencing type-punned pointer warning compiler-specific?
What is the scientific term to describe the operation of a bong?
How to response to requests to retest, in hope that the bug is gone?
Issue with Dual Boot Linux - [ 1.707005] Couldn't get size: 0x80000000e
EFI Dual-boot issue with Windows 7 and xubuntu 12.10Q: dual-boot : Windows 10 and Kubuntu 16.10 -> GRUB corrupt every Windows bootTrying to duel boot linux/windows with each OS on a different HDUbuntu bootable drive- Couldn't get size: 0x800000000000000e ; MODSIGN: Couldn't get UEFI db list
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
Woke up this morning to this issue. Can somebody help?
All I'm getting is an error, BusyBox and (initramfs). This is the second time an installation of Linux bricks itself on my PC.
The last time I had the error:
PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer
I'm running the latest version of Kubuntu on an HP Pavilion x360 laptop. Please help!
boot dual-boot uefi bios
add a comment
|
Woke up this morning to this issue. Can somebody help?
All I'm getting is an error, BusyBox and (initramfs). This is the second time an installation of Linux bricks itself on my PC.
The last time I had the error:
PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer
I'm running the latest version of Kubuntu on an HP Pavilion x360 laptop. Please help!
boot dual-boot uefi bios
If the error message identified the partition, then enterfsck /dev/sdax. Otherwise, boot to a Ubuntu Live DVD/USB, open a terminal window by pressing Ctrl+Alt+T, typesudo fdisk -l, identify the/dev/XXXXdevice name for your "Linux Filesystem", then typesudo fsck -f /dev/XXXX, replacingXXXXwith the number you found earlier. Repeat thefsckcommand if there were errors, then reboot and update your question with the results.
– heynnema
Aug 11 at 15:54
Alright I'll try this out and get back to you, thanks
– dcsoups
Aug 11 at 16:43
It's working great now, thanks! Really didn't want to go back to windows.
– dcsoups
Aug 12 at 19:19
add a comment
|
Woke up this morning to this issue. Can somebody help?
All I'm getting is an error, BusyBox and (initramfs). This is the second time an installation of Linux bricks itself on my PC.
The last time I had the error:
PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer
I'm running the latest version of Kubuntu on an HP Pavilion x360 laptop. Please help!
boot dual-boot uefi bios
Woke up this morning to this issue. Can somebody help?
All I'm getting is an error, BusyBox and (initramfs). This is the second time an installation of Linux bricks itself on my PC.
The last time I had the error:
PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer
I'm running the latest version of Kubuntu on an HP Pavilion x360 laptop. Please help!
boot dual-boot uefi bios
boot dual-boot uefi bios
edited Aug 11 at 20:02
user3140225
2,5074 gold badges10 silver badges24 bronze badges
2,5074 gold badges10 silver badges24 bronze badges
asked Aug 11 at 14:53
dcsoupsdcsoups
1
1
If the error message identified the partition, then enterfsck /dev/sdax. Otherwise, boot to a Ubuntu Live DVD/USB, open a terminal window by pressing Ctrl+Alt+T, typesudo fdisk -l, identify the/dev/XXXXdevice name for your "Linux Filesystem", then typesudo fsck -f /dev/XXXX, replacingXXXXwith the number you found earlier. Repeat thefsckcommand if there were errors, then reboot and update your question with the results.
– heynnema
Aug 11 at 15:54
Alright I'll try this out and get back to you, thanks
– dcsoups
Aug 11 at 16:43
It's working great now, thanks! Really didn't want to go back to windows.
– dcsoups
Aug 12 at 19:19
add a comment
|
If the error message identified the partition, then enterfsck /dev/sdax. Otherwise, boot to a Ubuntu Live DVD/USB, open a terminal window by pressing Ctrl+Alt+T, typesudo fdisk -l, identify the/dev/XXXXdevice name for your "Linux Filesystem", then typesudo fsck -f /dev/XXXX, replacingXXXXwith the number you found earlier. Repeat thefsckcommand if there were errors, then reboot and update your question with the results.
– heynnema
Aug 11 at 15:54
Alright I'll try this out and get back to you, thanks
– dcsoups
Aug 11 at 16:43
It's working great now, thanks! Really didn't want to go back to windows.
– dcsoups
Aug 12 at 19:19
If the error message identified the partition, then enter
fsck /dev/sdax. Otherwise, boot to a Ubuntu Live DVD/USB, open a terminal window by pressing Ctrl+Alt+T, type sudo fdisk -l, identify the /dev/XXXX device name for your "Linux Filesystem", then type sudo fsck -f /dev/XXXX, replacing XXXX with the number you found earlier. Repeat the fsck command if there were errors, then reboot and update your question with the results.– heynnema
Aug 11 at 15:54
If the error message identified the partition, then enter
fsck /dev/sdax. Otherwise, boot to a Ubuntu Live DVD/USB, open a terminal window by pressing Ctrl+Alt+T, type sudo fdisk -l, identify the /dev/XXXX device name for your "Linux Filesystem", then type sudo fsck -f /dev/XXXX, replacing XXXX with the number you found earlier. Repeat the fsck command if there were errors, then reboot and update your question with the results.– heynnema
Aug 11 at 15:54
Alright I'll try this out and get back to you, thanks
– dcsoups
Aug 11 at 16:43
Alright I'll try this out and get back to you, thanks
– dcsoups
Aug 11 at 16:43
It's working great now, thanks! Really didn't want to go back to windows.
– dcsoups
Aug 12 at 19:19
It's working great now, thanks! Really didn't want to go back to windows.
– dcsoups
Aug 12 at 19:19
add a comment
|
0
active
oldest
votes
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/4.0/"u003ecc by-sa 4.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%2f1164998%2fissue-with-dual-boot-linux-1-707005-couldnt-get-size-0x80000000e%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
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%2f1164998%2fissue-with-dual-boot-linux-1-707005-couldnt-get-size-0x80000000e%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
If the error message identified the partition, then enter
fsck /dev/sdax. Otherwise, boot to a Ubuntu Live DVD/USB, open a terminal window by pressing Ctrl+Alt+T, typesudo fdisk -l, identify the/dev/XXXXdevice name for your "Linux Filesystem", then typesudo fsck -f /dev/XXXX, replacingXXXXwith the number you found earlier. Repeat thefsckcommand if there were errors, then reboot and update your question with the results.– heynnema
Aug 11 at 15:54
Alright I'll try this out and get back to you, thanks
– dcsoups
Aug 11 at 16:43
It's working great now, thanks! Really didn't want to go back to windows.
– dcsoups
Aug 12 at 19:19