Sorry My poor Engslish.
1. In Grub-menu, select kernel and type e.
2. add kernel parameter "vga=0x317" like linux /vmlinuz................... vga=0x317
3.push F10 ,so boot kernel with plymouth

4. When boot up, push ctl+Alt+F2 ,so you look virtual console.
5. please login to virtual console
6. please excute "ibus-fbterm-launch"
7. you can use wide console,but can't input Japanese.
Of course please install fbterm,ibus-fbterm,ibus-fbterm-launch with yum.
---------- Post added at 06:14 PM ---------- Previous post was at 06:04 PM ----------
you can get antialiased virtual console with ~/.fonts.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit name="hinting" mode="assign">
<bool>true</bool>
</edit>
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
</edit>
<edit name="embeddedbitmap" mode="assign">
<bool>false</bool>
</edit>
<edit name="antialias" mode="assign">
<bool>true</bool>
</edit>
</match>
</fontconfig>
http://www.ac.auone-net.jp/~baba/fbterm/