Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Does it support IMG files?
#14
(06-16-2020, 01:20 AM)longpanda Wrote: Currently NOT, but in my plan.

BTW, what distributions only support img format (without ISO file)?
or which img file you want to boot?

I want to add a grub menu like below to boot a Chrome OS .img created by the Brunch project to port Official Chrome OS to normal pc
The .img consists of a 27 partitions disk image which represent a real Chrome OS boot drive

https://github.com/sebanc/brunch

Code:
menuentry "ChromeOS (boot from disk image)" {
        img_part=/dev/sdb1
        img_path=/home/chromeos.img
        search --no-floppy --set=root --file $img_path
        loopback loop $img_path
        linux (loop,gpt7)/kernel boot=local noresume noswap loglevel=7 disablevmx=off \
                cros_secure cros_debug loop.max_part=16 img_part=$img_part img_path=$img_path
        initrd (loop,gpt7)/initramfs.img
}
Reply


Messages In This Thread
Does it support IMG files? - by xomox - 06-15-2020, 04:49 PM
RE: Does it support IMG files? - by longpanda - 06-16-2020, 01:20 AM
RE: Does it support IMG files? - by 剑气冲天 - 07-25-2020, 02:31 PM
RE: Does it support IMG files? - by musicat - 08-06-2020, 12:27 PM
RE: Does it support IMG files? - by xomox - 06-16-2020, 01:16 PM
RE: Does it support IMG files? - by vmclark - 06-16-2020, 05:52 PM
RE: Does it support IMG files? - by KaMyKaSii - 06-16-2020, 06:28 PM
RE: Does it support IMG files? - by vmclark - 06-17-2020, 01:25 AM
RE: Does it support IMG files? - by senchi - 06-17-2020, 11:53 AM
RE: Does it support IMG files? - by JeremyG - 06-17-2020, 07:51 AM
RE: Does it support IMG files? - by vmclark - 06-17-2020, 01:31 PM
RE: Does it support IMG files? - by awengers44 - 06-18-2020, 12:03 PM
RE: Does it support IMG files? - by copart - 06-24-2020, 10:58 PM
RE: Does it support IMG files? - by vmclark - 06-24-2020, 11:38 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)