Quote:
Originally Posted by AdamW
upgrade isn't actually 'supported' (i.e. tested or bugs considered critical) at Alpha, only Beta. so it's possible it's just broken. we'll be starting testing on this soon, with the Beta TCs.
|
Thanks. I managed to run preupgrade under FC16 and it completed downloading all the required packages, then prompted for a Reboot, writing the following into grub.cfg:
Code:
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Upgrade to Fedora 17 (Beefy Miracle)' --class gnu-linux --class gnu -
-class os {
linux /upgrade/vmlinuz preupgrade repo=hd::/var/cache/yum/preupgrade ks=
hd:UUID=3cd15340-c6ba-454f-800c-7807027211f1:/upgrade/ks.cfg stage2=hd:UUID=3cd1
5340-c6ba-454f-800c-7807027211f1:/upgrade/squashfs.img
initrd /upgrade/initrd.img
}
On reboot it started to load, the failed with:
dracut: FATAL:No or empty root=argument
which looking at grub.cfg is of course true :-)
I'll try again when FC17 Beta is released, keep up the good work!
Regards,
John