I cant install linux

Create a new partition (476,64 GiB, ext4) on ‘/dev/nvme0n1’

Job: Create new partition on device ‘/dev/nvme0n1’

Command: sfdisk --force --append /dev/nvme0n1

Command: sfdisk --list --output Device,UUID /dev/nvme0n1

Job: Set the label on partition ‘/dev/nvme0n1p2’ to “root”

Command: sfdisk --part-label /dev/nvme0n1 2 root

Job: Create file system ‘ext4’ on partition ‘/dev/nvme0n1p2’

Command: mkfs.ext4 -qF /dev/nvme0n1p2

Hi @yakuza, and welcome!

In order for us or anyone for that matter, to be able to provide assistance, more information is necessary. To that end, please see:


Tip:

To provide terminal output, copy the text you wish to share, and paste it here, surrounded by three (3) backticks, a.k.a grave accents. Like this:

```
pasted text
```

This will just cause it to be rendered like this:

Portaest sed
elementum
cursus nisl nisi
hendrerit ac quis
sit
adipiscing
tortor sit leo commodo.

Instead of like this:

Portaest sed elementum cursus nisl nisi hendrerit ac quis sit adipiscing tortor sit leo commodo.

Thereby improving legibility and making it much easier for those trying to be of assistance.


From your text, which you should format correctly, we are unable to:

  • see what’s wrong, because there are no errors.
  • see what’s wrong, because you didn’t explain anything.

Also see:


Hope you manage!

And anything else, what is displayed ?

The installer failed to create partition on disk ‘Apacer As2280P4 512GB’.

Can you post fdisk -l on console of the drive ?

sudo fdisk -l                                                                                  ✔ 
Disk /dev/nvme0n1: 476.94 GiB, 512110190592 bytes, 1000215216 sectors
Disk model: Apacer AS2280P4 512GB                   
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 4B5B325E-912F-C84D-B451-BB2B6F1D7F08

Device          Start        End   Sectors   Size Type
/dev/nvme0n1p1   4096     618495    614400   300M EFI System
/dev/nvme0n1p2 618496 1000206899 999588404 476.6G Linux filesystem


Disk /dev/loop0: 18.94 MiB, 19861504 bytes, 38792 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop1: 834.63 MiB, 875171840 bytes, 1709320 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop2: 2.01 GiB, 2159173632 bytes, 4217136 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop3: 642.82 MiB, 674045952 bytes, 1316496 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sda: 7.27 GiB, 7801405440 bytes, 15237120 sectors
Disk model: Disk 2.0        
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000

Device     Boot   Start     End Sectors  Size Id Type
/dev/sda1  *         64 7425011 7424948  3.5G  0 Empty
/dev/sda2       7425012 7433203    8192    4M ef EFI (FAT-12/16/32)                                                        

U have a telegram?Go dm

Do you known to partition manually ?

This is a conflicting configuration in System Settings.

Navigate System Settings → Removable Storage → Removable devices and remove the checkmarks.

Then ensure the device is unmounted - in a terminal run - MOUNTPOINTS column should be empty

lsblk -f

do you think this will help?

I would try this way and see what error occurs.

You did not post the error output here in the forum.

1 Like
1 Like

Which version of Manjaro are you using ?

Latest, kde plasma

I’ve faced similar issue with Manjaro KDE. I got irritated with the way Bluetooth file sharing is handled on Manjaro Gnome edition. So I tried installing the KDE edition.
Surprise, installer failed to create partitions. I remade the live USB installer and tried again. This time installer just worked. (:confused:)
You might wanna try again re-flashing the iso. It may solve the issue.