中文ISO镜像启动后显示英文,怎么办?
Tofloor
poster avatar
133******11
deepin
2014-04-26 06:10
Author
中文版deepin2014alpha ISO镜像,用Grub4dos启动后显示英文,然后用安装器安装出来的系统也是英文,怎么找也找不到如何设置中文?
我下载的是32位版中文镜像,文件名:deepin_2014_alpha_zh-hans_i386.iso,这不可能弄错啊,
将vmlinuz和initrd.lz解出来放在casper文件夹下。
grbu4dos里写作:
title deepinlinux安装
root (hd0,0)
kernel /casper/vmlinuz boot=casper iso-scan/filename=/deepin_2014_alpha_zh-hans_i386.iso ro quiet splash
initrd /casper/initrd.lz
boot
真是让我一头雾水?大家帮忙看下是什么问题,怎么解决。
Reply Favorite View the author
All Replies
cxbii
deepin
2014-04-26 06:39
#1
http://www.linuxdeepin.com/forum/25/20913

安装器问题,我们会在beta更新安装器
Reply View the author
133******11
deepin
2014-04-26 06:52
#2
哦!原来如此,希望在beta中看到改善。
话又说回来,2014版桌面上不放东西了,关机也要先点开设置才能找到关机按钮,这些方面都觉得有些别扭啊!不太适应!
Reply View the author
cxbii
deepin
2014-04-26 06:55
#3
哦!原来如此,希望在beta中看到改善。
话又说回来,2014版桌面上不放东西了,关机也要先点开设置才能找到关机按钮,这些方面都觉得有些别扭啊!不太适应!
现在只是alpha版本啦。正式版的样子,按照我们的节奏会改变很大的。

关机?快捷键
ctrl alt del 按下看看
Reply View the author
lxh112210
deepin
2014-05-01 04:43
#4
难道不是应为没有家locale=zh_CN.UTF-8吗
Reply View the author
ArthurDeepin
deepin
2014-05-01 05:30
#5
楼上+1,@楼主和@浣熊都要补课+1(即时互动啊!这个论坛用起来有一种无力感~),这个是我的menu.lst
  1. default 0
  2. timeout 10
  3. title >> windows8.1_cn
  4. find --set-root /bootmgr
  5. chainloader /bootmgr
  6. boot
  7. title >> Deepin_2014_a
  8. root (hd0,0)
  9. kernel (hd0,0)/deepin2014/vmlinuz boot=casper iso-scan/filename=/deepin2014/deepin_2014_alpha_zh-hans_i386.iso ro locale=zh_CN.UTF-8
  10. initrd (hd0,0)/deepin2014/initrd.lz
  11. title >> Deepin_2013.1
  12. root (hd0,0)
  13. kernel (hd0,0)/deepin/vmlinuz boot=casper iso-scan/filename=/deepin/deepin_2013.1_zh-hans_i386.iso ro locale=zh_CN.UTF-8
  14. initrd (hd0,0)/deepin/initrd.lz
  15. title >> Linuxmint-16-cinnamon-dvd-32bit
  16. root (hd0,0)
  17. kernel (hd0,0)/mint/vmlinuz boot=casper iso-scan/filename=/mint/linuxmint-16-cinnamon-dvd-32bit.iso ro locale=zh_CN.UTF-8
  18. initrd (hd0,0)/mint/initrd.lz
  19. title >> ubuntukylin-13.10-desktop-i386
  20. root (hd0,0)
  21. kernel (hd0,0)/ubuntu/vmlinuz boot=casper iso-scan/filename=/ubuntu/ubuntukylin-13.10-desktop-i386.iso ro locale=zh_CN.UTF-8
  22. initrd (hd0,0)/ubuntu/initrd.lz
  23. title reboot
  24. reboot
  25. title shutdown
  26. halt
Copy the Code
通过这样,新的安装器安装后也是中文的
Reply View the author
cxbii
deepin
2014-05-02 04:32
#6
楼上+1,@楼主和@浣熊都要补课+1(即时互动啊!这个论坛用起来有一种无力感~),这个是我的menu.lst
  1. default 0
  2. timeout 10
  3. title >> windows8.1_cn
  4. find --set-root /bootmgr
  5. chainloader /bootmgr
  6. boot
  7. title >> Deepin_2014_a
  8. root (hd0,0)
  9. kernel (hd0,0)/deepin2014/vmlinuz boot=casper iso-scan/filename=/deepin2014/deepin_2014_alpha_zh-hans_i386.iso ro locale=zh_CN.UTF-8
  10. initrd (hd0,0)/deepin2014/initrd.lz
  11. title >> Deepin_2013.1
  12. root (hd0,0)
  13. kernel (hd0,0)/deepin/vmlinuz boot=casper iso-scan/filename=/deepin/deepin_2013.1_zh-hans_i386.iso ro locale=zh_CN.UTF-8
  14. initrd (hd0,0)/deepin/initrd.lz
  15. title >> Linuxmint-16-cinnamon-dvd-32bit
  16. root (hd0,0)
  17. kernel (hd0,0)/mint/vmlinuz boot=casper iso-scan/filename=/mint/linuxmint-16-cinnamon-dvd-32bit.iso ro locale=zh_CN.UTF-8
  18. initrd (hd0,0)/mint/initrd.lz
  19. title >> ubuntukylin-13.10-desktop-i386
  20. root (hd0,0)
  21. kernel (hd0,0)/ubuntu/vmlinuz boot=casper iso-scan/filename=/ubuntu/ubuntukylin-13.10-desktop-i386.iso ro locale=zh_CN.UTF-8
  22. initrd (hd0,0)/ubuntu/initrd.lz
  23. title reboot
  24. reboot
  25. title shutdown
  26. halt
Copy the Code
通过这样,新的安装器安装后也是中文的
是安装器的bug啦。。。
Reply View the author