ilko_t Posted November 23, 2010 Posted November 23, 2010 Do you have ~BT\system32 folder with ntdll.dll and smss.exe files in it?
eagle0042 Posted November 23, 2010 Author Posted November 23, 2010 Do you have ~BT\system32 folder with ntdll.dll and smss.exe files in it?Yes I do.
ilko_t Posted November 23, 2010 Posted November 23, 2010 For the record- what's this machine, laptop model or motherboard of desktop?I'd try also firadisk method and eventually PLoP for faster loading.
eagle0042 Posted November 24, 2010 Author Posted November 24, 2010 For the record- what's this machine, laptop model or motherboard of desktop?I'd try also firadisk method and eventually PLoP for faster loading.It's a HP nx6325 laptop.I just tried the firadisk method with PloP, because otherwise, it was too slow, and I had much success in the text mode portion of the setup. However, after thefirst reboot, I loaded PloP, and then I chose to "Continue XP Setup", and the screen showed:map (hd1), (hd0)The selected drive does not exist.Press any key..etc etc...So, I deleted the two map entries, using the grub4dos editor and it gave me a hal.dll error.My guess would be that the loader is checking the USB drive, and not finding hal.dll because I removed those map commands.So, I tried a straight "Continue XP Setup" (without PloP), and it takes forever to load the ISO into memory, and then it shows nothing but a black screen, and the USB drive light flashes constantly.Is it possible to map the drives, boot into PloP, and then choose setup like normal, with the map commands under that entry removed? Is this completely incorrect? Or is there an easier solution?
ilko_t Posted November 24, 2010 Posted November 24, 2010 What grub4dos menu entry did you use to start the GUI mode? What about the Text mode entry? Can you post your entire menu.lst, there must be something wrong or omitted in it.For the GUI mode you even don't have to start from USB if properly used cdob's method, ISO loading by grub4dos is also not necessary, it's loaded later on by imdisk driver, when windows USB 2.0 drivers are loaded and should not take that long at all.
eagle0042 Posted November 29, 2010 Author Posted November 29, 2010 (edited) Sorry it took me so long to get back, Thanksgiving and holiday stuff...What grub4dos menu entry did you use to start the GUI mode? What about the Text mode entry? Can you post your entire menu.lst, there must be something wrong or omitted in it.For the GUI mode you even don't have to start from USB if properly used cdob's method, ISO loading by grub4dos is also not necessary, it's loaded later on by imdisk driver, when windows USB 2.0 drivers are loaded and should not take that long at all.Here is the menu.lst I was using:color black/cyan yellow/cyantimeout 10default /defaulttitle Start PLoP boot manager find --set-root --ignore-cd /plpbt.bin kernel /plpbt.bintitle XP setup from isofind --set-root /xpsp3.iso#map (hd0) (hd1)#map (hd1) (hd0)map --mem /XP_INST.ima (fd1)map --mem (md)0x6000+800 (fd0)map --mem /xpsp3.iso (0xff)map --hookdd if=(fd1) of=(fd0) count=1chainloader (0xff)title Continue XP setupfind --set-root /xpsp3.isomap (hd0) (hd1)map (hd1) (hd0)map --mem /xpsp3.iso (0xff)map --hookchainloader (hd0)+1 Edited November 29, 2010 by eagle0042
ilko_t Posted November 29, 2010 Posted November 29, 2010 title XP setup from isofind --set-root /xpsp3.isomap (hd0) (hd1)map (hd1) (hd0)map --mem /XP_INST.ima (fd1)map --mem (md)0x6000+800 (fd0)map --mem /xpsp3.iso (0xff)map --hookdd if=(fd1) of=(fd0) count=1chainloader (0xff)title Continue XP setupmap (hd0) (hd1)map (hd1) (hd0)map --hookrootnoverify (hd0)chainloader (hd0)+1And you have to amend the appropriate files for the new file name and location of xpsp3.iso. Or simply follow the instructions in the first post to the letter and do not introduce any changes unless you get everything working and understand what is what.
eagle0042 Posted November 30, 2010 Author Posted November 30, 2010 (edited) And you have to amend the appropriate files for the new file name and location of xpsp3.iso. My xp installation iso is named xpsp3.iso, and its in the root of the drive. I tried the menu.lst you posted, and did not get anything more than a black screen, and the USB drive light flashed constantly. Edited November 30, 2010 by eagle0042
ilko_t Posted November 30, 2010 Posted November 30, 2010 My xp installation iso is named xpsp3.iso, and its in the root of the drive. Then you'll have to edit:The name \Inst\XP_RAM.ISO is the internal default.The name can be configured:The floppy image contains a file \setup\ISOimage.ini. Edit this file.did not get anything more than a black screen, and the USB drive light flashed constantly. Did you get grub4dos menu?
eagle0042 Posted November 30, 2010 Author Posted November 30, 2010 Then you'll have to edit:The name \Inst\XP_RAM.ISO is the internal default.The name can be configured:The floppy image contains a file \setup\ISOimage.ini. Edit this file.Would it not be easier just to rename the iso to the internal default, and change the menu.lst to reflect the default as well?And if I already completed the text portion of the setup, would I need to re-install to reflect the name changes?Did you get grub4dos menu?Nope. Nothing.
ilko_t Posted November 30, 2010 Posted November 30, 2010 Would it not be easier just to rename the iso to the internal default, and change the menu.lst to reflect the default as well?Sure, that's what I proposed you a few post above, follow the instructions to the letter. Nope. Nothing. Then something else must have changed. Booting process hasn't reached grub4dos which loads menu.lst so changes in the latter cannot lead to what you describe.
eagle0042 Posted November 30, 2010 Author Posted November 30, 2010 Then something else must have changed. Booting process hasn't reached grub4dos which loads menu.lst so changes in the latter cannot lead to what you describe.Ah. I misunderstood you then. It booted into grub4dos, but when I selected to boot to continue the setup, I got nothing more than a blank screen. Thats where the blank screen came from.
ilko_t Posted November 30, 2010 Posted November 30, 2010 And this happened because you didn't use the proper menu.lst entries at first place...Advice- start from a scratch. Follow instructions to the letter. Do NOT introduce any changes, this means ANY.
eagle0042 Posted November 30, 2010 Author Posted November 30, 2010 (edited) When I use the menu.lst that you gave me, using the RAMDISK method with the ISO that I made (renamed to XP_RAM.iso), I get the following results:Tried booting into text setup without plop - too slowTried booting into text setup with plop - Error 21: Selected disk does not existEDIT: I did notice that my ISO and IMA arent in the "inst" folder like in the example. Trying that now.EDIT 2: Same error. What can I do? Edited November 30, 2010 by eagle0042
ilko_t Posted November 30, 2010 Posted November 30, 2010 Are you using the sample menu.lst as in here:The one I gave you was as per your customizations although you can safely add an entry for the second part if you wish to start from USB stick after Text mode, rather than from the internal hard drive:title Continue XP setupmap (hd0) (hd1)map (hd1) (hd0)map --hookrootnoverify (hd0)chainloader (hd0)+1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now