Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem z nowa instalacja
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
CyriC
Tux's lil' helper
Tux's lil' helper


Joined: 14 Feb 2004
Posts: 117
Location: Poland, Bedzin

PostPosted: Sat Feb 14, 2004 10:48 pm    Post subject: Problem z nowa instalacja Reply with quote

Witam, jest to moj pierwszy post na tym forum, wiec prosze o wyrozumialosc :)
Mam maly problem z gentoo, zainstalowalem wszystko tak jak trzeba wedlug instrukcji z gentoo.org, instalowalem ze stage1, instalowalem wszystko z innej dystrybucji (aurox).
Mam problem z uruchomieniem systemu, podejrzewam ze cos zle skonfigurowalem w bootloaderze (grub)

Code:
title Gentoo
   root (hd0,1)
   kernel (hd1,0)/boot/kernel-2.6.1 root=/dev/ram0 real_root=/dev/hdb3 init=/linuxrc
   initrd (hd1,0)/boot/initrd-2.6.1

Rodzaj partycji to JFS, do kompilacji kernela uzylem narzedzia genkernel.

Podczas startu systemu otrzymuje nastepujacy blad:
Code:

step 4a: mounting root
mount: mounting /dev/hdb3 on /newroot failed: invalid argument

Partycje systemowe to odpowiednio:
hdb1 - boot
hdb2 - swap
hdb3 - root
Jeszcze zeby tego bylo malo to nie wiem czemu ale po pierwszym restarcie systemu nie moge dostac sie chroot'em do gentoo, a wlasciwie zamontowac partycji z gentoo.
Wpisuje tak jak wczesniej mount /dev/hdb3 /mnt/gentoo i otrzymuje komunikat bledu, chociaz uruchamiam system uzywajac specjalnie skompilowanego kernela z obsluga jfs:
Code:
mount: wrong fs type, bad option, bad superblock on /dev/hdb3,
or too many mounted file systems

Wydaje mi sie ze tylko utrudnilem sobie zycie tym JFS.
Dziekuje z gory za wszelkie porady i sugestie :)
Back to top
View user's profile Send private message
C1REX
l33t
l33t


Joined: 02 Jan 2004
Posts: 774
Location: Poland/UK

PostPosted: Sat Feb 14, 2004 11:15 pm    Post subject: Re: Problem z nowa instalacja Reply with quote

CyriC wrote:

Wydaje mi sie ze tylko utrudnilem sobie zycie tym JFS.


Ja też uważam, ze sobie nim zycie utrudniałem - wróciłem do xfs.
Nie zyczę nikomu naprawy jfs - to się źle kończy.

p.s. Niektórzy nie mają z jfs zadnych problemów; ja nie mam żadnych korzyści.
_________________
CLICK HERE to help move gentoo up on distrowatch.

If you like Gentoo you can thank devs here - https://www.gentoo.org/donate/
Back to top
View user's profile Send private message
Yarecki
n00b
n00b


Joined: 26 Dec 2003
Posts: 58
Location: Poland - 3City

PostPosted: Sat Feb 14, 2004 11:53 pm    Post subject: Reply with quote

Sprawdz fdisk -l /dev/hdb czy przypadkiem nie masz rozwalonej tablicy partycji.

Chyba masz literowke w ustawieniach grub'a, bo root (hd0,1) powinno byc root (hd1,0) jesli hdb1 - boot.

Ja bym grub'a ustawil tak
root (hd1,0)
kernel /boot/kernel-2.6.1 root=/dev/hdb3
initrd /boot/initrd-2.6.1
Moze zadziala ?
_________________
Nigdy nie kloc sie z glupim, ludzie moga nie dostrzec roznicy.
Back to top
View user's profile Send private message
CyriC
Tux's lil' helper
Tux's lil' helper


Joined: 14 Feb 2004
Posts: 117
Location: Poland, Bedzin

PostPosted: Sat Feb 14, 2004 11:59 pm    Post subject: Reply with quote

Po sprawdzeniu Fdisk'iem otrzymalem taki komunikat:
Code:
Disk /dev/hdb3: 39.4 GB, 39475666944 bytes
16 heads, 63 sectors/track, 76489 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes

Disk /dev/hdb3 doesn't contain a valid partition table


EDIT:
Zmiana ustawien grub'a nic nie pomogla, teraz dostaje taki komunikat:
Code:

step4: determining root device
root block device unspecified or not selected
Back to top
View user's profile Send private message
Yarecki
n00b
n00b


Joined: 26 Dec 2003
Posts: 58
Location: Poland - 3City

PostPosted: Sun Feb 15, 2004 12:18 am    Post subject: Reply with quote

CyriC wrote:
Po sprawdzeniu Fdisk'iem otrzymalem taki komunikat:
Code:
Disk /dev/hdb3: 39.4 GB, 39475666944 bytes
16 heads, 63 sectors/track, 76489 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes

Disk /dev/hdb3 doesn't contain a valid partition table


EDIT:
Zmiana ustawien grub'a nic nie pomogla, teraz dostaje taki komunikat:
Code:

step4: determining root device
root block device unspecified or not selected

fdisk -l /dev/hdb, a nie hdb3.
_________________
Nigdy nie kloc sie z glupim, ludzie moga nie dostrzec roznicy.
Back to top
View user's profile Send private message
CyriC
Tux's lil' helper
Tux's lil' helper


Joined: 14 Feb 2004
Posts: 117
Location: Poland, Bedzin

PostPosted: Sun Feb 15, 2004 12:20 am    Post subject: Reply with quote

Tez sprawdzalem :)
I wszystko wydaje sie byc ok, przynajmniej dla mnie.

Code:
Disk /dev/hdb: 40.0 GB, 40020664320 bytes
16 heads, 63 sectors/track, 77545 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hdb1   *         1        63     31720+  83  Linux
/dev/hdb2            64      1056    500472   82  Linux swap
/dev/hdb3          1057     77545  38550456   83  Linux
Back to top
View user's profile Send private message
fallow
Bodhisattva
Bodhisattva


Joined: 08 Jan 2004
Posts: 2208
Location: Poland

PostPosted: Sun Feb 15, 2004 11:08 am    Post subject: Re: Problem z nowa instalacja Reply with quote

Code:

mount: wrong fs type, bad option, bad superblock on /dev/hdb3,
or too many mounted file systems


moze po zakonczeniu instalacji zapomniales odmontowac swojego "/" przez umount , mnie sie to czasami zdarza i pozniej dostaje taki komunikat jak ten na gorze wlasnie , pomoga zawsze potem sprawdzenie owej partycji przez fsck,pozniej wszystko jest ok :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) All times are GMT
Page 1 of 1

 
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