Похожие чаты

I'M having problem with booting from a flash drive. I've

downloaded the iso for Kubuntu 16.04 and created a bootable flash drive with Rufus as at now I don't have any Linux distro. Now when I try to boot it from the flash drive it shows the icin at 1st then some lines of commands appears on the screen and scrolls. And it remains in this position. How to solve this?

4 ответов

10 просмотров
Dhrubajyoti-Pathak Автор вопроса

Is there any problem in the configuration file?

For how long

Dhrubajyoti-Pathak Автор вопроса

Can anyone pls help me?

I don't know how "Rufus" create a bootable usb. But, if you have a bootable flash drive with grub2 installed, you can boot Ubuntu and its derivatives directly from the iso file. ( Not limited to ubuntu. You can boot Debian, Fedora and even Windows7+ in this way ) So, if your tool is using, grub, you will probably find a find called "grub.cfg" in somewhere in "/boot/grub/" folder. If you where able to find this file, just add the below lines to your grub.cfg file menuentry "Try Ubuntu without installing" { set gfxpayload=keep set isopath=/ubuntu-16.04-desktop-amd64.iso search.file $isopath cd_dev loopback loop ($cd_dev)${isopath} set root=(loop) linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=${isopath} initrd /casper/initrd.lz } Then just copy your iso file to root of your flash drive ( and the accordingly edit line "set isopath=/ubuntu-16.04-desktop-amd64.iso " to match actual file name of iso file ) it will work

Похожие вопросы

Карта сайта