![]() |
![]() ![]() |
Jan 24 2008, 08:28 PM
Post
#1
|
|
![]() Silver Member ![]() ![]() ![]() Group: Members Posts: 158 Joined: 26-May 04 Member No.: 6,096 |
What I am doing....
Trying to create a BartPE DVD that is over 4 GB. Why? I am copying an Acronis True Image .tib file into the .iso file in a special Backup folder. Why am I doing this? I am creating a bootable BartPE DVD that is self-contained with a True Image backup file from a specific PC on the DVD. What happens.... UltraISO says the file is too big and asks if I want UDF, I say yes and it saves the file ok, but it won't boot. Any advice creating a BartPE DVD that is over 4GB in size? Do I need Vista instead of XP? Thanks. |
|
|
|
Jan 25 2008, 03:55 AM
Post
#2
|
|
|
Platinum Member ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 3,081 Joined: 31-October 03 Member No.: 2,304 |
I am copying an Acronis True Image .tib file into the .iso file in a special Backup folder. What's the filesize of this .tib file? Is this file greater 4 GB? QUOTE UltraISO says the file is too big ISO9660 can handle files of several TB. QUOTE Any advice creating a BartPE DVD that is over 4GB in size? http://www.911cd.net/forums//index.php?showtopic=16735 File location is importand at DVD. Setupldr.bin read up to 4 GB location at early boot. Create a folder c:\add\ZZZ. At PEBuilder add folder c:\add. Use a current mkisofs, if .tib file is greater 4 GB. http://cdrecord.berlios.de/old/private/cdrecord.html http://www.sbox.tugraz.at/home/t/tplank/ |
|
|
|
Jan 25 2008, 10:35 AM
Post
#3
|
|
![]() Silver Member ![]() ![]() ![]() Group: Members Posts: 158 Joined: 26-May 04 Member No.: 6,096 |
QUOTE What's the filesize of this .tib file? Is this file greater 4 GB? Yes, over 4GB. Usually about 4.3GB. QUOTE Is it just mkisofs I need? And .dlls? I saw the link from Paraglider http://www.paraglidernc.com/Files/mkisofs2...d.ru-cygwin.zip These files are from 2004. Maybe they will work for 2GB, but not over 4GB. This post has been edited by Overburn: Jan 25 2008, 10:38 AM |
|
|
|
Jan 25 2008, 11:27 AM
Post
#4
|
|
|
Platinum Member ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 3,081 Joined: 31-October 03 Member No.: 2,304 |
Yes, old version from 2004 read files up to 4 GB.
http://cdrecord.berlios.de/old/private/cdrecord.html link to http://www.student.tugraz.at/thomas.plank/ Get Win32-Binaries (newest available) cygwin1.dll DLLS needed by mkisofs |
|
|
|
Jan 25 2008, 12:34 PM
Post
#5
|
|
![]() Silver Member ![]() ![]() ![]() Group: Members Posts: 158 Joined: 26-May 04 Member No.: 6,096 |
Ok, thank you. I'll add them to the pebuilder3110a directory. All files or just mkisofs.exe and cygwin1.dll?
It seems that pebuilder needs to be updated for files over 4GB. QUOTE Setupldr.bin read up to 4 GB location at early boot. Not larger than 4GB? This post has been edited by Overburn: Jan 25 2008, 12:55 PM |
|
|
|
Jan 25 2008, 01:49 PM
Post
#6
|
|
|
Platinum Member ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 3,081 Joined: 31-October 03 Member No.: 2,304 |
All files or just mkisofs.exe and cygwin1.dll? Copy mkisofs.exe, cygwin1.dll, cygiconv-2.dll and cygintl-8.dll.QUOTE Not larger than 4GB? No, setupldr.bin dosn't read files larger than 4GB.However there are drivers loaded at early boot. These drivers are used later. A booted BartPE read files larger than 4GB. |
|
|
|
Jan 25 2008, 10:56 PM
Post
#7
|
|
![]() Silver Member ![]() ![]() ![]() Group: Members Posts: 158 Joined: 26-May 04 Member No.: 6,096 |
pebuilder error : "Not enough storage is available to process this command."
|
|
|
|
Jan 26 2008, 05:21 AM
Post
#8
|
|
|
Platinum Member ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 3,081 Joined: 31-October 03 Member No.: 2,304 |
pebuilder error : "Not enough storage is available to process this command." PEBuilder v3.1.10 does read and copy files greater 4 GB. Which version do you use? What's your free space at hard disk? Open file pebuilder.log. Which mkisofs command line do you use? Do you use InfCacheBuild? Do you use a build script? |
|
|
|
Jan 26 2008, 10:50 AM
Post
#9
|
|
![]() Silver Member ![]() ![]() ![]() Group: Members Posts: 158 Joined: 26-May 04 Member No.: 6,096 |
QUOTE Which version do you use? pebuilder3110a QUOTE What's your free space at hard disk? 80GB HD - 90% free QUOTE Open file pebuilder.log. Which mkisofs command line do you use? No reference to mkisofs QUOTE Do you use InfCacheBuild? No QUOTE Do you use a build script? No I use the default settings. All I do is double-click pebuilder.exe and let it run. All the updated files were copied into the pebuilder directory as requested. |
|
|
|
Jan 26 2008, 11:06 AM
Post
#10
|
|
![]() Gold Member ![]() ![]() ![]() ![]() Group: Members Posts: 568 Joined: 7-January 04 From: Canada Member No.: 3,433 |
Is your HDD formatted in FAT32, FAT32 filesystem cannot write files larger than 4GB... If yes, use NTFS instead...
|
|
|
|
Jan 26 2008, 01:41 PM
Post
#11
|
|
![]() Silver Member ![]() ![]() ![]() Group: Members Posts: 158 Joined: 26-May 04 Member No.: 6,096 |
NTFS.
I'll keep playing with it until it works. EDIT: Error: Returned exitcode 3221225785 This post has been edited by Overburn: Jan 26 2008, 02:18 PM |
|
|
|
Jan 26 2008, 05:59 PM
Post
#12
|
|
|
Platinum Member ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 3,081 Joined: 31-October 03 Member No.: 2,304 |
QUOTE Returned exitcode 3221225785 Post some more previous lines. Did you run PEBuilder again? Did PEBuilder copy big at this run? I've no idea about "Not enough storage" message. Well, remove custom folder at PEBuilder. Run again. Do you get a ISO image now? Open command prompt, change director to PEBuilder. run CODE mkisofs -version Post output.
|
|
|
|
Jan 26 2008, 07:33 PM
Post
#13
|
|
![]() Silver Member ![]() ![]() ![]() Group: Members Posts: 158 Joined: 26-May 04 Member No.: 6,096 |
mkisofs 2.01-bootcd.ru (i586-pc-cygwin)
|
|
|
|
Jan 27 2008, 04:13 AM
Post
#14
|
|
|
Platinum Member ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 3,081 Joined: 31-October 03 Member No.: 2,304 |
|
|
|
|
Jan 27 2008, 10:46 AM
Post
#15
|
|
![]() Silver Member ![]() ![]() ![]() Group: Members Posts: 158 Joined: 26-May 04 Member No.: 6,096 |
mkisofs 2.01 (i686-pc-cygwin)
I tried this version with the same results. |
|
|
|
Jan 27 2008, 10:58 AM
Post
#16
|
|
|
Titanium Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 5,556 Joined: 29-August 03 From: NC, USA Member No.: 1,527 |
How about trying the latest version that cdob told you try above ( 2.01.01a37 ) ?
-------------------- |
|
|
|
Jan 27 2008, 03:45 PM
Post
#17
|
|
![]() Silver Member ![]() ![]() ![]() Group: Members Posts: 158 Joined: 26-May 04 Member No.: 6,096 |
I got it to build finally. I added the newer files suggested earlier from http://www.student.tugraz.at/thomas.plank/cdrtools-2.01.01a37-win32-bin.zip to the pebuilder directory, I created a plugin that contains the (4.3GB) True Image .tib backup file, the plugin creates a folder named 'Backup' and places the folder at the root of the .iso next to the i386 folder and then copies the .tib file into the 'Backup' folder. Now if I could just get it to boot, it still won't boot, which is why I started this thread to begin with. It must be the setupldr.bin file that doesn't like any .iso over 4GB. It hangs at "Setup is inspecting your computer's hardware configuration...."
I'll keep trying. This post has been edited by Overburn: Jan 27 2008, 03:55 PM |
|
|
|
Jan 27 2008, 04:02 PM
Post
#18
|
|
|
Platinum Member ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 3,081 Joined: 31-October 03 Member No.: 2,304 |
|
|
|
|
Jan 27 2008, 06:43 PM
Post
#19
|
|
![]() Silver Member ![]() ![]() ![]() Group: Members Posts: 158 Joined: 26-May 04 Member No.: 6,096 |
QUOTE Remember the mentioned c:\add\ZZZ. I did remember this, but I didn't understand your path. c:\add\ZZZ, You want a folder named 'add' and a folder named 'ZZZ' This is outside of the c:\pebuilder3110a\ directory. That's how I read that path. QUOTE Can't you use a folder name ZBackup? Yes, I'll try this. This post has been edited by Overburn: Jan 27 2008, 06:46 PM |
|
|
|
Jan 27 2008, 08:43 PM
Post
#20
|
|
![]() Silver Member ![]() ![]() ![]() Group: Members Posts: 158 Joined: 26-May 04 Member No.: 6,096 |
Yes! Finally! Changing 'Backup' to 'zBackup' seemed to work. The .iso built ok, it booted ok, and worked ok. But why? Why would pebuilder need to be fooled by changing the spelling on the Backup folder to zBackup? It makes no sense to me. Is it the location of the folder since it is located at the root of the .iso file?
This post has been edited by Overburn: Jan 27 2008, 08:44 PM |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 9th February 2010 - 10:34 AM |