从U盘、内存卡、移动硬盘体验或安装linuxdeepin方法(无损数据)
Tofloor
poster avatar
whytlze
deepin
2012-06-07 20:09
Author
原理就是利用grub4dos或其它启动管理器直接从U盘(内存卡)启动linuxdeepin光盘ISO,
方便没有光驱或不想刻盘的朋友体验或安装linuxdeepin。
想体验linuxdeepin的朋友估计是windows用户吧,下面操作xp下进行。

1.下载grubinst(附下载链接),安装grub4dos引导到U盘。如图
grubinst.JPG
注意Disk选择你的U盘,点"Install"安装,提示成功即可关闭。

2.下载grub4dos(附下载链接),复制“grldr”这个文件到U盘的第一个分区跟目录(不用怀疑就一个文件够了)。
注意不要用grubinst里的grldr,这个太老了,没测试过。

3.与“grldr”文件同目录下建立文本文件menu.lst,内容如下:
  1. timeout 30
  2. default /default
  3. title Install Ubuntu
  4. find --set-root /casper/vmlinuz
  5. kernel /casper/vmlinuz boot=casper iso-scan/filename=/casper/deepin_12.06_beta2_zh-hans_i386.iso
  6. initrd /casper/initrd.lz
Copy the Code

3*.测试启动(可选,测试不通过只能另觅算途径)
重新启动,修改BIOS从U盘启动,看到有grub的选单程序即离成功不远了。
不幸不能启动,换个U盘(读卡器)再试试吧!

4.在U盘分区的跟目录(其实在实机硬盘分区也可以,grub4dos会自动检测到)建立一级子目录casper
复制deepin_12.06_beta2_zh-hans_i386.iso进去,再从ISO里的casper目录提取vmlinuz、initrd.lz两个文件出来(注意文件名大小写)。如图
casper.JPG

5.重启从U盘启动,即可体验或安装linuxdeepin了。


6.无损恢复方法:
下载DiskGenius(或其它磁盘管理程序),点选U盘,再从菜单选择恢复主引导记录,如图:
DiskGenius.JPG
然后删除文件grldr、menu.lst及casper目录,即可完全恢复原样。

希望更多的人关注linux,祝大家体验或安装愉快!


附相关软件下载链接:
grubinst:   http://sourceforge.net/projects/grub4do ... p/download
grub4dos:   http://code.google.com/p/grub4dos-chena ... loads/list
DiskGenius: http://www.diskgenius.cn/download.asp?edition=free
从其它系统安装grub4dos的方法
http://diddy.boot-land.net/grub4dos/files/install.htm
Reply Favorite View the author
All Replies
weiminnihao9
deepin
2012-06-07 20:14
#1
支持一下
Reply View the author
cxbii
deepin
2012-06-07 20:15
#2
其实我也很纳闷,有些u盘,用什么工具都制作不了启动盘。。。这个是什么回事
Reply View the author
whytlze
deepin
2012-06-07 20:24
#3
其实我也很纳闷,有些u盘,用什么工具都制作不了启动盘。。。这个是什么回事
确实有这情况,主板BIOS、U盘主控等都有关,没深入了解,但这时考虑下在硬盘下引导linuxdeepin光盘可能是更好的选择了。
Reply View the author
whytlze
deepin
2012-06-07 20:49
#4
从硬盘下体验linuxdeepin:

XP:
1.打开C盘跟目录下的boot.ini(先去掉隐藏、只读)
最后添加下面一行:
  1. C:\grldr="Grub4Dos"
Copy the Code
2.grldr这个文件复制到C盘跟目录。
(其它同上)

其它系统:(安装到MBR,有启动故障风险,准备好方法恢复MBR)
1.grubinst选择硬盘
2.grldr复制到启动分区跟目录
3.menu.lst内容如下:
  1. timeout 30
  2. default /default
  3. title Install Ubuntu
  4. find --set-root /casper/vmlinuz
  5. kernel /casper/vmlinuz boot=casper iso-scan/filename=/casper/deepin_12.06_beta2_zh-hans_i386.iso
  6. initrd /casper/initrd.lz
  7. title find and load NTLDR of Windows NT/2K/XP
  8. find --set-root --ignore-floppies --ignore-cd /ntldr
  9. chainloader /ntldr
  10. title find and load BOOTMGR of Windows 7
  11. find --set-root --ignore-floppies --ignore-cd /bootmgr
  12. chainloader /bootmgr
Copy the Code
(其它同上)

重启狂按上或下箭头键。应该可以看到选单了。
Reply View the author
cxbii
deepin
2012-06-07 21:00
#5
[quote]其实我也很纳闷,有些u盘,用什么工具都制作不了启动盘。。。这个是什么回事
确实有这情况,主板BIOS、U盘主控等都有关,没深入了解,但这时考虑下在硬盘下引导linuxdeepin光盘可能是更好的选择了。[/quote]
光盘没问题,应该是u盘的主控吧!
同样的软件制作的启动盘就特定的u盘不行,所以应该不是电脑的主板问题,我用很多u盘,金士顿的没有失败过,台电完败/。。。
Reply View the author
summving
deepin
2012-06-07 21:14
#6
我的台电很正常
Reply View the author
cxbii
deepin
2012-06-07 21:22
#7
我的台电很正常
我的是什么闪晶8G的。做linux系统启动盘不行,win的可以,你的是什么型号的?
Reply View the author
summving
deepin
2012-06-08 00:45
#8
[quote]我的台电很正常
我的是什么闪晶8G的。做linux系统启动盘不行,win的可以,你的是什么型号的?[/quote]
8g的
Reply View the author
cxbii
deepin
2012-06-08 01:33
#9
那看样子是我的悲剧。。。。 ops:
Reply View the author
cxbii
deepin
2012-06-08 01:33
#10
那看样子是我的悲剧。。。。 ops:
Reply View the author