unity - Adding Ubuntu Minimum through grub2 - Ask Ubuntu
so few days ago, i found add folders in system, add them through grub2 , boot there. kinda want same thing system in gpt format , mini not support uefi boot , all. kind of modification should add grub2? can on this? thanks!
you have edit '/etc/grub.d/40_custom' script of text editor root.
add in file:
menuentry “ubuntu 14.04 iso” { set isofile=”/home/name/downloads/ubuntu-14.04.1-desktop-amd64.iso” loopback loop (hd0,1)$isofile linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=${isofile} quiet splash initrd (loop)/casper/initrd.lz }
then 'sudo update-grub'
remember use correct path , name of iso. select iso grub boot menu.
also, it's best backup 40_custom script separate location, in case need restore it.
sorry ill formatted response, typing phone.
i have no access computer sometime. please bear me. requesting peers here edit please.
Comments
Post a Comment