Hallo Alle zusammen
gleich vorn weg "ICH BIN ABSOLUTER LINUX-NEULING" !!!
Ich habe og.Ubuntu runter geladen und mir angeschaut und bin eigentlich begeistert! Ich habe also das Image auf eine CD gebrannt und wenn ich meinen Rechner starte läuft auch alles, d.h. die CD mit Ubuntu startet und ich kann im Startmenü auch alles auswählen. Das Ubuntu startet vollständig und ich kann auch damit arbeiten, alles funktioniert! Nun wollte ich Ubuntu auf eine extra Platte installieren, funktioniert auch, ABER die Platte startet nicht !!!
Zum System: ASUS Board KT600 mit Athlon2500, 1.Platte SATA 80GB, da ist XP prof.drauf und 2.Platte SATA 160MB ganz blank. Also wie gesagt die Installation läuft glatt durch und es wird alles auf der 2.Platte 160MB installiert, aber die Platte satrtet nicht mit Ubuntu.
WAS MACHE ICH FALSCH ?
Bitte mir mal unter die Arme greifen.
Vielen Dank bis später
Linux 15.010 Themen, 106.838 Beiträge
Wenn das so ist, dann würde ich grub einfach nochmal neu installieren. Du kannst irgendeine Live CD wie Knoppix nutzen oder auch deine Ubuntu CD.
Überprüfe erstmal die Menüeinträge der Datei /boot/grub/menu.lst.
Das ist eine normale Textdatei die man editieren kann, nachdem die root-Partition in der Live CD unter /mnt gemounted wurde.
Nimm am besten Knoppix dafür.
http://www.knoppix.org
Nach dem Booten der Live-CD startest du die grub-Shell in einem Terminalfenster mit dem Befehl grub.
Danach gibst du den Befehl "find /boot/grub/stage1" ein.
Die Ausgabe dieses Befehl gibst du als Argument des Befehls "root (hd0,0)" ein. (hd0,0) mußt du mit der richtigen Ausgabe des vorherigen find Befehls ersetzen.
Jetzt wird der grub in den MBR der ersten Festplatte mit dem Befehl "setup (hd0)" installiert.
Die grub Shell wird mit "quit" (oder exit ?) verlassen.
Diese Procedure kannst du immer wieder anwenden wenn du Windows XP neu installierst und Windows den MBR automatisch mit seinem Bootloader überschreibt.
Hier ist das grub Handbuch:
http://www.gnu.org/software/grub/manual/grub.html#Installing-GRUB-natively
....
3.2 Installing GRUB natively
Caution: Installing GRUB's stage1 in this manner will erase the normal boot-sector used by an OS.
GRUB can currently boot GNU Mach, Linux, FreeBSD, NetBSD, and OpenBSD directly, so using it on a boot sector (the first sector of a partition) should be okay. But generally, it would be a good idea to back up the first sector of the partition on which you are installing GRUB's stage1. This isn't as important if you are installing GRUB on the first sector of a hard disk, since it's easy to reinitialize it (e.g. by running `FDISK /MBR' from DOS).
If you decide to install GRUB in the native environment, which is definitely desirable, you'll need to create a GRUB boot disk, and reboot your computer with it. Otherwise, see Installing GRUB using grub-install.
Once started, GRUB will show the command-line interface (see Command-line interface). First, set the GRUB's root device4 to the partition containing the boot directory, like this:
grub> root (hd0,0)
If you are not sure which partition actually holds this directory, use the command find (see find), like this:
grub> find /boot/grub/stage1
This will search for the file name /boot/grub/stage1 and show the devices which contain the file.
Once you've set the root device correctly, run the command setup (see setup):
grub> setup (hd0)
This command will install the GRUB boot loader on the Master Boot Record (MBR) of the first drive. If you want to put GRUB into the boot sector of a partition instead of putting it in the MBR, specify the partition into which you want to install GRUB:
grub> setup (hd0,0)
If you install GRUB into a partition or a drive other than the first one, you must chain-load GRUB from another boot loader. Refer to the manual for the boot loader to know how to chain-load GRUB.
After using the setup command, you will boot into GRUB without the GRUB floppy. See the chapter Booting to find out how to boot your operating systems from GRUB.
....
http://www.gnu.org/software/grub/manual/
PS: Besser wäre es schon wenn Ubuntu den Anwender fragen würde wohin der grub installiert werden soll.
Ich nehme mal an das der grub in den MBR der zweiten Festplatte installiert wurde. Deshalb mußt du grub in den MBR der ersten Festplatte installieren. Überprüfe aber noch mal die Menüeinträge von grub, besonders die Festplattenangaben in der Datei /boot/grub/menu.lst.
