makkon
2016-03-13 02:43 deepin
Edited by makkon at 2016-3-13 04:23
Install Deepin using ISO-image solved. I mean, how quickly, simply !
Settings file add # /etc/default/grub:Copy the CodeReally config example /etc/grub.d/40_custom :
Copy the CodeAttention, hd0- boot disk! To make changes to the configuration the command is executed update-grub!
Derek Dai advises : In case of your partition type is in gpt, replace (hd1,2) with (hd1,gpt2)
Downloaded from the menu live mode Deepin15 and Deepin15.1, next successfully installed!
Live mode deepin-15.1.1-amd64 , deepin-15.1.1-i386 installed is fails after partitioning hdd.
Install Deepin using ISO-image solved. I mean, how quickly, simply !
Settings file add # /etc/default/grub:
- # GRUB_DEFAULT=0
- menuentry "Linux Deepin" {
- set root=(hd0,2)
- set isofile=/q/deepin.iso
- loopback loop (hd0,2)${isofile}
- linux (loop)/live/vmlinuz boot=live iso-scan/ask_second_pass=true findiso=${isofile}
- initrd (loop)/live/initrd.lz
- }
Derek Dai advises : In case of your partition type is in gpt, replace (hd1,2) with (hd1,gpt2)
Downloaded from the menu live mode Deepin15 and Deepin15.1, next successfully installed!
Live mode deepin-15.1.1-amd64 , deepin-15.1.1-i386 installed is fails after partitioning hdd.
Reply Like 0 View the author
How to install Deepin, using ISO-image of the hard disk using the Grub?
Grub2 from the beginning has learned to understand the ISO 9660 format and can load the operating system directly from the ISO-image, which is located on your hard disk!
1. Ubuntu example:
/etc/grub.d/40_custom :
2.1 Line 04 : "boot=live" and further... how to make correctly?