Jump to content











Photo
- - - - -

Burg/Grub2 boot winpe


  • Please log in to reply
9 replies to this topic

#1 Flyboarder

Flyboarder

    Member

  • .script developer
  • 95 posts
  •  
    Canada

Posted 17 October 2011 - 04:58 AM

Hello,

I have burg installed via fbinst in my usb drive. How can I boot a winpe located on the hidden/ unhidden space on the drive?

Thanks!!!

#2 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 17 October 2011 - 08:35 AM

Oww, come on.
I have a boat and a sail, how can I get to Cape Horn/North Pole? :w00t:

Please try again giving some more meaningful details:
http://homepages.tes...ard-litany.html

:cheers:
Wonko

#3 RoyM

RoyM

    Frequent Member

  • .script developer
  • 420 posts
  • Interests:"Booting and Owning".
  •  
    United States

Posted 17 October 2011 - 02:11 PM

I have a boat and a sail, how can I get to Cape Horn/North Pole?

My guess would be going South then make a right!

#4 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 17 October 2011 - 02:15 PM

My guess would be going South then make a right!


Incomplete set of instructions :w00t:, a more accurate one would be ;):

going South then, on Saturday, make a right!


:cheers:
Wonko

#5 Flyboarder

Flyboarder

    Member

  • .script developer
  • 95 posts
  •  
    Canada

Posted 17 October 2011 - 08:49 PM

I have installed BURG with the burgv3.fba file via fbinst (in the hidden 8m section) , I have WinPE on the visible space on the drive. My burg.cfg is on the hidden section of the drive. What is the menu entry needed to boot the bootmgr file for winpe?

#6 pokemon1

pokemon1

    Member

  • Members
  • 87 posts
  •  
    United Kingdom

Posted 19 October 2011 - 11:53 AM

Hi Flyboarder,
Can you try the below menu entry and report back?

menuentry "WinPE ISO" {
linux /grub.exe --config-file="ls /winpe.iso || find --set-root --ignore-floppies /winpe.iso;map /winpe.iso (0xff);map --hook;root (0xff);chainloader /BOOTMGR"
}

Here grub.exe, grldr, default these three files are in root.

*/winpe.iso: you may need to change the location/drive based on your orientation.

Edited by pokemon1, 19 October 2011 - 11:56 AM.


#7 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 19 October 2011 - 12:16 PM

Quick reminder (if needed):
  • PE 1.x based on XP/2003 sources <-WinPE 1.x, BartPE, UBCD4WIN, etc.
  • PE 2.x based on Vista :ph34r: /Server 2008 sources <-WinPE 2, VistaPE, etc.
  • PE 3.x based on 7/Server 2008R2 sources <-WinPE 3, Win7PE, etc.

"WinPE" <- possibly *any* of the above, for the record the PE 2.x and 3.x should work allright with the menuentry pokemon1 suggested :thumbsup:, a PE 1.x won't :(.

:cheers:
Wonko

#8 Flyboarder

Flyboarder

    Member

  • .script developer
  • 95 posts
  •  
    Canada

Posted 21 October 2011 - 01:49 AM

The above menu entry does not work as my files are not located in an iso they are on the root of the visible part of the drive.

#9 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 21 October 2011 - 07:51 AM

The above menu entry does not work as my files are not located in an iso they are on the root of the visible part of the drive.

And if you don't say this, you will have not an useful answer pokemon1, trying to help you :thumbsup: , assumed :ph34r: that you were using one among the possible ways to boot the PE.

However this should have been enough:

*/winpe.iso: you may need to change the location/drive based on your orientation.

to let you simplify the menu entry to:


menuentry "WinPE flat" {
linux /grub.exe --config-file="find --set-root --ignore-floppies /BOOTMGR;chainloader /BOOTMGR"
}
or
menuentry "WinPE flat" {
linux /grub.exe --config-file="find --set-root --ignore-floppies /bootmgr;chainloader /bootmgr"
}

The above are for GRUB2.

BURG can chainload directly BOOTMGR,see here:
http://groups.google...e2ea1a25aecccd6

:cheers:
Wonko

#10 pokemon1

pokemon1

    Member

  • Members
  • 87 posts
  •  
    United Kingdom

Posted 21 October 2011 - 12:49 PM

Quick reminder (if needed):

  • PE 1.x based on XP/2003 sources <-WinPE 1.x, BartPE, UBCD4WIN, etc.
  • PE 2.x based on Vista :ph34r: /Server 2008 sources <-WinPE 2, VistaPE, etc.
  • PE 3.x based on 7/Server 2008R2 sources <-WinPE 3, Win7PE, etc.

"WinPE" <- possibly *any* of the above, for the record the PE 2.x and 3.x should work allright with the menuentry pokemon1 suggested :thumbsup:, a PE 1.x won't :(.

:cheers:
Wonko


Yes, my bad, PE1.x will not work. Thanks for pointing this out.

And yes, I have tested earlier with burg, the syntax Wonko mentioned does work with burg as well.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users