You are not logged in.

#1 2018-02-12 16:02:12

wartemw
Member
Registered: 2018-02-12
Posts: 8

Hard disk problem.(проблемы с диском)

The problem is that when you run the newly installed arch linux core. the disk is turned off (this will write the error -110). After the disk is turned on.
I'm new and I do not know how to raise arch linux

how to run core?
can be please by the points.


проблема заключается в том, что при запуске только что установленной arch linux core. диск выключается(от этом пишется error -110). После диск включается.
я новичок и не знаю как поднять arch linux

как запустить core?
можно пожалуйста по пунктам.
sBWuAc3Q2iI.jpg

Offline

#2 2018-02-12 16:31:37

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,774

Re: Hard disk problem.(проблемы с диском)

Hello, and Welcome to Arch Linux.   I understand that English may not be your primary language and we will be happy to work with you with that in mind. 
I will say that you have not provided us much to go on.  I have no idea what "when you run the newly installed arch linux core." means.  Does this mean that you have installed Arch, but cannot get it to boot?  Or are you having problems during the installation.

Please provide more details, including the exact commands you are using and the specific output.  Be sure to run those commands such that they produce English output using the technique defined here https://wiki.archlinux.org/index.php/Co … s_and_code


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2018-02-12 16:57:02

wartemw
Member
Registered: 2018-02-12
Posts: 8

Re: Hard disk problem.(проблемы с диском)

okay.
install arch linux.

# cfdisk

# mkfs.ext2 /dev/sda1 -L boot
# mkswap /dev/sda2 -L swap
# mkfs.ext4 /dev/sda3 -L root
# mkfs.ext4 /dev/sda4 -L home

# mount /dev/sda3 /mnt
# mkdir /mnt/{boot,home}
# mount /dev/sda1 /mnt/boot
# mount /dev/sda4 /mnt/home
# swapon /dev/sda2

# pacstrap -i /mnt base base-devel grub
# arch-chroot /mnt pacman -S grub

# mkinitcpio -p linux
# grub-install /dev/sda
# grub-mkconfig -o /boot/grub/grub.cfg
# exit

# umount /mnt/{boot,home}

# reboot

after reboot leaves
sBWuAc3Q2iI.jpg

such a problem was with all linux distribution, but there was given more time to load the disk.

Offline

#4 2018-02-13 21:27:24

Dirmork
Member
Registered: 2017-03-12
Posts: 10

Re: Hard disk problem.(проблемы с диском)

Кажется, Вы забыли создать fstab.
Попробуйте загрузиться заново с установочного носителя, смонтировать корневой каталог (mount /dev/sda3 /mnt) и показать что выдаст

cat /mnt/etc/fstab

[ENGLISH]
It seems that you forget create fstab.
Try boot from live usb, mount root directory (mount /dev/sda3 /mnt) and show us output for

cat /mnt/etc/fstab

Offline

#5 2018-02-14 06:11:40

wartemw
Member
Registered: 2018-02-12
Posts: 8

Re: Hard disk problem.(проблемы с диском)

установку arch linux я выполняю по вот этой инструкции https://ziggi.org/ustanovka-i-nastroyka … e-chast-1/

вот что получилось после переустановки еще раз[изображение 1]

Dirmork
немного по другому разбил диск [изображение 2]

eng
    installing arch linux I follow this instruction https://ziggi.org/ustanovka-i-nastroyka … e-chast-1/

    that's what happened after reinstalling again [image 1]

    Dirmork
        slightly broke the disc [image 2]


DKWf6Nw91K0.jpg
-mnhdtjQwTs.jpg

Offline

Board footer

Powered by FluxBB