Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
ubuntu下硬盘装linuxdeepin?
Experiences and Insight
933
views ·
2
replies ·
To
floor
Go
ansonyi
deepin
2013-05-01 18:19
Author
我现在用的是ubuntu12.04,我的电脑主板比奇怪,怎么设置都不能U盘引导启动,又有光驱。
请问怎么在ubuntu下硬盘装linuxdeepin,然后覆盖原有的ubuntu呢?
Reply
Like 0
Favorite
View the author
All Replies
cxbii
deepin
2013-05-01 18:28
#1
http://wiki.linuxdeepin.com/index.php?t ... C%E7%9B%98
不太推荐
Reply
Like 0
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
Like 0
View the author
Please
sign
in first
Featured Collection
Change
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Display errors in control center translations
Popular Events
More
请问怎么在ubuntu下硬盘装linuxdeepin,然后覆盖原有的ubuntu呢?