Kernel manjaro does not load, swap unknown Announcing the arrival of Valued Associate #679:...

How can I reduce the gap between left and right of cdot with a macro?

Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?

Amount of permutations on an NxNxN Rubik's Cube

Why do we need to use the builder design pattern when we can do the same thing with setters?

Why is the AVR GCC compiler using a full `CALL` even though I have set the `-mshort-calls` flag?

What do you call the main part of a joke?

How to tell that you are a giant?

Most bit efficient text communication method?

Should I use a zero-interest credit card for a large one-time purchase?

Drawing without replacement: why is the order of draw irrelevant?

Morning, Afternoon, Night Kanji

How fail-safe is nr as stop bytes?

Is there a kind of relay only consumes power when switching?

Chinese Seal on silk painting - what does it mean?

Using audio cues to encourage good posture

Why should I vote and accept answers?

ArcGIS Pro Python arcpy.CreatePersonalGDB_management

How much damage would a cupful of neutron star matter do to the Earth?

What is "gratricide"?

What is the topology associated with the algebras for the ultrafilter monad?

A term for a woman complaining about things/begging in a cute/childish way

How do living politicians protect their readily obtainable signatures from misuse?

How to react to hostile behavior from a senior developer?

Is grep documentation about ignoring case wrong, since it doesn't ignore case in filenames?



Kernel manjaro does not load, swap unknown



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionWhich kernel does reboot load?“unknown partition table” - misconfigured kernelNew Kernel from Backports does not bootGUI kernel switcher similar to ManjaroKernel swap-related errors syslog floodWhat does the Linux kernel do with unknown kernel parameters?Manjaro update: kernel not updatingHow does kernel know which device tree to load?Cannot load compressed Kernel module?I have a dedicated with 2 SSDs, how to I group them to behave as 1?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I need to recover my system...It broke down after a failed update. I tried to google the solution but I got this:



[manjaro-deepin manjaro]# mkdir /mnt

mkdir: cannot create directory ‘/mnt’: File exists

[manjaro-deepin manjaro]# lsblk

NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT

loop0 7:0 0 61M 1 loop /run/miso/sfs/livefs

loop1 7:1 0 281.3M 1 loop /run/miso/sfs/mhwdfs

loop2 7:2 0 1.4G 1 loop /run/miso/sfs/desktopfs

loop3 7:3 0 432.5M 1 loop /run/miso/sfs/rootfs

sda 8:0 1 931.5G 0 disk

├─sda1 8:1 1 29.8G 0 part

├─sda2 8:2 1 186.3G 0 part

├─sda3 8:3 1 1K 0 part

└─sda5 8:5 1 465.7G 0 part

sdb 8:16 1 1.8T 0 disk

sr0 11:0 1 1024M 0 rom

sr1 11:1 1 2.2G 0 rom /run/miso/bootmnt


[manjaro-deepin manjaro]# mount /dev/sda1 /mnt

mount: /mnt: unknown filesystem type 'swap'.

[manjaro-deepin manjaro]# 'swap'

bash: swap: command not found

[manjaro-deepin manjaro]# sudo mount /sda /mnt

mount: /mnt: special device /sda does not exist.

[manjaro-deepin manjaro]# mount /dev/sda1 /mnt

mount: /mnt: unknown filesystem type 'swap'.
[manjaro-deepin manjaro]#


What am I doing wrong, ...I need to recover my system. But I am not able to do it. I tried to follow a tutorial, but I got the above result.










share|improve this question









New contributor




riemannium is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • I tried sudo blkid and I got:

    – riemannium
    5 hours ago











  • sudo blkid /dev/loop0: TYPE="squashfs" /dev/loop1: TYPE="squashfs" /dev/loop2: TYPE="squashfs" /dev/loop3: TYPE="squashfs" /dev/sda1: UUID="4b89af5d-5dcf-44bd-914d-de5c699c590b" TYPE="swap" PARTUUID="dcfa759c-01" /dev/sda2: UUID="69417552-09a6-4d3d-954a-b5b27737121b" TYPE="ext4" PARTUUID="dcfa759c-02" /dev/sda5: UUID="5eaa8c70-3697-43da-8b56-d44d1641d944" TYPE="ext4" PARTUUID="dcfa759c-05" /dev/sdb: PTUUID="cda46f43" PTTYPE="dos" /dev/sr1: UUID="2018-07-12-18-49-30-00" LABEL="MJRO1711" TYPE="iso9660" PTTYPE="dos"

    – riemannium
    5 hours ago











  • By the way, I got kernel failed and CUPS failed messages whenever I try to load. Any idea of how to fix my system?

    – riemannium
    5 hours ago


















0















I need to recover my system...It broke down after a failed update. I tried to google the solution but I got this:



[manjaro-deepin manjaro]# mkdir /mnt

mkdir: cannot create directory ‘/mnt’: File exists

[manjaro-deepin manjaro]# lsblk

NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT

loop0 7:0 0 61M 1 loop /run/miso/sfs/livefs

loop1 7:1 0 281.3M 1 loop /run/miso/sfs/mhwdfs

loop2 7:2 0 1.4G 1 loop /run/miso/sfs/desktopfs

loop3 7:3 0 432.5M 1 loop /run/miso/sfs/rootfs

sda 8:0 1 931.5G 0 disk

├─sda1 8:1 1 29.8G 0 part

├─sda2 8:2 1 186.3G 0 part

├─sda3 8:3 1 1K 0 part

└─sda5 8:5 1 465.7G 0 part

sdb 8:16 1 1.8T 0 disk

sr0 11:0 1 1024M 0 rom

sr1 11:1 1 2.2G 0 rom /run/miso/bootmnt


[manjaro-deepin manjaro]# mount /dev/sda1 /mnt

mount: /mnt: unknown filesystem type 'swap'.

[manjaro-deepin manjaro]# 'swap'

bash: swap: command not found

[manjaro-deepin manjaro]# sudo mount /sda /mnt

mount: /mnt: special device /sda does not exist.

[manjaro-deepin manjaro]# mount /dev/sda1 /mnt

mount: /mnt: unknown filesystem type 'swap'.
[manjaro-deepin manjaro]#


What am I doing wrong, ...I need to recover my system. But I am not able to do it. I tried to follow a tutorial, but I got the above result.










share|improve this question









New contributor




riemannium is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • I tried sudo blkid and I got:

    – riemannium
    5 hours ago











  • sudo blkid /dev/loop0: TYPE="squashfs" /dev/loop1: TYPE="squashfs" /dev/loop2: TYPE="squashfs" /dev/loop3: TYPE="squashfs" /dev/sda1: UUID="4b89af5d-5dcf-44bd-914d-de5c699c590b" TYPE="swap" PARTUUID="dcfa759c-01" /dev/sda2: UUID="69417552-09a6-4d3d-954a-b5b27737121b" TYPE="ext4" PARTUUID="dcfa759c-02" /dev/sda5: UUID="5eaa8c70-3697-43da-8b56-d44d1641d944" TYPE="ext4" PARTUUID="dcfa759c-05" /dev/sdb: PTUUID="cda46f43" PTTYPE="dos" /dev/sr1: UUID="2018-07-12-18-49-30-00" LABEL="MJRO1711" TYPE="iso9660" PTTYPE="dos"

    – riemannium
    5 hours ago











  • By the way, I got kernel failed and CUPS failed messages whenever I try to load. Any idea of how to fix my system?

    – riemannium
    5 hours ago














0












0








0








I need to recover my system...It broke down after a failed update. I tried to google the solution but I got this:



[manjaro-deepin manjaro]# mkdir /mnt

mkdir: cannot create directory ‘/mnt’: File exists

[manjaro-deepin manjaro]# lsblk

NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT

loop0 7:0 0 61M 1 loop /run/miso/sfs/livefs

loop1 7:1 0 281.3M 1 loop /run/miso/sfs/mhwdfs

loop2 7:2 0 1.4G 1 loop /run/miso/sfs/desktopfs

loop3 7:3 0 432.5M 1 loop /run/miso/sfs/rootfs

sda 8:0 1 931.5G 0 disk

├─sda1 8:1 1 29.8G 0 part

├─sda2 8:2 1 186.3G 0 part

├─sda3 8:3 1 1K 0 part

└─sda5 8:5 1 465.7G 0 part

sdb 8:16 1 1.8T 0 disk

sr0 11:0 1 1024M 0 rom

sr1 11:1 1 2.2G 0 rom /run/miso/bootmnt


[manjaro-deepin manjaro]# mount /dev/sda1 /mnt

mount: /mnt: unknown filesystem type 'swap'.

[manjaro-deepin manjaro]# 'swap'

bash: swap: command not found

[manjaro-deepin manjaro]# sudo mount /sda /mnt

mount: /mnt: special device /sda does not exist.

[manjaro-deepin manjaro]# mount /dev/sda1 /mnt

mount: /mnt: unknown filesystem type 'swap'.
[manjaro-deepin manjaro]#


What am I doing wrong, ...I need to recover my system. But I am not able to do it. I tried to follow a tutorial, but I got the above result.










share|improve this question









New contributor




riemannium is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I need to recover my system...It broke down after a failed update. I tried to google the solution but I got this:



[manjaro-deepin manjaro]# mkdir /mnt

mkdir: cannot create directory ‘/mnt’: File exists

[manjaro-deepin manjaro]# lsblk

NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT

loop0 7:0 0 61M 1 loop /run/miso/sfs/livefs

loop1 7:1 0 281.3M 1 loop /run/miso/sfs/mhwdfs

loop2 7:2 0 1.4G 1 loop /run/miso/sfs/desktopfs

loop3 7:3 0 432.5M 1 loop /run/miso/sfs/rootfs

sda 8:0 1 931.5G 0 disk

├─sda1 8:1 1 29.8G 0 part

├─sda2 8:2 1 186.3G 0 part

├─sda3 8:3 1 1K 0 part

└─sda5 8:5 1 465.7G 0 part

sdb 8:16 1 1.8T 0 disk

sr0 11:0 1 1024M 0 rom

sr1 11:1 1 2.2G 0 rom /run/miso/bootmnt


[manjaro-deepin manjaro]# mount /dev/sda1 /mnt

mount: /mnt: unknown filesystem type 'swap'.

[manjaro-deepin manjaro]# 'swap'

bash: swap: command not found

[manjaro-deepin manjaro]# sudo mount /sda /mnt

mount: /mnt: special device /sda does not exist.

[manjaro-deepin manjaro]# mount /dev/sda1 /mnt

mount: /mnt: unknown filesystem type 'swap'.
[manjaro-deepin manjaro]#


What am I doing wrong, ...I need to recover my system. But I am not able to do it. I tried to follow a tutorial, but I got the above result.







kernel crash






share|improve this question









New contributor




riemannium is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




riemannium is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 4 hours ago









Rui F Ribeiro

42.2k1484142




42.2k1484142






New contributor




riemannium is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 5 hours ago









riemanniumriemannium

1012




1012




New contributor




riemannium is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





riemannium is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






riemannium is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • I tried sudo blkid and I got:

    – riemannium
    5 hours ago











  • sudo blkid /dev/loop0: TYPE="squashfs" /dev/loop1: TYPE="squashfs" /dev/loop2: TYPE="squashfs" /dev/loop3: TYPE="squashfs" /dev/sda1: UUID="4b89af5d-5dcf-44bd-914d-de5c699c590b" TYPE="swap" PARTUUID="dcfa759c-01" /dev/sda2: UUID="69417552-09a6-4d3d-954a-b5b27737121b" TYPE="ext4" PARTUUID="dcfa759c-02" /dev/sda5: UUID="5eaa8c70-3697-43da-8b56-d44d1641d944" TYPE="ext4" PARTUUID="dcfa759c-05" /dev/sdb: PTUUID="cda46f43" PTTYPE="dos" /dev/sr1: UUID="2018-07-12-18-49-30-00" LABEL="MJRO1711" TYPE="iso9660" PTTYPE="dos"

    – riemannium
    5 hours ago











  • By the way, I got kernel failed and CUPS failed messages whenever I try to load. Any idea of how to fix my system?

    – riemannium
    5 hours ago



















  • I tried sudo blkid and I got:

    – riemannium
    5 hours ago











  • sudo blkid /dev/loop0: TYPE="squashfs" /dev/loop1: TYPE="squashfs" /dev/loop2: TYPE="squashfs" /dev/loop3: TYPE="squashfs" /dev/sda1: UUID="4b89af5d-5dcf-44bd-914d-de5c699c590b" TYPE="swap" PARTUUID="dcfa759c-01" /dev/sda2: UUID="69417552-09a6-4d3d-954a-b5b27737121b" TYPE="ext4" PARTUUID="dcfa759c-02" /dev/sda5: UUID="5eaa8c70-3697-43da-8b56-d44d1641d944" TYPE="ext4" PARTUUID="dcfa759c-05" /dev/sdb: PTUUID="cda46f43" PTTYPE="dos" /dev/sr1: UUID="2018-07-12-18-49-30-00" LABEL="MJRO1711" TYPE="iso9660" PTTYPE="dos"

    – riemannium
    5 hours ago











  • By the way, I got kernel failed and CUPS failed messages whenever I try to load. Any idea of how to fix my system?

    – riemannium
    5 hours ago

















I tried sudo blkid and I got:

– riemannium
5 hours ago





I tried sudo blkid and I got:

– riemannium
5 hours ago













sudo blkid /dev/loop0: TYPE="squashfs" /dev/loop1: TYPE="squashfs" /dev/loop2: TYPE="squashfs" /dev/loop3: TYPE="squashfs" /dev/sda1: UUID="4b89af5d-5dcf-44bd-914d-de5c699c590b" TYPE="swap" PARTUUID="dcfa759c-01" /dev/sda2: UUID="69417552-09a6-4d3d-954a-b5b27737121b" TYPE="ext4" PARTUUID="dcfa759c-02" /dev/sda5: UUID="5eaa8c70-3697-43da-8b56-d44d1641d944" TYPE="ext4" PARTUUID="dcfa759c-05" /dev/sdb: PTUUID="cda46f43" PTTYPE="dos" /dev/sr1: UUID="2018-07-12-18-49-30-00" LABEL="MJRO1711" TYPE="iso9660" PTTYPE="dos"

– riemannium
5 hours ago





sudo blkid /dev/loop0: TYPE="squashfs" /dev/loop1: TYPE="squashfs" /dev/loop2: TYPE="squashfs" /dev/loop3: TYPE="squashfs" /dev/sda1: UUID="4b89af5d-5dcf-44bd-914d-de5c699c590b" TYPE="swap" PARTUUID="dcfa759c-01" /dev/sda2: UUID="69417552-09a6-4d3d-954a-b5b27737121b" TYPE="ext4" PARTUUID="dcfa759c-02" /dev/sda5: UUID="5eaa8c70-3697-43da-8b56-d44d1641d944" TYPE="ext4" PARTUUID="dcfa759c-05" /dev/sdb: PTUUID="cda46f43" PTTYPE="dos" /dev/sr1: UUID="2018-07-12-18-49-30-00" LABEL="MJRO1711" TYPE="iso9660" PTTYPE="dos"

– riemannium
5 hours ago













By the way, I got kernel failed and CUPS failed messages whenever I try to load. Any idea of how to fix my system?

– riemannium
5 hours ago





By the way, I got kernel failed and CUPS failed messages whenever I try to load. Any idea of how to fix my system?

– riemannium
5 hours ago










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
});


}
});






riemannium is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f513295%2fkernel-manjaro-does-not-load-swap-unknown%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








riemannium is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















riemannium is a new contributor. Be nice, and check out our Code of Conduct.













riemannium is a new contributor. Be nice, and check out our Code of Conduct.












riemannium 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f513295%2fkernel-manjaro-does-not-load-swap-unknown%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...