Forum: EasyBoot
Topic: linux boot menu
started by: allgames71

Posted by allgames71 on Jul. 15 2013,15:09
hello balder ,

I've a linux boot file called grub.cfg :

------------------------------------------------------------------------------------------
------------------
set timeout=10
set default=0

menuentry "Parted Magic 64" --class gnu-linux --class gnu --class os {
 linux /pmagic/bzImage64
 initrd /pmagic/initrd.img
}

menuentry "Parted Magic" --class gnu-linux --class gnu --class os {
 linux /pmagic/bzImage
 initrd /pmagic/initrd.img
}

menuentry "Windows 8 x64 EFI" {
 chainloader /efi/boot/8bootx64.efi
}

menuentry 'Fedora-18 LIVE USB 2_BOOT' --class fedora --class gnu-linux --class gnu --class os {
linux /LiveOS/vmlinuz0 root=live:LABEL=2_BOOT ro rd.live.image rhgb
initrd /LiveOS/initrd0.img
}
------------------------------------------------------------------------------------------
--------------------

This is a file that can boot UEFI Win8ToGo and also some linux programs. But I don't have any linux program to boot
Instead , I want to boot Windows Programs with this boot menu. How can I modify the content to boot like :

Acronis , Win8PE , AOMEI Partition Assistant (Win7PE based) , MiniTool Partition Wizard (may be linux based)

Below is the grub.cfg boot screen. Thanks a lot

Posted by balder on Jul. 15 2013,16:10
@ allgames71

Quote. ” I want to boot Windows Programs with this boot menu”

I’m still having problems, as I do no not have the right hardware to test suggestion from :(

Anyway… This seems to be a kind of ‘extended’ grub (not simple grub4dos as we use)

Interesting is the menu command:

menuentry "Windows 8 x64 EFI" {
chainloader /efi/boot/8bootx64.efi


Test to launch ‘Win8PE’ (ISO-file of Win8PE) using this menu entry:

menuentry "Windows 8 PE" {
find --set-root /EZBOOT/ISOFILES/TEMP/TEMP.ISO
map /EZBOOT/ISOFILES/TEMP/TEMP.ISO (hd32)
map --hook
chainloader (hd32)


Or this:

menuentry "Windows 8 PE" {
map /EZBOOT/ISOFILES/TEMP/TEMP.ISO (hd32)
map --hook
chainloader (hd32)


You of course must change path to something like: /ISOFILES/win8pe.ISO  (or whatever)

Above is just an idea and not a 100% full working solution

Sorry to say I cannot bee to any big help as I’m having ‘hardware issues’ in this case :angry:
You are an advanced user in this in this field (I’m still stuck to the ‘old hardware’) :cool:

Regards balder

Posted by allgames71 on Jul. 18 2013,07:13
hello balder ,

Very very sorry to reply late , I'll test your instruction and give you answer as soon as possible

Posted by allgames71 on Jul. 18 2013,17:21
hello balder ,

I'll test your 2 ways to modify grub.cfg

1st result
---------------
error: unknown command 'find'
error: unknown command 'map'
error: unknown command 'map'
error: no such disk

Press any key to continue ...

2nd result
---------------
error: unknown command 'map'
error: unknown command 'map'
error: no such disk

Press any key to continue ...

Nevermind , it's what I hope to modify to use Easyboot Windows programs only. Beyond your knowledge is only for the time being.

Hope you can have a new computer with UEFI , so me and the other forum mate can have your further tutor.

Many thanks