Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Witam
Zainstalowalem sobie DEBIANA sarga...z jajem 2.4.27 i chcialem sobie wsadzic jajko 2.6.6
1.sciagnelem z kernel.org plik linux-2.6.6.tar.gz
2.rozpakowalem do katalogu /usr/src/linux-2.6.6
3.make menuconfig i wybralem co mi bylo potrzebne i save
4.make pozenij make modules_install
5.skopiowalem obraz bzImage do boot pod nazwa vmlinuz266
6.dodalem wpis do lilo conf do tego obazu i savnelem lilo -v
7.reboot
i to mi sie pokazalo ;/
RAMDISK: Couldn t find valid RAM disk image starting at 0
please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on unknow-block(3,1)
...może ktoś wie co jest nie tak ? byłbym wdzięczyny bo to kolejny dzień jak nad tym siedze ;/
Offline
Czesto mialem takie bledy.. zle skonfigurowane kernel
Offline
to co sciagnelem z kernel.org chyba jest ok :)...
wiec może znasz jakas metdoe zeby to jajo dobrze skompilowac ?
Offline
dwa wyjścia:
pierwsze i chyba najlepsze - zachaszuj w /etc/lilo.conf linijkę [color=red]initrd.img[/color]
2. stwórz nowy plik initrd.img (poczytaj man initrd)
Offline
kilka rad:
- jeżeli zasysasz jajko z kernel.org, to ściągaj najnowsze wersje. teraz jest to 2.4.11
- staraj się unikać modułów, lepiej jest wbudować wszystko na stałe - mniej problemów
- jeżeli [b]naprawdę[/b] nie potrzebujesz initrd (np. do bootowania lina z dyskietek albo do bootsplasha), to go zwyczajnie nie używaj ;) wyhaszuj linijkę w lilo.conf i przeładuj lilo
- w debianie najwygodniej jest robić sobie jądro [url=http://dug.net.pl/faq/?kat=6&id=79]metodą debiana[/url]
--
EDIT: sory oczywiście najnowsze jest teraz 2.[b]6[/b].11
Offline
A co to wogole jest initrd?? Bo słyszałem pare razy o tym ale nie iwem co to jest?
Offline
A co to wogole jest initrd?? Bo słyszałem pare razy o tym ale nie iwem co to jest?[/quote]
To powstało niedawno :)
jeżeli powstają dystrybucje które są robione dla tzw. "ogółu" czyli tłumu hehe, w kernelu dystrybucyjnym system plików (fileststem) jest wkompilowany jako modół - i to bez względu na to czy to jest ext2, ext3, czy reiser. Chodzi o to żeby każdemu dystrybucja się odpaliła.
Initrd jest bezwzględnie wymagane jeżeli uzywasz np. bootsplasha. Plik initrd uaktywnia ramdisk do którego są ładowane pliki i moduły startowe.
Jeżeli robisz sobie kernela sam to ten plik nie jest potrzebny, ale uwaga - przed załadowaniem nowego jądra i przeładowaniem lilo należy w pliku lilo.conf zachaszować linikę dotyczącą initrd.img - wtedy jądro ładnie się załaduje i lilo przeładuje (nie powinien wyskoczyć kernel panic). Jeden warunek - system plików na którym stoi partycja / (root) musi być wkompilowany na stałe <*>, a nie jako moduł.
To tyle najważniejszych, rychu dobrze radzi, to co używaż zawsze wkompiluj na stałe, bo i tak będziesz tego potrzebował
Debian jest lepszy niż wszystkie klony
Linux register users: #359018
[img]http://www.freebsd.org/gifs/powerlogo.gif[/img]
[url=https://goo.gl/photos/5XGKFkvaMimLwM2s9]Beskid Niski[/url]
Offline
hmm mam ten sam problem zaisntalowalem i skompilowalem jajko 2.6.8 i nie chce sie odpalic system "kernel panic" posiadam system plikow ext2, a w mojim lilo.conf nie ma tej linijki initrd.img. Wie ktos jak temu zaradzic?
tutaj wycinek mojego lilo.conf (moze cos innego trzeba zahaszowac)
# /etc/lilo.conf - See: `lilo(8)' and `lilo.conf(5)',
# --------------- `install-mbr(8)', `/usr/share/doc/lilo/',
# and `/usr/share/doc/mbr/'.
# +---------------------------------------------------------------+
# | !! Reminder !! |
# | |
# | Don't forget to run `lilo' after you make changes to this |
# | conffile, `/boot/bootmess.txt', or install a new kernel. The |
# | computer will most likely fail to boot if a kernel-image |
# | post-install script or you don't remember to run `lilo'. |
# | |
# +---------------------------------------------------------------+
# Support LBA for large hard disks.
#
lba32
# Overrides the default mapping between harddisk names and the BIOS'
# harddisk order. Use with caution.
#disk=/dev/hde
# bios=0x81
#disk=/dev/sda
# bios=0x80
# Specifies the boot device. This is where Lilo installs its boot
# block. It can be either a partition, or the raw device, in which
# case it installs in the MBR, and will overwrite the current MBR.
#
boot=/dev/hda
# Specifies the device that should be mounted as root. (`/')
#
root=/dev/hda3
# Enable map compaction:
# Tries to merge read requests for adjacent sectors into a single
# read request. This drastically reduces load time and keeps the
# map smaller. Using `compact' is especially recommended when
# booting from a floppy disk. It is disabled here by default
# because it doesn't always work.
#
# compact
# Installs the specified file as the new boot sector
# You have the choice between: bmp, compat, menu and text
# Look in /boot/ and in lilo.conf(5) manpage for details
#
install=/boot/boot-menu.b
# Specifies the location of the map file
#
map=/boot/map
# You can set a password here, and uncomment the `restricted' lines
# in the image definitions below to make it so that a password must
# be typed to boot anything but a default configuration. If a
# command line is given, other than one specified by an `append'
# statement in `lilo.conf', the password will be required, but a
# standard default boot will not require one.
#
# This will, for instance, prevent anyone with access to the
# console from booting with something like `Linux init=/bin/sh',
# and thus becoming `root' without proper authorization.
#
# Note that if you really need this type of security, you will
# likely also want to use `install-mbr' to reconfigure the MBR
# program, as well as set up your BIOS to disallow booting from
# removable disk or CD-ROM, then put a password on getting into the
# BIOS configuration as well. Please RTFM `install-mbr(8)'.
#
# password=tatercounter2000
# Specifies the number of deciseconds (0.1 seconds) LILO should
# wait before booting the first image.
#
delay=20
# You can put a customized boot message up if you like. If you use
# `prompt', and this computer may need to reboot unattended, you
# must specify a `timeout', or it will sit there forever waiting
# for a keypress. `single-key' goes with the `alias' lines in the
# `image' configurations below. eg: You can press `1' to boot
# `Linux', `2' to boot `LinuxOLD', if you uncomment the `alias'.
#
# message=/boot/bootmess.txt
prompt
timeout=150
# prompt
# single-key
# delay=100
# timeout=100
# Specifies the VGA text mode at boot time. (normal, extended, ask, <mode>)
#
# vga=ask
# vga=9
#
vga=normal
# Kernel command line options that apply to all installed images go
# here. See: The `boot-prompt-HOWO' and `kernel-parameters.txt' in
# the Linux kernel `Documentation' directory.
#
# append=""
# Boot up Linux by default.
#
default=Linux
image=/boot/kernel
label=Linux
read-only
# restricted
# alias=1
image=/vmlinuz.old
label=LinuxOLD
read-only
optional
# restricted
# alias=2
# If you have another OS on this machine to boot, you can uncomment the
# following lines, changing the device name on the `other' line to
# where your other OS' partition is.
#
# other=/dev/hda4
# label=HURD
# restricted
# alias=3
other=/dev/hda1
label="Windows(hda1)"
other=/dev/hda5
label="Windows(hda5)"
[/quote]
z góry thx za pomoc
i spowrotem jestem poczatkujący......
Offline
Przekompiluj jajko jeszcze raz i wpisz do jądra na stałe obsługę plików ext2 i ext3
Offline
Bodzio przekompilowalem jajko od nowa i dalej to samo tylko nie wiem czy w dobrej sekcji zaznaczylem obsluge systemu plikow ext2 i ext3
Jak bys ktos pamietal w kotrej to jest sekcji, bo sprawdalem i tylko w jednej cos znalzlem to poznaczalem obsluge a wiecej nie znalazlem.
jadro kompiluje:
make menuconfig
make dep (wyskakuje napis ze juz nie trzeba robc)
make clean
make modules
make modules_install
i po uruchomieniu wylatuje blad:
Unable to mount root fs on unknown-block (3,3)[/quote]
aha i jak rozpakowywalem jajko to bylo ono w pliku (nie wiem czy teraz wam to dobrze wyjasnie :D )
/etc/usr/linux-2.6.8/linux-2.6.8
ale zrobilem dowiazanie ln -s /linux-2.6.8/linux-2.6.8 linux
ma to jakies znaczenie jakbym mial w /usr/src katalog linux-2.6.8 i w nim pliki a nie nastepny podkatalog ??
i spowrotem jestem poczatkujący......
Offline
a pozazaznaczałeś odpowiednie dla twojej płyty głównej, kontrolery IDE. Poszukaj na forum moich prześć z kompilacją jajka, może coś pomoże
Offline
Mam ten sam problem, tylko, że używam grub`a. Czy tam te wpisy trzeba w podobny sposób poprzerabiać ??
Offline
make menuconfig
make dep (wyskakuje napis ze juz nie trzeba robc)
make clean
make modules
make modules_install[/quote]
A gdzie jest zwykłe make bez argumentów, które skompiluje obraz samego jądra? (nie wiem czy zadziała bez tego...) Obsługa systemów plików jest tylko w jednym dziale o wdzięcznie brzmiącej nazwie File Systems (albo coś takiego... :P)
BTW: co to za problemy z modułami niby?
Pozdrawiam,
Intelligence is like a river: the deeper it is, the less noise it makes
Offline
Time (s) | Query |
---|---|
0.00011 | SET CHARSET latin2 |
0.00004 | SET NAMES latin2 |
0.00177 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='18.218.132.6' WHERE u.id=1 |
0.00076 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '18.218.132.6', 1730424651) |
0.00024 | SELECT * FROM punbb_online WHERE logged<1730424351 |
0.00101 | SELECT topic_id FROM punbb_posts WHERE id=4811 |
0.00004 | SELECT id FROM punbb_posts WHERE topic_id=595 ORDER BY posted |
0.00052 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=595 AND t.moved_to IS NULL |
0.00004 | SELECT search_for, replace_with FROM punbb_censoring |
0.00144 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=595 ORDER BY p.id LIMIT 0,25 |
0.00083 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=595 |
Total query time: 0.0068 s |