Jump to content











Photo
* * * * * 3 votes

[project] ETBoot


  • Please log in to reply
221 replies to this topic

#1 Dhilip89

Dhilip89

    Frequent Member

  • Developer
  • 105 posts
  • Location:Malaysia, Johor
  • Interests:Anything that can blow my mind.
  •  
    Malaysia

Posted 07 February 2008 - 05:05 AM

Hello,

I'm going to release the new project that been used by myself internally, this project can create a real bootable Windows Live CD/DVD,
so you will be able to use full installation of Windows operating system on CD/DVD without installation.

Tested working Windows version list:

  • Windows XP (5.1 Build 2600 - SP2, SP3)
  • Windows Fundamentals for Legacy PCs (5.1 Build 2600 - SP2)
  • Windows Server 2003 (5.2 Build 3790 - SP1, SP2)
  • Windows Code Name 'Longhorn' (6.0 Build 4051)

Possible working Windows version list:

  • Windows XP (5.1 Build 2600 - SP0, SP1, SP2, SP3)
  • Windows Fundamentals for Legacy PCs (5.1 Build 2600 - SP2)
  • Windows Server 2003 (5.2 Build 3790 - SP0, SP1, SP2)
  • Windows Code Name 'Longhorn' (6.0 Build 3551~4094)
  • Windows Home Server (5.2 Build 4500)

Screenshot:
winsvr2k3_live.PNG

Download Toolkits + Tutorial:
Attached File  ETBoot.part1.rar   6.5MB   42306 downloads
Attached File  ETBoot.part2.rar   6.5MB   40663 downloads
Attached File  ETBoot.part3.rar   6.5MB   40522 downloads
Attached File  ETBoot.part4.zip   1.56MB   1147 downloads

 

Attention

There is a mirror download site at http://erwan.labalec.fr/ETBoot/

 

 

-------------

The file ETBoot.part4.rar is reported as broken, it is just left included for historical reasons.

 

Any suggestion/comment are welcomed.

Attached Files


Edited by Nuno Brito, 01 March 2015 - 01:46 PM.
Updating the download links, thanks to Wonko, Erwan and other brave members

  • Brito and moaz823 like this

#2 TheHive

TheHive

    Platinum Member

  • .script developer
  • 4199 posts

Posted 07 February 2008 - 06:36 AM

Any suggestion/comment are welcomed.

Yay!

One quick suggestion.
Rename the title to something like
ETBoot - Boot youre Windows Install from CD-DVD
More people can find it later.

Downloading project and testing ill have to do in the weekend. Thanks for the Project.

#3 Dhilip89

Dhilip89

    Frequent Member

  • Developer
  • 105 posts
  • Location:Malaysia, Johor
  • Interests:Anything that can blow my mind.
  •  
    Malaysia

Posted 07 February 2008 - 06:42 AM

Yay!

One quick suggestion.
Rename the title to something like
ETBoot - Boot youre Windows Install from CD-DVD
More people can find it later.

Downloading project and testing ill have to do in the weekend. Thanks for the Project.


Title changed :thumbsup:

#4 phox

phox

    Silver Member

  • .script developer
  • 764 posts

Posted 07 February 2008 - 07:15 AM

Title changed :thumbsup:


I am using VirtualPC for virtualization.
Without any problems, I went thru all steps up to step 7. :D

When I started ETBoot Builder and navigated to my virtual disk
I have received message that Virtual Hard Disk.vhd is not valid. :D

Edited: The same is valid for virtual disk made with VirtualBox!? :D

How I can overcome this problem?

#5 Dhilip89

Dhilip89

    Frequent Member

  • Developer
  • 105 posts
  • Location:Malaysia, Johor
  • Interests:Anything that can blow my mind.
  •  
    Malaysia

Posted 07 February 2008 - 10:30 AM

I am using VirtualPC for virtualization.
Without any problems, I went thru all steps up to step 7. :thumbsup:

When I started ETBoot Builder and navigated to my virtual disk
I have received message that Virtual Hard Disk.vhd is not valid. :D

Edited: The same is valid for virtual disk made with VirtualBox!? :D

How I can overcome this problem?


Virtual hard disk (*.vhd) from Microsoft Virtual PC is not a flat hard disk image, it used proprietary format from conectix.
You may need to use another method to get the correct hard disk image (That's why I included SelfImage in the .rar file).

VirtualBox use it own format on virtual disk, so it is not a valid disk image.

To do this, you will need another working virtual machine, make sure the target virtual hard disk are attached.
Boot into the virtual machine, open SelfImage and then choose your target disk (entire disk) and save it as .img file.
Do not use any compression method for saving disk image.

Screenshot:
selfimage.PNG

#6 Joshua

Joshua

    Silver Member

  • Advanced user
  • 526 posts
  • Location:Germany
  • Interests:Computer, Bikes, and many others
  •  
    Germany

Posted 07 February 2008 - 12:09 PM

Any suggestion/comment are welcomed.

Testet on vmware and 6 different systems. works like a charm !!
a little slow until all hardware are detected, but then all installed programs works !!!
Very good work. :thumbsup:

Joshua

#7 was_jaclaz

was_jaclaz

    Finder

  • Advanced user
  • 7101 posts
  • Location:Gone in the mist
  •  
    Italy

Posted 07 February 2008 - 12:24 PM

@Dhilip89

I had a very quick look at it, it seems like REALLY NICE work. :D

If I may throw in a few ideas/suggestions:
a. Although what you wrote is very correct, the El-Torito standard provides for THREE "ways":
1) El-Torito Floppy Emulation
2) El-Torito NO emulation
3) El-Torito Hard Disk emulation
Most people only know/use first one (for DOS based images) and second one (for 2K/XP install CD's and the various PE's).
Maybe you should specify that you use instead the third one.

b. You could provide, instead of instructions for "VMWare", instructions for Qemu (+QemuManager) as it:
1) it is Freeware
2) supports "natively" RAW disk images
3) XP installed in it uses already the default "Standard dual channel PCI/IDE controller"

c. The RAW disk image can be easily mounted with VDK.EXE (either directly or, if needed, through the use of a .pln descriptor file to have correct geometry), this way I guess one would not need the ETboot.iso at all, and just need running ETbootbuilder from the "real" machine. :thumbsup:

:D

jaclaz

#8 Dhilip89

Dhilip89

    Frequent Member

  • Developer
  • 105 posts
  • Location:Malaysia, Johor
  • Interests:Anything that can blow my mind.
  •  
    Malaysia

Posted 07 February 2008 - 12:48 PM

@jaclaz

My ETBoot project are based on:
3) El-Torito Hard Disk emulation

I choosen VMware Workstation because I used it frequently, and it was easier for doing my experiment.

Some virtual machine will fail to boot the final ISO image generated with ETBoot Builder (maybe those VM software doesn't implement hard disk emulation boot correctly).

I used ETPatchBoot.iso to install El Torito/EWF support because you can't access to some registry on normal user/Windows installation, unless you take ownership on the registry entry.

ETPatch will work very well with user "SYSTEM" or using Windows PE based environment.

#9 was_jaclaz

was_jaclaz

    Finder

  • Advanced user
  • 7101 posts
  • Location:Gone in the mist
  •  
    Italy

Posted 07 February 2008 - 01:13 PM

@jaclaz

My ETBoot project are based on:
3) El-Torito Hard Disk emulation

Yep, I have seen that :thumbsup:, I mean it would be useful to add this piece of info to the docs. :D
A bit out of topic, can you share just the way (program and commands) you use to make this HD-emulation .iso? It is something I never found appropriate explanation about.

I choosen VMware Workstation because I used it frequently, and it was easier for doing my experiment.

Some virtual machine will fail to boot the final ISO image generated with ETBoot Builder (maybe those VM software doesn't implement hard disk emulation boot correctly).

I will try a build with your app under Qemu and post results.


I used ETPatchBoot.iso to install El Torito/EWF support because you can't access to some registry on normal user/Windows installation, unless you take ownership on the registry entry.

ETPatch will work very well with user "SYSTEM" or using Windows PE based environment.

I haven't got handy a XP machine right now, but I will see if the ETPatch runs either through the "AT/SCHTASKS" trick or the Sysinternal PSExec or Skrubbeltrang PowerPrompt thingie:
http://www.boot-land...?...c=3828&st=8
( a few kb download is much handier than several Mbytes)

:D

jaclaz

#10 Dhilip89

Dhilip89

    Frequent Member

  • Developer
  • 105 posts
  • Location:Malaysia, Johor
  • Interests:Anything that can blow my mind.
  •  
    Malaysia

Posted 07 February 2008 - 01:31 PM

A bit out of topic, can you share just the way (program and commands) you use to make this HD-emulation .iso? It is something I never found appropriate explanation about.

mkisofs -hard-disk-boot -b <Hard disk image> -V <Volume label> -o <ISO image output> <Hard disk image>

I haven't got handy a XP machine right now, but I will see if the ETPatch runs either through the "AT/SCHTASKS" trick or the Sysinternal PSExec or Skrubbeltrang PowerPrompt thingie:
http://www.boot-land...?...c=3828&st=8
( a few kb download is much handier than several Mbytes)

That is much smaller, but you can't backup the registry hive easily if corrupted (ETPatch built-in restore backup option).

#11 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 07 February 2008 - 02:52 PM

Very nice tutorial, Dhilip89! Unfortunately i'm at the moment in no position to test your little project. :thumbsup:

But i have some questions.
- Why has the size of the HDD image to be limited to belog 4GB?
- Is it possible to put a second HDD image on the bootable DVD or will this somehow break the DVD?

Since you're deeper into that matter than i am, can you tell me what eltorito.sys exactly does?
All that i could find is, that it is a cdrom driver, but we already have one of those, cdrom.sys?

:D

#12 Dhilip89

Dhilip89

    Frequent Member

  • Developer
  • 105 posts
  • Location:Malaysia, Johor
  • Interests:Anything that can blow my mind.
  •  
    Malaysia

Posted 07 February 2008 - 03:51 PM

Very nice tutorial, Dhilip89! Unfortunately i'm at the moment in no position to test your little project. :thumbsup:

But i have some questions.
- Why has the size of the HDD image to be limited to belog 4GB?
- Is it possible to put a second HDD image on the bootable DVD or will this somehow break the DVD?

Since you're deeper into that matter than i am, can you tell me what eltorito.sys exactly does?
All that i could find is, that it is a cdrom driver, but we already have one of those, cdrom.sys?

:D


The size of hard disk image limited to 4GiB - 1 Byte because the ISO9660 file system limit, it use 32bit value to store size information 232 (0xFFFFFFFF).
Only one hard disk image that contain 1 partition are allowed.

eltorito.sys does mount the hard disk image volume on CD/DVD when booted with hard disk emulation mode.

#13 motote

motote
  • Members
  • 2 posts
  •  
    Denmark

Posted 08 February 2008 - 07:59 AM

After successfully load the ISO image from CD, I tried to make it run remotely using tftpd32 with no luck.
All my test finish with a BSO, anyone tried or have any cue.

Thanks.

#14 was_jaclaz

was_jaclaz

    Finder

  • Advanced user
  • 7101 posts
  • Location:Gone in the mist
  •  
    Italy

Posted 08 February 2008 - 08:57 AM

motote, first thing, welcome to the board. :D


After successfully load the ISO image from CD, I tried to make it run remotely using tftpd32 with no luck.
All my test finish with a BSO, anyone tried or have any cue.

Thanks.


:D
Well, since the project has been released only YESTERDAY, it may take a bit of time before it is tested AS IS, definitely some more time before all sorts of VARIATIONS will be introduced and possibly even some more time before these variations can be troubleshooted.

I guess you'll have to wait a bit before anyone (apart the Author) gets enough hands on experience on this thingie here. :thumbsup:

About reporting a BSOD, you may want to read the "Common Sense Advice" within Rules:
http://www.boot-land...?act=boardrules
with particular attention to point #d.

jaclaz

#15 Dietmar

Dietmar

    Frequent Member

  • Advanced user
  • 243 posts
  •  
    Afghanistan

Posted 08 February 2008 - 09:19 AM

Hi all, it woould be very nice, to make such an XP on CD that boots any computer, like PE does.

I think, that is possible. I make a try on this weekend,

nice to her from you,
Dietmar

PS: What is abot the boottime?

#16 phox

phox

    Silver Member

  • .script developer
  • 764 posts

Posted 08 February 2008 - 10:04 AM

Virtual hard disk (*.vhd) from Microsoft Virtual PC is not a flat hard disk image, it used proprietary format from conectix.
You may need to use another method to get the correct hard disk image (That's why I included SelfImage in the .rar file).

VirtualBox use it own format on virtual disk, so it is not a valid disk image.

To do this, you will need another working virtual machine, make sure the target virtual hard disk are attached.
Boot into the virtual machine, open SelfImage and then choose your target disk (entire disk) and save it as .img file.
Do not use any compression method for saving disk image.

Screenshot:
selfimage.PNG



After I have managed successfully to make HD image under VirtualPC with SelfImage and
started ETBootBuilder, the answer is:

E_2.JPG

#17 Dhilip89

Dhilip89

    Frequent Member

  • Developer
  • 105 posts
  • Location:Malaysia, Johor
  • Interests:Anything that can blow my mind.
  •  
    Malaysia

Posted 08 February 2008 - 10:40 AM

After I have managed successfully to make HD image under VirtualPC with SelfImage and
started ETBootBuilder, the answer is:

E_2.JPG


Only one partition are allowed in the hard disk image.

#18 Dhilip89

Dhilip89

    Frequent Member

  • Developer
  • 105 posts
  • Location:Malaysia, Johor
  • Interests:Anything that can blow my mind.
  •  
    Malaysia

Posted 08 February 2008 - 10:42 AM

After successfully load the ISO image from CD, I tried to make it run remotely using tftpd32 with no luck.
All my test finish with a BSO, anyone tried or have any cue.

Thanks.


That is not designed to use with PXE boot.

#19 phox

phox

    Silver Member

  • .script developer
  • 764 posts

Posted 08 February 2008 - 10:57 AM

Only one partition are allowed in the hard disk image.

But there is only one partition on my disk image!? :thumbsup:

#20 Dhilip89

Dhilip89

    Frequent Member

  • Developer
  • 105 posts
  • Location:Malaysia, Johor
  • Interests:Anything that can blow my mind.
  •  
    Malaysia

Posted 08 February 2008 - 11:05 AM

But there is only one partition on my disk image!? :thumbsup:


Copy first 512 Bytes from your hard disk image using hex editor then post to here.

#21 phox

phox

    Silver Member

  • .script developer
  • 764 posts

Posted 08 February 2008 - 11:25 AM

Copy first 512 Bytes from your hard disk image using hex editor then post to here.



Could MBR help? Attached File  HDD0.zip   499bytes   1583 downloads

#22 Dhilip89

Dhilip89

    Frequent Member

  • Developer
  • 105 posts
  • Location:Malaysia, Johor
  • Interests:Anything that can blow my mind.
  •  
    Malaysia

Posted 08 February 2008 - 12:46 PM

Could MBR help? Attached File  HDD0.zip   499bytes   1583 downloads


I checked that MBR only contains one partition, maybe the issue with Windows Vista ?
Try it under Windows XP.

#23 phox

phox

    Silver Member

  • .script developer
  • 764 posts

Posted 08 February 2008 - 01:28 PM

I checked that MBR only contains one partition, maybe the issue with Windows Vista ?
Try it under Windows XP.



Or maybe it works only under VMWare?! :thumbsup:

#24 Dhilip89

Dhilip89

    Frequent Member

  • Developer
  • 105 posts
  • Location:Malaysia, Johor
  • Interests:Anything that can blow my mind.
  •  
    Malaysia

Posted 08 February 2008 - 02:16 PM

Or maybe it works only under VMWare?! :D


I'm not sure it works under Virtual PC or not, I just tested with VMware. :thumbsup:

#25 bilou_gateux

bilou_gateux

    Frequent Member

  • Expert
  • 230 posts
  •  
    France

Posted 08 February 2008 - 03:47 PM

Question about ETPATCH.CMD script inside ETPATCHBOOT

if exist %Drive%\pagefile.sys ( attrib -r -h -s %Drive%\pagefile.sys )
if exist %Drive%\pagefile.sys ( del /q %Drive%\pagefile.sys )
if exist %Drive%\pagefile.sys ( attrib -r -h -s %Drive%\hiberfil.sys )
if exist %Drive%\pagefile.sys ( del /q %Drive%\hiberfil.sys )


Do you check if pagefile.sys exist in order to delete hiberfil.sys

should be
if exist %Drive%\pagefile.sys &#40; attrib -r -h -s %Drive%\pagefile.sys &#41;

if exist %Drive%\pagefile.sys &#40; del /q %Drive%\pagefile.sys &#41;

if exist %Drive%\hiberfil.sys &#40; attrib -r -h -s %Drive%\hiberfil.sys &#41;

if exist %Drive%\hiberfil.sys &#40; del /q %Drive%\hiberfil.sys &#41;

Purpose is to delete both files, isnt'it?




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users