Installing XP via Network Boot?


Recommended Posts

I've got an old Dell Latitude L400 (lol) that I use frequently while I'm in bed and don't feel like getting on the desktop. Everything was working fine, then yesterday windows decided it would freeze during boot. Got into safemode and did a scan with malwarebytes and found nothing. Scheduled a boot disk check and restarted, but windows froze again. Tried to get back into safemode, but now that's corrupt too and it won't boot.

The bios it has does not support USB boot. The newer version does, but you can't update the bios without a bunch of floppies. Well, the L400 doesn't have a floppy drive.

I noticed a network boot, though. Can I access my Winxp CD through my desktop's CD drive? or ISO? I guess I'd have to set up a server or something? Not really sure how that would work.

I'm not spending money on a 2.5 IDE to normal IDE so I can hook up the HDD to desktop. That's probably more expensive than what the laptop's worth, lol.

I don't really have many options, do I?

Hmm...

Summary:

  • Dumb Laptop
  • Does not boot from USB
  • Has no CD Drive
  • Has no Floppy Drive
  • Can't Update Bios without floppy drive
  • Too cheap to buy parts needed to fix it

Link to comment
https://www.neowin.net/forum/topic/868520-installing-xp-via-network-boot/
Share on other sites

New IPB3 won't let me edit my post...

Anyway, somehow I kept on trying "last known good configuration" and I'm finally IN! I'm in XP right now. Not sure what to do. Reinstall XP through XP? Install Ubuntu?

Afraid to turn it off now, lol.

Edited by Kondrath

Well a 2.5 ide to 3.5 ide cable is only a couple of bucks and is handy item to have in your tool belt anyway.

http://www.amazon.com/gp/product/B001RW8002/ref=pd_lpo_k2_dp_sr_3?pf_rd_p=486539851&pf_rd_s=lpo-top-stripe-1&pf_rd_t=201&pf_rd_i=B00006B8C2&pf_rd_m=ATVPDKIKX0DER&pf_rd_r=1G9XY6RD2C4E5YY5ECKH

$5 - plus shipping, sure you can find it cheaper as well.

41IpvsB2NlL._SL500_AA280_.jpg

As to setting being able to install from a network boot, sure can be done -- but going to involve some setup. Be it a MS RIS server, or using something like the ultimate deployment appliance (virtual machine)

http://www.ultimatedeployment.org/

I haved used the UDA quite a bit to be honest, it can be very handy to have running on a laptop when you need to install an OS to lots of machines at a location ;) But like I said there is some initial setup that can be a bit involved.

Here is info on how you would do it the MS way.

http://technet.microsoft.com/en-us/library/cc786442%28WS.10%29.aspx

Remote Installation Services

Wow, sounds like that IDE converter will save me a bunch of trouble... Thanks for the links.

The laptop can boot into windows now, but now it has trouble shutting down. Just hangs at the shutting down screen. Ran a check disk, nothing wrong. I tried clean installing from within the OS using my XP CD and the laptop's serial, but apparently it's invalid. I was under the impression that it was a genuine copy of XP, but I guess it isn't... So now I can not clean install. (Laptop was given to me by a friend who could not get it to turn on. Turns out the ac adaoter was just not put together all the way :rofl: )

Would it be possible to hook up a normal computer's floppy to the laptop, if only temporary? Not sure how the connections are inside of laptop - I've never had to open one up really. But if I could update the BIOS all of my problems would be solved. I could boot from USB and install a new OS...

I doubt you could install a standard floppy to a laptop, everyone I have seen had a proprietary connection. But you should be able to get a simple PXE (network boot) going of say a dos disk image with the bios update on it to allow you to flash the bios.

There are lots of guides out there on how to setup PXE boot system - pretty easy to do on any linux system. There might even be some virtual appliances out there you could use that have everything setup for you.. The UDA for example is virtual machine you run -- just have to config it, you should be able to boot a floppy image this way to get your bios updated.

  On 25/01/2010 at 19:42, BudMan said:

I doubt you could install a standard floppy to a laptop, everyone I have seen had a proprietary connection. But you should be able to get a simple PXE (network boot) going of say a dos disk image with the bios update on it to allow you to flash the bios.

There are lots of guides out there on how to setup PXE boot system - pretty easy to do on any linux system. There might even be some virtual appliances out there you could use that have everything setup for you.. The UDA for example is virtual machine you run -- just have to config it, you should be able to boot a floppy image this way to get your bios updated.

Interesting. So UDA is like a VM of linux that I can use to make a PXE boot system... And mount a floppy image so my laptop can see it via network boot. Sounds easy, but it's probably a little complicated. I'm going to have to research this a lot. Although I've built my own computers and am the local "repair" guy, I have no idea what I am doing when it comes to this type of thing....

Thanks for your information, Budman.

Yup UDA is virtual machine, you run it on a vmware server (free).. I have had better luck with the 1.4 version vs the 2.0 beta.. Once its running you config it using web interface -- so its not all that difficult to get running.. But like I said it does take some setup and is more involved than just clicking go ;) So yeah going to have to do a bit of research if you want to use that.

But I do believe there are some easier methods.. Im fairly sure you could use a simple tool like tftpd32 which has a dhcp server and tftp server features (both needed for pxe booting)

Here is a simple writeup I found using tftpd32 to boot floppy images -- you could create one that has your bios update on it for example.

http://home.allegiance.tv/~joem298/

This should only take a few minutes to setup actually -- when I get home I might fire it up just to know how long it should take.. If you want I could setup a image for you with your bios update for the L400 on it, etc. I could prob just zip it up for you to run, etc. I will take a look when I get a chance.

  On 25/01/2010 at 21:43, BudMan said:

Yup UDA is virtual machine, you run it on a vmware server (free).. I have had better luck with the 1.4 version vs the 2.0 beta.. Once its running you config it using web interface -- so its not all that difficult to get running.. But like I said it does take some setup and is more involved than just clicking go ;) So yeah going to have to do a bit of research if you want to use that.

But I do believe there are some easier methods.. Im fairly sure you could use a simple tool like tftpd32 which has a dhcp server and tftp server features (both needed for pxe booting)

Here is a simple writeup I found using tftpd32 to boot floppy images -- you could create one that has your bios update on it for example.

http://home.allegiance.tv/~joem298/

This should only take a few minutes to setup actually -- when I get home I might fire it up just to know how long it should take.. If you want I could setup a image for you with your bios update for the L400 on it, etc. I could prob just zip it up for you to run, etc. I will take a look when I get a chance.

That would be a great, great help.

I tried following the directions myself and got stuck at

"#5

The last file that you will need for your PXE server is a boot disk image. If you have a bootable floppy disk that you want to use for booting your M200, you can skip this step. Otherwise, find a blank floppy disk and insert it into your PXE server. Unzip the contents of 'BFD full package v1.0.7.zip' into a temporary directory. Open a command prompt and browse to that temporary folder. Run the command 'bfd msnet' in order to create the bootable floppy. "

It seems as if my host computer still needs a floppy disk in order to complete this step.

Unless I find a floppy emulator...maybe...?

EDIT: Man, this is ridiculous. I can't find a x64 compatible virtual floppy drive anywhere.....

Edited by Kondrath

here you go dude -- I did a test run.. I could not get the latest version of tftp32 to work (will look into that later I think), backed off to version 3.03 or something.

Anyway.. I even made a floppy image for you ;)

Everything you need is in the Zip file.. Just unzip it to say c:\tftpd, run the tftp32 exe and make sure you setup the dchp server stuff. here is screen shot of mine. You might need to change the network to match up to your machines IP etc.

post-14624-12644615811108_thumb.jpg

Make sure you turn off any other dhcp servers on your network (your router for example when doing this) Then boot your machine with pxe.. You will end up at a A:\ prompt -- and then just run the bios boot file for the L400A9.exe I put into the image.

post-14624-12644616684629_thumb.jpg

See here is the virtual machine booting from the pxe server.

post-14624-12644618229376_thumb.jpg

You will then see it load the image file and boot caldera dos, etc..

Now If this F's up your machine -- thats on you dude.. Just trying to help.. Don't use my bios update file if your worried, etc. I grabbed the one for the L400 so if that is what your machine is - it should work.

tftpd.zipFetching info...

  • Like 2
  On 25/01/2010 at 22:15, Kondrath said:

..

EDIT: Man, this is ridiculous. I can't find a x64 compatible virtual floppy drive anywhere.....

x64? as in 64bit? i dont think the laptop supports that. look for 32bit or x86.

btw if this is a dell, cant you install the bios from windows?

if not another possibility is creating a boot cd with the bios files.

do you have access to a cdrom somewhere temporarily? you could burn a bootable dos disk from your desktop and then add in the bios file.

http://www.bay-wolf.com/bootcd-bios.htm

Im not sure why he think he needs some 64bit virtual floppy drive? Unless he was looking to create the floppy image.. I just grabbed freedos.exe and extract the files using winimage, then added his bios file to create the imz file.

I agree with you more modern stuff allow for updating the bios by running a file inside windows - but for that old L400 the only bios files I saw were one to create a floppy image, and the exe you put on your own floppy.

Sorry for that last PM, the boards were messing up and I couldn't update you on the progress. I figured out how to do everything, and the bios is successfully flashed!

Thank you very much for all of your help!

Though, I don't see a boot from USB in the BIOS... :rofl: ... Hopefully I'll figure the rest out!

Edit: Nevermind, it added support for an F12 boot menu.

Thanks again!

Edit again: Still not booting into the USB. I really hope it's just my USB stick or something. But it seems that the USB is not getting any power until windows starts. Sigh.

Edited by Kondrath

If you having problems booting from a usb.. You can do the same pxe thing -- just need a boot image that has network support.. Boot a WinPE disk, Bart disk for example that has network drivers and then you can run the setup over the network.

I know what laptop you have -- let me see if I can see what nic it has to be able to have the driver for network booting, etc.

edit: hey ran across this site -- they even mention your laptop L400, and its using the tftpd setup, etc.. so with some very minor modifications to what you already have running you should be able to get xp installed

http://blog.webpirates.co.uk/?p=56=1

Windows XP PXE installation

Edited by BudMan
  On 26/01/2010 at 02:31, BudMan said:

If you having problems booting from a usb.. You can do the same pxe thing -- just need a boot image that has network support.. Boot a WinPE disk, Bart disk for example that has network drivers and then you can run the setup over the network.

I know what laptop you have -- let me see if I can see what nic it has to be able to have the driver for network booting, etc.

edit: hey ran across this site -- they even mention your laptop L400, and its using the tftpd setup, etc.. so with some very minor modifications to what you already have running you should be able to get xp installed

http://blog.webpirates.co.uk/?p=56=1

Windows XP PXE installation

Awesome. Looks like I'm saved! I was just about to try something crazy (I think I might still try it), but I was going to use my PSP and see if it would act as a USB device since it is powered. And if that failed, I was gonna try some SD card readers. :laugh:

After the PSP, I'll give that guide a go and report back.

EDIT: or my Nikon D40 :D

It has been done.

dsc1317i.jpg

I don't think I've ever been so happy to see that screen.

The tutorial's steps (specifically the structure of folders and dos commands) did not work for me, so I had to figure it out myself and make a functioning directory. It was worth it, though!

Worst XP install EVER. :laugh:

I would have to run through the tut myself to see know -- but looks like you got what you need done done.. And learned quite a bit in the process to boot! Which is always a plus.. Now you know and have a method of booting pxe on your network.. there are lots and lots of things you can do with that!! Its a nice tool to have in your tool belt.

You might want to still look into UDA if you want a slick way to install multiple OSes -- pick from a menu, etc.

  • Like 1
  • 10 months later...
  On 19/12/2010 at 17:07, delukard said:

HI! thanks for all this info and the files, But i get stuck at A: in dos, what file should i run? i dont see the bios file

thanks!!

Sorry i couldn't edit post.

I runs the name of the dell bios file and it updated the bios , TY very much for this image!.

all i need to see if i can boot fom usb now.

Sorry for posting again, after flashing bios to A9, it doesn't boot from usb (so sad) so i was wondering, how hard would it be to install XP from PXE? hope someone helps.

I was reading a tutorial, but for some reason, i cant seem to find Bart Network Boot Disk. i finde the files, but they are incomplete.

This whole thread is about doing install from PXE!!

And bios image was run from booting PXE ;)

Who every mentioned Barts network boot?? Grab the UDA I mentioned

http://www.ultimatedeployment.org/

  On 20/12/2010 at 01:05, BudMan said:

This whole thread is about doing install from PXE!!

And bios image was run from booting PXE ;)

Who every mentioned Barts network boot?? Grab the UDA I mentioned

http://www.ultimatedeployment.org/

yes budman i grabbed today the files you posted and then i flashed the bios by using PXE. Now i want to install xp trough PXE and was following a tutorial and the only file i can't get is the Barts network boot.

I'll download the file you mentioned (ultimate deployment) and try using that . I'm not that amateur, but i have never used that tool. i'll google some tutorials, hoping it let me install XP to the l400

BTW i read about a guy that installed xp on another laptop, and then removed the intel ide drivers (safe mode )and put the HDD again in the l400 and booted fine.

I did that but i got a cannot read disk error.

you guys seem very knowledgeable hope someone helps me.

I already installed lubuntu on the laptop. but the thing is that i got this laptop for my 9 yr daughter, and i don't think i can teach her to use lubuntu.

I was thinking of installing Windows ME on anotehr laptop and just move the drive.

All this trouble is because i want to teach her to transfer music to her mp3 and to use encarta (her mom doesn't have internet) and for this i need Windows.

I was following this guide but some of the files i cant get them pxelinux.0 memdisk menu.c32 bartdisk.IMA

I can follow instructions very well, and i feel confident that i i had teh files i can install xp to the laptop.

I'll apreciate it if someone has this files or point me to a valid link.

Thansk for your help!!

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • But ads are the main source of revenue only for Google. Otherwise, why would mobile Edge have a built-in AdBlock?
    • That makes no sense. Of course the average user knows that Edge exists, because it's built into Windows as standard. Hence the normie joke about it just being a downloader for Chrome. People use Chrome because Google have spent the past 15+ years aggressively ramming it down people's throats through massive advertising campaigns, both on their own services and beyond. It's become just the standard internet browser and the average person doesn't care enough about the minutiae of browser differences to switch. Mozilla and Firefox simply cannot compete with Google and Microsoft when it comes to getting Firefox's name out there. They don't have a platform like Google's network of websites or Windows to constantly push adoption. The idea that people pick a browser based on milliseconds of page loading time that's imperceptible outside of a benchmark is nonsense.
    • Microsoft Weekly: useful PowerToys modules, Microsoft Store updates, and video gen in Bing by Taras Buria This week's news recap is here, bringing you the latest stories from the Microsoft world, including useful PowerToys modules, fresh Windows 11 preview builds, AI video generation in Bing, Office updates, gaming news, and more. Quick links: Windows 10 and 11 Windows Insider Program Updates are available Gaming news Great deals to check Windows 11 and Windows 10 Here, we talk about everything happening around Microsoft's latest operating system in the Stable channel and preview builds: new features, removed features, controversies, bugs, interesting findings, and more. And, of course, you may find a word or two about older versions. This week's Windows 11 section kicks off with some stats. StatCounter published its monthly report, showing that Windows 11 slowed its climb a little bit in May 2025. On the gaming side, however, things are much better, with Windows 11 occupying the majority of PCs on Steam. Now, here are some Windows updates you might have missed. Windows 11 versions 23H2 and 22H2 received KB5062170, a small emergency patch that resolved errors when installing recent updates. The patch is available only through the Microsoft Update Catalog, and the company recommends installing it only if your system experiences the 0xc0000098 code when installing the May 2025 security update. Finally, Microsoft released a new Defender update for Windows 11 and 10 installations, fresh recovery updates, and a script for recovering the inetpub folder, which showed up unannounced on systems in April. As Windows 10 is getting closer to the end of support, more companies are urging users to switch. AMD, Dell, and ASUS all urge users to prepare for the "mandatory Windows 11 upgrade," while other companies shamelessly poach Windows 10 users, luring them to Linux. To finish this week's Windows section, here is an ancient CD-burning app that made a surprising 64-bit comeback and now works on modern operating systems, including Windows 11. Windows Insider Program Here is what Microsoft released for Windows Insiders this week: Builds Canary Channel Build 27871 This week's Canary build introduced Start menu improvements (more Phone Link features), small taskbar tweaks, and a long list of various fixes to improve different parts of the operating system. Dev Channel Build 26200.5622 (KB5058512) This build brought new Click to Do features, a dedicated Settings section for Quick Machine recovery, improved Windows Widgets, a new spec card for the Settings app, and a few fixes here and there. Build 26200.5622 also contains a new "Your Device Info" card on the Settings Home page, which makes it easier to find your computer's specs with fewer clicks. Beta Channel Build 26120.4230 (KB5058506) This one is almost identical to build 26200.5622 from the Dev Channel. Release Preview Channel Nothing in the Release Preview Channel this week Besides new builds, Microsoft announced a new update for the Windows Photos app, which is now available to Windows Insiders in all channels. The update introduces AI-powered light controls (Relight), which let you place and control up to three light sources on your photo, and AI-powered search with natural language support. Updates are available This section covers software, firmware, and other notable updates (released and coming soon) from Microsoft and third parties, delivering new features, security fixes, improvements, patches, and more. Microsoft announced a batch of new features for the Microsoft Store. The app is getting an improved Home page with personalized recommendations based on your recent activities, region, and deals. Search now considers additional information when ranking apps in the results, and a Copilot button lets you ask AI about a certain app. Microsoft also brags about significant performance improvements under the hood. This week, we had plenty of various Office updates. Microsoft 365, for one, is getting significant changes to its update channels beginning July 2025. Rollback support will be expanded to two months, the Semi-Annual Enterprise Channel (Preview) is being deprecated, and the Semi-Annual Enterprise Channel will be supported for eight months instead of the current 14. Microsoft also announced the general availability of the new Message Trace in the Exchange Admin Center in Exchange Online, some big updates for the new Outlook for Windows in the June 2025 update, and acknowledged a few issues with Outlook after a recent Calendar feature upgrade. Teams is also getting a "major" change for third-party app settings, and Word is getting SharePoint eSignature support. Bing received a surprising update this week. OpenAI's Sora video generator is now available for free in Bing Video Creator. Now, you do not have to pay for an OpenAI subscription to generate short videos using AI. Way to boost Bing stats, Microsoft! PowerToys Run, a useful and convenient launcher for Windows 10 and 11, recently received three new third-party modules that let you test your internet speed, download videos from hundreds of websites, and check out word definitions, usage, synonyms, and more. Microsoft announced some long-requested changes for Microsoft Edge, but only for those living in the EEA region. Windows will no longer annoy you with setting Edge as your default browser, and Windows Widgets will respect your default browser. Also, Microsoft will let you uninstall the Microsoft Store app, and Windows Search will be able to use other search providers. Speaking of browsers, Microsoft published a blog post that explained why Edge is a faster and smarter alternative to Chrome. If you are picking between the two, the article might help you make the choice (Google has an answer to that with its own article explaining that Chrome is now faster than ever). Also, the company released Edge 138 in the Beta Channel, bringing some important changes and new features, such as a new (sort of new) media control center, AI-powered history search, and more. Here are other updates and releases you may find interesting: Microsoft expanded LinkedIn's CEO role to manage Office apps. Microsoft announced the general availability of two new reasoning AI agents: Research and Analyst. Microsoft and Crowdstrike announced a partnership on threat actor naming. Microsoft will invest $400 million in Switzerland to bolster cloud and AI infrastructure. The annual Build conference is moving away from Seattle. Here are the latest drivers and firmware updates released this week: Intel 32.0.101.6876 non-WHQL with support for four new games and a single fix for intermittent display artifacts. Nvidia 576.66 Hotfix with patches for FC 25 crashes, video bugs in browsers, and more. In addition to that, Nvidia released a new version of the Nvidia App, which introduced a light theme (and automatic theme switching), support for more games, and some bug fixes. AMD Software Pro Edition 25 Q2 with support for Windows Server 2025, new Ryzen processors, and a few fixes. AMD Radeon Software 25.6.1 with the RX 9060 XT support and FSR 4 support for more games. On the gaming side Learn about upcoming game releases, Xbox rumors, new hardware, software updates, freebies, deals, discounts, and more. Hello Games continues relentlessly improving No Man's Sky. The game's latest update, "Beacon," was announced this week. It offers space explorers overhauled settlements, player overseer duties, and much more. The update is now available on all supported platforms, including Nintendo Switch 2. The Witcher 4 from CD Projekt RED might be a few years away. Still, at the State of Unreal 2025 keynote, the developers revealed a tech demo showcasing the capabilities of Unreal Engine 5 on the base PlayStation 5, which managed to pull it off at a solid 60 FPS. Nvidia announced new games that are now available in the GeForce NOW cloud streaming service (you have to own them to play them). The latest drop is a massive one: 25 new games, including FBC: Firebreak, Dune: Awakening, 7 Days to Die, DREADZONE, and more. Game Pass is also getting new games, and the first drop in June is also a pretty big one. You will soon get access to Kingdom: Two Crowns, EA Sports FC 25, FBC: Firebreak, Crash Bandicoot 4: It's About Time, The Alters, and more. Some games are leaving the service, so check out the full list here. Xbox Games Showcase 2025 is happening today. With the show kicking off in just a few hours, check out our recap of what to expect at the show and how to watch it. On the hardware side, we have a new Xbox Storage Expansion Card from Seagate. At a whopping $429.99 price tag, the new card offers an immense amount of space for your games, doubling that of the previously biggest expansion card. Now, you can get an Xbox Storage Expansion Card with 4TB. By the way, it costs as much as the 1TB Xbox Series S. Deals and freebies If you are looking for some new games at lower prices, check out this week's Weekend PC Game Deals, which covers multiple specials and discounts, including some freebies, such as Deathloop from the Epic Games Store. Other gaming news includes the following: Ubisoft is skipping its Forward game showcase for the first time since 2020. Valve released a new beta version of Steam for Linux to address sluggish update installations. Elden Ring Nighteign received its first update with reduced difficulty for solo runs. The Expanse TV show is getting a narrative-driven sci-fi action RPG. Black Myth: Wukong is coming to Xbox in August. Atomic Heart is getting a sequel and an MMO RPG spin-off. Great deals to check Every week, we cover many deals on different hardware and software. The following discounts are still available, so check them out. You might find something you want or need. Crucial X10 8TB Portable SSD - $439.99 | 44% off Apple 2025 MacBook Air 13-inch Laptop with M4 chip - $849 | 15% off 4TB WD_BLACK SN7100 PCIe Gen4 Solid-State Drive - $249.99 | 16% off SAMSUNG Q-Series Soundbar HW-Q900F - $997.99 | 29% off KEF Q Concerto Meta Three-Way Bookshelf Speaker - $1,199.99 | 14% off This link will take you to other issues of the Microsoft Weekly series. You can also support Neowin by registering a free member account or subscribing for extra member benefits, along with an ad-free tier option.
    • No, they aren't because they don't do with that online advertising, they sell with that "spots" in their store. Apple is not an online advertising company. The business model of Microsoft ads is exactly the same with Google ads. They both are ad companies which do online advertising and make though their sites user profiling. Just because Microsoft never managed to be as successful as Google in that business that doesn't mean they are not exactly what Google is. An online advertising company. Both Google, Microsoft and Amazon are online advertising companies. Apple isn't.
    • I'm lost without clippy.
  • Recent Achievements

    • Week One Done
      LunaFerret earned a badge
      Week One Done
    • Week One Done
      Ricky Chan earned a badge
      Week One Done
    • Week One Done
      maimutza earned a badge
      Week One Done
    • Week One Done
      abortretryfail earned a badge
      Week One Done
    • First Post
      Mr bot earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      483
    2. 2
      +FloatingFatMan
      262
    3. 3
      snowy owl
      240
    4. 4
      ATLien_0
      227
    5. 5
      Edouard
      185
  • Tell a friend

    Love Neowin? Tell a friend!