View previous topic :: View next topic |
Author |
Message |
Massimo B. Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/1411393680427a4354494d7.gif)
Joined: 09 Feb 2005 Posts: 1858 Location: PB, Germany
|
Posted: Thu Apr 14, 2005 9:58 am Post subject: [DUP] PPC Installation: ext3 wird nicht gemountet |
|
|
Hallo.
Bin sowohl neu bei gentoo, als auch neu bei PPC.
Auf meinem iBook G3 hab ich nun die Installation nach Anleitung durchgeführt.
Nach Neustart kann der Kernel die Root-Partition nicht mounten:
Code: |
...
EXT3-fs:mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
..
* Mounting proc at /proc...[ok]
* Mounting sysfs at /sys... [ok]
* Mounting devpts at /dev/pts... [ok]
/sbin/devfsd: No such file [!!] //udev ist installiert
* Activating (possible) swap... [ok]
* Remounting root filesystem read-only (of necessary)... [ok]
* Checking root filesystem...
fsck.ext3: No such file or directory while trying to open /dev/hda4
/dev/hda4:
The superblock could not be read or does not...
...
Give root password for maintenance
(or Control-D..)
|
Das mounten der Root-Partition als ext3 funktioniert auch von der Live-CD aus.
ein fsck.ext3 auf /dev/hda4 (rootpartition) gibt keine Fehler.
Der Kernel besitzt die Eigenschaften:
Code: |
CONFIG_EXT2_FS=y
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
|
fstab:
Code: |
/dev/hda4 / ext3 defaults 0 1
/dev/hda3 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,ro,user 0 0
/none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0
|
yaboot.conf
Code: |
boot=/dev/hda2
device=/pci@f2000000/mac-io@17/ata-4@1f000/disk@0:
timeout=30
install=/usr/lib/yaboot/ofboot
root=/dev/hda4
partition=4
macosx=/dev/hda5
default=Linux
defaultos=linux
image=/boot/kernel-2.6.10
label=Linux
read-only
|
Nebenfrage:
Wie schicke ich auf meiner iBook Tastatur ein STRG-ALT-ENTF los? In der minimal-Ausstattung nach dem Mount-Fehler gibt es kein reboot oder init.
Unterstützt der PPC-Kernel sysreq? Wie tippe ich das ein?
Vielen Dank schonmal,
Massimo |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
TilianGemini Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1247397923425bba0d94c72.jpg)
Joined: 12 Apr 2005 Posts: 83 Location: Deutschland
|
Posted: Thu Apr 14, 2005 10:29 am Post subject: |
|
|
Hallo!
Hast du denn keine Boot Partition in deiner fstab?
Das müsste bei dir doch hda2 sein, oder? _________________ System:
CPU: AMD Athlon XP 1900+
Board: NvidiaNforce2 Chipsatz
Ram: 1024MB
Sound:onboard
Grafik: Geforce2 Ti 64MB |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Massimo B. Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/1411393680427a4354494d7.gif)
Joined: 09 Feb 2005 Posts: 1858 Location: PB, Germany
|
Posted: Thu Apr 14, 2005 11:17 am Post subject: |
|
|
hi.
/boot liegt im root.
Deshalb wird / ja auch durch den bootloader zuerst read-only gemountet, und sollte danach (rw) nochmal neu gemountet werden.
/dev/hda2 ist meine bootstrap-Partition, die von der Openfirmware des MAC geladen wird.
Dies scheint ja auch zu funktionieren, da ich beie Systeme des Bootloaders ja auch booten kann.
Weitere Ideen?
Gruß,
Massimo |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
TilianGemini Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1247397923425bba0d94c72.jpg)
Joined: 12 Apr 2005 Posts: 83 Location: Deutschland
|
Posted: Thu Apr 14, 2005 11:24 am Post subject: |
|
|
oh je... mit mac hab ich irgendwie garkeine ahnung...
hast du am ext3 dateisystem schon irgendwelche änderungen vorgenommen?
irgendwelche features eingeschaltet.. etc.? _________________ System:
CPU: AMD Athlon XP 1900+
Board: NvidiaNforce2 Chipsatz
Ram: 1024MB
Sound:onboard
Grafik: Geforce2 Ti 64MB |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Massimo B. Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/1411393680427a4354494d7.gif)
Joined: 09 Feb 2005 Posts: 1858 Location: PB, Germany
|
Posted: Thu Apr 14, 2005 11:28 am Post subject: |
|
|
ext3 wurde mit -j und sonst nix erstellt. Deshalb mountet es ja auch mit der Live-CD von Hand.
Warum wird gesagt, daß fsck.ext3 gar nicht gefunden wird?
Wenn ich mit der Live-CD mich ins /mnt/gentoo chroote, dann gibt es fsck.ext3. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
TilianGemini Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1247397923425bba0d94c72.jpg)
Joined: 12 Apr 2005 Posts: 83 Location: Deutschland
|
Posted: Thu Apr 14, 2005 11:49 am Post subject: |
|
|
hast du die e2fsprogs emerged? _________________ System:
CPU: AMD Athlon XP 1900+
Board: NvidiaNforce2 Chipsatz
Ram: 1024MB
Sound:onboard
Grafik: Geforce2 Ti 64MB |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Massimo B. Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/1411393680427a4354494d7.gif)
Joined: 09 Feb 2005 Posts: 1858 Location: PB, Germany
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
slick Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/155298905545589d9986ab5.gif)
Joined: 20 Apr 2003 Posts: 3495
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|