View previous topic :: View next topic |
Author |
Message |
cng Guru
Joined: 25 Feb 2004 Posts: 332 Location: Appenzell
|
Posted: Sun Nov 01, 2009 12:10 pm Post subject: [SOLVED] - LiveDVD 10: install gentoo, grub.conf..... |
|
|
hallo zusammen
ich habe ab der genialen gentoo livedvd 10 gebootet, wpa eingerichtet und dann via wireless
gentoo bis zum step emerge grub problemlos installiert.
als ich dann nano -w /boot/grub/grub.conf nach dem bearbeiten speichern wolle, bekam ich
immer die meldung, dass das system read only mountet sei... auch an einem anderen ort konnte
ich die datei nicht zwischenspeichern.
ich hatte keinen besseren plan als das system herunterzufahren und neu zu booten ( zuerst die
livedvd und später die minimalcd).
folgendes habe ich dann ausgeführt
Code: | # mount /dev/hda3 /mnt/gentoo
# mount /dev/hda1 /mnt/gentoo/boot
# swapon /dev/hda2
# mount -t proc none /mnt/gentoo/proc
# chroot /mnt/gentoo /bin/bash
# env-update && source /etc/profile |
leider finde ich nur die bootpartition der livedvd resp. der minimalcd
auch find ist erfolglos.
was kann ich nun machen? emerge grub macht wohl kaum sinn oder?
merci für eure hilfe
lg
michael _________________ Gentoo-Community - Your family
#####################
Last edited by cng on Sun Nov 01, 2009 7:46 pm; edited 1 time in total |
|
Back to top |
|
|
firefly Watchman
Joined: 31 Oct 2002 Posts: 5317
|
Posted: Sun Nov 01, 2009 12:26 pm Post subject: |
|
|
hast du nano aus dem chroot ausgeführt oder aus der livecd session?
Wenn aus der livecd session dann ist es kein wunder das /boot/grub/grub.conf sich nicht speichern lässt _________________ Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn. |
|
Back to top |
|
|
cng Guru
Joined: 25 Feb 2004 Posts: 332 Location: Appenzell
|
Posted: Sun Nov 01, 2009 12:34 pm Post subject: |
|
|
habe mich an das offizielle installationshandbuch gehalten.
der kernel unter usr/src/linux z.b. ist vorhanden...
aber grub nirgens..
was nun? _________________ Gentoo-Community - Your family
##################### |
|
Back to top |
|
|
Hollowman Guru
Joined: 19 Apr 2007 Posts: 584
|
Posted: Sun Nov 01, 2009 1:39 pm Post subject: |
|
|
Hi
Mach doch ma bitte nen "fdisk -l" von deiner Platte. Also z.B. fdisk -l /dev/hda
Sebastian |
|
Back to top |
|
|
Josef.95 Advocate
Joined: 03 Sep 2007 Posts: 4669 Location: Germany
|
Posted: Sun Nov 01, 2009 2:42 pm Post subject: |
|
|
Hm..
wird deine /boot Partition evtl. nur Readonly mounted? (mach ich bei mir grundsätzlich so (mit fstab Eintrag)
Vorschlag:
mounte /boot einfach nochmal mit Code: | mount -o remount,rw /boot |
dann evtl. (in chroot) grub neu mergen, und die grub.conf noch mal überprüfen. |
|
Back to top |
|
|
cng Guru
Joined: 25 Feb 2004 Posts: 332 Location: Appenzell
|
Posted: Sun Nov 01, 2009 3:33 pm Post subject: |
|
|
der befehl git die meldung, dass es nicht in der fstab usw existiere, auch /mnt/gentoo/boot nicht
habe alles umountet und neu gemountet
ls -lt /boot gibt boot -> /mnt/livecd/boot
obwohl chrootet bin ich nicht auf dem system anzeige ist livecd gentoo#
hmm.. probiere es jedenfalls weiter, aber für ermerge grub müsste doch boot nicht auf die livecd zeigen oder? _________________ Gentoo-Community - Your family
##################### |
|
Back to top |
|
|
cng Guru
Joined: 25 Feb 2004 Posts: 332 Location: Appenzell
|
Posted: Sun Nov 01, 2009 3:49 pm Post subject: |
|
|
ok, habe grub gefunden, aber erst als ich exit eingegeben hatte und die mounts
umounten wollte. also stand ich evt. doch auf der lifedvd als ich grub emergte.
komisch nur, dass ich alles mounten kann und chrooten, aber dann doch keine
bootpartition habe. irgendwo hab ich noch nen überlegungsfehler drin.... müsste
ich nicht irgendwo mit exit raus bevor ch weitermache?... _________________ Gentoo-Community - Your family
##################### |
|
Back to top |
|
|
cng Guru
Joined: 25 Feb 2004 Posts: 332 Location: Appenzell
|
Posted: Sun Nov 01, 2009 4:10 pm Post subject: |
|
|
diesen tread habe ich übersehen...
Code: | livecd mnt # fdisk -l
Disk /dev/hda: 40.0 GB, 40020664320 bytes
16 heads, 63 sectors/track, 77545 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Disk identifier: 0x8f800000
Device Boot Start End Blocks Id System
/dev/hda1 * 1 66 33232+ 83 Linux
/dev/hda2 67 1107 524664 82 Linux swap / Solaris
/dev/hda3 1108 77545 38524752 83 Linux |
_________________ Gentoo-Community - Your family
##################### |
|
Back to top |
|
|
cng Guru
Joined: 25 Feb 2004 Posts: 332 Location: Appenzell
|
Posted: Sun Nov 01, 2009 7:46 pm Post subject: |
|
|
so, nun hab ich das problem gelöst. ich habe neu gebootet (lifedvd) und die mountsteps
ab dem punkt vor der step fstab nachfollzogen und grub neu emerget _________________ Gentoo-Community - Your family
##################### |
|
Back to top |
|
|
|