On Jan 21, 2014, at 7:44 PM, William <mattison.compu...@yahoo.com> wrote:
> 
> 
> The url is "pastebin.com/tGhLuhJt"
> 

1.

"Grub2 (v1.99) is installed in the MBR…"

Why has this never been updated? I have to go back to Fedora 16 to find a GRUB 
this old. Since what's in the MBR points to  core.img at sector 1, and the 
first partition starts at LBA 2048, it's safe to have Fedora 19 reinstall grub. 
I would replace it:

grub2-install /dev/sda

2. 
I'd also replace the grub.cfg with one created by grub2-mkconfig:

grub2-mkconfig -o /boot/grub2/grub.cfg

It appears you have custom boot parameters "nouveau.modeset=0 
rd.driver.blacklist=nouveau video=vesa:off" in which case you should have 
edited /etc/default/grub and added those boot parameters to 
GRUB_CMDLINE_LINUX=. If you haven't, do that before running grub2-mkconfig so 
that those boot options get picked up in the new grub.cfg.


> And I did "fedup --network 20".

Try:

fedup --network 20 --debuglog fedupdebug.log

Before rebooting, confirm that fedup says it's ready for you to reboot the 
system, and then fpaste the fedupdebug.log (or pastebin it).

Chris Murphy

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to