Jump to content











Photo
- - - - -

List of supported Boot-methodes for PE projects


  • Please log in to reply
7 replies to this topic

#1 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 02 May 2010 - 01:09 PM

Made a list of all PE boot methodes, i have ever seen or heared about here, for myself.
Maybe it is also useful for somebody else.

- PE plain on CD - Create ISO script
- PE ramboot ISO-Image on CD - only still used by me, i think
- PE ramboot HDD-Image on CD - Boot SDI script(LiveXP, NaughtyPE), Boot from RAM script(nativeEx)
- PE ramboot WIM-Image on CD - WimBoot script(LiveXP), All Vista, Win7 based projects
- PE plain on USB-Stick - create USB stick script(nativeEx)
- PE plain ISO-Image on USB-Stick - non scripted
- PE ramboot ISO-Image on USB-Stick
- PE ramboot HDD-Image on USB-Stick - non scripted
- PE ramboot HDD-Image in ISO on USB-Stick - non scripted
- PE ramboot WIM-Image on USB-Stick - VistaPE Leopard, other?
- PE ramboot WIM-Image in ISO on USB-Stick - non scripted

And then the whole shebang over PXE, i guess. But this is not supported in any project, as far as i know.

:mellow:

#2 oriensol

oriensol

    Frequent Member

  • Advanced user
  • 216 posts
  •  
    India

Posted 02 May 2010 - 03:21 PM

Hi,

I use a variation where the createiso image is copied over to a partition (hdd/usb) and booted to ram, if ram available, thus:

title LiveXP-load into memory if available

map (hd0) (hd20)

map --hook

map --mem (hd20,8)+819252 (hd0,0) || map (hd20) (hd0)

map --hook

find --set-root /LIVEXP.TAG

chainloader /NTLDR


Hope this helps.

-oriensol

#3 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 02 May 2010 - 05:32 PM

Had to read your post a few times and think, i still don't quite get it.

You create a PE plain ISO. Copy the the iso to a HDD and then load the HDD(partition) into RAM.
Then you ...

Here i completely loose you.

:lol:

#4 oriensol

oriensol

    Frequent Member

  • Advanced user
  • 216 posts
  •  
    India

Posted 03 May 2010 - 01:23 AM

Yes you are right (partition is loaded into ram, if ram is available). If not, it will be loaded directly from the partition - forgot to mention that i386 is changed to Minint.

#5 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 03 May 2010 - 12:01 PM

I'm still confused.
If you have the PE in an ISO, why would you need to change i386 folder to minint?

Can you possibly tell in more detail what exactly you do?

:lol:

#6 oriensol

oriensol

    Frequent Member

  • Advanced user
  • 216 posts
  •  
    India

Posted 03 May 2010 - 04:55 PM

Sorry for the confusion - what I meant is I copy the content of the createiso iso image to the partition (modifying the i386 to Minint).

#7 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 03 May 2010 - 05:44 PM

Ahh, i see! Now things make sense. :cheers:

So you have a clever hybrid PE, which switches automaticly between:

- PE in a HDD image on a USB-Stick
- PE ramboot HDD-Image on USB-Stick

depending on the available RAM.

Very clever! Sounds like something that deserves to get integrated into a PE.

:lol:

#8 oriensol

oriensol

    Frequent Member

  • Advanced user
  • 216 posts
  •  
    India

Posted 04 May 2010 - 03:51 AM

I am glad now I am clear.

Thanks for the comment. This works with both logical and primary partitions. But the partition size needs to be 'hardcoded' - would be better to determine dynamically.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users