Jetzt hat zumindest die Installation geklappt. Fahre bitte mit der Anleitung fort.
Zweite festplatte
Anmeldungsdatum: Beiträge: 2943 |
|
(Themenstarter)
Anmeldungsdatum: Beiträge: 31 |
<WindowsRE version="1.0"><WinreBCD id="{1fa715d0-b116-11e3-be5b-a10023500dc9}"/><WinreLocation path="\Recovery\1fa715d0-b116-11e3-be5b-a10023500dc9" id="2054882565" offset="105906176" guid="{00000000-0000-0000-0000-000000000000}"/><ImageLocation path="" id="0" offset="0" guid="{00000000-0000-0000-0000-000000000000}"/><OsInstallLocation path="" id="0" offset="0" guid="{00000000-0000-0000-0000-000000000000}"/><InstallState state="1"/><OsInstallAvailable state="0"/><WinREStaged state="0"/><OperationParam path=""/><OsBuildVersion path="7601.18409.amd64fre.win7sp1_gdr.140303-2144"/><OemTool state="0"/><BootKey state="0"/><IsServer state="0"/><ScheduledOperation state="5" status="0"/><BackupLaunch state="0" status="0"/><BackupComplete state="0" status="4"/><BackupResult status="4"/><MachineGuid id="{1a06c675-5a26-44c8-8afb-983bd2df2ed9}"/><UserGuid id="{4bd24a44-a368-439f-8891-4d05ae0d4a60}"/><OptIn state="0"/></WindowsRE> 🙄 |
Anmeldungsdatum: Beiträge: 2943 |
Ich weiss zwar nicht, was du da genau machst und wie du es genau machst, aber auf jeden Fall sieht die Ausgabe nicht so aus, wie sie aussehen sollte. Da du uns die RESULTS*.txt nicht zeigst, könntest du uns freundlicherweise die komplette Terminalausgabe von sudo parted -l zeigen. So hätten wir zumindest schon mal einen sinnvollen Anhaltspunkt zu deiner Installation. |
(Themenstarter)
Anmeldungsdatum: Beiträge: 31 |
reinhold@reinhold-MS-7204:~$ sudo parted -l [sudo] password for reinhold: Modell: ATA Hitachi HDS72105 (scsi) Festplatte /dev/sda: 500GB Sektorgröße (logisch/physisch): 512B/512B Partitionstabelle: msdos Disk-Flags: Nummer Anfang Ende Größe Typ Dateisystem Flags 1 1049kB 106MB 105MB primary ntfs boot 2 106MB 500GB 500GB primary ntfs Modell: ATA WDC WD5000AAKX-0 (scsi) Festplatte /dev/sdb: 500GB Sektorgröße (logisch/physisch): 512B/512B Partitionstabelle: msdos Disk-Flags: Nummer Anfang Ende Größe Typ Dateisystem Flags 1 1049kB 256MB 255MB primary ext2 2 257MB 500GB 500GB extended 5 257MB 500GB 500GB logical LVM Modell: Linux device-mapper (linear) (dm) Festplatte /dev/mapper/ubuntu--vg-swap_1: 3217MB Sektorgröße (logisch/physisch): 512B/512B Partitionstabelle: loop Disk-Flags: Nummer Anfang Ende Größe Dateisystem Flags 1 0,00B 3217MB 3217MB linux-swap(v1) Modell: Linux device-mapper (linear) (dm) Festplatte /dev/mapper/ubuntu--vg-root: 497GB Sektorgröße (logisch/physisch): 512B/512B Partitionstabelle: loop Disk-Flags: Nummer Anfang Ende Größe Dateisystem Flags 1 0,00B 497GB 497GB ext4 Warnung: /dev/sr1 kann nicht zum Schreiben geöffnet werden (Das Dateisystem ist nur lesbar). /dev/sr1 wurde nur lesbar geöffnet. Fehler: /dev/sr1: unbekannte Partitionstabelle Modell: Unbekannt (unknown) Festplatte /dev/sr1: 383MB Sektorgröße (logisch/physisch): 2048B/2048B Partitionstabelle: unknown Disk-Flags: reinhold@reinhold-MS-7204:~$ |
Anmeldungsdatum: Beiträge: 9187 |
so, da ja auf meine Fragen nicht eingegangen wird, bin ich raus. Das mit dem Codeblock, sowie dem Passwort habe ich dir bereits im ersten Post erklärt - die Parted-Abfrage, sowie einen Suchbefehl für Grub (das ist der Bootloader) wurde dir ebenfalls mitgeteiltt. Nun gut, sei´s drum - bei Gerry Ghetto bist du in besten Händen. Ich könnte übrigens wetten, dass bei dir Grub auf sda ist, das System selber aber auf sdb, die Symtome deuten zumindest darauf hin → würdest du meine Fragen beantworten, dann wüßten wir das längst. Viel Erfolg noch |
(Themenstarter)
Anmeldungsdatum: Beiträge: 31 |
keine Anung ich bekomme es nicht hin bin woll zu blöde Aber Totzdem danke [.ShellClassInfo] CLSID={645FF040-5081-101B-9F08-00AA002F954E} LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-8964 |
Anmeldungsdatum: Beiträge: 9187 |
Und was bitte schön ist schwierig daran, folgende Zeile ins Terminal zu kopieren und die Antwort hier zu zeigen? sudo fdisk -l 2>/dev/null | egrep "Disk /|/dev/" | sed "s#^/dev/#Part /dev/#" | awk '{print $2}' | sed 's/://' | xargs -n1 -IX sudo sh -c "hexdump -v -s 0x80 -n 2 -e '2/1 \"%x\" \"\\n\"' X | xargs -n1 -IY sh -c \"case \"Y\" in '48b4') echo X: GRUB 2 v1.96 ;; 'aa75' | '5272') echo X: GRUB Legacy ;; '7c3c') echo X: GRUB 2 v1.97 oder v1.98 ;; '020') echo X: GRUB 2 v1.99 ;; *) echo X: Kein GRUB Y ;; esac\"" Das ist kein "hyroglyphisch rückwärts", sondern ne Suchanfrage - das Ergebniss sieht dann bei mir so aus frieder@T410-vivid:~$ sudo fdisk -l 2>/dev/null | egrep "Disk /|/dev/" | sed "s#^/dev/#Part /dev/#" | awk '{print $2}' | sed 's/://' | xargs -n1 -IX sudo sh -c "hexdump -v -s 0x80 -n 2 -e '2/1 \"%x\" \"\\n\"' X | xargs -n1 -IY sh -c \"case \"Y\" in '48b4') echo X: GRUB 2 v1.96 ;; 'aa75' | '5272') echo X: GRUB Legacy ;; '7c3c') echo X: GRUB 2 v1.97 oder v1.98 ;; '020') echo X: GRUB 2 v1.99 ;; *) echo X: Kein GRUB Y ;; esac\"" [sudo] password for frieder: /dev/sda: Kein GRUB 9f83 /dev/sda1: Kein GRUB 55aa /dev/sda2: Kein GRUB 55aa /dev/sda3: Kein GRUB 55aa /dev/sdb: GRUB 2 v1.99 /dev/sdb1: Kein GRUB 55aa /dev/sdb2: Kein GRUB 55aa /dev/sdb3: Kein GRUB 00 /dev/sdb4: Kein GRUB 00 /dev/sdb5: Kein GRUB 00 /dev/sdb6: Kein GRUB 00 /dev/sdb7: Kein GRUB 00 /dev/sdb8: GRUB 2 v1.99 /dev/sdb9: Kein GRUB 00 /dev/sdb10: Kein GRUB 00 /dev/sdb11: GRUB 2 v1.99 frieder@T410-vivid:~$ |
(Themenstarter)
Anmeldungsdatum: Beiträge: 31 |
keine Anung ich bekomme es nicht hin bin woll zu blöde Aber Totzdem danke [.ShellClassInfo] CLSID={645FF040-5081-101B-9F08-00AA002F954E} LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-8964 |
Anmeldungsdatum: Beiträge: 6274 |
Lies Terminal_Bedienung und frage gfls. konkret nach, was genau Du nicht verstehst. Sonst kann dir hier niemand helfen. |
Anmeldungsdatum: Beiträge: 2943 |
Ohne die Ausgabe vom Boot-Info-Script kann ich dir auch nicht weiterhelfen. Wie hast du Ubuntu überhaupt installiert? Welches ISO von wo heruntergeladen? Welche Anleitung dafür benutzt? [.ShellClassInfo] CLSID={645FF040-5081-101B-9F08-00AA002F954E} LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-8964 Wenn im Terminal ein Windows-Ordner und eine Windows-Bibliothek auftauchen, runzelt sich bei mir die Stirn und die ersten Sorgenfalten machen sich breit. Auch die Partitionierung von sdb sieht ungewöhnlich aus. |
Supporter
Anmeldungsdatum: Beiträge: 54264 Wohnort: Berlin |
Das ist imho auch kein Terminal von einem Linux-Livesystem aus, sondern eine Windows-Systemmeldung. http://winwiki.org/localizedresourcename-systemroot-system32-shell32-dll-8964/ |
(Themenstarter)
Anmeldungsdatum: Beiträge: 31 |
ist das das richtige? Usage Boot Info Script: ----------------------- Run the script as sudoer: sudo ./bootinfoscript <outputfile> or if your operating system does not use sudo: su - ./bootinfoscript <outputfile> When running the script, without specifying an output file, all the output is written to the file "RESULTS.txt" in the same folder as the script. But when run from /bin, /sbin, /usr/bin, or another system folder, the file "RESULTS.txt" is written to the home directory of the user. When the file "RESULTS.txt" already exists, the results will be written to "RESULTS1.txt". If "RESULTS1.txt" exists, the results will be written to "RESULTS2.txt", ... To get version number, release date, last git commit and git retrieval date of this script, use (no root rights needed): ./bootinfoscript -v ./bootinfoscript -V ./bootinfoscript --version To get this help text, use (no root rights needed): ./bootinfoscript -h ./bootinfoscript -help ./bootinfoscript --help To automatically gzip a copy of the output file, use (root rights needed): ./bootinfoscript -g <outputfile> ./bootinfoscript --gzip <outputfile> To write the output to stdout instead of a file, use (root rights needed): ./bootinfoscript --stdout The last development version of Boot Info Script can be downloaded, with: (no root rights needed) ./bootinfoscript --update <filename> If no filename is specified, the file will be saved in the home dir as "bootinfoscript_YYYY-MM-DD_hh:mm:ss". If multiple versions of Boot Info Script are detected in the same directory, Boot Info Script will list all versions found. In that case you need to force Boot Info Script to run a certain version, by adding "--this" as first argument (root rights needed): ./bootinfoscript --this <outputfile> Features: --------- * Look at each MBR and identify its boot loader: - For GRUB and SuperGRUB: display the controlling partition. - If the MBR is unknown, display the whole MBR. * Look at all partitions: - Determine their type. - Identify their boot sectors. ° For GRUB: display the controlling partition and the offset of the stage2 file as recorded in the boot sector. ° For Syslinux: display the full version name, check if internal checksum matches, display installation directory, display offset of the ldlinux.sys file. ° For NTFS and FAT: examine the Boot Parameter Block for errors. - Identify the operating system installed on that partition. - List boot programs. - Display the partition table. - Display the output of "blkid". - Look in "/" and "NST" for bootpart codes and display the offset and boot drive, it is trying to chainload. - Look on "/" and "/NST" for stage1 files and display the offset and boot drive of the stage 2 files it is trying to chainload. - Display boot configuration files. - Is able to search LVM partitions if the LVM2 package is installed ("apt-get install lvm2" in debian based distros). - Is able to search Linux Software RAID partitions (MD RAIDs) if the "mdadm" package is installed. - If dmraid is installed, search all RAID drives, detected by dmraid.
|
Supporter
Anmeldungsdatum: Beiträge: 54264 Wohnort: Berlin |
Nein, das sieht nach einer README aus. Dir ist EXAKT beschrieben worden, was zu machen ist. Statt ständig etwas vollkommen anderes zu tun wäre es eine Option, einfach die angeforderten Daten zu posten. Und nur diese. Es sei denn, du hast überhaupt kein Interesse an Support und willst nur Trollen, was das bisherige Verhalten erklären würde. |
(Themenstarter)
Anmeldungsdatum: Beiträge: 31 |
reinhold@reinhold-MS-7204:~$ sudo parted -l [sudo] password for reinhold: Modell: ATA Hitachi HDS72105 (scsi) Festplatte /dev/sda: 500GB Sektorgröße (logisch/physisch): 512B/512B Partitionstabelle: msdos Disk-Flags: Nummer Anfang Ende Größe Typ Dateisystem Flags 1 1049kB 106MB 105MB primary ntfs boot 2 106MB 500GB 500GB primary ntfs Modell: ATA WDC WD5000AAKX-0 (scsi) Festplatte /dev/sdb: 500GB Sektorgröße (logisch/physisch): 512B/512B Partitionstabelle: msdos Disk-Flags: Nummer Anfang Ende Größe Typ Dateisystem Flags 1 1049kB 256MB 255MB primary ext2 2 257MB 500GB 500GB extended 5 257MB 500GB 500GB logical LVM Modell: Linux device-mapper (linear) (dm) Festplatte /dev/mapper/ubuntu--vg-swap_1: 3217MB Sektorgröße (logisch/physisch): 512B/512B Partitionstabelle: loop Disk-Flags: Nummer Anfang Ende Größe Dateisystem Flags 1 0,00B 3217MB 3217MB linux-swap(v1) Modell: Linux device-mapper (linear) (dm) Festplatte /dev/mapper/ubuntu--vg-root: 497GB Sektorgröße (logisch/physisch): 512B/512B Partitionstabelle: loop Disk-Flags: Nummer Anfang Ende Größe Dateisystem Flags 1 0,00B 497GB 497GB ext4 Warnung: /dev/sr1 kann nicht zum Schreiben geöffnet werden (Das Dateisystem ist nur lesbar). /dev/sr1 wurde nur lesbar geöffnet. Fehler: /dev/sr1: unbekannte Partitionstabelle Modell: Unbekannt (unknown) Festplatte /dev/sr1: 383MB Sektorgröße (logisch/physisch): 2048B/2048B Partitionstabelle: unknown Disk-Flags: reinhold@reinhold-MS-7204:~$ |
(Themenstarter)
Anmeldungsdatum: Beiträge: 31 |
reinhold@reinhold-MS-7204:~$ sudo apt-get install boot-info-script cl-awk [sudo] password for reinhold: Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig boot-info-script ist schon die neueste Version. cl-awk ist schon die neueste Version. Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt: kde-l10n-de kde-l10n-engb Verwenden Sie »apt-get autoremove«, um sie zu entfernen. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert. reinhold@reinhold-MS-7204:~$ sudo bootinfoscript Boot Info Script 0.61 [1 April 2012] Identifying MBRs... Computing Partition Table of /dev/sda... Computing Partition Table of /dev/sdb... Searching sda1 for information... Searching sda2 for information... Searching sdb1 for information... Searching sdb2 for information... Searching sdb5 for information... Searching ubuntu-vg-root' for information... Searching ubuntu-vg-swap_1' for information... Finished. The results are in the file "RESULTS.txt" located in "/home/reinhold/". reinhold@reinhold-MS-7204:~$ |