hello,<br>F11 x86_64 updated.<br>Installed preupgrade package and run preupgrade successfully with target F12 (Costantine).<br> <br>When I boot and choose the line created in grub.conf:<br><br>title Upgrade to Fedora 12 (Constantine)<br>
        kernel /upgrade/vmlinuz preupgrade repo=hd::/var/cache/yum/preupgrade stage2=hd:UUID=4d1780d4-6bbd-449c-8932-f12bb1d40990:/upgrade/install.img ks=hd:UUID=4d1780d4-6bbd-449c-8932-f12bb1d40990:/upgrade/ks.cfg<br>        initrd /upgrade/initrd.img<br>
<br>I get an error that previous root device could not be found, forced to exit installer....<br><br>Reboot in F11, doing some debug:<br><br>df -k gives:<br>[root ~]# df -k<br>Filesystem           1K-blocks      Used Available Use% Mounted on<br>
/dev/mapper/vg_virtfed-lv_root<br>                      12381360   8580336   3172108  74% /<br>/dev/cciss/c0d0p1       198333    163474     34859  83% /boot<br>tmpfs                  6104292         0   6104292   0% /dev/shm<br>
<br>root filesystem (on LV, I imagine supported...)<br>[root ~]# tune2fs -l /dev/mapper/vg_virtfed-lv_root | grep UU<br>Filesystem UUID:          fa312b21-9db9-4ddc-b8eb-684cfb076941<br><br>/boot filesystem on partition:<br>
[root ~]# tune2fs -l /dev/cciss/c0d0p1 | grep UU<br>Filesystem UUID:          4d1780d4-6bbd-449c-8932-f12bb1d40990<br><br>[root ~]# ll /boot/upgrade/<br>total 146584<br>-rw-r--r-- 1 root root  23540852 2009-11-09 01:06 initrd.img<br>
-rw-r--r-- 1 root root 122544128 2009-11-09 01:07 install.img<br>-rw-r--r-- 1 root root       276 2009-11-17 17:26 ks.cfg<br>-rw-r--r-- 1 root root   3423296 2009-11-09 01:06 vmlinuz<br><br>ks.cfg created by preupgrade contains:<br>
# ks.cfg generated by preupgrade<br>lang en_US.UTF-8<br>keyboard us<br>bootloader --upgrade --location=none<br>upgrade --root-device=UUID=fa312b21-9db9-4ddc-b8eb-684cfb076941<br>reboot<br><br><br>%post<br>grubby --remove-kernel=/boot/upgrade/vmlinuz<br>
rm -rf /boot/upgrade /var/cache/yum/preupgrade*<br>%end<br><br>so the rott device and other things seems ok....<br>Only the bootloader string is not quite clear... donna if created wrong or not...<br><br>Thanks for help,<br>
Gianluca<br>