ubuntu下硬盘装linuxdeepin?
Tofloor
poster avatar
ansonyi
deepin
2013-05-01 18:19
Author
我现在用的是ubuntu12.04,我的电脑主板比奇怪,怎么设置都不能U盘引导启动,又有光驱。
请问怎么在ubuntu下硬盘装linuxdeepin,然后覆盖原有的ubuntu呢?
Reply Favorite View the author
All Replies
cxbii
deepin
2013-05-01 18:28
#1
Reply View the author
hkdeepin
deepin
2013-05-01 22:16
#2
1. 将linuxdeepin iso 拷贝U盘中。
2. 将U盘插入电脑后重起,进入grub界面。
3. 按键盘键‘C’进入grub 命令行。
4. > ls
5. 找到iso所在的分区,U盘一般为(hd1, msdos1),这表示usb的第一个分区
6. 再次确认以下
    > ls  (hd1, msdos1)/
    显示usb的第一个分区的内容,
7. 设置iso的路径变量
    > set isofile="/path_to_your_iso_file/XXXX.iso"
8. 创建loop device
    > loopback loop (hd1,msdos1)$isofile
9. 加载内核
   > linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject
10. 加载initrd
  > initrd (loop)/casper/initrd.lz
11. 启动livecd
  > boot
Reply View the author