Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [DE] GRUB hängt bei "Grub loading."  (Read 5984 times)

Nex

  • Guest
[DE] GRUB hängt bei "Grub loading."
« on: 2011/08/04, 08:40:12 »
Guten Morgen liebe Community,

bin mir leider nicht sicher, ob es ein Installations- oder ein Softwareproblem ist. Falls ich falsch bin, bitte verschieben.

Zu meinem Problem: Ich habe ein neues Lenovo IdeaPd S205

Code: [Select]
Prozessor: AMD Fusion E-350
Chipsatz: AMD A50M Fusion
Grafik: AMD Radeon HD 6310
WLAN: Atheros
Ethernet: Realtek
EFI statt BIOS


auf dem ich via Live-USB Stick ein aptosid 2011-02 installiert habe. Installation lief ohne Probleme durch, wobei ich keinerlei non-free Firmware installiert habe (also weder für die Radeon noch für den Realtek LAN-Adapter).

Partitionierung via GParted sieht folgendermaßen aus:

Code: [Select]
sda1: ext4 / boot-Flag
sda2: extended
   sda5: ext4 /home
   sda5: linux-swap


Das boot-Flag habe ich manuell gesetzt, da der S205 ansonsten gar nicht von Festplatte booten wollte.
Der GRUB ist im MBR von sda installiert (ich verwende kein GPT).

Versuche ich jetzt von Festplatte zu booten, komme ich bis zu einem

Code: [Select]
Grub loading.

und das war es. Danach passiert nichts weiter (auch nicht nach einer halben Stunde warten).

Hat jemand einen Tipp, was ich noch versuchen könnte? Muss ich evtl. grub-efi-amd64 installieren oder GRUB besonders konfigurieren? Ich habe im Internet sehr oft gelesen, dass für Ubuntu auf diesem System GRUB2 auf GRUB-Legacy downgegradet werden soll. Ist in meinen Augen aber nicht so sinnvoll, oder?

Ich bin für jede Hilfe dankbar.

cu

Offline agaida

  • User
  • Posts: 1.760
    • http://g-com.eu
GRUB hängt bei "Grub loading."
« Reply #1 on: 2011/08/04, 11:41:57 »
probiere die folgenden kernel-option: nolapic_timer
There's this special biologist word we use for "stable". It's "dead". ~ Jack Cohen

Nex

  • Guest
GRUB hängt bei "Grub loading."
« Reply #2 on: 2011/08/04, 12:06:22 »
Hi agaida,

danke für deine Antwort.

Ich komme nur nicht einmal irgendwo hin, wo ich eine Kernel-Option eingeben könnte. Der Grub hängt direkt beim Rechnerstart.

cu

Offline agaida

  • User
  • Posts: 1.760
    • http://g-com.eu
GRUB hängt bei "Grub loading."
« Reply #3 on: 2011/08/04, 12:15:29 »
Linke Shift-Taste - bevor der Boot-Vorgang losgeht, sollte Dich ins Boot-Menü bringen. Grub-loading ist schon zu spät. Im Grub dann Eintrag auswählen und 'e'. Dieses Spiel so lange wiederholen, bis die Kiste startet.
There's this special biologist word we use for "stable". It's "dead". ~ Jack Cohen

Nex

  • Guest
GRUB hängt bei "Grub loading."
« Reply #4 on: 2011/08/04, 20:38:19 »
Hi,

nein, das funktioniert leider nicht. Grub loading kommt, bevor das Auswahl Menü erscheint.

Muss ich irgendwas besonderes beachten, wenn es sich um EFI statt um ein BIOS handelt?

Danke für eure Hilfe.

cu

Offline brummer

  • User
  • Posts: 276
    • http://guitarix.sourceforge.net/
GRUB hängt bei "Grub loading."
« Reply #5 on: 2011/08/04, 21:05:27 »
Ich weiß ja nicht obs hilft, aber hier beschreibt einer wie er's gemacht hat Ideapad S205: GRUB+EFI trouble

Nex

  • Guest
GRUB hängt bei "Grub loading."
« Reply #6 on: 2011/08/04, 22:16:53 »
Hi brummer,

danke für den Link. Den Thread kannte ich natürlich schon. Eigentlich wollte ich vermeiden, Grub-legacy zu installieren. Es muss doch auch irgendwie mit Grub2 gehen :(

cu

Offline brummer

  • User
  • Posts: 276
    • http://guitarix.sourceforge.net/
GRUB hängt bei "Grub loading."
« Reply #7 on: 2011/08/04, 22:28:06 »
wenn ich richtig lese, besser ich paste es ma hier rein, handelt es sich um grub2
1. boot a Linux Live-CD

2. mount /dev/sda5 to /mnt, /dev/sda3 to /mnt/boot. bindmount /dev and /sys and mount /proc to their places in /mnt.

3. chroot /mnt

4. purge every grub related package

5. install grub-pc (it's GRUB2) and os-prober

Nex

  • Guest
GRUB hängt bei "Grub loading."
« Reply #8 on: 2011/08/05, 17:23:21 »
Hi,

oh, da hab ich mich wohl verlesen. Im Grunde macht er ja nichts anderes, als Grub neu installieren. Habe ich jetzt auch mal versucht. Lief auch soweit durch, allerdings hat sich an meiner Situation nichts geändert. In dem verlinkten Thread macht er ja auch noch ein paar Schritte in der Win7 Installation, die es bei mir aber nicht gibt :(

Es kann doch nicht so scher sein. Ist echt ein tolles Notebook, aber dass ich so Probleme haben würde hätte ich nicht gedacht.

Danke nochmal für eure Hilfe.

cu

Offline brummer

  • User
  • Posts: 276
    • http://guitarix.sourceforge.net/
GRUB hängt bei "Grub loading."
« Reply #9 on: 2011/08/05, 19:24:45 »
Naja, nicht ganz,
Quote from: "Nex"
Der GRUB ist im MBR von sda installiert (ich verwende kein GPT).


Quote from: "Mark_Lenovo"
I know that you normally install GRUB to the MBR of the disk, but that didn't work at all:

When i tried to install GRUB to (hd0) in the beginning, when booting all i got was "BOOTMGR missing, press ctrl+alt+del to restart" from Windows.

I had to boot the Windows CD, execute 'bootrec /fixmbr', 'bootrec /fixboot', 'bootsect /nt60 C: /mbr' and set the first partition (Windows Bootloader) as active to fix that.

But directly after that, GRUB worked, which is quite surprising since the mentioned Windows commands normally overwrite everything related to foreign bootloaders.

 
Quote from: "Mark_Lenovo"
grub-install --force /dev/sda3 (warinings about blocklists, ignore that. Should finish with "ok, no errors". Problems with core.img? Post them here!)


Heißt doch das er grub in den anfang von /dev/sda3  installiert hat, nicht in den MBR, wäre bei dir doch /dev/sda
oder ? Hast du schon versucht grub in /dev/sda zu installieren und /dev/sda aktive zu setzen ?

Is aber jetzt auch nur grobe Musmatung von mir [/quote]

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.939
GRUB hängt bei "Grub loading."
« Reply #10 on: 2011/08/05, 19:37:13 »
/dev/sda ist die Platte, da kann man nix aktiv setzen.
Du meinst eher Grub nach /dev/sda1 zu installieren.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline brummer

  • User
  • Posts: 276
    • http://guitarix.sourceforge.net/
GRUB hängt bei "Grub loading."
« Reply #11 on: 2011/08/05, 19:51:52 »
Yup  :)

Kuddenberg

  • Guest
GRUB hängt bei "Grub loading."
« Reply #12 on: 2011/08/05, 20:28:59 »
Hey, schau mal, ob Du das EFI abschalten kannst. Und versuch' mal Deine Partitionierung zu ändern. Das hört sich genau so an wie mein Problem, was ich mit dem HP ProBook hatte. Bei der Partitionierung hat der zwar eigentlich angezeigt, dass sda1 bei 0 anfängt, hat sie aber nicht. Das System hat da 2 MB vorher frei gemacht. Ich habe das mit einer OpenSuse LiveCD partitioniert und dann erst Aptosid installiert. Alternativ eine kleinere /boot Partition anlegen. Dann dauert das Systemladen bei grub aber ewig.

Gruß
Kuddenberg

Nex

  • Guest
GRUB hängt bei "Grub loading."
« Reply #13 on: 2011/08/06, 22:16:06 »
Hi,

vielen Dank für eure Antworten.

Ich habe jetzt den Tipp aus dem Thinkpad Forum versucht (grub purgen und anschließend auf sda1 installieren). Hat leider am Ergebnis nichts geändert.

Ich habe auch mal versucht, die Festplatte auf GPT umzustellen und so zu installieren. Da findet er dann aber nichtmal grub.

Ich versteh wirklich nicht, wo das Problem liegt. Warum hängt sich der grub denn auf?

cu

Offline ralul

  • User
  • Posts: 1.814
GRUB hängt bei "Grub loading."
« Reply #14 on: 2011/08/06, 22:52:42 »
@Nex, ich trau Dir nicht:
/home in swap?
mal eben so gpt?
Dann hyprid mbr?
Welche Tools verwendest Du?
Was meinst du ist ein bind mount?

Wenn Du Win7 installiert hast, probier es mit Ubuntu wubi.
experiencing siduction runs better than my gentoo makes me know I know nothing