Willkommen im cgboard - classic games Forum! Deine gemütliche Retro Gaming Community. Besuche uns auch im Discord Chat.

[Frage] Knoppix Installationsfragen
#19
0
Jetzt wird es schwierig. Sad
Interessant wäre ob in der grub.cfg überhaupt Windows eingetragen ist, vermutlich nicht.
Gebe als User cat /boot/grub/grub.cfg|grep Windows in die Konsole ein.
Bei mir gibt es folgene Ausgabe:
Code:
$ cat /boot/grub/grub.cfg|grep Windows
menuentry "Windows Vista (loader) (on /dev/sda1)" --class windows --class os {
Mein kompletter Windows-Eintrag in der grub.cfg:
Code:
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows Vista (loader) (on /dev/sda1)" --class windows --class os {
    insmod part_msdos
    insmod ntfs
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root 1234567890ABCDEF  
    chainloader +1
}
### END /etc/grub.d/30_os-prober ###
Wie geschrieben, so steht es bei mir, bei einer anderen Distri könnte was anderes stehen…

Die Zahl vor _os-prober muss mit der Datei XX_os-prober in /etc/grub.d/ übereinstimmen.
Die Zahlen/Buchstabenkmobination in der search-Zeile, ist die UUID der Windows-Partition, diese muss mit dem Eintrag von fstab übereinstimmen.
Gebe als User cat /etc/fstab|grep ntfs in die Konsole ein.
Ausgabebeispiel:
Code:
$ cat /etc/fstab|grep ntfs
/dev/disk/by-uuid/1234567890ABCDEF            /media/disk1part1    ntfs       auto,users,ro,dmask=0022,fmask=0133,nls=utf8 0 0
Steht in der Datei fstab die Windows-Partition drinnen (erkennbar an der ersten Zeile welche eine ntfs-Partition sein sollte), könnte man theoretisch die grub.cfg auf eigenes Risiko entsprechend bearbeiten und mit einem xx_os-prober Abschnitt den Windows-Eintrag hinzufügen.

Eine andere Möglichkeit um die UUID zu ermitteln ist das Programm blkid.
Als root blkid -o list /dev/sda1 in die Konsole eingeben, dann könnte die Ausgabe folgendermaßen aussehen:
Code:
# blkid -o list /dev/sda1
device     fs_type label    mount point       UUID
-------------------------------------------------------------------------------
/dev/sda1  ntfs    BOOT     /media/disk1part1 1234567890ABCDEF

Aber ich habe momentan echt keine Ahnung warum es keinen Windows-Eintrag totz os-prober und update-grub gibt und ob "No Volume groups found" etwas damit zu tun hat.


Ich gehe übrigens in Kürze in Urlaub und bin dann für 1-3 Wochen weg, vielleicht könnte ein anderer Linux-Spezi dann Nemu weiterhelfen?
[Bild: bug.gif]
Dt. Text-Patch für die engl. Uncut-Version von ›IHNMIMS‹
https://ihnm.blogspot.com/Thread
Zitieren


Nachrichten in diesem Thema
Knoppix Installationsfragen - von Nemu - 11.07.2011, 21:55
Knoppix Installationsfragen - von Mustrum - 12.07.2011, 13:48
Knoppix Installationsfragen - von thEClaw - 12.07.2011, 13:57
Knoppix Installationsfragen - von Mustrum - 12.07.2011, 14:29
Knoppix Installationsfragen - von thEClaw - 12.07.2011, 15:31
Knoppix Installationsfragen - von Mustrum - 12.07.2011, 16:02
Knoppix Installationsfragen - von gremlin31 - 12.07.2011, 16:21
Knoppix Installationsfragen - von The_Mad - 12.07.2011, 17:42
Knoppix Installationsfragen - von Nemu - 25.07.2011, 22:31
Knoppix Installationsfragen - von *BlackJack* - 26.07.2011, 17:57
Knoppix Installationsfragen - von Nemu - 26.07.2011, 20:07
Knoppix Installationsfragen - von Mustrum - 26.07.2011, 21:04
Knoppix Installationsfragen - von *BlackJack* - 26.07.2011, 21:32
Knoppix Installationsfragen - von Nemu - 01.08.2011, 20:43
Knoppix Installationsfragen - von Mustrum - 02.08.2011, 16:40
Knoppix Installationsfragen - von Nemu - 02.08.2011, 20:43
Knoppix Installationsfragen - von Mustrum - 02.08.2011, 20:53
Knoppix Installationsfragen - von Nemu - 02.08.2011, 21:47
Knoppix Installationsfragen - von Mustrum - 03.08.2011, 17:36
Knoppix Installationsfragen - von Nemu - 06.08.2011, 10:05
Knoppix Installationsfragen - von Mustrum - 06.08.2011, 10:35
Knoppix Installationsfragen - von Nemu - 06.08.2011, 13:34
Knoppix Installationsfragen - von Mustrum - 06.08.2011, 13:53
Knoppix Installationsfragen - von Nemu - 06.08.2011, 21:18
Knoppix Installationsfragen - von Mustrum - 07.08.2011, 12:28
Knoppix Installationsfragen - von Nemu - 07.08.2011, 12:40

Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  [Problem] Knoppix 7.0.5 und Ati Mobility M6 (Radeon 7000) Nemu 15 5.653 10.03.2013, 12:23
Letzter Beitrag: Nemu
  [Problem] Knoppix Problem Andi 24 4.489 15.03.2007, 18:35
Letzter Beitrag: Andi
  [Frage] USB Geräte unter Knoppix Mr_Crowley 1 1.503 09.08.2004, 20:13
Letzter Beitrag: Dr. Azrael Tod

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste