help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Grub 2 how boot .iso with memdisk?


From: Arbiel (gmx)
Subject: Re: Grub 2 how boot .iso with memdisk?
Date: Fri, 6 Nov 2015 22:48:32 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

If this can help :

your code "initrd /iso/ubunt…"
make the assumption that your file is located on the partition pointed
to by ${root}.
You certainly should first search for it
    search --file --set=root --no-floppy "/iso/ubuntu…"
    initrd /iso/…

And I think you rather "linux" memdisk then "insmod" it, after having
search for it, obviously.



Le 02/11/2015 12:25, Дмитрий Чепуровский a écrit :
> I'm trying to boot iso file. I want to boot ubuntu 15.10 iso & Windows
> 10 Install iso. I found in google, that it could be made in grub2
> using memdisk.
>
> For test I'm trying to boot with memtest ubuntu-15.10-desktop-amd64.iso.
>
> cfg test menuentery:
> menuentry "Test1" {
>     insmod memdisk
>     initrd /iso/ubuntu-15.10-desktop-amd64.iso
> }
>
> When I tied to run this I got alloc magic is broken at 0xc7ed5060: c7e5c980
>
> What I'm doing wrong. How can I do this?


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]