Topic: Easy2Boot

Date 30/05/2015

By SteveSi

Subject Re: parted magic 2015_05_04 does not boot with isoboot.g4b

Hmmm - this has exposed two bugs in grub4dos 0.4.6a!!
I can get it to work using 0.4.5c (load from Utilities Menu) but isoboot.g4b needs modifying to load 3 modules for initrd.
The following .mnu file works with 0.4.5c only.
title PMAGIC TEST
set ISOSCAN=/_ISO/MAINMENU/pmagic_2015_05_04.iso
map %ISOSCAN% (0xff)
map --hook
root (0xff)
kernel /pmagic/bzImage load_ramdisk=1 prompt_ramdisk=0 rw gfxpayload=text loglevel=9 iso_filename=%ISOSCAN% eject=no edd=on vga=normal vmalloc=512MiB
initrd /pmagic/initrd.img /pmagic/fu.img /pmagic/m32.img
boot

I used a small file on E2B drive \pmagic\pmodules\PMAGIC_2015_05_04.SQFS to get Save feature working.

Back