MSFN Forum: USB Booting issues - MSFN Forum

Jump to content



If you are having issues with Windows after removing components and have come to ask for help, please attach (not paste) your Last Session.ini file to your post to facilitate quicker assistance.
  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

USB Booting issues Original title "BOOTMGR Missing" Rate Topic: -----

#24 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,801
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 05 July 2008 - 03:15 AM

You do not get "a" BSOD, you get a BSOD with an error number.

If it is 0x0000007b "Inaccessible boot device", first thing to try is the modified NTDETECT.COM:
http://www.msfn.org/board/0x0000007B-Blue-...xt-t112630.html

However, besides tutorial 5, you may want to look here:
http://forums.ngine....ewforum.php?f=4
http://www.ngine.de/...jsp?pageid=4176

And here, a "less known" page that may clear some points:
http://www.nedprod.c...uff/BootWinUSB/

And even try the "fully automated" way:
http://www.usboot.org/tiki-index.php

Just in case I am attaching an archive containing the (supposedly working, UNTESTED by me) .sif and .in_/.inf files.

jaclaz

Attached File(s)


This post has been edited by jaclaz: 05 July 2008 - 03:59 AM



#25 User is offline   toja92 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 30-June 08

Posted 05 July 2008 - 02:24 PM

Now here's something ;) I got it partially working (installed, and booting). But after I logged in (only have one account except administrator acc.) logonui.exe freezes. I tried pressing ctrl+alt+delete and task manager turns up. Two seconds later, I get a POOL_BAD_DRIVER bsod, and I can't boot in safe mode (after logging in, whole windows crash, no bsod). Any clue about whats wrong?

#26 User is offline   toja92 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 30-June 08

Posted 05 July 2008 - 02:25 PM

please remove this post, thanks ;)

This post has been edited by toja92: 06 July 2008 - 09:05 AM


#27 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,801
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 06 July 2008 - 04:37 AM

Check, re-check, and triple check EVERYTHING.

Set the BIOS to use as less "advanced" options as possible, disable in it any device that is not vital, like audio, parallel ports, network card, etc.

Boot with /BASEVIDEO and /BOOTLOG
http://technet.microsoft.com/en-us/sysinte...s/bb963892.aspx

Check the the file %SystemRoot%\Ntbtlog.txt

POOL_BAD_DRIVER says nothing to me, post the CODE of the BSOD, and any other reference.
http://www.geekstogo.com/forum/Windows-XP-...des-t43519.html
http://northtechs.com/blscreen.htm
http://www.updatexp....p-messages.html

Check the Event Viewer files on a working machine:
http://support.micro...kb/165959/en-us

i.e. *.evt under %SystemRoot%\System32\Config\

This app has a FREE personal license:
http://www.eventlogxp.com/

A good idea could be that of starting again from scratch.

I assume you ALREADY tested the nliting by installing from the modified source on a "normal" HD, didn't you? :unsure:

Use the files I posted, after having re-chacked them.

jaclaz

#28 User is offline   toja92 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 30-June 08

Posted 06 July 2008 - 09:27 AM

"I assume you ALREADY tested the nliting by installing from the modified source on a "normal" HD, didn't you?" Actually, no. I don't have any spare / extra harddrive laying around here. I have a external drive, but I don't want to "challenge destiny". That's why I want to install to my usb drive, so I don't have to use a extra harddrive.

"POOL_BAD_DRIVER says nothing to me, post the CODE of the BSOD, and any other reference." Tricky part, the bsod flashses by one second and then my computer restarts. Should I disable "reboot on system errors" when I press F8 before windows tries to boot?

Actually, it works (partially) with your .sif and .in_/.inf files. And no, I can't use the automated way, I don't know which computer I should do these steps on (it changes some system files, right? plus I can't NLite the files also ;))

I attached ntbtlog.txt (Or, one "normal" and one in "safe mode")

Attached File(s)


This post has been edited by toja92: 06 July 2008 - 09:30 AM


#29 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,801
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 06 July 2008 - 10:02 AM

View Posttoja92, on Jul 6 2008, 05:27 PM, said:

jaclaz said:

"I assume you ALREADY tested the nliting by installing from the modified source on a "normal" HD, didn't you?"


Actually, no. I don't have any spare / extra harddrive laying around here. I have a external drive, but I don't want to "challenge destiny". That's why I want to install to my usb drive, so I don't have to use a extra harddrive.


Yes, but the result is that you cannot boot from it, and we have several "layers" of possible causes:
1) the "quality" of the source (meaning the number of integrated SP's and KB fixes/security updates)
2) the "entity" of your nliting (did you remove too much? :unsure:)
3) hardware drivers
4) "my" .sif and .inf's

You should AT LEAST try installing your source (WITHOUT and WITH) the USB mods, in a Virtual Machine, VirtualBox should be allright:
http://www.virtualbox.org/

View Posttoja92, on Jul 6 2008, 05:27 PM, said:

jaclaz said:

"POOL_BAD_DRIVER says nothing to me, post the CODE of the BSOD, and any other reference."


Tricky part, the bsod flashses by one second and then my computer restarts. Should I disable "reboot on system errors" when I press F8 before windows tries to boot?

YES, it is VITAL to know which exact error is, it may help in finding what the problem is.
You can change the Registry Entry:
http://www.pctools.c...try/detail/229/
autoreboot to 0
(Offline you will need to access ControlSet001 instead of CurrentControlSet)


View Posttoja92, on Jul 6 2008, 05:27 PM, said:

Actually, it works (partially) with your .sif and .in_/.inf files. And no, I can't use the automated way, I don't know which computer I should do these steps on (it changes some system files, right? plus I can't NLite the files also ;))

No, it does not change system files, only cannot say if it would run under Vista.

View Posttoja92, on Jul 6 2008, 05:27 PM, said:

I attached ntbtlog.txt (Or, one "normal" and one in "safe mode")

As expected, (since you get to the logon screen) the initial loading appers to be OK, the error happens later, do check the Event Logs.

jaclaz

#30 User is offline   toja92 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 30-June 08

Posted 06 July 2008 - 10:49 AM

Just remembered, have Microsoft Virtual PC 2007 Lol,... Will try right away... :P

EDIT: Seems like it's removed, trying virtual box instead.

EDIT2/update: Virtual Box is better than Virtual PC 2007, I have to admit. Now I can do the "fully automated" way, because I can "insert" my usb drive to the virtual XP. Here's the error message I got by the way:
***stop: 0x000000c2 0x00000007 0x00000CD4 0x00000000 0xE15D0004
I will try the automated way & report back ;)

EDIT3: Oh noes, I managed to write the MBR of the stick to my external drive, so now windows thinks it needs to be formatted and acronis disk director suite only finds a 1.91 gB (exactly the size of my stick) of the drive. Do you know how to recover my data? I'm searching with acronis disk direcor suite now to see if I find a deleted partition, but how should I do if it can't find it?

Nevermind. Will backup necessary files to various mp3's, my stick and my internal drive, so I'll work it out. Besides I will probably buy another 500 gB tomorrow, or in two days :D

EDIT4: Installed a nlited xp sp 3 in a virtual machine. It runs good. Used USBoot, worked good. Copied the files to my stick. Worked good. Trying to boot. Total failure. I tried replacing the bootsector with bootsect /nt52 <driveletter>, before doing that, it said invalid system disk. Now I only see a black screen, no "_" or something. So I don't know how to continue. Any clues?

This post has been edited by toja92: 06 July 2008 - 04:08 PM


#31 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,801
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 07 July 2008 - 01:45 AM

You can use testdisk:
http://www.cgsecurit...g/wiki/TestDisk
to recover your partition table.

SP3 is YET ANOTHER variable that you added. WHY?

...and possibly slipstreamed with nlite under Vista, which adds YET ANOTHER variable. :w00t:

Try with XP SP1 or SP2, NOT SP3.

To make the stick bootable, since for unknown reasons the programs that work for everyone do not work on your hardware/software, you can as you already did, re-use the MBR manually made, then re-format the stick and apply bootsect /nt52, make sure it boots with NTLDR+NTDETECT.COM+BOOT.INI before copying the files to stick.

REMOVE ANY OTHER USB DEVICE (excluded Mouse and Keyboard if USB) when working with bootable USB sticks.

As expected, the error is IRQ/Driver related.

Search for "0x000000c2" with google.

jaclaz

This post has been edited by jaclaz: 07 July 2008 - 01:46 AM


#32 User is offline   Ponch 

  • MSFN Master
  • Group: Patrons
  • Posts: 2,600
  • Joined: 23-November 05
  • OS:none specified
  • Country: Country Flag

Posted 07 July 2008 - 02:03 AM

Just to add to the confusion, I once had a bad_pool_driver BSOD, the cause was a bad memory stick. Now maybe this can have other causes too.

#33 User is offline   toja92 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 30-June 08

Posted 07 July 2008 - 03:19 AM

"REMOVE ANY OTHER USB DEVICE (excluded Mouse and Keyboard if USB) when working with bootable USB sticks." Actually the only other usb device connected to my computer while trying, is my usb adapter (usb -> PS/2). I will try without SP3 now, and see how it goes. If it works, I'll try installing SP3 in portable XP instead.

#34 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,801
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 07 July 2008 - 04:05 AM

Just for the record, and should anyone have the same type of problems, the "magic numbers" in partition table I gave before can be easily calculated with the spreadsheet you can find here:
http://www.boot-land...?showtopic=2959

toja92 said:

Actually the only other usb device connected to my computer while trying, is my usb adapter (usb -> PS/2).

Yep, but besides testing booting from the stick, it is a good idea to have anything removed also when "fiddling" with it, as you appear to have learned the "hard" way ;):

toja92 said:

EDIT3: Oh noes, I managed to write the MBR of the stick to my external drive, ....


jaclaz

#35 User is offline   toja92 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 30-June 08

Posted 07 July 2008 - 05:20 AM

Total success! Using USBoot with SP2 worked perfect, now its working exactly as it should :D :D Big thanks for your help, jaclaz :thumbup Now I need to find alot of drivers, but that is not a problem. Thanks!

This post has been edited by toja92: 07 July 2008 - 05:21 AM


#36 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,801
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 07 July 2008 - 07:04 AM

Happy to hear a story of success! :)

jaclaz

#37 User is offline   toja92 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 30-June 08

Posted 09 July 2008 - 03:33 AM

Hmm is it possible you can help one more time? I bought a new 8gb usb stick, and it won't boot, and I have no idea why. I did a bootsect /nt52 but it didn't work, so I think the problem is within the MBR. Thanks in advance :thumbup

Attached File(s)



#38 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,801
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 09 July 2008 - 04:56 AM

View Posttoja92, on Jul 9 2008, 11:33 AM, said:

Hmm is it possible you can help one more time? I bought a new 8gb usb stick, and it won't boot, and I have no idea why. I did a bootsect /nt52 but it didn't work, so I think the problem is within the MBR. Thanks in advance :thumbup


I will :), if you tell me what the heck did you use to fdisk/format the stick this time. ;)

The MBR code is NOT a standard NT/2K/XP/2003 nor Vista one. :w00t:

Open the stick in beeblebrox, and try setting the "Boot" to 80 (currently it is 00, i.e. you have currently NO partition active).

Then, your geometry is once again "gone beserk"!
You have:
0B-00-0-1-1-243-32-63-32-15974368

Should be one of the following:
0B-80-0-1-1-243-254-63-63-3919797
0B-80-0-1-1-243-254-63-63-3919797
0C-80-0-1-1-242-254-63-63-3903732
0C-80-0-1-1-242-254-63-63-3903732

SO:
1) Use beeblebrox to write one of the given set of values
2) Eject and reinsert stick
3) Format the stick
4) Run bootsect.exe /nt52 against the stick
5) Copy to the stick NTLDR/NTDETECT.COM/BOOT.INI
6) Try booting from the stick
7) if it does not boot, loop to 2) and try another set of values

If it still does not boot,
Use MBRFIX:
http://www.sysint.no...ting/mbrfix.htm
http://www.sysint.no/Download/tabid/162/la...NO/Default.aspx
MbrFix /drive <num> fixmbr

to fix the MBR code
and loop back to 1)

Report.

jaclaz

#39 User is offline   toja92 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 30-June 08

Posted 09 July 2008 - 05:08 AM

Acutally, it was preformatted from factory (brand new). If possible, is it necessary to format the stick? Oh well...

EDIT: If you want to know, it took a half hour to move 606 MB via virtualbox. My other usb memory, older, took maybe 3-4 minutes...

This post has been edited by toja92: 09 July 2008 - 05:21 AM


#40 User is offline   toja92 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 30-June 08

Posted 12 July 2008 - 08:22 AM

Hmm... writing either of those MBR's makes Vista lag incredibly. If I remove the drive vista becomes normal but as soon as I insert it it becomes slow. I managed to make it "half-working", it doesent display "System error, press ctrl+alt+delete to reboot", but instead a "_".

#41 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,801
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 12 July 2008 - 09:23 AM

View Posttoja92, on Jul 12 2008, 04:22 PM, said:

Hmm... writing either of those MBR's makes Vista lag incredibly. If I remove the drive vista becomes normal but as soon as I insert it it becomes slow. I managed to make it "half-working", it doesent display "System error, press ctrl+alt+delete to reboot", but instead a "_".


WHICH MBR's? :unsure:

Did you run MBRFIX?

Start again, run the HP formatting utility and post the MBR and bootsector, extracted with hdhacker, after running it.

jaclaz

#42 User is offline   toja92 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 30-June 08

  Posted 03 August 2008 - 07:51 AM

I need some help again, I bought a new usb stick which don't work to boot.. Anyways I attached both the MBR and the bootsector and hope you can help me a final time. Here is the value I get with Beeblebrox: 0B-80-0-1-1-979-254-63-63-15743637

Attached File(s)



#43 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,801
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 03 August 2008 - 08:33 AM

The MBR appears to be OK, it is a 16 Gb stick formatted as FAT32 0B, i.e. CHS mapped.

The bootsector appears to have both invalid data and to be non-standard.

WHAT did you use to try and format it? :w00t:

It appears like you used an Acronis product on the stick. :whistle:

I would zero out the first, say, 100 sectors (just to make sure) then try running fuwi's newish batch/app:
http://www.911cd.net...showtopic=21702

Please report.

jaclaz

Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy