Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
全新升级deepin
Experiences and Insight
1250
views ·
1
replies ·
To
floor
Go
lyzhanghf
deepin
2013-02-04 01:17
Author
编辑grub.cfg,添加
menuentry 'instill deepin' {
insmod ntfs (iso所在根目录分区格式自己改)
insmod loopback
insmod iso9660
loopback loop (hd0,3)/deepin_12.12_alpha_zh-hans_amd64.iso(hd0,3和iso文件名自己改)
set root=(loop)
linux /casper/vmlinuz boot=casper iso-scan/filename=/deepin_12.12_alpha_zh-hans_amd64.iso ro quiet splash locale=zh_CN.UTF-8
initrd /casper/initrd.lz
}
Reply
Like 0
Favorite
View the author
All Replies
cxbii
deepin
2013-02-04 03:12
#1
简单看了下,这个是硬盘引导安装吧
Reply
Like 0
View the author
Please
sign
in first
New Thread
Popular Ranking
Change
Install problem (09_ostree_sys_init.job hooks)
Closing lid, but display still active.
Display not correctly identified (sort of)
Volume slider jumps away from click
Unable to log in to deepin ID
Wrong taskbar icon
Popular Events
More
menuentry 'instill deepin' {
insmod ntfs (iso所在根目录分区格式自己改)
insmod loopback
insmod iso9660
loopback loop (hd0,3)/deepin_12.12_alpha_zh-hans_amd64.iso(hd0,3和iso文件名自己改)
set root=(loop)
linux /casper/vmlinuz boot=casper iso-scan/filename=/deepin_12.12_alpha_zh-hans_amd64.iso ro quiet splash locale=zh_CN.UTF-8
initrd /casper/initrd.lz
}