mein Problem betrifft zwar nicht die "Erstinstallation" sondern ein Update, ich hoffe aber, dass ich hier trotzdem richtig bin.
Beim Update lenny => squeeze kommt irgendwann die Umstellung auf die UUIDs.
Das Install-Script schlägt mir folgende Anpassungen vor:
Code: Alles auswählen
¦ These configuration files will be updated: ¦
¦ ¦
¦ /etc/fstab, /boot/grub/menu.lst, /etc/lilo.conf, /etc/udev/rules.d/70-persistent-cd.rules, ¦
¦ /etc/initramfs-tools/conf.d/resume ¦
¦ ¦
¦ The device IDs will be changed as follows: ¦
¦ ¦
¦ /dev/hdb: /dev/cdrom ¦
¦ /dev/sda1: UUID=890a1e03-9bf0-4244-8a40-7ab95d305354 ¦
¦ /dev/sda3: UUID=1dc92509-04f1-4ab7-aa6f-3f8a7ce13e9c ¦
¦ /dev/sr0: /dev/cdrom1 ¦
¦ /dev/sda2: UUID=e6bd548d-ac12-4f4c-bc89-78656dd81565 ¦
¦ + PATH=pci-0000:04:07.0-scsi-0:0:1:0 ¦
¦ ¦
¦ Apply configuration changes to disk device IDs? ¦
Code: Alles auswählen
+----------------------------------------¦ Configuring linux-base +-----------------------------------------+
¦ ¦
¦ Configuration files still contain deprecated device names ¦
¦ ¦
¦ The following configuration files still use some device names that may change when using the new kernel: ¦
¦ ¦
¦ /etc/lilo.conf: /dev/sda ¦
¦ ¦
¦ <Ok> ¦
¦ ¦
+-----------------------------------------------------------------------------------------------------------+
und dann
+-----------------¦ Configuring linux-base +--------------------------+
¦ ¦
¦ Boot loader configuration check needed ¦
¦ ¦
¦ The boot loader configuration for this system was not recognized. ¦
¦ These settings in the configuration may need to be updated: ¦
¦ ¦
¦ * The root device ID passed as a kernel parameter; ¦
¦ * The boot device ID used to install and update the boot loader. ¦
¦ ¦
¦ ¦
¦ You should generally identify these devices by UUID or label. ¦
¦ However, on MIPS systems the root device must be ¦
¦ identified by name. ¦
¦ ¦
¦ <Ok> ¦
¦ ¦
+---------------------------------------------------------------------+
Code: Alles auswählen
~ ls -l /dev/disk/by-uuid/
1dc92509-04f1-4ab7-aa6f-3f8a7ce13e9c -> ../../sda3
890a1e03-9bf0-4244-8a40-7ab95d305354 -> ../../sda1
e6bd548d-ac12-4f4c-bc89-78656dd81565 -> ../../sda2
~ blkid /dev/sda1
/dev/sda1: UUID="890a1e03-9bf0-4244-8a40-7ab95d305354" TYPE="ext2"
~ blkid /dev/sda
~ (nichts)
Code: Alles auswählen
boot=/dev/sda
# root = /dev/sda3
root = "UUID=1dc92509-04f1-4ab7-aa6f-3f8a7ce13e9c"
Added xxx*
Added yyy
Added zzz
Kann ich mein System so lassen?