Ubuntu doesn't boot after install, huge swapfileHow do I increase the size of swapfile without removing it in the terminal?How to use fsck in Ubuntu?Why does bionic now freeze during LUKS boot?Ubuntu 18.04.2 boot stuck on purple screen after updatesOversized swapfile preventing boot into UbuntuHang on boot prior to recovery modeHave to Power Boot Twice to Load Lubuntu 18.04 on old 32-bit Dell Laptop
Visualize a large int
Minimum number of turns to capture all pieces in Checkers
Compress .hex file for micro-controller
In this day and age should the definition / categorisation of erotica be revised?
Why can a T* be passed in register, but a unique_ptr<T> cannot?
What is the white square near the viewfinder of the Fujica GW690?
Is it allowed to let the engine of an aircraft idle without a pilot in the plane. (For both helicopters and aeroplanes)
Can I exit and reenter a UK station while waiting for a connecting train?
Was Switzerland pressured either by Allies or Axis to take part in World War 2 at any time?
What are the advantages to banks being located in the City of London (the Square Mile)?
How can I seal 8 inch round holes in my siding?
Conveying the idea of "tricky"
How were Kurds involved (or not) in the invasion of Normandy?
Does Turkey make the "structural steel frame" for the F-35 fighter?
What is the name of this Korean mobile sports game?
How to get to Antarctica without using a travel company
Does using an img title attribute in addition to the alt attribute help image SEO?
Did the US push the Kurds to lower their defences against Turkey in the months preceding the latest Turkish military operation against them?
The use of SlotSequence in If[#1 > #2, ##] &
Is Uralic Possibly a Branch of the Indo-European Branch?
In the example of guess a specified number between 1 and 20 (both inclusive), what is the sample space?
Given a fibonacci number , find just next fibonacci number
Can Microsoft employees see my data in Azure?
Is using a photo reference for pose fair use?
Ubuntu doesn't boot after install, huge swapfile
How do I increase the size of swapfile without removing it in the terminal?How to use fsck in Ubuntu?Why does bionic now freeze during LUKS boot?Ubuntu 18.04.2 boot stuck on purple screen after updatesOversized swapfile preventing boot into UbuntuHang on boot prior to recovery modeHave to Power Boot Twice to Load Lubuntu 18.04 on old 32-bit Dell Laptop
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
Was working without issue within Ubuntu 18.04 on a dual-boot machine.
Installed a tex ide via the command line:
sudo apt-get install texmaker
which appeared to complete successfully. I subsequently clicked on the first gummi link in a response on this SE page, which lanched a new tab, appeared to be resolving, but never fully resolved after a minute or so. I closed it, launched a new tab and searched, never successfully getting to the page.
I wasn't doing much otherwise, just watching a youtube vid on an adjacent screen and realized my memory was blocked up after getting errors to cd
via the command line. I tried a df
on my home directory to see what might be causing it and showed most dirs with normal memory allocations, but a huge swapfile, multiple gigs. I tried restarting to clear it, but haven't been able to get back in.
I'd allocated 40GB for the Ubuntu partition, and don't save anything substantial there barring a couple GB movie files in the last couple days, without issue, so I wouldn't expect the recent install of texmaker would have changed things, even at 1GB+. Checking Windows disk manager shows 100% free, not sure whether that's good or bad (partition 5):
Any thoughts on how to diagnose and fix.
Edit (with additional boot detail):
I'm able to boot, select Ubuntu from within the grub dialogue, and ultimately end up on a command-line looking screen with a version of:
/dev/p5 clean 234234/2342234 files, 234234/2324234 blocks
after which it hangs.
Edit 2:
I was able to boot into recovery mode and get to a terminal. fsck
, dpkg
, and clean
all fail to resolve the issue. fsck
aborts with '/dev/p5 is mounted, aborting' message.
I've included a picture of the error fsck
returns as well as one of ll
showing memory use (and the offending swapfile).
18.04
|
show 3 more comments
Was working without issue within Ubuntu 18.04 on a dual-boot machine.
Installed a tex ide via the command line:
sudo apt-get install texmaker
which appeared to complete successfully. I subsequently clicked on the first gummi link in a response on this SE page, which lanched a new tab, appeared to be resolving, but never fully resolved after a minute or so. I closed it, launched a new tab and searched, never successfully getting to the page.
I wasn't doing much otherwise, just watching a youtube vid on an adjacent screen and realized my memory was blocked up after getting errors to cd
via the command line. I tried a df
on my home directory to see what might be causing it and showed most dirs with normal memory allocations, but a huge swapfile, multiple gigs. I tried restarting to clear it, but haven't been able to get back in.
I'd allocated 40GB for the Ubuntu partition, and don't save anything substantial there barring a couple GB movie files in the last couple days, without issue, so I wouldn't expect the recent install of texmaker would have changed things, even at 1GB+. Checking Windows disk manager shows 100% free, not sure whether that's good or bad (partition 5):
Any thoughts on how to diagnose and fix.
Edit (with additional boot detail):
I'm able to boot, select Ubuntu from within the grub dialogue, and ultimately end up on a command-line looking screen with a version of:
/dev/p5 clean 234234/2342234 files, 234234/2324234 blocks
after which it hangs.
Edit 2:
I was able to boot into recovery mode and get to a terminal. fsck
, dpkg
, and clean
all fail to resolve the issue. fsck
aborts with '/dev/p5 is mounted, aborting' message.
I've included a picture of the error fsck
returns as well as one of ll
showing memory use (and the offending swapfile).
18.04
1
Windows cannot read the contents of Linux partitions, so your result from Windows does not show anything bad. Can’t you boot Ubuntu at all? Please edit your question to add the information what happens if you try to boot Ubuntu.
– Melebius
May 27 at 6:53
@Melebius, updated.
– Chris
May 27 at 7:06
Thanks. Can you switch to a virtual console?
– Melebius
May 27 at 7:15
I'm not able to get to anything graphical to switch to VT. could probably boot into recovery mode to get access to the command line to run diagnostics if that's what you're thinking
– Chris
May 27 at 7:20
3
Possible duplicate of How to use fsck in Ubuntu?
– Melebius
May 28 at 5:44
|
show 3 more comments
Was working without issue within Ubuntu 18.04 on a dual-boot machine.
Installed a tex ide via the command line:
sudo apt-get install texmaker
which appeared to complete successfully. I subsequently clicked on the first gummi link in a response on this SE page, which lanched a new tab, appeared to be resolving, but never fully resolved after a minute or so. I closed it, launched a new tab and searched, never successfully getting to the page.
I wasn't doing much otherwise, just watching a youtube vid on an adjacent screen and realized my memory was blocked up after getting errors to cd
via the command line. I tried a df
on my home directory to see what might be causing it and showed most dirs with normal memory allocations, but a huge swapfile, multiple gigs. I tried restarting to clear it, but haven't been able to get back in.
I'd allocated 40GB for the Ubuntu partition, and don't save anything substantial there barring a couple GB movie files in the last couple days, without issue, so I wouldn't expect the recent install of texmaker would have changed things, even at 1GB+. Checking Windows disk manager shows 100% free, not sure whether that's good or bad (partition 5):
Any thoughts on how to diagnose and fix.
Edit (with additional boot detail):
I'm able to boot, select Ubuntu from within the grub dialogue, and ultimately end up on a command-line looking screen with a version of:
/dev/p5 clean 234234/2342234 files, 234234/2324234 blocks
after which it hangs.
Edit 2:
I was able to boot into recovery mode and get to a terminal. fsck
, dpkg
, and clean
all fail to resolve the issue. fsck
aborts with '/dev/p5 is mounted, aborting' message.
I've included a picture of the error fsck
returns as well as one of ll
showing memory use (and the offending swapfile).
18.04
Was working without issue within Ubuntu 18.04 on a dual-boot machine.
Installed a tex ide via the command line:
sudo apt-get install texmaker
which appeared to complete successfully. I subsequently clicked on the first gummi link in a response on this SE page, which lanched a new tab, appeared to be resolving, but never fully resolved after a minute or so. I closed it, launched a new tab and searched, never successfully getting to the page.
I wasn't doing much otherwise, just watching a youtube vid on an adjacent screen and realized my memory was blocked up after getting errors to cd
via the command line. I tried a df
on my home directory to see what might be causing it and showed most dirs with normal memory allocations, but a huge swapfile, multiple gigs. I tried restarting to clear it, but haven't been able to get back in.
I'd allocated 40GB for the Ubuntu partition, and don't save anything substantial there barring a couple GB movie files in the last couple days, without issue, so I wouldn't expect the recent install of texmaker would have changed things, even at 1GB+. Checking Windows disk manager shows 100% free, not sure whether that's good or bad (partition 5):
Any thoughts on how to diagnose and fix.
Edit (with additional boot detail):
I'm able to boot, select Ubuntu from within the grub dialogue, and ultimately end up on a command-line looking screen with a version of:
/dev/p5 clean 234234/2342234 files, 234234/2324234 blocks
after which it hangs.
Edit 2:
I was able to boot into recovery mode and get to a terminal. fsck
, dpkg
, and clean
all fail to resolve the issue. fsck
aborts with '/dev/p5 is mounted, aborting' message.
I've included a picture of the error fsck
returns as well as one of ll
showing memory use (and the offending swapfile).
18.04
18.04
edited May 27 at 20:55
Chris
asked May 27 at 6:49
ChrisChris
1207 bronze badges
1207 bronze badges
1
Windows cannot read the contents of Linux partitions, so your result from Windows does not show anything bad. Can’t you boot Ubuntu at all? Please edit your question to add the information what happens if you try to boot Ubuntu.
– Melebius
May 27 at 6:53
@Melebius, updated.
– Chris
May 27 at 7:06
Thanks. Can you switch to a virtual console?
– Melebius
May 27 at 7:15
I'm not able to get to anything graphical to switch to VT. could probably boot into recovery mode to get access to the command line to run diagnostics if that's what you're thinking
– Chris
May 27 at 7:20
3
Possible duplicate of How to use fsck in Ubuntu?
– Melebius
May 28 at 5:44
|
show 3 more comments
1
Windows cannot read the contents of Linux partitions, so your result from Windows does not show anything bad. Can’t you boot Ubuntu at all? Please edit your question to add the information what happens if you try to boot Ubuntu.
– Melebius
May 27 at 6:53
@Melebius, updated.
– Chris
May 27 at 7:06
Thanks. Can you switch to a virtual console?
– Melebius
May 27 at 7:15
I'm not able to get to anything graphical to switch to VT. could probably boot into recovery mode to get access to the command line to run diagnostics if that's what you're thinking
– Chris
May 27 at 7:20
3
Possible duplicate of How to use fsck in Ubuntu?
– Melebius
May 28 at 5:44
1
1
Windows cannot read the contents of Linux partitions, so your result from Windows does not show anything bad. Can’t you boot Ubuntu at all? Please edit your question to add the information what happens if you try to boot Ubuntu.
– Melebius
May 27 at 6:53
Windows cannot read the contents of Linux partitions, so your result from Windows does not show anything bad. Can’t you boot Ubuntu at all? Please edit your question to add the information what happens if you try to boot Ubuntu.
– Melebius
May 27 at 6:53
@Melebius, updated.
– Chris
May 27 at 7:06
@Melebius, updated.
– Chris
May 27 at 7:06
Thanks. Can you switch to a virtual console?
– Melebius
May 27 at 7:15
Thanks. Can you switch to a virtual console?
– Melebius
May 27 at 7:15
I'm not able to get to anything graphical to switch to VT. could probably boot into recovery mode to get access to the command line to run diagnostics if that's what you're thinking
– Chris
May 27 at 7:20
I'm not able to get to anything graphical to switch to VT. could probably boot into recovery mode to get access to the command line to run diagnostics if that's what you're thinking
– Chris
May 27 at 7:20
3
3
Possible duplicate of How to use fsck in Ubuntu?
– Melebius
May 28 at 5:44
Possible duplicate of How to use fsck in Ubuntu?
– Melebius
May 28 at 5:44
|
show 3 more comments
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%2f1146473%2fubuntu-doesnt-boot-after-install-huge-swapfile%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%2f1146473%2fubuntu-doesnt-boot-after-install-huge-swapfile%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
1
Windows cannot read the contents of Linux partitions, so your result from Windows does not show anything bad. Can’t you boot Ubuntu at all? Please edit your question to add the information what happens if you try to boot Ubuntu.
– Melebius
May 27 at 6:53
@Melebius, updated.
– Chris
May 27 at 7:06
Thanks. Can you switch to a virtual console?
– Melebius
May 27 at 7:15
I'm not able to get to anything graphical to switch to VT. could probably boot into recovery mode to get access to the command line to run diagnostics if that's what you're thinking
– Chris
May 27 at 7:20
3
Possible duplicate of How to use fsck in Ubuntu?
– Melebius
May 28 at 5:44