Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] Gentoo auf IBM X41
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
_bird
n00b
n00b


Joined: 03 Aug 2005
Posts: 3
Location: Linz / Austria

PostPosted: Wed Aug 03, 2005 11:22 am    Post subject: [Solved] Gentoo auf IBM X41 Reply with quote

hi,

Seit ein paar Tagen versuch ich Gentoo auf einem IBM X41 zum laufen zu bringen und irgendwie klappts einfach nicht. Nachdem das Notebook kein CDRom oder floppy hat hab ich einen bootbaren usb stick mit feather linux (ein knoppix derivat) gebastelt.
Das Sytem hat sich über das Netzwerk problemlos instalieren und kompilieren lassen, grub läuft und scheint zu funktionieren, allerdings bekomm ich beim booten dann die fehlermeldung:

Code:


VFS: Cannot open root device "hda4" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing:VFS: Unable to mount fs on unknowen block(0,0)



Das system hat eine platte bei der auf der ersten partition noch ein WinXP liegt, hda2=boot, hda3=swap, hda4= /

Den kernel hab ich mittlerweile 3 mal mit genkern kompiliert, dabei immer mehr optionen mitkompiliert, und schlußendlich ohne genkern, was leider auch nichts geändert hat.
Das file system war bei den ersten versuchen ext3 für /boot und / , jetzt hab ich es verzweifelt mal mit ext2 probiert was auch nichts gebracht hat.

Code:

grub.conf:

default 0
timeout 20

title=gentoo...
root (hd0,1)
kernel (hd0,1)/kernel-2.6.12-gentoo-r6 root=/dev/hda4

... WinXP boot zeugs...


Hat irgendjemand eine Idee was ich noch probieren kann?

Nachtrag: Wie unter https://forums.gentoo.org/viewtopic-t-346400.html vorgeschlagen hab ich auch die Option Intel/ICP (former GDT SCSI Disk Array) RAID Controller support mitkompiliert - ohne erfolg.

lg
bird


Last edited by _bird on Thu Aug 04, 2005 2:04 pm; edited 1 time in total
Back to top
View user's profile Send private message
Raistlin
l33t
l33t


Joined: 17 May 2004
Posts: 691
Location: Boston, MA

PostPosted: Wed Aug 03, 2005 7:17 pm    Post subject: Reply with quote

hi,

1)
Quote:
Das file system war bei den ersten versuchen ext3 für /boot und / , jetzt hab ich es verzweifelt mal mit ext2 probiert was auch nichts gebracht hat.
ext3 ist kompatibel zu ext2...

2) Wenn du in der grub.conf (bzw. menu.lst) ein
Code:
root (hd0,1)
angibst, also /boot referenzierst, musst du beim kernel-Teil nicht mehr (hd0,1) schreiben, das ist dann implizit gesetzt. Also:
Code:
default 0
timeout 120

root (hd0,1)
kernel /kernel-2.6.12-gentoo-r6 root=/dev/hda4


Bist du sicher, dass die Partitionstabelle so ist, wie du annimmst? Was sagt
Code:
root$> fdisk -l /dev/hda
?

Könntest du mal den FS-Teil aus der Kernel-config posten?

Gruss, R.
_________________
Zwei Was Eins Initially

"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it."
Back to top
View user's profile Send private message
_bird
n00b
n00b


Joined: 03 Aug 2005
Posts: 3
Location: Linz / Austria

PostPosted: Thu Aug 04, 2005 11:58 am    Post subject: Reply with quote

hoi!

Das mit der grub-conf war mir so nicht ganz klar - thx.

Ändert nur leider nichts an dem Problem - hier mal fdisk -l /dev/hda
Code:

/dev/hda1   *   1   1352   10221088+   7   HPFS/NTFS
/dev/hda2   *   1353   1357   37800      83   Linux
/dev/hda3      1358   1424   506520      82   Linux swap / Solaris
/dev/hda4      1425   2329   6841800      83   Linux



Kernel-config
Code:

File Systems:

* second extended fs support
* ext2 (alles)
* ext3 (alles)
* ROM file system support
* Inotify file change support
* Kernel automounter version 4 support
---> pseudo file systems
   * /proc fs support
   * /proc/kcor support
   * Virtual memory file system support
---> partition types
   * advandced partition selection
   * PC BIOS (MSDOS partition tables) support


lg bird
Back to top
View user's profile Send private message
bbgermany
Veteran
Veteran


Joined: 21 Feb 2005
Posts: 1844
Location: Oranienburg/Germany

PostPosted: Thu Aug 04, 2005 12:25 pm    Post subject: Reply with quote

hast du denn auch deine ide/ata treiber einkompiliert? bzw überhaupt den support dafür?
_________________
Desktop: Ryzen 5 5600G, 32GB, 2TB, RX7600
Notebook: Dell XPS 13 9370, 16GB, 1TB
Server #1: Ryzen 5 Pro 4650G, 64GB, 16.5TB
Server #2: Ryzen 4800H, 32GB, 22TB
Back to top
View user's profile Send private message
_bird
n00b
n00b


Joined: 03 Aug 2005
Posts: 3
Location: Linz / Austria

PostPosted: Thu Aug 04, 2005 2:03 pm    Post subject: Reply with quote

Erledigt!

Man muss die festplatte als sda ansprechen, dann klappts. Nachdem auf dem usb-stick von dem aus ich gebootet hab ein 2.4er kernel drauf war hat fdisk die platte als hda angezeigt, und ich hab dann in der fstab und grub.conf die falsche platte angesprochen. Einfach überall hda in sda ändern, und schon bootet das system tadellos.

Danke für die Hilfe ;)

lg
bird
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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