|
Post Number: 1
|
allgames71 

Group: Members
Posts: 299
Joined: Nov. 2008
|
 |
Posted 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
Attached Image
|
 |
|
|
Post Number: 2
|
balder 

Group: Members
Posts: 1942
Joined: Oct. 2008
|
 |
Posted 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 You are an advanced user in this in this field (Iâm still stuck to the âold hardwareâ)
Regards balder
-------------- Download complete set of scripts including help file HERE Note: Script collection updated 2019-05-19. Scripts mainly support EasyBoot_6.5 or later
|
 |
|
|
Post Number: 3
|
allgames71 

Group: Members
Posts: 299
Joined: Nov. 2008
|
 |
Posted 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
|
 |
|
|
Post Number: 4
|
allgames71 

Group: Members
Posts: 299
Joined: Nov. 2008
|
 |
Posted 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
|
 |
|
|
|
|
© 2002-2024 EZB Systems, Inc.
|
|
|