Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Попытка установить
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Russian
View previous topic :: View next topic  
Author Message
alsoijw
n00b
n00b


Joined: 30 Oct 2015
Posts: 20

PostPosted: Fri Nov 27, 2015 10:17 am    Post subject: Reply with quote

Забавно но sensors в живом юсби вгенте увидел датчик, который не видела ни убунта ни дебиан.
Back to top
View user's profile Send private message
MAH69K
n00b
n00b


Joined: 18 Nov 2015
Posts: 15

PostPosted: Fri Nov 27, 2015 12:43 pm    Post subject: Reply with quote

alsoijw wrote:
Code:
* Required Kernel Parameters:
*     root=/dev/$ROOT
*
*     Where $ROOT is the device node for your root partition as the
*     one specified in /etc/fstab
*
* If you require Genkernel's hardware detection features; you MUST
* tell your bootloader to use the provided INITRAMFS file.

* WARNING... WARNING... WARNING...
* Additional kernel cmdline arguments that *may* be required to boot properly...
* With support for several ext* filesystems available, it may be needed to
* add "rootfstype=ext3" or "rootfstype=ext4" to the list of boot parameters.

* Do NOT report kernel bugs as genkernel bugs unless your bug
* is about the default genkernel configuration...
*
* Make sure you have the latest ~arch genkernel before reporting bugs.
livecd / #


Судя по сообщению в конце мне надо что-то куда-то добавить. Куда?

https://wiki.gentoo.org/wiki/GRUB2#Setting_configuration_parameters - GRUB_DEVICE, параметр, который задаёт корневной раздел. Нужно проверить что бы он указывал на правильное устройство. Учитывайте так же, что раздел который называется, к примеру, sda5 в Live-окружении, при загрузке в Gentoo может иметь другой номер. Лучше использовать UID, вот так: root=UUUID=<тут UID, узнаётся через ls -lhFA /dev/disk/by-uuid/>.
А так же, если вам (а точнее вашей системе) нужен initramfs, убедитесь, что он подключён.
Back to top
View user's profile Send private message
alsoijw
n00b
n00b


Joined: 30 Oct 2015
Posts: 20

PostPosted: Fri Nov 27, 2015 1:26 pm    Post subject: Reply with quote

MAH69K wrote:
А так же, если вам (а точнее вашей системе) нужен initramfs, убедитесь, что он подключён.
Я планирую в ближайшем будующем держать всю систему на одном разделе. Максимум что я сделаю - вынесу хомяк. Правильно я понимаю что мне initramfs не нужен?
Back to top
View user's profile Send private message
MAH69K
n00b
n00b


Joined: 18 Nov 2015
Posts: 15

PostPosted: Fri Nov 27, 2015 1:30 pm    Post subject: Reply with quote

Да, если не будете использовать шифрованный раздел.
Back to top
View user's profile Send private message
alsoijw
n00b
n00b


Joined: 30 Oct 2015
Posts: 20

PostPosted: Sat Nov 28, 2015 2:48 pm    Post subject: Reply with quote

Code:
root@debian:/home/alsoijw# cat /mnt/etc/default/grub
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
#
# To populate all changes in this file you need to regenerate your
# grub configuration file afterwards:
#     'grub2-mkconfig -o /boot/grub/grub.cfg'
#
# See the grub info page for documentation on possible variables and
# their associated values.

GRUB_DISTRIBUTOR="Gentoo"
#GRUB_DEVICE=/dev/sda4

root=UUID=8e15f942-1b4c-41fb-8c85-95b612a522ea

# Default menu entry
#GRUB_DEFAULT=0

# Boot the default entry this many seconds after the menu is displayed
#GRUB_TIMEOUT=5
#GRUB_TIMEOUT_STYLE=menu

# Append parameters to the linux kernel command line
#GRUB_CMDLINE_LINUX=""
#
# Examples:
#
# Boot with network interface renaming disabled
# GRUB_CMDLINE_LINUX="net.ifnames=0"
#
# Boot with systemd instead of sysvinit (openrc)
# GRUB_CMDLINE_LINUX="init=/usr/lib/systemd/systemd"

# Append parameters to the linux kernel command line for non-recovery entries
#GRUB_CMDLINE_LINUX_DEFAULT=""

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal.
# Note that you can use only modes which your graphic card supports via VBE.
# You can see them in real GRUB with the command `vbeinfo'.
#GRUB_GFXMODE=640x480

# Set to 'text' to force the Linux kernel to boot in normal text
# mode, 'keep' to preserve the graphics mode set using
# 'GRUB_GFXMODE', 'WIDTHxHEIGHT'['xDEPTH'] to set a particular
# graphics mode, or a sequence of these separated by commas or
# semicolons to try several modes in sequence.
#GRUB_GFXPAYLOAD_LINUX=

# Path to theme spec txt file.
# The starfield is by default provided with use truetype.
# NOTE: when enabling custom theme, ensure you have required font/etc.
#GRUB_THEME="/boot/grub/themes/starfield/theme.txt"

# Background image used on graphical terminal.
# Can be in various bitmap formats.
#GRUB_BACKGROUND="/boot/grub/mybackground.png"

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to kernel
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY=true

# Uncomment to disable generation of the submenu and put all choices on
# the top-level menu.
# Besides the visual affect of no sub menu, this makes navigation of the
# menu easier for a user who can't see the screen.
#GRUB_DISABLE_SUBMENU=y

# Uncomment to play a tone when the main menu is displayed.
# This is useful, for example, to allow users who can't see the screen
# to know when they can make a choice on the menu.
#GRUB_INIT_TUNE="60 800 1"
root@debian:/home/alsoijw#

Code:
root@debian:/home/alsoijw# ls -lhFA /dev/disk/by-uuid/
итого 0
lrwxrwxrwx 1 root root 10 Ноя 28 16:42 1ac1b240-8edb-47d6-a4ab-0f772cf95262 -> ../../sda2
lrwxrwxrwx 1 root root 10 Ноя 28 16:42 8e15f942-1b4c-41fb-8c85-95b612a522ea -> ../../sda4
lrwxrwxrwx 1 root root 10 Ноя 28 16:42 97083e0e-6894-4b1b-9b6b-3c48d24fbc45 -> ../../sda1
lrwxrwxrwx 1 root root 10 Ноя 28 16:42 a6e51694-d998-4f71-a782-97d09f72bd07 -> ../../sda3
root@debian:/home/alsoijw#
Система на sda4. какую ошибку я допустил?
Back to top
View user's profile Send private message
MAH69K
n00b
n00b


Joined: 18 Nov 2015
Posts: 15

PostPosted: Mon Nov 30, 2015 8:12 am    Post subject: Reply with quote

Покажите так же итогвую конфигурацию Grub'а (которая /boot/grub/grub.cfg), ту секцию, которая относится к устанавливаемой системе.
Back to top
View user's profile Send private message
alsoijw
n00b
n00b


Joined: 30 Oct 2015
Posts: 20

PostPosted: Mon Nov 30, 2015 9:12 am    Post subject: Reply with quote

Красноглазие продолжается. В /boot нет папок, только конфиги и бинарники. Причина я пытался ставить grub после установки ядра, но ошибка как в первом сообщении. У меня gpt, uefi отключен, включена эмуляция bios. Debian я ставил без uefi, и gentoo хочется тоже. Выделять /boot раздел тоже не хочется. Сильно не хочется. Что ещё показать?
Back to top
View user's profile Send private message
alsoijw
n00b
n00b


Joined: 30 Oct 2015
Posts: 20

PostPosted: Wed Dec 02, 2015 9:45 am    Post subject: Reply with quote

Я правильно понимаю что grub надо ставить по ману gpt bios
Back to top
View user's profile Send private message
TigerJr
Guru
Guru


Joined: 19 Jun 2007
Posts: 540

PostPosted: Fri Dec 04, 2015 6:08 am    Post subject: Reply with quote

alsoijw wrote:
MAH69K, прогрессбар включить можно?
TigerJr, какие ещё вещи жизненно важны кроме sata и драйвера ext4?


Много ещё чего, таблица разделов gpt или dos... драйвера райд контроллера, файловую систему ты назвал, драйвер framebufer он же видео drm, pty тоже нужен, swap без него тоже плохо(хоть и не сразу), драйвера сетевой карты и поддержка протокола tcp\ip желатьельно с пакетным фильтром netfilter для обновлений, поддержка процессора(хотя i386 запускается везде), возможно поддержка udev, а также Input drivers (mice, keyboard, evdev), если клавиатура\мышь usb тогда ещё драйвера usb (uHCI, eHCI, xHCI)

Для ускорения компиляции используй в /etc/portage/make.conf MAKEOPTS="-j4"
А для ядра команду make -j4 modules && make -j4 bzImage (где j это количество процессов одновременной сборки, обычно указывают количество ядер + 1)
Если собираешь заново лучше используй make clean для удаления старых обьектных файлов.

А вообще скомандуй lspci -k и установи все "Kernel drivers in use"

И если ты ядро собрал и его установил, в загрузчик прописал, то почему не запустилось?
alsoijw wrote:
Та же ошибка. Только шестнадцатеричные цифры в некоторых местах другие.

Ты бы её нам показал, легче было бы разбираться...

MAH69K wrote:
Да, если не будете использовать шифрованный раздел.


А простите это как? Драйвера шифрования можно и в ядро включить... надеюсь вы понимаете что initramfs располагается в boot и тоже может быть зашифрован...
_________________
Do not use gentoo, it die
Back to top
View user's profile Send private message
alsoijw
n00b
n00b


Joined: 30 Oct 2015
Posts: 20

PostPosted: Fri Dec 04, 2015 12:35 pm    Post subject: Reply with quote

TigerJr wrote:

Много ещё чего, таблица разделов gpt или dos...
gpt
TigerJr wrote:

драйвера райд контроллера,
У меня ноут. Ко мне это применимо?
TigerJr wrote:
драйвер framebufer он же видео drm, pty тоже нужен,
На первое время мне хватит консоли без иксов. Иксы я собираюсь поставить попозже. для консоли это нужно?
TigerJr wrote:
swap без него тоже плохо(хоть и не сразу),
4 Гб оперативки
TigerJr wrote:
драйвера сетевой карты и поддержка протокола tcp\ip желатьельно с пакетным фильтром netfilter для обновлений,
В базовую систему это не входит?
TigerJr wrote:
поддержка процессора(хотя i386 запускается везде),
У меня amd64
TigerJr wrote:
возможно поддержка udev, а также Input drivers (mice, keyboard, evdev), если клавиатура\мышь usb тогда ещё драйвера usb (uHCI, eHCI, xHCI)
Для встроенной в ноут клавиатуры что-то нужно?
TigerJr wrote:

А для ядра команду make -j4 modules && make -j4 bzImage (где j это количество процессов одновременной сборки, обычно указывают количество ядер + 1)

TigerJr wrote:
Я указывал это в /etc/portage/make.conf Этого хватит?
Если собираешь заново лучше используй make clean для удаления старых обьектных файлов.
Зачем? Ведь так дольше получится.
И ещё вопрос:
Code:
emerge --ask sys-boot/grub
После этого в системе уже есть собраный grub?
[img]http://storage6.static.itmages.ru/i/15/1204/s_1449227701_9004245_805e721e91.jpg[/img]
Back to top
View user's profile Send private message
alsoijw
n00b
n00b


Joined: 30 Oct 2015
Posts: 20

PostPosted: Fri Dec 04, 2015 12:48 pm    Post subject: Reply with quote

Code:
alsoijw@debian:~$ lspci -k
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
   Subsystem: Acer Incorporated [ALI] Device 064b
   Kernel driver in use: ivb_uncore
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
   Kernel driver in use: pcieport
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
   Subsystem: Acer Incorporated [ALI] Device 064b
   Kernel driver in use: i915
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
   Subsystem: Acer Incorporated [ALI] Device 064b
   Kernel driver in use: xhci_hcd
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
   Subsystem: Acer Incorporated [ALI] Device 064b
   Kernel driver in use: mei_me
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
   Subsystem: Acer Incorporated [ALI] Device 064b
   Kernel driver in use: ehci-pci
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
   Subsystem: Acer Incorporated [ALI] Device 064b
   Kernel driver in use: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
   Kernel driver in use: pcieport
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
   Kernel driver in use: pcieport
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
   Subsystem: Acer Incorporated [ALI] Device 064b
   Kernel driver in use: ehci-pci
00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
   Subsystem: Acer Incorporated [ALI] Device 064b
   Kernel driver in use: lpc_ich
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
   Subsystem: Acer Incorporated [ALI] Device 064b
   Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
   Subsystem: Acer Incorporated [ALI] Device 064b
01:00.0 VGA compatible controller: NVIDIA Corporation GF117M [GeForce 610M/710M/820M / GT 620M/625M/630M/720M] (rev a1)
   Subsystem: Acer Incorporated [ALI] GeForce 710M
   Kernel driver in use: nouveau
02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57785 Gigabit Ethernet PCIe (rev 10)
   Subsystem: Acer Incorporated [ALI] Device 0647
   Kernel driver in use: tg3
02:00.1 SD Host controller: Broadcom Corporation BCM57765/57785 SDXC/MMC Card Reader (rev 10)
   Subsystem: Acer Incorporated [ALI] Device 0647
   Kernel driver in use: sdhci-pci
02:00.2 System peripheral: Broadcom Corporation BCM57765/57785 MS Card Reader (rev 10)
   Subsystem: Acer Incorporated [ALI] Device 0647
02:00.3 System peripheral: Broadcom Corporation BCM57765/57785 xD-Picture Card Reader (rev 10)
   Subsystem: Acer Incorporated [ALI] Device 0647
03:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01)
   Subsystem: Lite-On Communications Inc Device 0632
   Kernel driver in use: ath9k
alsoijw@debian:~$
Back to top
View user's profile Send private message
TigerJr
Guru
Guru


Joined: 19 Jun 2007
Posts: 540

PostPosted: Fri Dec 04, 2015 10:59 pm    Post subject: Reply with quote

MAKEOPTS не действует при сборке ядра...

swap
Quote:
General setup --->
--> [*] Support for paging of anonymous memory (swap)


gpt
Quote:
[*] Enable the block layer --->
-> Partition Types --->
-> [*] Advanced partition selection
-> [*] EFI GUID Partition support


dma\smp
Quote:
Processor type and features --->
[*] DMA memory allocation support
[*] Symmetric multi-processing support
[*] Enable Maximum number of SMP Processors and NUMA Nodes
[*] SMT (Hyperthreading) scheduler support


acpi
Quote:
Power management and ACPI options --->
-> [*] ACPI (Advanced Configuration and Power Interface) Support --->
<*> AC Adapter
<*> Battery
<*> Button
<*> Video
<*> Fan
<*> Processor
<*> Smart Battery System


BUS
Quote:
Bus options (PCI etc.) --->
[*] PCI support
[*] PCI Express Port Bus support


backward compatibly
Quote:
Executable file formats / Emulations --->
[*] IA32 Emulation
[*] x32 ABI for 64-bit mode


network
Quote:
[*] Networking support --->
Networking options --->
<*> Packet socket
<*> Unix domain sockets
[*] TCP/IP networking
[*] Network packet filtering framework (Netfilter) --->
Core Netfilter Configuration --->
<*> Netfilter connection tracking support
IP: Netfilter Configuration --->
<*> IPv4 connection tracking support (required for NAT)
[*] Wireless --->
<*> cfg80211 - wireless configuration API
<*> Generic IEEE 802.11 Networking Stack (mac80211)
[*] Minstrel
[*] Minstrel 802.11n support (NEW)
[*] Minstrel 802.11ac support (NEW)


sata & other
Quote:
Device Drivers --->
Misc devices --->
<*> Intel Management Engine Interface
<*> ME Enabled Intel Chipsets
<*> Serial ATA and Parallel ATA drivers (libata) --->
<*> AHCI SATA support
[*] ATA SFF support (for legacy IDE and PATA)
[*] ATA BMDMA support
<*> Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support
[*] Network device support --->
[*] Ethernet driver support --->
[*] Broadcom devices
<*> Broadcom Tigon3 support
<*> PHY Device support and infrastructure --->
<*> Drivers for Broadcom PHYs
[*] Wireless LAN --->
<*> Atheros Wireless Cards --->
<*> Atheros 802.11n wireless cards support
Input device support --->
<*> Mouse interface
<*> Event interface
[*] Keyboards --->
<*> AT keyboard
[*] Mice --->
<*> Synaptics I2C Touchpad support
<*> Synaptics USB device support
Character devices --->
[*] Virtual terminal
[*] Unix98 PTY support
<*> Hardware Random Number Generator Core support --->
<*> Intel HW Random Number Generator support
[*] HPET - High Precision Event Timer
[*] Allow mmap of HPET
[*] Enable HPET MMAP access by default
I2C support --->
[*] Autoselect pertinent helper modules
I2C Hardware Bus support --->
<*> Intel 82801 (ICH/PCH)
<*> Intel SCH SMBus 1.0
<*> Intel iSMT SMBus Controller
Graphics support --->
[*] Laptop Hybrid Graphics - GPU switching support
Direct Rendering Manager --->
<*> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->
<*> Nouveau (NVIDIA) cards
<*> Intel 8xx/9xx/G3x/G4x/HD Graphics
Frame buffer Devices --->
[*] VESA VGA graphics support
<*> nVidia Framebuffer Support
Console display driver support --->
[*] VGA text console
<*> Framebuffer Console support
[*] Support for the Framebuffer Console Decorations
[*] Bootup logo --->
[*] Standard 224-color Linux logo
<*> Sound card support --->
<*> Advanced Linux Sound Architecture --->
[*] PCI sound devices --->
HD-Audio --->
<*> HD Audio PCI
<*> Build Realtek HD-audio codec support
<*> Build HDMI/DisplayPort HD-audio codec support
<*> Build C-Media HD-audio codec support
HID support --->
[*] Battery level reporting for HID devices
<*> Generic HID driver
USB HID support --->
<*> USB HID transport layer
[*] PID device support
[*] USB support --->
<*> Support for Host-side USB
[*] USB announce new devices
<*> xHCI HCD (USB 3.0) support
<*> EHCI HCD (USB 2.0) support
<*> OHCI HCD (USB 1.1) support
<*> USB Mass Storage support
<*> MMC/SD/SDIO card support --->
<*> MMC block device driver
<*> Secure Digital Host Controller Interface support
<*> SDHCI support on PCI bus
<*> Sony MemoryStick card support --->
<*> MemoryStick Standard device driver
[*] Real Time Clock --->
[*] Set system time from RTC on startup and resume
[*] DMA Engine support --->
<*> Intel I/OAT DMA support
Multifunction device drivers --->
<*> Intel ICH LPC


fs
Quote:
File systems --->
<*> The Extended 4 (ext4) filesystem


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





alsoijw wrote:
И ещё вопрос: Код:
emerge --ask sys-boot/grub

После этого в системе уже есть собраный grub?


да

alsoijw wrote:
Зачем??

А ты лучше попробуй прежде чем спрашивать....
_________________
Do not use gentoo, it die
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Russian All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum