Situation: F14 -> F16 update via preupgrade. All files are downloaded and the grubmenu is changed to include the upgrade temp kernel.
Problem1:
Booting the upgrade kernel will just provide you a black screen with a blinking cursor.
The grub menu.lst:
Please note that I can start the unupgraded system just fine with the second menu section so the boot section is existing. Please note that /dev/sda2 contains the boot partition for /boot
Following the advice in method2 in https://fedoraproject.org/wiki/How_t...ll_upon_reboot I proceed with making a new entry in the grub manu.lst
Which did exactly the same: blinking cursor
Problem2:
Method 1 was to use the grub cmdline, which I used as follows:
After the initrd command the pc froze, no output was given.
Since the symptoms of problem 1 and 2 differ, so could it be 2 different problems?
Can anyone make a suggestion to hep with any of those 2 problems?
Problem1:
Booting the upgrade kernel will just provide you a black screen with a blinking cursor.
The grub menu.lst:
Code:
default=0
timeout=10
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Upgrade to Fedora 16 (Verne)
kernel /upgrade/vmlinuz preupgrade repo=hd::/var/cache/yum/preupgrade ks=hd:UUID=28d7d9d4-fd54-4f6a-a40a-d05078e5495d:/upgrade/ks.cfg
initrd /upgrade/initrd.img
title Fedora (2.6.35.14-106.fc14.x86_64)
root (hd0,1)
kernel /vmlinuz-2.6.35.14-106.fc14.x86_64 ro root=UUID=9be4cded-8e02-4e54-9204-1338a00a604a LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us radeon.modeset=0
initrd /initramfs-2.6.35.14-106.fc14.x86_64.img
title Win7
rootnoverify (hd0,0)
chainloader +1
Following the advice in method2 in https://fedoraproject.org/wiki/How_t...ll_upon_reboot I proceed with making a new entry in the grub manu.lst
Code:
title Upgrade
root (hd0,1)
kernel /upgrade/vmlinuz
initrd /upgrade/initrd.img
boot
Problem2:
Method 1 was to use the grub cmdline, which I used as follows:
Code:
root (hd0,1)
kernel upgrade/vmlinuz
initrd upgrade/initrd.img
Since the symptoms of problem 1 and 2 differ, so could it be 2 different problems?
Can anyone make a suggestion to hep with any of those 2 problems?