
1. März 2012 14:49
(zuletzt bearbeitet: 1. März 2012 14:53)
Ich hab jetzt erstmal versuch 10.04 x64 zu installieren, das hat aber auch nicht funktioniert.
(Wäre schon wenn Ubuntu 11.10 (Oneiric Ocelot) zu Ubuntu 10.04.4 LTS (Lucid Lynx) im Thread titel geändert werden könnte.)
Über die nacht hab ich noch rausgefunden das meine Festplatten gespiegelt sind (Raid verbund) und darauf dann versucht grub auf die andere Partition zu installieren.
Hat aber auch nicht geholfen.
Das folgende unten ist von nach der Installation von 10.04.
Bekomme immernoch einen ähnlichen fehler von Grub :
no such device: 37c178d6-ec3b-4d69-b06d-342b85f810c8
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 150.0 GB, 150039945216 bytes
255 heads, 63 sectors/track, 18241 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0007bca8
Device Boot Start End Blocks Id System
/dev/sda1 * 1 17495 140528556 83 Linux
/dev/sda2 17496 18241 5992245 5 Extended
/dev/sda5 17496 18241 5992213+ 82 Linux swap / Solaris
Unable to seek on /dev/sdb
ubuntu@ubuntu:~$ sudo blkid
/dev/loop0: TYPE="squashfs"
/dev/sda: TYPE="isw_raid_member"
/dev/sdb: TYPE="isw_raid_member"
/dev/mapper/isw_bgeicabafa_Volume01: UUID="82b7ac87-6e29-49d2-966b-4812abd2051b" TYPE="ext4"
/dev/mapper/isw_bgeicabafa_Volume05: UUID="9704c5e2-62d9-4485-b7b1-256b78d53c5f" TYPE="swap"
ubuntu@ubuntu:~$ 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\""
/dev/sda: GRUB 2 v1.97 oder v1.98
hexdump: /dev/sda1: No such file or directory
hexdump: /dev/sda2: No such file or directory
hexdump: /dev/sda5: No such file or directoryFstab:
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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
/dev/mapper/isw_bgeicabafa_Volume01 / ext4 errors=remount-ro 0 1
/dev/mapper/isw_bgeicabafa_Volume05 none swap sw 0 0
und schonmal danke für den Hilfsversuch 