Hallo,
bei der Installation des Sytemes auf /dev/sda1 (AHCI-Device) konnte in der chroot-Umgebung das Gerät auch als sda zugeordnet werden. Daneben ein Raid 6 an einem 3ware Controller (9750), welches als /dev/sdb erkannt wird. Verlasse ich nun die Chrootumgebung und boote neu, erfolgt ein Vertauschen von sda und sdb. Für mich unverstädlich ist, dass ich dem Grub via CLI vor dem booten, die neue Zuordnung übergeben muss:
|
Quellcode
|
1
|
kernel /boot/vmlinuz-3.3.2 root=/dev/sdb1
|
aber in der /etc/fstab die Dateisystemzuordnungen auf /dev/sda zeigen:
|
Quellcode
|
1
2
3
|
# system:
/dev/sda1 / ext4 noatime 0 1
/dev/sda2 none swap sw 0 0
|
Gebe ich nun im gebooteten System fdisk -l ein, wird die Verwechselung der Platten belegt:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Disk /dev/sda: 6000.0 GB, 5999966552064 bytes
255 heads, 63 sectors/track, 729454 cylinders, total 11718684672 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0004531d
Device Boot Start End Blocks Id System
Disk /dev/sdb: 7918 MB, 7918460928 bytes
255 heads, 63 sectors/track, 962 cylinders, total 15465744 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000cdb99
Device Boot Start End Blocks Id System
/dev/sdb1 2048 12290047 6144000 83 Linux
/dev/sdb2 12290048 15464447 1587200 82 Linux swap / Solaris
|
Wie kann ich das im Grub umgehen?
Gruß
anpa