MSFN Forum: Issues on some machines with Small ISO method - MSFN Forum

Jump to content


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

Issues on some machines with Small ISO method Splitted from main WinSetupFromUSB thread

#1 User is offline   Compstuff2 

  • Group: Members
  • Posts: 9
  • Joined: 02-August 10
  • OS:none specified
  • Country: Country Flag

Posted 10 August 2010 - 09:36 AM

OK... I have a read as much as I could and I have spend hrs trying to get this to work but no luck so its time to ask for help lol... I have a a working DVD structure created with RyanVM and Driverpacks. I used a 16G USB and formatted it with a single NTFS partition (using the HDD option gives me a grub error when adding files). Laptop boots, loads initial files, reboots to start windows, then just hangs... what am I doing wrong?

Thanks in advance for your help...

Attached File(s)


This post has been edited by Compstuff2: 10 August 2010 - 09:37 AM



#2 User is offline   Compstuff2 

  • Group: Members
  • Posts: 9
  • Joined: 02-August 10
  • OS:none specified
  • Country: Country Flag

Posted 10 August 2010 - 10:55 AM

Quote

Can you elaborate a bit more on these:

Quote

using the HDD option gives me a grub error when adding files
Using what program when formatting? What options?

Using 1.0 beta6 with a corsair 16g USB: RMPrepUSB: Run CLEAN, then XP,NTFS,Boot as HDD, prep drive, all OK
Select USB, Select XP source files, GO = grubinst.exe could not find a Master Boot Record and partition table on the selected disk disk #1
I have attached the log

Attached File(s)



#3 User is offline   Compstuff2 

  • Group: Members
  • Posts: 9
  • Joined: 02-August 10
  • OS:none specified
  • Country: Country Flag

Posted 10 August 2010 - 11:37 AM

Quote

Quote

Laptop boots, loads initial files, reboots to start windows, then just hangs
Does that mean that first part of Setup, the text mode/file copy stage works alright, but for the second part, the GUI mode it hangs at some point? When exactly? What do you see on the screen? What did you see right before that? Please be as detailed as possible in order to understand your issue.


Correct me if I am wrong but the install stages should be:

Textmode/txtsetup (blue screen)
inspect hardware
setup - load files
"starting windows message" - format drive - copy files
Restart #1
DriverPacks extraction
PE mode (colorful screen, displays T-39 countdown timer {ie "36 minutes remaining"}
Restart #2
GUI mode (GUIRunOnce, RunOnceEx, first-user load, desktop load)

What I get is your load screen with the setup options 1 or 2 choices, then it starts the load files, then "setup is starting windows", then a black screen with nothing and just hanging not reading USB or anything

Attached File(s)


This post has been edited by Compstuff2: 10 August 2010 - 12:00 PM


#4 User is offline   cdob 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 876
  • Joined: 29-September 05

Posted 10 August 2010 - 02:16 PM

View PostCompstuff2, on 10 August 2010 - 11:37 AM, said:

What I get is your load screen with the setup options 1 or 2 choices, then it starts the load files, then "setup is starting windows", then a black screen with nothing and just hanging not reading USB or anything

Windows XP setup dosn't like strange MBR. Read some Linux or manufacturer recovery partition may interfere.
Clean internal hard disk.

#5 User is offline   Compstuff2 

  • Group: Members
  • Posts: 9
  • Joined: 02-August 10
  • OS:none specified
  • Country: Country Flag

Posted 10 August 2010 - 05:27 PM

View Postcdob, on 10 August 2010 - 02:16 PM, said:

View PostCompstuff2, on 10 August 2010 - 11:37 AM, said:

What I get is your load screen with the setup options 1 or 2 choices, then it starts the load files, then "setup is starting windows", then a black screen with nothing and just hanging not reading USB or anything

Windows XP setup dosn't like strange MBR. Read some Linux or manufacturer recovery partition may interfere.
Clean internal hard disk.

Not sure I understand... are you saying to wipe the hard drive before the USB install?

#6 User is offline   jaclaz 

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

Posted 11 August 2010 - 12:22 AM

View PostCompstuff2, on 10 August 2010 - 05:27 PM, said:

Not sure I understand... are you saying to wipe the hard drive before the USB install?

No, it should be enough to restore the "normal" 2K/XP MBR CODE:
http://www.sysint.no...ting/mbrfix.htm
MbrFix /drive <num> fixmbr


But can you run it?

Otherwise you can wipe completely (still just the MBR) from within grub4dos, using the dd command and overwriting the MBR sector with any of the hidden ones (that should be 00's).

jaclaz

This post has been edited by jaclaz: 11 August 2010 - 12:25 AM


#7 User is offline   cdob 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 876
  • Joined: 29-September 05

Posted 11 August 2010 - 12:50 AM

View Postjaclaz, on 11 August 2010 - 12:22 AM, said:

No, it should be enough to restore the "normal" 2K/XP MBR CODE

Early setup may hang at strange MBR partition table.

"xp setup blank screen" is a general error.
This happens at XP install from CD, XP install from USB and PE 1 boot.

http://icrontic.com/...ead.php?t=39459
http://forums.techgu...en-booting.html
http://www.tomshardw...up-blank-screen

#8 User is offline   jaclaz 

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

Posted 11 August 2010 - 05:06 AM

View Postcdob, on 11 August 2010 - 12:50 AM, said:

View Postjaclaz, on 11 August 2010 - 12:22 AM, said:

No, it should be enough to restore the "normal" 2K/XP MBR CODE

Early setup may hang at strange MBR partition table.

No prob. :)

MbrFix /drive <num> clean

But the question whether OP has aan actual NT OS in which to run the above remains valid.

jaclaz

This post has been edited by jaclaz: 11 August 2010 - 05:06 AM


#9 User is offline   Compstuff2 

  • Group: Members
  • Posts: 9
  • Joined: 02-August 10
  • OS:none specified
  • Country: Country Flag

Posted 11 August 2010 - 08:15 AM

I will blow out the MBR from the drive and try this but I'm not really understanding why this would be the issue... I can use the actual DVD and re-install this to the same system time after time after time with no errors so why would the USB made from that same DVD see a MBR problem?

#10 User is offline   jaclaz 

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

Posted 11 August 2010 - 09:01 AM

View PostCompstuff2, on 11 August 2010 - 08:15 AM, said:

I will blow out the MBR from the drive and try this but I'm not really understanding why this would be the issue... I can use the actual DVD and re-install this to the same system time after time after time with no errors so why would the USB made from that same DVD see a MBR problem?

You are mixing possibilities with certainties. :w00t:

The behaviour you described may be caused by the problematic MBR.
Which does not mean it is the one and only possible cause of this behaviour.
Running the setup from USB is similar but obviously not EXACTLY the same as running it from CD/DVD, so while it is possible that the problem is elsewhere, the fact that installing from CD/DVD works allright is a sign, but not enough to exclude this problem with setup and MBR's as a cause.

It is well possible that the problem is your motherboard BIOS or even somewhere else, notwithstanding the fact that these USB methods have worked for several thousands if not tens of thousands of people, from time to time something is found that creates the need for a bug fix or a bettering.

jaclaz

#11 User is offline   Compstuff2 

  • Group: Members
  • Posts: 9
  • Joined: 02-August 10
  • OS:none specified
  • Country: Country Flag

Posted 12 August 2010 - 12:51 PM

Thanks for the reply jaclaz... I waited to perform quite a bit of testing before I responded back so here goes:

First off let me say I am new to this tool and forum but very much looking forward to working with it. I am an active participant in other tech forums and now hoping to develop this into my bag of tricks :)

I have lots of systems I do my installs on so I never really only test on a single unit and from this point on I will provide greater details in my posts. The current systems I have been testing on are all late model Dell laptops. Specifically:
Latitude E6400
Latitude E5410
Vostro 3700
Vostro a860
Vostro 1015

Additionally I always make sure I have the latest BIOS update on every system before I start testing. Currently I am getting mixed results:
Latitude E6400 - FAILS
Latitude E5410 - FAILS
Vostro 3700 - OK
Vostro a860 - OK
Vostro 1015 - FAILS

I am still testing and each drive has DBAN run on it before each test....I will report further... thanks

This post has been edited by Compstuff2: 12 August 2010 - 12:59 PM


#12 User is offline   Compstuff2 

  • Group: Members
  • Posts: 9
  • Joined: 02-August 10
  • OS:none specified
  • Country: Country Flag

Posted 12 August 2010 - 01:06 PM

In my normal DVD install I use quite a few RunOnceEX items such as:

IF EXIST %CDROM%\Software\O2K3SP3\O2K3SP3.cmd REG ADD %KEY%\600 /VE /D "Office_2003" /f
IF EXIST %CDROM%\Software\O2K3SP3\O2K3SP3.cmd REG ADD %KEY%\600 /V 1 /D "%CDROM%\Software\O2K3SP3\O2K3SP3.cmd" /f

How do I handle this with a USB? Is there an environment variable I can use or another way to do this?

#13 User is offline   jaclaz 

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

Posted 12 August 2010 - 01:25 PM

DBAN is definitely overkill.
At the most you have to write 00's to the MBR.

But wait a minute, are you running an (integrated/added/modified) source of some kind?

Can you try with a "vanilla" XP with SP 2 or SP3 integrated and NOTHING else but (if needed) mass storage drivers?

Quote

How do I handle this with a USB? Is there an environment variable I can use or another way to do this?

I'll keep this question for later. ;)

You can have a look at migrate.inf approach, in the meantime (google for keywords "migrate.inf cdob jaclaz" - without quotes)

jaclaz

#14 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 12 August 2010 - 01:40 PM

My laptop is also Latitude E6400, BIOS A20 and vanila 2003 SP2 hung the same way with blank screen right after "Setup is starting Windows", in both IDE and AHCI modes.
In AHCI only the USB light flashes, in IDE only the HDD light.

Windows 7 MBR on HD, Grub4dos MBR on USB stick, no other mass storage devices.

Will post later on after a few tests.

#15 User is offline   Compstuff2 

  • Group: Members
  • Posts: 9
  • Joined: 02-August 10
  • OS:none specified
  • Country: Country Flag

Posted 12 August 2010 - 01:43 PM

View Postjaclaz, on 12 August 2010 - 01:25 PM, said:

DBAN is definitely overkill.
At the most you have to write 00's to the MBR.

But wait a minute, are you running an (integrated/added/modified) source of some kind?

Can you try with a "vanilla" XP with SP 2 or SP3 integrated and NOTHING else but (if needed) mass storage drivers?

jaclaz


I don't run a full DBAN since a few minutes are more than enough to wipe out a MBR

Yes my installations are heavily (integrated/added/modified), I run completely unattended installations... I use RyanVM to slipstream the monthly update packs plus about a dozen additional items, I use Driverpacks to integrate all drivers, I install software and other items from the DVD via RunOnceEX as well as many many custom tweaks and mods... just for clarification: give or take some driver issues I have been doing this with complete success for years on literally thousands of systems so all the general aspects work and it would be my goal to get this same level of custom installation on a USB if possible

Yes I can try a "vanilla" setup and report back...

This post has been edited by Compstuff2: 12 August 2010 - 01:45 PM


#16 User is offline   jaclaz 

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

Posted 12 August 2010 - 01:51 PM

View PostCompstuff2, on 12 August 2010 - 01:43 PM, said:

View Postjaclaz, on 12 August 2010 - 01:25 PM, said:

DBAN is definitely overkill.
At the most you have to write 00's to the MBR.

I don't run a full DBAN since a few minutes are more than enough to wipe out a MBR

Sure, but compare with the fractions of second to write a bunch of 00's...

View PostCompstuff2, on 12 August 2010 - 01:43 PM, said:

Yes I can try a "vanilla" setup and report back...

Wait until ilko_t has made his tests, the creator of WinsetupFromUSB having a laptop on which the proogram won't work is a nice twist to the otherwise lately fundamentally boring plot. :angel :lol:

ANd before anyone says anything different:
  • YES, Lenovo's are queer :w00t:
  • YES, DELL's are MORE queer :ph34r:


jaclaz

This post has been edited by jaclaz: 12 August 2010 - 01:52 PM


#17 User is offline   cdob 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 876
  • Joined: 29-September 05

Posted 12 August 2010 - 02:26 PM

View PostCompstuff2, on 12 August 2010 - 12:51 PM, said:

Latitude E6400 - FAILS
Latitude E5410 - FAILS
Vostro 3700 - OK
Vostro a860 - OK
Vostro 1015 - FAILS

Help, all Hell systems. The most USB trouble manufacturer.
Write more details, which part fails?
Remember to adjust ntdetect.com, compare FAQ.
A BIOS may behave different at CD and USB boot.
And a BIOS may map a missing floppy drive. Windows setup wait for floppy drive.
Floppy is never detected, because there is no floppy drive, blank cursor for ever.

#18 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 12 August 2010 - 03:06 PM

A few quick tests:

Dell OEM XP Pro SP3, came with the laptop, setup from CD works with USB stick connected.
Same source does not work from USB and beta6.
No floppy drives reported by grub4dos.
Newer grub4dos version does not make any difference, neither did AHCI/IDE mode, nor Standard HAL, nor the modified ntdetect.com.
In IRRT (Inter Rapid Restore Technology) mode (SATA options are DISABLED, IDE, AHCI and IRRT) grub4dos reports the internal disk mapped in a funny way:
Posted Image

Posted Image

To test with older grub4dos version, WinSetupFromUSB 0.2.3, cdob's firadisk ISO setup, newer/older BIOS and check if some seemingly unrelated BIOS options matters.
Out of town for the weekend so updates most likely will be after Monday.

@cdob

View Postilko_t, on 12 August 2010 - 01:40 PM, said:

My laptop is also Latitude E6400, BIOS A20 and vanila 2003 SP2 hung the same way with blank screen right after "Setup is starting Windows", in both IDE and AHCI modes.
In AHCI only the USB light flashes, in IDE only the HDD light.

Windows 7 MBR on HD, Grub4dos MBR on USB stick, no other mass storage devices.

Will post later on after a few tests.
To clarify- in Text mode, when partitions are supposed to show up screen goes completely black/blank.

And guys, please, no jokes about Dells :lol:

#19 User is offline   Compstuff2 

  • Group: Members
  • Posts: 9
  • Joined: 02-August 10
  • OS:none specified
  • Country: Country Flag

Posted 12 August 2010 - 03:57 PM

Thanks very much guys... needless to say I will hold off any further testing until you have a chance to make some sense of this... plus I have a lot to learn about this :)

#20 User is offline   jaclaz 

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

Posted 13 August 2010 - 02:39 AM

View Postilko_t, on 12 August 2010 - 03:06 PM, said:

And guys, please, no jokes about Dells :lol:


Naah, you CANNOT get away with this so easily! :realmad:

Actually most of the jokes around are about DELL's customers :angel :
http://www.ahajokes.com/dum09.html

and not about the smart guys that actually manage to create completely UNstandard BIOS and hardware, but we can adapt a few old ones:

down vote

Quote

A physicist, an engineer and a DELL programmer were in a car driving over a steep alpine pass when the brakes failed. The car was getting faster and faster, they were struggling to get round the corners and once or twice only the feeble crash barrier saved them from crashing down the side of the mountain. They were sure they were all going to die, when suddenly they spotted an escape lane. They pulled into the escape lane, and came safely to a halt.

The physicist said "We need to model the friction in the brake pads and the resultant temperature rise, see if we can work out why they failed".

The engineer said "I think I've got a few spanners in the back. I'll take a look and see if I can work out what's wrong".

The programmer said "Why don't we get going again and see if it's reproducible?"


But I have a scoop :w00t: the original handwritten source of the BIOS part that creates drive assignments in DELL's BIOS:
Posted Image

:lol:

View Postbrunob, on 12 August 2010 - 06:01 PM, said:

The 1.0 beta6 - 7.March.2010 is this version the last one or Finale one?

Strangely enough, the 1.0 Beta 6 is the 1.0 Beta 6, thus NOT the last (hopefully) one, nor the Final.
But yes :), it is the more recent one. ;)


jaclaz

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • 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 - 2013 msfn.org
Privacy Policy