The Portable Freeware Collection  
 FAQFAQ   SearchSearch    MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

USB stick formatting is broken in 4.1.1

 
Post new topic   Reply to topic    Ultimate Boot CD Forum Index -> UBCD V4 Bug Reports & Known Issues
View previous topic :: View next topic  
Author Message
Dekker Dreyer



Joined: 03 Aug 2007
Posts: 1

PostPosted: Fri Aug 03, 2007 10:54 am    Post subject: USB stick formatting is broken in 4.1.1 Reply with quote

Something is broken on the UBCD 4.1.1 UBCD2USB batch file.

I took a cruzer mini 1.0gb USB stick and used the ubcd2usb batch file. It ran successfully and afterwards Windows recognized it as FAT32 rather than FAT. I tried to book from the USB stick and got a BOOT ERROR.

I manually reformatted it back to FAT (via windows Computer Management Console), downloaded the 4.1.0 UBCD image, and ran the batch file from there. This time a successful bootable image was created. Windows doesn't know what the partition is, and the batch file complained that it couldn't find my I: (where the stick was), but the stick now boots fine.
Back to top
View user's profile Send private message
Victor Chew



Joined: 21 Feb 2005
Posts: 902

PostPosted: Sun Aug 05, 2007 5:11 am    Post subject: Reply with quote

That's strange. There has been 0 change between V4.10 and V4.11 in the "tools" subdir. Anyone else has this problem?
Back to top
View user's profile Send private message Visit poster's website
chexx



Joined: 19 Sep 2007
Posts: 1

PostPosted: Wed Sep 19, 2007 1:50 pm    Post subject: Reply with quote

Yep, I encountered similar probs:

invoking ubcd2usb did something to the usb-stick (Kingston DataTraveler 512mb), freezing the explorer and disk-managment. After it's finished the file system is unrecognized and the stick doesn't boot...

After playing around with makebootfat.exe the stick lost its ability to be partitioned and ubcd2usb finished w/o errors, BUT the file system is still fat32 and there are fs-errors. It seems to me that patching ldlinux.sys failes somehow - that file reports invalid size. And there are many missing files and folders on the stick. I copied all folders (w/o root-files) manually and the stick boots... Shocked

If I let chkdsk fix the file size of ldlinux.sys it gets truncated to ~4k and stops the stick from booting - leaving the error causes ldlinux.sys to be unreadable from windows (2k & XP) but booting works...

sounds strange to me, but you're doin' a great job on UBCD 4.1.1!!
Back to top
View user's profile Send private message
yantei



Joined: 26 Oct 2007
Posts: 5

PostPosted: Fri Oct 26, 2007 2:58 am    Post subject: Reply with quote

For me ubcd2usb.bat works well, except that I've got "Could not find kernel image: linux" message while trying to boot from usb stick...

I've tried using makebootfat without -Z option, no change.

I've got one 2 gb fat32 partition.

Weird thing, that after trying to use ubcd2usb from CD, I had "Boot failed" message...

I don't understand how -x "%1\boot.catalog" option works, since this file IS actually copied...

I really would like to have ubcd working on my usb stick, I couldn't make any conclusions from the topic in Request & Suggestions forum...


Last edited by yantei on Fri Oct 26, 2007 10:02 am; edited 1 time in total
Back to top
View user's profile Send private message
webenor



Joined: 26 Oct 2007
Posts: 4

PostPosted: Fri Oct 26, 2007 9:51 am    Post subject: Reply with quote

no problem getting ubcd onto my USB stick as long as it was the only USB mass storge peripheral Wink
Back to top
View user's profile Send private message
yantei



Joined: 26 Oct 2007
Posts: 5

PostPosted: Fri Oct 26, 2007 10:05 am    Post subject: Reply with quote

I made it, finally...

makebootfat -v -o %DEVNAME% -Z -Y -F -b ldlinux.bss -m mbrfat.bin -c "%1\syslinux\ldlinux.sys" -x "%1\boot.catalog" %1

this code worked for me
mbrfat.bin taken from old reblu's ubcd2usb package
Back to top
View user's profile Send private message
Cgman



Joined: 15 May 2008
Posts: 1

PostPosted: Thu May 15, 2008 10:56 pm    Post subject: 1GB sandisk won't boot Reply with quote

I have a 1GB Cruzer micro sdcz6-1024. Under no circumstance can I get this flash drive to boot. I have used the image from our corporate drives and even UBCD. This drive will not boot for me.

Has anyone had any better luck using this type of drive? I have an HP5013 desktop and it can and does boot to usb. Sandisk said it's the PC and HP said it's the flash drive.

Any help is appreciated.

thanks,

cgman
Back to top
View user's profile Send private message
El Duderino



Joined: 28 May 2008
Posts: 1

PostPosted: Wed May 28, 2008 6:59 pm    Post subject: Reply with quote

yantei wrote:
I made it, finally...

makebootfat -v -o %DEVNAME% -Z -Y -F -b ldlinux.bss -m mbrfat.bin -c "%1\syslinux\ldlinux.sys" -x "%1\boot.catalog" %1

this code worked for me
mbrfat.bin taken from old reblu's ubcd2usb package

Thanks. This made me able to boot from my usb-stick as well. I am still not able to run the disk diagnostic apps images though.
Back to top
View user's profile Send private message
Flaviss



Joined: 27 Jan 2009
Posts: 5

PostPosted: Tue Jan 27, 2009 7:19 pm    Post subject: Reply with quote

Alright so I don't understand how I am suppost to use the code you guys have come up with.

What I have done:

-Downloaded ISO for 4.1.1
-Unpacked ISO with 7-zip to folder on desktop
-browsed to the tools directory and the usb batch file
-double click the batch file

What happens:

-A dos screen pops up with instructions on format for a command that ends in a "hit any button to continue"
- I hit a button and the dos screen closes down and thats all that happens

What I need:

- Feedback on whether I am going about this in the right way or if there is some other way I need to open up the batch file

- If I am doing this right, someone please advise.

System:

WIN XP Pro SP3
Norton 360 (I have tried it while Norton was disabled with no change)
Only one peripheral drive (512 Kingston)

?? anything else?

Thanks,

Flaviss
Back to top
View user's profile Send private message
Flaviss



Joined: 27 Jan 2009
Posts: 5

PostPosted: Tue Jan 27, 2009 8:03 pm    Post subject: Reply with quote

Ok so I am not intentially hitting all these different forums, I did search and responded to likely threads, not realizing I was bouncing all over the place.

Anyway I found an answer to my question, I think (see below), by piecing together a couple of other threads I managed to find.

It would help newbies like me out a lot if this type of , seemingly, important instruction was more easily found.

Thanks,

Flaviss

Flaviss wrote:
Thanks Icecube. I was looking all over for directions on how to do this and between this thread and this one: http://www.ultimatebootcd.com/forums/viewtopic.php?t=1608&highlight=ubcd2usb from you I figured it out and created my usb key.

The directions on the main site are really lacking considering on the main site it sounds like you can just open the bat file from windows explorer and bam, it does it for you.

Speaking presumptively for anyone else who does not have the patience to comb through stuff like I did, it would be great if you combined these two posts and turned them into a 'how to create a UBCD on USB for dumbies' tutorial and had it stickied and linked to from the main page.

Thanks so much,

Flaviss
Back to top
View user's profile Send private message
Masi_K



Joined: 24 Oct 2009
Posts: 5

PostPosted: Sun Oct 25, 2009 5:18 am    Post subject: Reply with quote

Flaviss wrote:
Alright so I don't understand how I am suppost to use the code you guys have come up with.

What I have done:

-Downloaded ISO for 4.1.1
-Unpacked ISO with 7-zip to folder on desktop
-browsed to the tools directory and the usb batch file
-double click the batch file

What happens:

-A dos screen pops up with instructions on format for a command that ends in a "hit any button to continue"
- I hit a button and the dos screen closes down and thats all that happens

What I need:

- Feedback on whether I am going about this in the right way or if there is some other way I need to open up the batch file

- If I am doing this right, someone please advise.

System:

WIN XP Pro SP3
Norton 360 (I have tried it while Norton was disabled with no change)
Only one peripheral drive (512 Kingston)

?? anything else?

Thanks,

Flaviss


What you really have to do is open command promt screen. DO NOT double click on that batch file. You have to run it from command prompt. So this means that you have to know(remember) these old dos commands..
_________________
Asus IP35-Pro, E6750@3200mhz, ddr2 1066mhz.
Back to top
View user's profile Send private message
Icecube



Joined: 11 Jan 2008
Posts: 834

PostPosted: Sun Oct 25, 2009 9:57 am    Post subject: Reply with quote

In UBCD50b12 double clicking on the batch file works (command prompt isn't closed).
_________________
Download Ultimate Boot CD v5.0 RC1: http://ultimatebootcd.com/forums/viewtopic.php?t=2131
Use Parted Magic for handling all partitioning task: http://partedmagic.com/
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Ultimate Boot CD Forum Index -> UBCD V4 Bug Reports & Known Issues All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group