Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
u盘grub4dos引导deepin linux iso 20版本成功,分享方法
Experiences and Insight
1530
views ·
2
replies ·
To
floor
Go
dash3lh
deepin
2020-04-18 01:16
Author
本帖最后由 dash3lh 于 2020-4-17 17:21 编辑
一。U盘引导
1.使用 FbinstTool 更新最新的grub4dos (grub4dos-0.4.6a-2020-02-29)下载地址百度搜索官方的。
最新grub4dos下载地址:http://dl.grub4dos.chenall.net/grub4dos-0.4.6a-2020-02-29.7z
2.使用 FbinstTool编辑U盘的grub/menu.lst文件,添加代码:
title deepin live
find --set-root --ignore-floppies --ignore-cd /deepin-20Beta-desktop-amd64.iso
map /deepin-20Beta-desktop-amd64.iso (hd32)
map --hook
kernel (hd32)/live/vmlinuz.efi boot=live union=overlay username=user live-config noprompt noeject findiso=/deepin-20Beta-desktop-amd64.iso locales=zh_CN.UTF-8
initrd (hd32)/live/initrd.lz
boot
Copy the Code
以上
deepin-20Beta-desktop-amd64.iso
部分替换你下载的deepin linux 光盘名称。
其中
deepin-20Beta-desktop-amd64.iso
放在D盘ntfs分区根目录。
二.linux系统硬盘引导deepin linux 镜像。
修改
/boot/grub/grub.cfg 文件grub.cfg
在menuentry 尾部增加如下:
menuentry 'deepin install' {
search --label --set=root soft
set isofile="/deepin-15.11-amd64.iso"
loopback loop $isofile
linux (loop)/live/vmlinuz.efi boot=live union=overlay username=user quiet live-config noprompt noeject findiso=$isofile locales=zh_CN.UTF-8
initrd (loop)/live/initrd.lz
}
Copy the Code
其中
soft
为你D盘的名称,
deepin-15.11-amd64.iso
改为你iso镜像的名称。
重启后grub2菜单有启动项
目前两种方法都成功安装deepin linux iso镜像到硬盘。
Reply
Like 0
Favorite
View the author
All Replies
丶邪帝丨
deepin
2020-04-18 01:35
#1
ventoy它不香吗
Reply
Like 0
View the author
herdde
deepin
2020-04-18 01:41
#2
https://bbs.deepin.org/post/191981
ventoy它不香吗
这个不需要U盘
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
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
WiFi Drivers
Popular Events
More
一。U盘引导
1.使用 FbinstTool 更新最新的grub4dos (grub4dos-0.4.6a-2020-02-29)下载地址百度搜索官方的。
最新grub4dos下载地址:http://dl.grub4dos.chenall.net/grub4dos-0.4.6a-2020-02-29.7z
2.使用 FbinstTool编辑U盘的grub/menu.lst文件,添加代码:
其中deepin-20Beta-desktop-amd64.iso放在D盘ntfs分区根目录。
二.linux系统硬盘引导deepin linux 镜像。
修改 /boot/grub/grub.cfg 文件grub.cfg
在menuentry 尾部增加如下:
重启后grub2菜单有启动项
目前两种方法都成功安装deepin linux iso镜像到硬盘。