svnno****@sourc*****
svnno****@sourc*****
2012年 3月 11日 (日) 21:36:17 JST
Revision: 4864 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4864 Author: yutakapon Date: 2012-03-11 21:36:16 +0900 (Sun, 11 Mar 2012) Log Message: ----------- Legacy GRUBに関する記述を追加した。 Modified Paths: -------------- trunk/doc/en/html/usage/tips/namedpipe.html trunk/doc/ja/html/usage/tips/namedpipe.html -------------- next part -------------- Modified: trunk/doc/en/html/usage/tips/namedpipe.html =================================================================== --- trunk/doc/en/html/usage/tips/namedpipe.html 2012-03-11 12:01:10 UTC (rev 4863) +++ trunk/doc/en/html/usage/tips/namedpipe.html 2012-03-11 12:36:16 UTC (rev 4864) @@ -67,7 +67,27 @@ So, Tera Term can connect to the virtual machine by using the named pipe. However, the Magic SysRq key can not be worked after doing "Send break" of Tera Term because the break signal is not be supported. +<p> +For your reference, the serial configuration is different from the GRUB2 because the Legacy GRUB is used at Fedora 15 before. +A user needs to edit directly the /boot/grub/grub.conf by using the superuser privilege. +<pre> +default=0 +timeout=5 +<font color=red>#splashimage=(hd0,0)/grub/splash.xpm.gz</font> +hiddenmenu +<font color=red>serial --unit=0 --speed=38400 +terminal --timeout=5 serial console</font> +title Fedora (2.6.38.6-26.rc1.fc15.i686.PAE) + root (hd0,0) + kernel /vmlinuz-2.6.38.6-26.rc1.fc15.i686.PAE ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=ja_JP.UTF-8 KEYTABLE=jp106 selinux=0 <font color=red><s>rhgb quiet</s></font> <font color=red>console=tty0 console=ttyS0,38400</font> + initrd /initramfs-2.6.38.6-26.rc1.fc15.i686.PAE.img +</pre> + +</p> + + + <h2><a name="vmware">Windows Server 2008 on Hyper-V</a></h2> <p> TBD Modified: trunk/doc/ja/html/usage/tips/namedpipe.html =================================================================== --- trunk/doc/ja/html/usage/tips/namedpipe.html 2012-03-11 12:01:10 UTC (rev 4863) +++ trunk/doc/ja/html/usage/tips/namedpipe.html 2012-03-11 12:36:16 UTC (rev 4864) @@ -66,7 +66,27 @@ \x88ȏ\xE3\x82\xE6\x82\xE8\x81AVMware\x82\xA9\x82\xE7Fedora\x82\xF0\x8BN\x93\xAE\x82\xB7\x82\xE9\x82ƁA\x96\xBC\x91O\x95t\x82\xAB\x83p\x83C\x83v(\\.\pipe\vmware-serial-port)\x82\xAA\x8D쐬\x82\xB3\x82\xEA\x82\xE9\x82̂ŁATera Term\x82\xA9\x82\xE7\x90ڑ\xB1\x89\\x82ƂȂ\xE8\x82܂\xB7\x81B\x82Ȃ\xA8\x81A\x83u\x83\x8C\x81[\x83N\x90M\x8D\x86\x82ɂ͑Ή\x9E\x82\xB5\x82Ă\xA2\x82Ȃ\xA2\x82̂ŁATera Term\x82\xA9\x82\xE7"Send break"\x82\xB5\x82Ă\xE0Magic SysRq key\x82͓\xAE\x8D삵\x82܂\xB9\x82\xF1\x81B +<p> +\x8EQ\x8Dl\x82܂łɁAFedora 15\x88ȑO\x82ł\xCD Legacy GRUB \x82\xAA\x8D̗p\x82\xB3\x82\xEA\x82Ă\xA2\x82邽\x82߁A\x83V\x83\x8A\x83A\x83\x8B\x83R\x83\x93\x83\\x81[\x83\x8B\x82̐ݒ肪\x88قȂ\xE8\x82܂\xB7\x81B +root\x8C\xA0\x8C\xC0\x82ŁA/boot/grub/grub.conf \x82ڕҏW\x82\xB5\x82܂\xB7\x81B +<pre> +default=0 +timeout=5 +<font color=red>#splashimage=(hd0,0)/grub/splash.xpm.gz</font> +hiddenmenu +<font color=red>serial --unit=0 --speed=38400 +terminal --timeout=5 serial console</font> +title Fedora (2.6.38.6-26.rc1.fc15.i686.PAE) + root (hd0,0) + kernel /vmlinuz-2.6.38.6-26.rc1.fc15.i686.PAE ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=ja_JP.UTF-8 KEYTABLE=jp106 selinux=0 <font color=red><s>rhgb quiet</s></font> <font color=red>console=tty0 console=ttyS0,38400</font> + initrd /initramfs-2.6.38.6-26.rc1.fc15.i686.PAE.img +</pre> + +</p> + + + <h2><a name="vmware">Windows Server 2008 on Hyper-V</a></h2> <p> TBD