Topic: Boot Gena through Grub (USB Booting)  (Read 1544 times)

Boot Gena through Grub (USB Booting)
« on: July 24, 2012, 06:48:49 PM »

gendouhydeist

  • Jr. Chef
  • **
  • Date Registered: Apr 2011
  • Posts: 33
Hi, I usually boot my gena this way on grub
Code: [Select]
title Gena WinPE
find --set-root --ignore-floppies --ignore-cd /Gena.iso
map --mem /Gena.iso (0xff)
map --hook
root (0xff)
chainloader (0xff)

What this does is to map the whole ISO in memory then map again the BootDI.wim using ramdisk which eating double amount of memory. I would like to boot BootDI.wim so that is requires less time and memory, is there anyway to do it?

Re: Boot Gena through Grub (USB Booting)
« Reply #1 on: July 25, 2012, 12:01:04 AM »

Galapo

  • Moderator, Gena Baker
  • Grand Chef
  • *****
  • Location: Australia
  • Date Registered: Sep 2010
  • Posts: 2207
To get less RAM usage using the --mem option, you can CAB compress the image and also patch setupldr.bin so that double RAM usage doesn't occur from loading the IM_ and then expanding to RAM.

ila_rendered

Or else don't use the --mem option, rather boot the ISO directly. For this you will need to use either Firadisk or WinVBlock drivers.

Code: [Select]
title Gena WinPE
find --set-root --ignore-floppies --ignore-cd /Gena.iso
map /Gena.iso (hd32)
map --hook
chainloader (hd32)

Regards,
Galapo.
« Last Edit: July 25, 2012, 01:53:26 AM by Galapo »

 

Powered by EzPortal