ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@osdn.org.ua>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] installer x86_64
Date: Sun, 17 Dec 2006 00:07:36 +0200
Message-ID: <20061216220736.GZ13823@osdn.org.ua> (raw)
In-Reply-To: <200612161959.31477.asy@altlinux.ru>

On Sat, Dec 16, 2006 at 07:59:31PM +0400, Sergey Y. Afonin wrote:
> > > Единственное подозрение - как-то криво initrd создался (не
> > > все модули, в смысле): ошибок при создании не было. 
> > Ну да, конечно... ata_piix.ko и компания в initrd не попали...
> > В общем, не хватает kernel/drivers/scsi и kernel/drivers/ide/pci
> пока запихал модули руками. Смотреть, с какими ключами
> запускается mkinitrd не стал, просто поменял
> --- /sbin/installkernel.old 2006-02-10 19:42:33 +0400
> +++ /sbin/installkernel    2006-12-16 19:16:43 +0400

Фу какой слакваризм.  Достаточно запустить mkinitrd --help.

> +SATA="--with=generic --with=piix --with=ata_piix --with=libata --with=scsi_mod --with=sd_mod"
> +
>  cd "$BOOTDIR"
>  if [ -z "$REMOVE" -a -z "$MEMTEST" ]; then
> -       "$MKINITRD" $MKINITRD_OPTIONS -f "$BOOTDIR/initrd-$VERSION.img" "$VERSION"
> +       "$MKINITRD" $MKINITRD_OPTIONS $SATA -f "$BOOTDIR/initrd-$VERSION.img" "$VERSION"

Вот вышеперечисленные --with просто в строку, которую --help
подскажет, и влепить.  Плюс -f, чтоб перебить всё равно неживой.

PS: с software root raid1 тоже грабли вылезли, недавно пришлось
в стойку собранную лезть с консолькой и 

mkinitrd -f --with-raid --with raid1 --with raid0 /boot/initrd-2.6.16-ovz-smp-alt12.img 2.6.16-ovz-smp-alt12

;-(

> и переустановил apt-ом ядро.

Сурово.

> Но упёрся в следующую остановку:
> Warning: unable to open an initial console
> Executing init=/sbin/init 
> и тишина. 

Что-то жутко знакомое.  Нет /dev/console где-то или 
... http://kerneltrap.org/node/6105

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


  reply	other threads:[~2006-12-16 22:07 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-08 22:41 Sergey Y. Afonin
2006-12-08 22:46 ` Konstantin A. Lepikhov
2006-12-08 22:59   ` Sergey Y. Afonin
2006-12-08 23:04   ` Dmitry V. Levin
2006-12-09 10:04     ` Konstantin A. Lepikhov
2006-12-09 13:11       ` Fr. Br. George
2006-12-09 14:03       ` Anton Farygin
2006-12-11  6:29     ` Stanislav Ievlev
2006-12-16 14:30     ` Dmitry V. Levin
2006-12-16 21:59       ` Michael Shigorin
2006-12-16 22:06         ` Dmitry V. Levin
2006-12-16 22:12           ` Michael Shigorin
2006-12-16 22:19             ` Dmitry V. Levin
2006-12-16 22:29               ` [devel] [3.1] initramfs (was: installer x86_64) Michael Shigorin
2006-12-17  8:42             ` [devel] installer x86_64 Alexey Borovskoy
2006-12-17 10:38               ` Sergey Bolshakov
2006-12-16 22:13           ` Sergey Bolshakov
2006-12-16 22:22             ` Dmitry V. Levin
2006-12-09 14:01   ` Anton Farygin
2006-12-09 14:32     ` Konstantin A. Lepikhov
2006-12-09 15:12       ` Anton Farygin
2006-12-09 14:45     ` Sergey Y. Afonin
2006-12-10 17:46       ` Sergey Y. Afonin
2006-12-10 18:15         ` Konstantin A. Lepikhov
2006-12-10 19:16           ` Sergey Y. Afonin
2006-12-10 20:11             ` Konstantin A. Lepikhov
2006-12-10 20:21               ` Sergey Y. Afonin
2006-12-10 21:29             ` Michael Shigorin
2006-12-16 14:12               ` Sergey Y. Afonin
2006-12-16 14:59                 ` Sergey Y. Afonin
2006-12-16 15:59                   ` Sergey Y. Afonin
2006-12-16 22:07                     ` Michael Shigorin [this message]
2006-12-16 22:14                       ` Dmitry V. Levin
2006-12-16 22:27                         ` Michael Shigorin
2006-12-16 22:27                         ` Sergey Y. Afonin
2006-12-16 22:29                       ` Sergey Y. Afonin
2006-12-16 22:02                   ` Michael Shigorin
2006-12-16 18:17                 ` Sergey Y. Afonin
2006-12-16 20:08                   ` Sergey Y. Afonin
2006-12-10 21:24         ` Michael Shigorin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061216220736.GZ13823@osdn.org.ua \
    --to=mike@osdn.org.ua \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git