ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: sbalt <sbalt@inbox.ru>
To: community@altlinux.ru
Subject: [Comm] Kernel panic - что делать, кто знает? Создание boot disk
Date: Fri, 16 Jul 2004 17:01:00 +0300
Message-ID: <20040716170100.47a14ecd.sbalt@inbox.ru> (raw)
In-Reply-To: <20040715230408.F2E07E57DE@master.altlinux.ru>

Вот, со следующей проблемой салкиваюсь - создание трех дисков -
BOOT+ROOT+UTILITY
Ниже написано что делаю, как выглядит скрипт.
а при загрузке с дискеты ругается так:
VFS: Cannot open root device "200" or 02:00
Please append a correct "root=" boot ooption
Kernel panic: VFS: Unable to mount root fs on 02:00
И все, на этом полный стопор :-(
Сергей.

#!/bin/bash

fdformat -n /dev/fd0H1440 - форматируем
/sbin/mke2fs -N 24 -m 0 /dev/fd0 1440 - создаем ext2 на дискете

mount -t ext2 /dev/fd0 /mnt/flp

rm -fr /mnt/flp/lost+found

mkdir /mnt/flp/{boot,dev}

cp ./{kernel,lilo.conf} /mnt/flp/
cp /boot/{boot.0300,map} /mnt/flp/boot/
cp -R /dev/{null,fd0} /mnt/flp/dev/
cp -R /dev/net/ /mnt/flp/dev/

ls -la /mnt/flp/
ls -la /mnt/flp/dev
ls -la /mnt/flp/dev/net
ls -la /mnt/flp/boot

lilo -v -C ./lilo.conf -r /mnt/flp - ставим LILO

rdev -r /mnt/flp/kernel 49152 - даем знать ядру о существовании ROOT DISK

umount /dev/fd0

rdev /dev/fd0 /dev/fd0 - создаем корневое устройство
rdev -R /dev/fd0 0 - устанваливаем его в чтение запись






       reply	other threads:[~2004-07-16 14:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-16 14:01 ` sbalt [this message]
2004-07-16 14:51   ` Andy Gorev

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=20040716170100.47a14ecd.sbalt@inbox.ru \
    --to=sbalt@inbox.ru \
    --cc=community@altlinux.ru \
    /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 Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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