Ошибка при установке archlinux

I am trying to install Arch Linux on my Acer Aspire 4830tg, but I keep running into problems.

Some background knowledge: I am trying to install Arch off a USB stick and I got the ISO image using bittorrent. I am also trying to install it alongside of Windows 8 (which is already installed).

When I boot into Arch linux I get this error:

:: Mounting '/dev/disk/by-label/ARCH_201212' to 'run/archiso/bootmnt'
Waiting 30 seconds for device /dev/disk/by-label/ARCH_201212 ...
ERROR: '/dev/disk/by-label/ARCH_201212' device did not show up after 30 seconds...
Falling back to interactive prompt
You can try to fix the problem manually, log out when you are finished
sh: can't access tty; job control turned off

I know that it will work if I run it on a virtual machine but whenever I try to install it on my laptop I keep getting this error. And since you can’t register for the Arch forums without an Arch terminal to run their captcha command I can’t ask this on their forums.

Matthias Braun's user avatar

asked Dec 15, 2012 at 16:28

werdho's user avatar

1

I got this error using an ISO to USB program on Windows.

The problem was that the filesystem label did not change to ‘ARCH_201306’ when the program formatted the USB drive. In my case, it was still labelled ‘PENDRIVE’.

This is why ‘/dev/disk/by-label/ARCH_201306‘ never shows up. The USB drive has the wrong name.

Solution is to rename the USB drive to ‘ARCH_201306’ (or similar name based on the release date).

answered Jun 24, 2013 at 21:52

razzintown's user avatar

razzintownrazzintown

5545 silver badges7 bronze badges

2

According to this page, the problem is because you are booting from a USB drive. Try the solution suggested there, type this command at the prompt (you may have to type exit or hit enter first to get a prompt):

ln -s /dev/sdb1 /dev/archiso

That assumes that your USB drive is detected as /dev/sdb. To find out if it is the case, run:

cat /proc/scsi/scsi

Other solutions are also suggested on the thread I linked to.

answered Dec 15, 2012 at 16:45

terdon on strike's user avatar

terdon on striketerdon on strike

52.3k14 gold badges124 silver badges168 bronze badges

2

First, check this post: https://bbs.archlinux.org/viewtopic.php?id=142473

They mention something about specifying the wrong device when creating the disk. In particular, maybe you used /dev/sdx1 instead of /dev/sdx

If that doesn’t help, I suggest you try the two options to create the live USB they give in their wiki: https://wiki.archlinux.org/index.php/USB_Installation_Media

Then, if it keeps failing, try Unetbootin to generate the bootable USB.

If you still can’t make it work, try either using ArchBang (fastest option), the Netboot image, or an older snapshot of Arch (not too old, or it won’t have systemd).

Finally, if all of the above failed, cry yourself to sleep and install another distribution when you wake up :)

terdon on strike's user avatar

answered Dec 15, 2012 at 16:44

balkian's user avatar

balkianbalkian

9145 silver badges11 bronze badges

1

I encountered this problem because I rushed into installing Arch Linux via UNetbootin.
This is not recommended since UNetbootin overwrites syslinux.cfg on the USB stick.

To make Arch Linux boot after UNetbootin copied the installation files to the USB stick, you have to edit syslinux.cfg:

default menu.c32
prompt 0
menu title Archlinux Installer
timeout 100

label unetbootindefault
menu label Archlinux_x86_64
kernel /arch/boot/x86_64/vmlinuz
append initrd=/arch/boot/x86_64/archiso.img archisodevice=/dev/sdb1 ../../

label ubnentry0
menu label Archlinux_i686
kernel /arch/boot/i686/vmlinuz
append initrd=/arch/boot/i686/archiso.img archisodevice=/dev/sdb1 ../../

answered Oct 2, 2016 at 14:15

Matthias Braun's user avatar

Matthias BraunMatthias Braun

1,1441 gold badge16 silver badges29 bronze badges

1

If used Unetbootin, try pressing Tab on the boot dialog for the options and add archisolabel=LABEL_OF_YOUR_USB_DRIVE on the /ubkern command line.

For me, even having the right USB label already as ARCH_yyyymm I had to enter this information.

Tip from here.

answered Aug 28, 2016 at 19:13

vmassuchetto's user avatar

vmassuchettovmassuchetto

3031 gold badge3 silver badges11 bronze badges

1

Though @razzintown’s answer is correct, you can create a symbolic link if the error occurred during installation.

ln -s /dev/sdb /dev/disk/by-label/ARCH_201609

Where sdb is you usb disk and ARCH_201609 is the desired mount point label the installation is asking for.

It worked for me, hope ti solves your problem too.

answered Oct 6, 2016 at 19:42

Rohan Shewale's user avatar

Quick way from here:

mv /dev/disk/by-label/THE_RIGHT_LABEL_FOUND_WITH_TAB /dev/disk/by-label/THE_LABEL_INSTALLATION_WANTS
exit

Of course replace capitalized words accordingly.

answered Nov 16, 2020 at 2:47

insign's user avatar

insigninsign

1154 bronze badges

I just wound up installing it with a CD. It was much easier and it didn’t have any problems mounting. I would also recommend using the Bittorrent download link, since it hash checks it as it is downloading, verses using a http download unless you are going to actually run the hash check when its done downloading.

Thanks for all the suggestions everyone.

answered Dec 24, 2012 at 5:58

werdho's user avatar

werdhowerdho

3131 gold badge3 silver badges7 bronze badges

2

I’m making my first attempt to install Arch Linux and using the installation guide to work off.  The steps I have taken are:

1) run the arch linux DVD and select the option to run live
2) ls /sys/firmware/efi/efivars   [Note: efi does not exist, so using a traditional boot]
3) ip address add 192.168.0.232/32 broadcast + dev eno1
4) ip add del 192.168.0.43/24 dev eno1
5) ip route show – verify that 192.168.0.1 is the default router [Note: It is and I have a network connection.]
6) fdisk -l  [Note: The needed file systems are displayed]
7) mount -t ext4 /dev/sda1 /mnt
8) pacstrap /mnt base [Note: shown below]

I have tried to do the install process 3 times and have received errors each time when running pacstrap. The first two times I did not capture there errors, but on the third try I captured the errors and present them below in an abbreviated version of the output, starting with «START OUTPUT» and ending with «END OUTPUT». I have broken up the output such that most output is displayed in ‘code’ sections and the error messages are in bold print. I have deleted a couple of thousand lines from the out and show elipses (…) where the omissions were made.

My questions are about the errors:

Question 1

Regarding the conflicting files error: Why would there be conflicting files on a new install where everything is being downloaded as part of the package installation?

Question 2

Again regarding the conflicting files error: How do I determine what the conflicts are?

Question 3

Regarding the failed to install packages error: I’m assuming this error message came about because of the conflicting files error, i.e. pacstrap will not install packages if there are errors reported. Is this correct?

START OUTPUT

==> Creating install root at /mnt
==> Installing packages to /mnt
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
resolving dependencies...
looking for conflicting packages...

Packages (111) acl-2.2.53-2  archlinux-keyring-20200108-1  argon2-20190702-2  attr-2.4.48-2  audit-2.8.5-6  bash-5.0.016-1  bzip2-1.0.8-3  ca-certificates-20181109-3  ca-certificates-mozilla-3.50-1  ca-certificates-utils-20181109-3  coreutils-8.31-3  cracklib-2.9.7-2  cryptsetup-2.3.0-1  curl-7.68.0-1  db-5.3.28-5  dbus-1.12.16-5  device-mapper-2.02.186-5  e2fsprogs-1.45.5-1  expat-2.2.9-3  file-5.38-3  filesystem-2019.10-2  findutils-4.7.0-2  gawk-5.0.1-2  gcc-libs-9.2.1+20200130-2  gdbm-1.18.1-3  gettext-0.20.1-3  glib2-2.62.5-1  glibc-2.31-1  gmp-6.2.0-1  gnupg-2.2.19-1  gnutls-3.6.12-1  gpgme-1.13.1-3  grep-3.4-1  gzip-1.10-3  hwids-20200204-1  iana-etc-20200224-1  icu-65.1-3  iproute2-5.5.0-1  iptables-1:1.8.4-1  iputils-20190709-2  json-c-0.13.1-3  kbd-2.2.0-5  keyutils-1.6.1-3  kmod-26-3  krb5-1.17.1-1  less-551-3  libarchive-3.4.2-1  libassuan-2.5.3-2  libcap-2.31-1  libcap-ng-0.7.10-1  libcroco-0.6.13-1  libelf-0.177-2  libffi-3.2.1-4  libgcrypt-1.8.5-2  libgpg-error-1.37-1  libidn2-2.3.0-1  libksba-1.3.5-2  libldap-2.4.49-1  libmnl-1.0.4-3  libnetfilter_conntrack-1.0.7-1  libnfnetlink-1.0.1-3  libnftnl-1.1.5-1  libnghttp2-1.39.2-2  libnl-3.5.0-2  libpcap-1.9.1-2  libpsl-0.21.0-2  libsasl-2.1.27-2  libseccomp-2.4.2-1  libsecret-0.20.1-1  libssh2-1.9.0-2  libtasn1-4.16.0-1  libtirpc-1.2.5-1  libunistring-0.9.10-2  libusb-1.0.23-2  libutil-linux-2.35.1-1  libxml2-2.9.10-1  licenses-20191011-2  linux-api-headers-5.4.17-1  lz4-1:1.9.2-2  mpfr-4.0.2-2  ncurses-6.2-1  nettle-3.5.1-2  npth-1.6-2  openssl-1.1.1.d-2  p11-kit-0.23.20-2  pacman-5.2.1-4  pacman-mirrorlist-20200207-1  pam-1.3.1-2  pambase-20190105.1-2  pciutils-3.6.4-1  pcre-8.43-2  pcre2-10.34-3  perl-5.30.1-1  pinentry-1.1.0-5  popt-1.16-12  procps-ng-3.3.15-2  psmisc-23.3-2  readline-8.0.004-1  sed-4.8-1  shadow-4.8.1-1  sqlite-3.31.1-1  systemd-244.3-1  systemd-libs-244.3-1  systemd-sysvcompat-244.3-1  tar-1.32-3  tzdata-2019c-3  util-linux-2.35.1-1  xz-5.2.4-2  zlib-1:1.2.11-4  zstd-1.4.4-1  base-2-2
Total Installed Size:  532.10 MiB

:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...

error: failed to commit transaction (conflicting files)

filesystem: /mnt/bin exists in filesystem
filesystem: /mnt/etc/mtab exists in filesystem
...
tzdata: /mnt/usr/bin/zdump exists in filesystem
...
iproute2: /mnt/usr/share/man/man8/tipc.8.gz exists in filesystem

Errors occurred, no packages were upgraded.

==> ERROR: Failed to install packages to new root

END OUTPUT

Last edited by jjanderson5 (2020-02-29 13:31:11)

I am trying to install Arch Linux on my Acer Aspire 4830tg, but I keep running into problems.

Some background knowledge: I am trying to install Arch off a USB stick and I got the ISO image using bittorrent. I am also trying to install it alongside of Windows 8 (which is already installed).

When I boot into Arch linux I get this error:

:: Mounting '/dev/disk/by-label/ARCH_201212' to 'run/archiso/bootmnt'
Waiting 30 seconds for device /dev/disk/by-label/ARCH_201212 ...
ERROR: '/dev/disk/by-label/ARCH_201212' device did not show up after 30 seconds...
Falling back to interactive prompt
You can try to fix the problem manually, log out when you are finished
sh: can't access tty; job control turned off

I know that it will work if I run it on a virtual machine but whenever I try to install it on my laptop I keep getting this error. And since you can’t register for the Arch forums without an Arch terminal to run their captcha command I can’t ask this on their forums.

Matthias Braun's user avatar

asked Dec 15, 2012 at 16:28

werdho's user avatar

1

I got this error using an ISO to USB program on Windows.

The problem was that the filesystem label did not change to ‘ARCH_201306’ when the program formatted the USB drive. In my case, it was still labelled ‘PENDRIVE’.

This is why ‘/dev/disk/by-label/ARCH_201306‘ never shows up. The USB drive has the wrong name.

Solution is to rename the USB drive to ‘ARCH_201306’ (or similar name based on the release date).

answered Jun 24, 2013 at 21:52

razzintown's user avatar

razzintownrazzintown

5545 silver badges7 bronze badges

2

According to this page, the problem is because you are booting from a USB drive. Try the solution suggested there, type this command at the prompt (you may have to type exit or hit enter first to get a prompt):

ln -s /dev/sdb1 /dev/archiso

That assumes that your USB drive is detected as /dev/sdb. To find out if it is the case, run:

cat /proc/scsi/scsi

Other solutions are also suggested on the thread I linked to.

answered Dec 15, 2012 at 16:45

terdon on strike's user avatar

terdon on striketerdon on strike

52.3k14 gold badges124 silver badges168 bronze badges

2

First, check this post: https://bbs.archlinux.org/viewtopic.php?id=142473

They mention something about specifying the wrong device when creating the disk. In particular, maybe you used /dev/sdx1 instead of /dev/sdx

If that doesn’t help, I suggest you try the two options to create the live USB they give in their wiki: https://wiki.archlinux.org/index.php/USB_Installation_Media

Then, if it keeps failing, try Unetbootin to generate the bootable USB.

If you still can’t make it work, try either using ArchBang (fastest option), the Netboot image, or an older snapshot of Arch (not too old, or it won’t have systemd).

Finally, if all of the above failed, cry yourself to sleep and install another distribution when you wake up :)

terdon on strike's user avatar

answered Dec 15, 2012 at 16:44

balkian's user avatar

balkianbalkian

9145 silver badges11 bronze badges

1

I encountered this problem because I rushed into installing Arch Linux via UNetbootin.
This is not recommended since UNetbootin overwrites syslinux.cfg on the USB stick.

To make Arch Linux boot after UNetbootin copied the installation files to the USB stick, you have to edit syslinux.cfg:

default menu.c32
prompt 0
menu title Archlinux Installer
timeout 100

label unetbootindefault
menu label Archlinux_x86_64
kernel /arch/boot/x86_64/vmlinuz
append initrd=/arch/boot/x86_64/archiso.img archisodevice=/dev/sdb1 ../../

label ubnentry0
menu label Archlinux_i686
kernel /arch/boot/i686/vmlinuz
append initrd=/arch/boot/i686/archiso.img archisodevice=/dev/sdb1 ../../

answered Oct 2, 2016 at 14:15

Matthias Braun's user avatar

Matthias BraunMatthias Braun

1,1441 gold badge16 silver badges29 bronze badges

1

If used Unetbootin, try pressing Tab on the boot dialog for the options and add archisolabel=LABEL_OF_YOUR_USB_DRIVE on the /ubkern command line.

For me, even having the right USB label already as ARCH_yyyymm I had to enter this information.

Tip from here.

answered Aug 28, 2016 at 19:13

vmassuchetto's user avatar

vmassuchettovmassuchetto

3031 gold badge3 silver badges11 bronze badges

1

Though @razzintown’s answer is correct, you can create a symbolic link if the error occurred during installation.

ln -s /dev/sdb /dev/disk/by-label/ARCH_201609

Where sdb is you usb disk and ARCH_201609 is the desired mount point label the installation is asking for.

It worked for me, hope ti solves your problem too.

answered Oct 6, 2016 at 19:42

Rohan Shewale's user avatar

Quick way from here:

mv /dev/disk/by-label/THE_RIGHT_LABEL_FOUND_WITH_TAB /dev/disk/by-label/THE_LABEL_INSTALLATION_WANTS
exit

Of course replace capitalized words accordingly.

answered Nov 16, 2020 at 2:47

insign's user avatar

insigninsign

1154 bronze badges

I just wound up installing it with a CD. It was much easier and it didn’t have any problems mounting. I would also recommend using the Bittorrent download link, since it hash checks it as it is downloading, verses using a http download unless you are going to actually run the hash check when its done downloading.

Thanks for all the suggestions everyone.

answered Dec 24, 2012 at 5:58

werdho's user avatar

werdhowerdho

3131 gold badge3 silver badges7 bronze badges

2

Причин может быть множество , а последствия могут быть разными. (с)

  • Ссылка

grub-mkconfig -o /boot/grub/grub.cfg

  • Ссылка

Ответ на:

комментарий
от mord0d 15.08.21 16:56:21 MSK

Извиняюсь, сейчас все будет)

yalef

(15.08.21 16:57:12 MSK)

  • Ссылка

В каком boot’е ее нет? Как ставил? Рядом с другой ОС или форматнул диск вначале? Если да, как форматировал? Короче говоря, опиши подробно весь процес установки от и до.

Dog ★★

(15.08.21 16:58:38 MSK)

  • Ссылка

Це усё потому, что установщик – УГ. Ручками всё надёжно бы установилось.

/telepath mode off

А теперь давай рассказывай, что делал, как и на какие разделы устанавливал, включен ли Secure Boot, все дела.

  • Показать ответы
  • Ссылка

Ответ на:

комментарий
от Korchevatel 15.08.21 17:00:27 MSK

установщик – УГ

Это касается абсолютно всех установщиков. За ними регулярно приходится разгребать.

mord0d ★★★★★

(15.08.21 17:06:16 MSK)

  • Ссылка

Рассказываю. Ставил через archinstall. Не рядом с другой системой. Делал полностью новую разметку по инсталлеру, два раздела один загрузочный efi и один основной ext4, пробовал и btrfs, но результат все равно всегда один и тот же. Насчет secure boot хз

yalef

(15.08.21 17:08:25 MSK)

  • Показать ответы
  • Ссылка

Ответ на:

комментарий
от yalef 15.08.21 17:08:25 MSK

Пробуйте ручками по руководству. Заодно будете знать как делается и где возможно был прокол в инсталлере. Удачи.

xDShot ★★★★★

(15.08.21 17:10:44 MSK)

  • Ссылка

Ответ на:

комментарий
от yalef 15.08.21 17:08:25 MSK

Ответ на:

комментарий
от yalef 15.08.21 17:08:25 MSK

Какой загрузчик ставил? Grub? В настройках биоса какой режим загрузки стоит? Если ставишь efi, то и загружаться материнка должна через UEFI

snake266 ★★

(15.08.21 17:11:28 MSK)

  • Показать ответ
  • Ссылка

Ответ на:

комментарий
от anonymous 15.08.21 17:11:14 MSK

Ответ на:

комментарий
от snake266 15.08.21 17:11:28 MSK

Ставил grub, в биосе стоит uefi

yalef

(15.08.21 17:13:40 MSK)

  • Ссылка

Ответ на:

комментарий
от mord0d 15.08.21 16:56:21 MSK

Ответ на:

комментарий
от anonymous 15.08.21 17:16:32 MSK

Ну так и я не настоящий сварщик!

mord0d ★★★★★

(15.08.21 17:37:17 MSK)

  • Ссылка

Ответ на:

комментарий
от yalef 15.08.21 17:11:50 MSK

а лог инсталлера не находил? он мог систему установить, а с настройкой загрузки не справиться… а мог и на каком-то этапе запнуться.

anonymous

(15.08.21 18:01:43 MSK)

  • Показать ответ
  • Ссылка

Ответ на:

комментарий
от anonymous 15.08.21 18:01:43 MSK

Ответ на:

комментарий
от yalef 15.08.21 18:32:41 MSK

хороший вопрос. инсталлер мог сохранять его в ФС в памяти компьютера, тогда после перезагрузки его уже нет. а мог и в новой системе, тогда он где-то корневом разделе. логично посмотреть в /var/log/ – но это моя логика, а что сделали разработчики инсталлера я не в курсе.

во время установки были какие-либо сообщения, подсказки, ошибки?

anonymous

(15.08.21 19:08:20 MSK)

  • Показать ответ
  • Ссылка

Ответ на:

комментарий
от anonymous 15.08.21 19:08:20 MSK

В том то и дело, что не было никаких ошибок. Установка выполнилась корректно, инсталлер предложил сделать chroot в новую систему. После перезагрузки — пусто. В boot menu системы просто нет

yalef

(15.08.21 19:22:29 MSK)

  • Показать ответы
  • Ссылка

Ответ на:

комментарий
от yalef 15.08.21 18:32:41 MSK

короче, посмотрел его исходники – он пишет в журнал: другими словами после перезагрузки этих сообщений не увидеть (99,999%).

anonymous

(15.08.21 19:27:38 MSK)

  • Ссылка

Ответ на:

комментарий
от yalef 15.08.21 19:22:29 MSK

chroot делал?

на уефи инсталлеры почему-то обычно спотыкаются. я в прошлом году дебиан ставил через его инсталлер – вот он завершался с сообщением невозможно установить (или не установлен?) загрузчик. тоже загрузка uEFI. пришлось самому доделывать )

anonymous

(15.08.21 19:33:41 MSK)

  • Ссылка

Ответ на:

комментарий
от Korchevatel 15.08.21 17:00:27 MSK

Да там не установщик же…5 строчек из мануала по установке, которые работают на железке автора этой поделки — шаг влево/право — памагити арч не ставится.

izmena ★★

(15.08.21 19:38:48 MSK)

  • Показать ответ
  • Ссылка

Ответ на:

комментарий
от izmena 15.08.21 19:38:48 MSK

это просто своеобразная ловушка для дураков, отсеиваются те кто не может поставить вручную.

anonymous

(15.08.21 20:05:05 MSK)

  • Ссылка

Зачем тебе арч? Ставь kde neon, как будет опыт сменишь на рач.

anonymous

(15.08.21 22:35:36 MSK)

  • Показать ответ
  • Ссылка

Ответ на:

комментарий
от yalef 15.08.21 19:22:29 MSK

Чтобы в boot menu появился пункт запуска ArhLinu ты должен был ставить его в UEFI режиме.

А чтобы он ставился в UEFI режиме ты должен был запустить установочную систему в UEFI режиме.

Также чтобы в загрузочном меню UEFI появился пункт вызова UEFI загрузчика Arch Linux или запуска EFI-Stub ядра нужно в efivars создать запись для вызова загрузчика или ядра.

Создать записи в EFIVARS можно через программу efibootmgr. А также посмотреть уже имеющиеся записи.

Или сделать так, чтобы EFI файл загрузчика (ядра) назывался EFIBOOTBOOTX64. EFI для 64 битнойго EFI или EFIBOOTBOOTIA32. EFI — для 32 битного.

Тогда по умолчанию он будет запускаться при старте компьютера (ноутбука.)

За подробностями вот сюда:

  • https://wiki.archlinux.org/title/GRUB
  • https://wiki.archlinux.org/title/EFISTUB

anonymous

(15.08.21 23:38:08 MSK)

  • Показать ответ
  • Ссылка

Ответ на:

комментарий
от yalef 15.08.21 18:32:41 MSK

Ответ на:

комментарий
от anonymous 15.08.21 22:35:36 MSK

kde neon не ставится в бтрфс, не ставился. Далее не проверял

Sapetuko

(21.08.21 14:40:36 MSK)

  • Ссылка

зачем Арч когда есть Манджаро? раньше всегда ставил Арч, теперь ставлю Манджаро КДЕ, доволен, все работает. Зачем какой то Арчинсталл когда можно через терминал поставить? штук 15 команд и все.

Sapetuko

(21.08.21 14:43:01 MSK)

  • Показать ответ
  • Ссылка

Ответ на:

комментарий
от anonymous 15.08.21 23:38:08 MSK

хоспади…
создаешь efi раздел, кладешь туда граб — готово.

antech

(22.08.21 20:26:36 MSK)

  • Ссылка

Ответ на:

комментарий
от Sapetuko 21.08.21 14:43:01 MSK

я очень сомневаюсь что этот инсталер нельзя просто выключить и все сделать традиционным способом, но если вдруг у арча есть снапы реп ежедневные, можно вытянуть оттуда исошник постарше без вот этого вот, а потом просто обновить.

antech

(22.08.21 20:44:12 MSK)

  • Показать ответ
  • Ссылка

Ответ на:

комментарий
от antech 22.08.21 20:44:12 MSK

Та не кто не заставляет инсталлер использовать более того он не предназначен для установки новичками. А лишь как заготовка

anonymous

(22.08.21 21:32:32 MSK)

  • Ссылка

Ответ на:

комментарий
от ephecaff 22.08.21 21:58:06 MSK

Ответ на:

комментарий
от ephecaff 22.08.21 21:58:06 MSK

Ответ на:

комментарий
от antech 22.08.21 20:27:32 MSK

да, в манджаре инсталлер и у меня никогда с ним проблем не было в отличии от кде неон и убунту

Sapetuko

(23.08.21 10:25:28 MSK)

  • Ссылка

#
3 года, 5 месяцев назад

Темы:

1

Сообщения:

7

Участник с: 04 января 2020

Доброго времени суток, дорогие форумчане.

Прошу прощения за беспокойство.
Уже 4 день долблюсь в установку арча, и все никак. До этого сидел 5 месяцев на Manjaro XFCE, и мне очень захотелось собственной сборки систему с KDE Plasma.

Собственно, сам вопрос.

В процессе установки Арча, по одному видео на ютубе, столкнулся с одной проблемой.

После того как он выполняет команду pacstrap -U /mnt, потом показывает папку /boot, у него там уже есть необходимые .img файлы (inintram)
А у меня в свою очередь она почему то пустая.

Загружаюсь в режиме UEFI

Пробовал ставить grub, но даже после этого система не грузилась.

Можете пожалуйста просто на человеческом языке объяснить, что должно быть в этой папке, ядро системы, или только загрузчик? И как мне все это поставить, чтобы нормально работало?

Пробовал mkinitcpio, но он ругался, что файл linux.preset не найден.

Заранее большое спасибо.

iradia

#
3 года, 5 месяцев назад

Темы:

6

Сообщения:

85

Участник с: 02 марта 2019

>Jameson
Темы: 1
Сообщения: 1
Участник с: 04 января 2020

Сегодня я часто это вижу))

Jameson

#
3 года, 5 месяцев назад

(отредактировано

3 года, 5 месяцев назад)

Темы:

1

Сообщения:

7

Участник с: 04 января 2020

iradia
>Jameson
Темы: 1
Сообщения: 1
Участник с: 04 января 2020

Сегодня я часто это вижу))

Блин, я знаю, что это стремно, типо по видео устанавливать, и т.д. и т.п., но что мне делать, если я не опытный в этом. Есть большое желание научиться этому, и тоже примкнуть к вашим рядам.

Mirk

#
3 года, 5 месяцев назад

Mirk avatar

Темы:

7

Сообщения:

305

Участник с: 20 мая 2018

заблокирован

https://wiki.archlinux.org/index.php/Installation_guide

vall

#
3 года, 5 месяцев назад

vall avatar

Темы:

45

Сообщения:

1786

Участник с: 28 марта 2017

Посмотрите. Может быть чего недоустановили.

Pzychozes

#
3 года, 5 месяцев назад

Темы:

17

Сообщения:

122

Участник с: 23 ноября 2016

Скорее невнимательность + ютуб. Есть официальный гайд на арчвики.
В гайде нет ни слова про:

pacstrap -U /mnt

Есть:

pacstrap /mnt base linux linux-firmware

Генерация fstab:

genfstab -U /mnt >> /mnt/etc/fstab

Создание образа initramfs:

mkinitcpio -p linux

(где linux — это ядро)
Ставьте по гайду, а не по видео с ютубов, и проблем не возникнет.

Jameson

#
3 года, 5 месяцев назад

Темы:

1

Сообщения:

7

Участник с: 04 января 2020

vall
Посмотрите. Может быть чего недоустановили.

Ой, спасибо, ваш ответ по ссылке очень емко объясняет что же все таки должно быть, но не устанавливается автоматически))))

Jameson

#
3 года, 5 месяцев назад

Темы:

1

Сообщения:

7

Участник с: 04 января 2020

Pzychozes
Скорее невнимательность + ютуб. Есть официальный гайд на арчвики.
В гайде нет ни слова про:

pacstrap -U /mnt

Есть:

pacstrap /mnt base linux linux-firmware

Генерация fstab:

genfstab -U /mnt >> /mnt/etc/fstab

Создание образа initramfs:

mkinitcpio -p linux

(где linux — это ядро)
Ставьте по гайду, а не по видео с ютубов, и проблем не возникнет.

Даа, это косяк. Ну, природа людская такая, искать более легкие пути решения проблем. Уроком на всю жизнь будет))))))

Jameson

#
3 года, 5 месяцев назад

Темы:

1

Сообщения:

7

Участник с: 04 января 2020

Ребят, плюс еще такой вопрос.

В общем, у меня система BIOS с поддержкой UEFI.
По советуйте, мне в BIOS режиме, или в UEFI устанавливать. Манджаро стоял у меня в UEFI режиме, и норм работал, но из разных гайдов я понял так, что с UEFI больше бубнов и танцев требуется. В дальнейшем планируется рядом винду поставить.

Jameson

#
3 года, 5 месяцев назад

(отредактировано

3 года, 5 месяцев назад)

Темы:

1

Сообщения:

7

Участник с: 04 января 2020

Pzychozes
Скорее невнимательность + ютуб. Есть официальный гайд на арчвики.
В гайде нет ни слова про:

pacstrap -U /mnt

Есть:

pacstrap /mnt base linux linux-firmware

Генерация fstab:

genfstab -U /mnt >> /mnt/etc/fstab

Создание образа initramfs:

mkinitcpio -p linux

(где linux — это ядро)
Ставьте по гайду, а не по видео с ютубов, и проблем не возникнет.

А какой пакет содержит в себе ядро системы, я че то никак разобраться не могу?
Сейчас вроде приходит озарение, что это именно
linux и linux-firmware

pacstrap -U /mnt base linux linux-firmware

Это ложное «озарение»?)))) :D

  • Ошибка при установке aptana studio
  • Ошибка при установке api ms win crt runtime l1 1 0 dll
  • Ошибка при установке android studio sdk location contains non ascii characters
  • Ошибка при установке anaconda failed to create anaconda menus
  • Ошибка при установке amd catalyst control center