Windows draufinstalliert - Grub weg. Was nun?

hardwärevreag

Commander
Registriert
Mai 2006
Beiträge
3.033
Hab echt wichtige Dateien in den Linux-Ordnern, wie kann ich mir als 3-tägiger LOinux-Kenner weiterhelfen?

Danke für eure Ratschläge

Hardwärevreag
 
Hab jetzt wieder die 6.10 von ubuntu gestarted gehabt; hat auch reagiert, nur meldet grub, dass er das Device oder so nicht finden kann...

Das spuckt die Konsole aus...

To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

ubuntu@ubuntu:~$ sudo grub-install /dev/hda
Probing devices to guess BIOS drives. This may take a long time.
/dev/hda does not have any corresponding BIOS drive.
ubuntu@ubuntu:~$ sudo grub-install /dev/hda14
/dev/hda14: Not found or not a block device.
ubuntu@ubuntu:~$ sudo grub-install
install_device not specified.
Usage: grub-install [OPTION] install_device
Install GRUB on your drive.

-h, --help print this message and exit
-v, --version print the version information and exit
--root-directory=DIR install GRUB images under the directory DIR
instead of the root directory
--grub-shell=FILE use FILE as the grub shell
--no-floppy do not probe any floppy drive
--force-lba force GRUB to use LBA mode even for a buggy
BIOS
--recheck probe a device map even if it already exists

INSTALL_DEVICE can be a GRUB device name or a system device filename.

grub-install copies GRUB images into the DIR/boot directory specfied by
--root-directory, and uses the grub shell to install grub into the boot
sector.

Report bugs to <bug-grub@gnu.org>.
ubuntu@ubuntu:~$ sudo grub-install --grub-shell=sFILE
install_device not specified.
Usage: grub-install [OPTION] install_device
Install GRUB on your drive.

-h, --help print this message and exit
-v, --version print the version information and exit
--root-directory=DIR install GRUB images under the directory DIR
instead of the root directory
--grub-shell=FILE use FILE as the grub shell
--no-floppy do not probe any floppy drive
--force-lba force GRUB to use LBA mode even for a buggy
BIOS
--recheck probe a device map even if it already exists

INSTALL_DEVICE can be a GRUB device name or a system device filename.

grub-install copies GRUB images into the DIR/boot directory specfied by
--root-directory, and uses the grub shell to install grub into the boot
sector.

Report bugs to <bug-grub@gnu.org>.
ubuntu@ubuntu:~$ sudo grub-install /dev/sda
Could not find device for /boot: Not found or not a block device.
ubuntu@ubuntu:~$ sudo grub-install /dev/sda7
Could not find device for /boot: Not found or not a block device.
ubuntu@ubuntu:~$ sudo grub-insall /dev/sda3
sudo: grub-insall: command not found
ubuntu@ubuntu:~$ sudo grub-install /dev/sda1
Could not find device for /boot: Not found or not a block device.
ubuntu@ubuntu:~$ grub-install /dev/sda
Could not find device for /boot: Not found or not a block device.
ubuntu@ubuntu:~$ sudo grub-install /dev/sda3
Could not find device for /boot: Not found or not a block device.
Dateisystem 1K-Blöcke Benutzt Verfügbar Ben% Eingehängt auf
unionfs 1685356 673172 1012184 40% /
varrun 1037868 80 1037788 1% /var/run
varlock 1037868 0 1037868 0% /var/lock
procbususb 10240 152 10088 2% /proc/bus/usb
udev 10240 152 10088 2% /dev
devshm 1037868 0 1037868 0% /dev/shm
lrm 1037868 7696 1030172 1% /lib/modules/2.6.17-10-generic/volatile
tmpfs 1037868 244 1037624 1% /tmp
/dev/hda 728 728 0 100% /media/cdrecorder
ubuntu@ubuntu:~$




... Entschuldigt bitte, dass ich den ganzen Text kopiert habe, aber wie ihr dort dokumentiert findet habe ich wirklich keine Ahnung, was es sein könnte...
 
Zuletzt bearbeitet:
vielleicht ist es auch /dev/sda ..

wir wissen leider nicht was für platten du im rechner drin hast
 
nein, die partitionen sind mehr oder weniger erstmal unwichtig..

für eine s-ata platte -> grub-install /dev/sda
 
Hab oben schon den Text reingepostet und wie dub dort leider siehst, läuft nichts:heul::heul:

Benutze AHCI, kanns daran liegen...?
 
/dev/hda = IDE
/dev/sda = S-ATA/SCSI

Sp2504C wird wohl eine S-ATA festplatte sein, also musst du statt grub-install /dev/hda, grub-install /dev/sda eingeben
 
Hab icgh doch ... oder gebe ich es immer noch falsch ein...

Letzter Abschnitt aus dem Konsolentext
 

Anhänge

  • Bildschirmfoto-1.png
    Bildschirmfoto-1.png
    109,1 KB · Aufrufe: 210
Zuletzt bearbeitet:
entweder hab ich es übersehen, oder du hast später dein beitrag editiert ;)

also.. auf welcher partition hast du denn ubuntu installiert (/dev/sda4 z.B)?
 
Auf die reiserFs, glaub ich...

Editiere gleich wieder den Konsolentext mit den einzelnen sdas...

Schon mal vielen Dsank für die Mühe, die du dir gibst...
 
Nachdem die live cd gebootet wurde tippst du df ein.

Danach solltest du feststellen können an welchem Strang sie hängt.

Danach ein einfaches grub

dann root (hdx,y) (x ist der vorher erwähnte Strang, y die boot Partiition)

dann setup (hdx) um grub in den mbr zu installieren

dann quit

Danach die grub.conf dementsprechend editieren. :)
 
So df eingetippt, Ergebnisse oben im Post...

Ist es jetzt doch dev/hda? Meine Festplatte ist aber mit S-ATA II angebunden, oder kommt das nur durch die Live-CD?
 

Anhänge

  • Bildschirmfoto-2.png
    Bildschirmfoto-2.png
    168,1 KB · Aufrufe: 163
Zuletzt bearbeitet:
ich weiss leider nichtmehr ob die live-cd eine option namens (so in etwa) "installiertes system booten" besitzt.

wenn ja, versuche die /dev/sda3 als root partition aus zu wählen und zu booten.
wenns nicht die /dev/sda3 ist, dann mit /dev/sda7 versuchen. sollte das klappen kannst du es mit grub-install /dev/sda nochmal versuchen.

wenn solch eine option nicht vorhanden ist:

1. live-cd booten
2. als root in der konsole:
mkdir /mnt/ubuntu
mount /dev/sda3 /mnt/ubuntu (oder halt mount /dev/sda7 /mnt/ubuntu)
mount -o bind /dev /mnt/ubuntu/dev
chroot /mnt/ubuntu
grub-install /dev/sda
 
Wird sofort probiert...

Ergebnis des ersten Versuchs mit sda3...

Der zweite Versuch endet mit einem mir unerklärlichen Fehler...

OO, hab was übersehen...

Geht immer noch nicht...
 

Anhänge

  • Bildschirmfoto-3.png
    Bildschirmfoto-3.png
    163,4 KB · Aufrufe: 145
  • Bildschirmfoto-4.png
    Bildschirmfoto-4.png
    168,6 KB · Aufrufe: 201
  • Bildschirmfoto-5.png
    Bildschirmfoto-5.png
    143,4 KB · Aufrufe: 193
Zuletzt bearbeitet:
Zurück
Oben