staging.inyokaproject.org

Ubuntu fehlerhaft

Status: Gelöst | Ubuntu-Version: Ubuntu 12.04 (Precise Pangolin)
Antworten |

Flertz

Avatar von Flertz

Anmeldungsdatum:
5. Juni 2011

Beiträge: Zähle...

Hallo,

bin mir nicht ganz sicher ob ich für das Thema das richtige Unterforum ausgewählt hab. 😳

Ich habe vor kurzem Windows XP neu auf einer schon vorher vorhandenen NTFS Partition installiert die ich allerdings während der Installation formatiert habe. Als ich dann den Grub repaiert habe und wieder ins Ubuntu gekommen bin, habe ich komische Fehler:

USB-Sticks werden nicht mehr erkannt. Egal bei welchem Anschluss, egal welcher USB-Stick. Mir wird "floppy0" angezeigt obwohl mein Rechner gar kein Diskettenlaufwerk hat. Außerdem habe ich mehrere grafische Oberflächen (Unity, Gnome, Xubuntu-Desktop) auf meinem Rechner installiert. Als ich letztens Unity ausgewählt habe hat es ein paar Minuten gedauert bis überhaupt die Desktopsymbole erschienen. Auf den Rest konnte ich nicht mehr warten, zu ungeduldig. Also ausgeschaltet, neugestartet und Gnome Classic ausgewählt. Auch dafür braucht der Rechner nun um einiges länger als früher. Außerdem kann ich "Laufwerksverwaltung" nicht mehr starten. Ich wollte nämlich nachsehen ob meine USB-Sticks wirklich nicht erkannt werden. Windows XP läuft einwandfrei.

Meine Fehler hören sich nicht typisch an, deshalb hab ich Angst dass mir nichts anderes mehr übrig bleibt als nun schon zum 3. Mal in diesem Jahr das Betriebssystem neu zu installieren.

Hat jemand eine Idee oder schon ein ähnliches Problem gehabt?

Gruß Flertz

Tuemmler

Anmeldungsdatum:
26. März 2007

Beiträge: 8075

Moin Moin,

versuche folgendes, Terminal auf, Eingabe

sudo update-grub  #warten was passiert, Fehlermeldungen im Codeblock melden
sudo apt-get autoremove
sudo apt-get clean
sudo apt-get update
sudo apt-get dist-upgrade

Fehlermeldungen posten

danach

sudo fdisk -l
grep -P '^[ \t]*[^#[ \t]+' /etc/apt/sources.list /etc/apt/sources.list.d/*.list

Ausgaben kopieren und posten.

Gruß

Flertz

(Themenstarter)
Avatar von Flertz

Anmeldungsdatum:
5. Juni 2011

Beiträge: Zähle...

Hallo Tuemmler,

sudo update-grub gab mir keinen Fehler aus. sudo apt-get autoremove da ist auch alles OK. sudo apt-get clean gab mir überhaupt nichts aus. sudo apt-get update hat folgendes Ergebnis: Es wurden 1.566 kB in 11 s geholt (138 kB/s) sudo apt-get dist-upgrade hat irgendwas gemacht, allerdings keine Fehler ausgegeben.

Der letzte Befehl gab mir folgendes aus:

severin@severin-ubuntu-12:~$ sudo fdisk -l
omitting empty partition (5)

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 Köpfe, 63 Sektoren/Spur, 19457 Zylinder, zusammen 312581808 Sektoren
Einheiten = Sektoren von 1 × 512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Festplattenidentifikation: 0x000def27

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sda1   *          63   118543634    59271786    7  HPFS/NTFS/exFAT
/dev/sda2       118544382   312580095    97017857    5  Erweiterte
/dev/sda3       300892160   312580095     5843968   82  Linux Swap / Solaris
/dev/sda5       118546432   300890111    91171840   83  Linux

Platte /dev/sdb: 8220 MByte, 8220645888 Byte
255 Köpfe, 63 Sektoren/Spur, 999 Zylinder, zusammen 16055949 Sektoren
Einheiten = Sektoren von 1 × 512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Festplattenidentifikation: 0x0008bf0a

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sdb1   *          63    16055948     8027943    7  HPFS/NTFS/exFAT

Disk /dev/sdh: 16.0 GB, 15997075456 bytes
64 Köpfe, 32 Sektoren/Spur, 15256 Zylinder, zusammen 31244288 Sektoren
Einheiten = Sektoren von 1 × 512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Festplattenidentifikation: 0x2052474d

Das sieht nicht wie eine Partitionstabelle aus.
Sie haben wahrscheinlich das falsche Gerät ausgewählt.

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sdh1   ?     6579571  1924427647   958924038+  70  DiskSecure Multi-Boot
/dev/sdh2   ?  1953251627  3771827541   909287957+  43  Unbekannt
/dev/sdh3   ?   225735265   225735274           5   72  Unbekannt
/dev/sdh4      2642411520  2642463409       25945    0  Leer

Partitionstabelleneinträge sind nicht in Platten-Reihenfolge
severin@severin-ubuntu-12:~$ grep -P '^[ \t]*[^#[ \t]+' /etc/apt/sources.list /etc/apt/sources.list.d/*.list
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ precise main restricted
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ precise main restricted
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ precise-updates main restricted
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ precise-updates main restricted
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ precise universe
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ precise universe
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ precise-updates universe
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ precise-updates universe
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ precise multiverse
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ precise multiverse
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ precise-updates multiverse
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ precise-updates multiverse
/etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
/etc/apt/sources.list:deb-src http://de.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu precise-security main restricted
/etc/apt/sources.list:deb-src http://security.ubuntu.com/ubuntu precise-security main restricted
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu precise-security universe
/etc/apt/sources.list:deb-src http://security.ubuntu.com/ubuntu precise-security universe
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu precise-security multiverse
/etc/apt/sources.list:deb-src http://security.ubuntu.com/ubuntu precise-security multiverse
/etc/apt/sources.list:deb http://extras.ubuntu.com/ubuntu precise main
/etc/apt/sources.list:deb-src http://extras.ubuntu.com/ubuntu precise main
/etc/apt/sources.list.d/dropbox.list:deb http://linux.dropbox.com/ubuntu precise main
/etc/apt/sources.list.d/google-chrome.list:deb http://dl.google.com/linux/chrome/deb/ stable main
/etc/apt/sources.list.d/opera.list:deb http://deb.opera.com/opera/ stable non-free #Opera Browser (final releases)
/etc/apt/sources.list.d/otto-kesselgulasch-gimp-precise.list:deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu precise main
/etc/apt/sources.list.d/otto-kesselgulasch-gimp-precise.list:deb-src http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu precise main
/etc/apt/sources.list.d/precise-partner.list:deb http://archive.canonical.com/ubuntu precise partner #Added by software-center
severin@severin-ubuntu-12:~$ 

Sagt dies etwas über die Fehler aus?

Gruß Flertz

Tuemmler

Anmeldungsdatum:
26. März 2007

Beiträge: 8075

Moin Moin,

was ist sdh ein Stick, eine Karte?

Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sdh1   ?     6579571  1924427647   958924038+  70  DiskSecure Multi-Boot
/dev/sdh2   ?  1953251627  3771827541   909287957+  43  Unbekannt
/dev/sdh3   ?   225735265   225735274           5   72  Unbekannt
/dev/sdh4      2642411520  2642463409       25945    0  Leer

Zeige bitte einmal bei der derzeitigen Situation

lsusb

alles Andere scheint OK

Gruß

Flertz

(Themenstarter)
Avatar von Flertz

Anmeldungsdatum:
5. Juni 2011

Beiträge: 102

severin@severin-ubuntu-12:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 05e3:0716 Genesys Logic, Inc. USB 2.0 Multislot Card Reader/Writer
Bus 002 Device 002: ID 04f3:02f4 Elan Microelectronics Corp. 2.4G Cordless Mouse
Bus 002 Device 003: ID 0603:00f2 Novatek Microelectronics Corp. 
Bus 001 Device 005: ID 0781:540e SanDisk Corp. Cruzer Contour Flash Drive
severin@severin-ubuntu-12:~$ ^C
severin@severin-ubuntu-12:~$ 

Das letzte ist übrigens mein USB-Stick, der komischerweise doch erkannt wird aber nicht in der grafischen Oberfläche (im Ubuntu) auftaucht. 🤓

Flertz

(Themenstarter)
Avatar von Flertz

Anmeldungsdatum:
5. Juni 2011

Beiträge: 102

WTF?

Habe gerade in einem anderen ähnlichen Thema gelesen dass es etwas gebracht hat dass man den USB-Stick mehrmals aus- und einsteckt. Siehe da....

Allerdings gab es keine Lösung in dem Thema. Andere USB-Sticks lassen sich über die Weise leider nicht einbinden. Mein USB-Stick wird außerdem als Festplatte erkannt.

Laufwerksverwaltung kann ich immer noch nicht öffnen, das darf doch nicht wahr sein... Versteh ich irgendwie nicht, ich hab überhaupt keine Ahnung was der Auslöser gewesen sein könnte. Normal ist das ja auch nicht dass das Betriebssystem sich von selbst kaputt macht, oder?

EDIT: Noch was: Habe jetzt mal beim Loginscreen Unity ausgewählt, Desktopsymbole werden angezeigt, die Panel(s) allerdings nicht und die Tastatur wird nicht erkannt. Unity 2D, Gnome und Xfce funktionieren perfekt. Also ein Problem von Unity?

EDIT2: Hab Unity jetzt deinstalliert, Unity 2D allerdings gelassen da es ja funktioniert. Hat leider nichts daran geändert dass die USB Geräte nicht erkannt werden... ☹

Tuemmler

Anmeldungsdatum:
26. März 2007

Beiträge: 8075

Moin Moin, da bin ich zunächst einmal wieder,

prüfe bitte einmal wie hier beschrieben Problemlösungen

Das mit dem Stick kann passieren, wenn dieser nicht sauber entfernt / ausgehängt wurde, unter Win genauso wie unter Linux.

Gruß

Flertz

(Themenstarter)
Avatar von Flertz

Anmeldungsdatum:
5. Juni 2011

Beiträge: 102

Hallo Tuemmler,

bei Problemlösungen habe ich nur den Befehl gefunden der prüft ob der PC für Unity geeignet ist, bei mir ist alles korrekt. Ich entferne meine USB-Sticks korrekt, allerdings ist das Problem ja dass ALLE USB-Sticks nicht angezeigt werden. Tastatur und Maus funktionieren allerdings.

Gruß Flertz

Tuemmler

Anmeldungsdatum:
26. März 2007

Beiträge: 8075

Moin Moin,

zunächst einmal, ich unterscheide 2 Probleme

  • die Probleme mit Unity

  • das Problem mit den Sticks.

nach der Information für Problemlösungen klappt dann Unity?

Laufwerksverwaltung kann ich immer noch nicht öffnen,.....

Desktopsymbole werden angezeigt, die Panel(s) allerdings nicht und die Tastatur wird nicht erkannt.

Was ist denn nun mit Unity, hier fehlt mir die Antwort.?

Gruß

Flertz

(Themenstarter)
Avatar von Flertz

Anmeldungsdatum:
5. Juni 2011

Beiträge: 102

Hallo,

sry, ich werde jetzt mal versuchen etwas verständlicher zu formulieren.

Ich habe mir Windows XP neu installiert, auf einer anderen Partition, anschließend den Grub repariert und wieder Ubuntu hochgefahren.

Nun (das war auch vor Deinstallierung von Unity) habe ich gemerkt dass es länger als sonst dauert grafische Oberflächen (egal ob Gnome, Xfce oder Unity) zu laden.

Unity hat gar nicht mehr geklappt, anschließend hab ichs deinstalliert.

In der Laufwerksliste in Nautilus wird "floppy0" angezeigt, obwohl ich kein Diskettenlaufwerk habe.

USB-Sticks werden nur ab und zu erkannt, und wenn, dann als Festplatte (siehe Anhang).

Die Windows-Festplatte wird mir auch nicht mehr angezeigt, daher kann ich mir vorstellen dass ich irgendwas mit dem Grub falschgemacht habe.

Gruß Flertz

Bilder

Tuemmler

Anmeldungsdatum:
26. März 2007

Beiträge: 8075

Moin Moin,

zeige bitte einmal das Ergebnis des Boot Info Scripts sowie das Ergebnis folgender Eingabe in ein Terminal

lsblk -o NAME,FSTYPE,UUID,RO,RM,SIZE,STATE,OWNER,GROUP,MODE,TYPE,MOUNTPOINT,LABEL,MODEL

Gruß

Flertz

(Themenstarter)
Avatar von Flertz

Anmeldungsdatum:
5. Juni 2011

Beiträge: 102

Hallo Tuemmler,

folgendes steht in der "resulst.txt":

                  Boot Info Script 0.60    from 17 May 2011


============================= Boot Info Summary: ===============================

 => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    for  on this drive.
 => Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sdb.
 => Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sdh.

sda1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows XP
    Boot sector info:   No errors found in the Boot Parameter Block.
    Operating System:  Windows XP
    Boot files:        /boot.ini /ntldr /NTDETECT.COM

sda2: __________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  -
    Boot sector info:  

sda5: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info:  
    Operating System:  Ubuntu 12.04.1 LTS
    Boot files:        /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img

sda3: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info:  

sdb1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 4.01 debian-20100714 ...........>...r>..............0...~.k...~...f...M.f.f....f..8~....>2}
    Boot sector info:   Syslinux looks at sector 4604320 of /dev/sdb1 for its 
                       second stage. SYSLINUX is installed in the  directory. 
                       The integrity check of the ADV area failed. According 
                       to the info in the boot sector, sdb1 starts at sector 
                       0. But according to the info from fdisk, sdb1 starts 
                       at sector 63.
    Operating System:  
    Boot files:        

sdh1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  Windows XP: FAT32
    Boot sector info:   No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

============================ Drive/Partition Info: =============================

Drive: sda _____________________________________________________________________

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 Köpfe, 63 Sektoren/Spur, 19457 Zylinder, zusammen 312581808 Sektoren
Einheiten = Sektoren von 1 × 512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *             63   118,543,634   118,543,572   7 NTFS / exFAT / HPFS
/dev/sda2         118,544,382   312,580,095   194,035,714   5 Extended
Extended partition linking to another extended partition.
/dev/sda5         118,546,432   300,890,111   182,343,680  83 Linux
/dev/sda3         300,892,160   312,580,095    11,687,936  82 Linux swap / Solaris

/dev/sda2 overlaps with /dev/sda3

Drive: sdb _____________________________________________________________________

Platte /dev/sdb: 8220 MByte, 8220645888 Byte
255 Köpfe, 63 Sektoren/Spur, 999 Zylinder, zusammen 16055949 Sektoren
Einheiten = Sektoren von 1 × 512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1    *             63    16,055,948    16,055,886   7 NTFS / exFAT / HPFS


Drive: sdh _____________________________________________________________________

Platte /dev/sdh: 4007 MByte, 4007657472 Byte
124 Köpfe, 62 Sektoren/Spur, 1018 Zylinder, zusammen 7827456 Sektoren
Einheiten = Sektoren von 1 × 512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdh1    *             62     7,826,383     7,826,322   b W95 FAT32


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/mapper/truecrypt1 E526-6117                              vfat       
/dev/sda1        B2641B83641B498D                       ntfs       
/dev/sda3        47fe385e-94dd-4147-8f94-fa895ce2c360   swap       
/dev/sda5        7a4256d8-d8e1-4717-8aa3-3873e588947b   ext4       
/dev/sdb1        AEC0-99EB                              vfat       XBOOT
/dev/sdh1        CCB2-1A7A                              vfat       

========================= "ls -R /dev/mapper/" output: =========================

/dev/mapper:
control
truecrypt1

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/mapper/truecrypt1 /media/truecrypt1        vfat       (rw,uid=1000,gid=1000,umask=077)
/dev/sda5        /                        ext4       (rw,errors=remount-ro)
/dev/sdb1        /media/XBOOT             vfat       (rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,uhelper=udisks)


================================ sda1/boot.ini: ================================

--------------------------------------------------------------------------------
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn
--------------------------------------------------------------------------------

=========================== sda5/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=1280x1024
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(hd0,msdos6)'
  search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
  set locale_dir=($root)/boot/grub/locale
  set lang=de_DE
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
  set timeout=-1
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
insmod png
if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
  set color_normal=light-gray/black
  set color_highlight=white/black
else
  set menu_color_normal=white/black
  set menu_color_highlight=black/light-gray
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
menuentry 'Ubuntu, mit Linux 3.2.0-31-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	linux	/boot/vmlinuz-3.2.0-31-generic-pae root=UUID=7a4256d8-d8e1-4717-8aa3-3873e588947b ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.2.0-31-generic-pae
}
menuentry 'Ubuntu, mit Linux 3.2.0-31-generic-pae (Wiederherstellungsmodus)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	echo	'Linux 3.2.0-31-generic-pae wird geladen …'
	linux	/boot/vmlinuz-3.2.0-31-generic-pae root=UUID=7a4256d8-d8e1-4717-8aa3-3873e588947b ro recovery nomodeset 
	echo	'Initiale Ramdisk wird geladen …'
	initrd	/boot/initrd.img-3.2.0-31-generic-pae
}
submenu "Previous Linux versions" {
menuentry 'Ubuntu, mit Linux 3.2.0-30-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	linux	/boot/vmlinuz-3.2.0-30-generic-pae root=UUID=7a4256d8-d8e1-4717-8aa3-3873e588947b ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.2.0-30-generic-pae
}
menuentry 'Ubuntu, mit Linux 3.2.0-30-generic-pae (Wiederherstellungsmodus)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	echo	'Linux 3.2.0-30-generic-pae wird geladen …'
	linux	/boot/vmlinuz-3.2.0-30-generic-pae root=UUID=7a4256d8-d8e1-4717-8aa3-3873e588947b ro recovery nomodeset 
	echo	'Initiale Ramdisk wird geladen …'
	initrd	/boot/initrd.img-3.2.0-30-generic-pae
}
menuentry 'Ubuntu, mit Linux 3.2.0-29-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	linux	/boot/vmlinuz-3.2.0-29-generic-pae root=UUID=7a4256d8-d8e1-4717-8aa3-3873e588947b ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.2.0-29-generic-pae
}
menuentry 'Ubuntu, mit Linux 3.2.0-29-generic-pae (Wiederherstellungsmodus)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	echo	'Linux 3.2.0-29-generic-pae wird geladen …'
	linux	/boot/vmlinuz-3.2.0-29-generic-pae root=UUID=7a4256d8-d8e1-4717-8aa3-3873e588947b ro recovery nomodeset 
	echo	'Initiale Ramdisk wird geladen …'
	initrd	/boot/initrd.img-3.2.0-29-generic-pae
}
menuentry 'Ubuntu, mit Linux 3.2.0-23-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	linux	/boot/vmlinuz-3.2.0-23-generic-pae root=UUID=7a4256d8-d8e1-4717-8aa3-3873e588947b ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.2.0-23-generic-pae
}
menuentry 'Ubuntu, mit Linux 3.2.0-23-generic-pae (Wiederherstellungsmodus)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	echo	'Linux 3.2.0-23-generic-pae wird geladen …'
	linux	/boot/vmlinuz-3.2.0-23-generic-pae root=UUID=7a4256d8-d8e1-4717-8aa3-3873e588947b ro recovery nomodeset 
	echo	'Initiale Ramdisk wird geladen …'
	initrd	/boot/initrd.img-3.2.0-23-generic-pae
}
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	linux16	/boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professional (on /dev/sda1)" --class windows --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root B2641B83641B498D
	drivemap -s (hd0) ${root}
	chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

=============================== sda5/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda7 during installation
UUID=7a4256d8-d8e1-4717-8aa3-3873e588947b /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=47fe385e-94dd-4147-8f94-fa895ce2c360 none            swap    sw              0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0

--------------------------------------------------------------------------------

=================== sda5: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

               =                boot/grub/core.img                             1
               =                boot/grub/grub.cfg                             1
               =                boot/initrd.img-3.2.0-23-generic-pae           2
               =                boot/initrd.img-3.2.0-29-generic-pae           2
               =                boot/initrd.img-3.2.0-30-generic-pae           1
               =                boot/initrd.img-3.2.0-31-generic-pae           3
               =                boot/vmlinuz-3.2.0-23-generic-pae              1
               =                boot/vmlinuz-3.2.0-29-generic-pae              1
               =                boot/vmlinuz-3.2.0-30-generic-pae              2
               =                boot/vmlinuz-3.2.0-31-generic-pae              2
               =                initrd.img                                     3
               =                initrd.img.old                                 1
               =                vmlinuz                                        2
               =                vmlinuz.old                                    2

========= Devices which don't seem to have a corresponding hard drive: =========

sdc sdd sde sdf sdg 

=============================== StdErr Messages: ===============================

unlzma: (stdin): Komprimierte Daten sind korrupt
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
/usr/sbin/boot_info_script: Zeile 1579: [: 2.73495e+09: Ganzzahliger Ausdruck erwartet.

Und folgendes wird bei dem genannten Befehl ausgegeben:

severin@severin-ubuntu-12:~$ lsblk -o NAME,FSTYPE,UUID,RO,RM,SIZE,STATE,OWNER,GROUP,MODE,TYPE,MOUNTPOINT,LABEL,MODEL
NAME                FSTYPE UUID RO RM   SIZE STATE OWNER GROUP  MODE       TYPE MOUNTPOINT LABEL MODEL
loop0                            0  0   200M       root  disk   brw-rw---- loop                  
└─truecrypt1 (dm-0)              0  0 199,8M runni root  disk   brw-rw---- dm   /media/tru       
fd0                              0  1     4K       root  floppy brw-rw---- disk                  
sr0                              0  1  1024M runni root  cdrom  brw-rw---- rom                   DVD-RAM 
sda                              0  0 149,1G runni root  disk   brw-rw---- disk                  ExcelSto
├─sda1                           0  0  56,5G       root  disk   brw-rw---- part                  
├─sda2                           0  0     1K       root  disk   brw-rw---- part                  
├─sda3                           0  0   5,6G       root  disk   brw-rw---- part [SWAP]           
└─sda5                           0  0    87G       root  disk   brw-rw---- part /                
sdb                              0  1   7,7G runni root  disk   brw-rw---- disk                  Cruzer C
└─sdb1                           0  1   7,7G       root  disk   brw-rw---- part /media/XBO       
sdh                              0  1   3,8G runni root  disk   brw-rw---- disk                  STORE N 
└─sdh1                           0  1   3,7G       root  disk   brw-rw---- part                  
severin@severin-ubuntu-12:~$ 

Gruß Flertz

Tuemmler

Anmeldungsdatum:
26. März 2007

Beiträge: 8075

Moin Moin,

Flertz schrieb:

severin@severin-ubuntu-12:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 05e3:0716 Genesys Logic, Inc. USB 2.0 Multislot Card Reader/Writer
Bus 002 Device 002: ID 04f3:02f4 Elan Microelectronics Corp. 2.4G Cordless Mouse
Bus 002 Device 003: ID 0603:00f2 Novatek Microelectronics Corp. 
Bus 001 Device 005: ID 0781:540e SanDisk Corp. Cruzer Contour Flash Drive
severin@severin-ubuntu-12:~$ ^C 

entferne bitte einmal den USB-Stick und die Karte aus dem Card-Reader boote neu, und lass noch einmal das Boot-Info-Sript laufen.

Gruß

Flertz

(Themenstarter)
Avatar von Flertz

Anmeldungsdatum:
5. Juni 2011

Beiträge: 102

Hallo,

habs soeben gemacht, hier nochmal die results.txt:

                  Boot Info Script 0.60    from 17 May 2011


============================= Boot Info Summary: ===============================

 => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    for  on this drive.

sda1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows XP
    Boot sector info:   No errors found in the Boot Parameter Block.
    Operating System:  Windows XP
    Boot files:        /boot.ini /ntldr /NTDETECT.COM

sda2: __________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  -
    Boot sector info:  

sda5: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info:  
    Operating System:  Ubuntu 12.04.1 LTS
    Boot files:        /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img

sda3: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info:  

============================ Drive/Partition Info: =============================

Drive: sda _____________________________________________________________________

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 Köpfe, 63 Sektoren/Spur, 19457 Zylinder, zusammen 312581808 Sektoren
Einheiten = Sektoren von 1 × 512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *             63   118,543,634   118,543,572   7 NTFS / exFAT / HPFS
/dev/sda2         118,544,382   312,580,095   194,035,714   5 Extended
Extended partition linking to another extended partition.
/dev/sda5         118,546,432   300,890,111   182,343,680  83 Linux
/dev/sda3         300,892,160   312,580,095    11,687,936  82 Linux swap / Solaris

/dev/sda2 overlaps with /dev/sda3

"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        B2641B83641B498D                       ntfs       
/dev/sda3        47fe385e-94dd-4147-8f94-fa895ce2c360   swap       
/dev/sda5        7a4256d8-d8e1-4717-8aa3-3873e588947b   ext4       

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/sda5        /                        ext4       (rw,errors=remount-ro)


================================ sda1/boot.ini: ================================

--------------------------------------------------------------------------------
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn
--------------------------------------------------------------------------------

=========================== sda5/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=1280x1024
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(hd0,msdos6)'
  search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
  set locale_dir=($root)/boot/grub/locale
  set lang=de_DE
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
  set timeout=-1
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
insmod png
if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
  set color_normal=light-gray/black
  set color_highlight=white/black
else
  set menu_color_normal=white/black
  set menu_color_highlight=black/light-gray
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
menuentry 'Ubuntu, mit Linux 3.2.0-31-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	linux	/boot/vmlinuz-3.2.0-31-generic-pae root=UUID=7a4256d8-d8e1-4717-8aa3-3873e588947b ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.2.0-31-generic-pae
}
menuentry 'Ubuntu, mit Linux 3.2.0-31-generic-pae (Wiederherstellungsmodus)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	echo	'Linux 3.2.0-31-generic-pae wird geladen …'
	linux	/boot/vmlinuz-3.2.0-31-generic-pae root=UUID=7a4256d8-d8e1-4717-8aa3-3873e588947b ro recovery nomodeset 
	echo	'Initiale Ramdisk wird geladen …'
	initrd	/boot/initrd.img-3.2.0-31-generic-pae
}
submenu "Previous Linux versions" {
menuentry 'Ubuntu, mit Linux 3.2.0-30-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	linux	/boot/vmlinuz-3.2.0-30-generic-pae root=UUID=7a4256d8-d8e1-4717-8aa3-3873e588947b ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.2.0-30-generic-pae
}
menuentry 'Ubuntu, mit Linux 3.2.0-30-generic-pae (Wiederherstellungsmodus)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	echo	'Linux 3.2.0-30-generic-pae wird geladen …'
	linux	/boot/vmlinuz-3.2.0-30-generic-pae root=UUID=7a4256d8-d8e1-4717-8aa3-3873e588947b ro recovery nomodeset 
	echo	'Initiale Ramdisk wird geladen …'
	initrd	/boot/initrd.img-3.2.0-30-generic-pae
}
menuentry 'Ubuntu, mit Linux 3.2.0-29-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	linux	/boot/vmlinuz-3.2.0-29-generic-pae root=UUID=7a4256d8-d8e1-4717-8aa3-3873e588947b ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.2.0-29-generic-pae
}
menuentry 'Ubuntu, mit Linux 3.2.0-29-generic-pae (Wiederherstellungsmodus)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	echo	'Linux 3.2.0-29-generic-pae wird geladen …'
	linux	/boot/vmlinuz-3.2.0-29-generic-pae root=UUID=7a4256d8-d8e1-4717-8aa3-3873e588947b ro recovery nomodeset 
	echo	'Initiale Ramdisk wird geladen …'
	initrd	/boot/initrd.img-3.2.0-29-generic-pae
}
menuentry 'Ubuntu, mit Linux 3.2.0-23-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	linux	/boot/vmlinuz-3.2.0-23-generic-pae root=UUID=7a4256d8-d8e1-4717-8aa3-3873e588947b ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.2.0-23-generic-pae
}
menuentry 'Ubuntu, mit Linux 3.2.0-23-generic-pae (Wiederherstellungsmodus)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	echo	'Linux 3.2.0-23-generic-pae wird geladen …'
	linux	/boot/vmlinuz-3.2.0-23-generic-pae root=UUID=7a4256d8-d8e1-4717-8aa3-3873e588947b ro recovery nomodeset 
	echo	'Initiale Ramdisk wird geladen …'
	initrd	/boot/initrd.img-3.2.0-23-generic-pae
}
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	linux16	/boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 7a4256d8-d8e1-4717-8aa3-3873e588947b
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professional (on /dev/sda1)" --class windows --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root B2641B83641B498D
	drivemap -s (hd0) ${root}
	chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

=============================== sda5/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda7 during installation
UUID=7a4256d8-d8e1-4717-8aa3-3873e588947b /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=47fe385e-94dd-4147-8f94-fa895ce2c360 none            swap    sw              0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0
--------------------------------------------------------------------------------

=================== sda5: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

               =                boot/grub/core.img                             1
               =                boot/grub/grub.cfg                             1
               =                boot/initrd.img-3.2.0-23-generic-pae           2
               =                boot/initrd.img-3.2.0-29-generic-pae           2
               =                boot/initrd.img-3.2.0-30-generic-pae           1
               =                boot/initrd.img-3.2.0-31-generic-pae           3
               =                boot/vmlinuz-3.2.0-23-generic-pae              1
               =                boot/vmlinuz-3.2.0-29-generic-pae              1
               =                boot/vmlinuz-3.2.0-30-generic-pae              2
               =                boot/vmlinuz-3.2.0-31-generic-pae              2
               =                initrd.img                                     3
               =                initrd.img.old                                 1
               =                vmlinuz                                        2
               =                vmlinuz.old                                    2

========= Devices which don't seem to have a corresponding hard drive: =========

sdb sdc sdd sde sdf 

=============================== StdErr Messages: ===============================

unlzma: (stdin): Komprimierte Daten sind korrupt
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in

Übrigens habe ich heute Gparted Live gestartet und es wurde keine einzige Partition erkannt. Bei meiner Festplatte hieß es nur "nicht zugeteilt". Vielleicht ist das hilfreich.

Gruß Flertz

Flertz

(Themenstarter)
Avatar von Flertz

Anmeldungsdatum:
5. Juni 2011

Beiträge: 102

Sobald ich den Startmedienersteller öffen werden alle USB-Sticks als Festplatten gemounted.

Gruß Flertz

Antworten |