Problems installing Windows XP on a 600X
Problems installing Windows XP on a 600X
Hi everyone, I have a 600x with the latest available bios, 512mb of ram and 30gb hd. I'm trying to install windows xp from cd, but both sp1 and sp2 based cd installation fail ad the very beginning, with a blue screen and a problem on acpi.sys file. I tried to disable quick boot from bios, also to select manually "pc with acpi", "normal pc", but nothing changed.
Any hint?
Thanks a lot in advance!
Any hint?
Thanks a lot in advance!
I can't help with your issues. I've installed XP on a few 600X's and I've never had a problem.
If it were my machine, I'd initialize the BIOS and use a Linux LiveCD to boot from and remove all partitions from the hard disk.
Change the boot order in the BIOS to CD then hard drive and go from there.
Is there anything special about your 600X? Anything connected to it?
If it were my machine, I'd initialize the BIOS and use a Linux LiveCD to boot from and remove all partitions from the hard disk.
Change the boot order in the BIOS to CD then hard drive and go from there.
Is there anything special about your 600X? Anything connected to it?
Machine-Project: 750P, 600X, T42, T60, T400, X1 Carbon Touch
Thanks for the replay. No, anything special. I tried everything, also without the additional memory modules, with and without the hd, wiped the hd, but nothing changed: it gets stuck when saying "now running windows" or something like that, and always a blue screen in acpi.sys... it's too bad, hope to find a solutionwhizkid wrote:I can't help with your issues. I've installed XP on a few 600X's and I've never had a problem.
If it were my machine, I'd initialize the BIOS and use a Linux LiveCD to boot from and remove all partitions from the hard disk.
Change the boot order in the BIOS to CD then hard drive and go from there.
Is there anything special about your 600X? Anything connected to it?
Is the blue screen a BSOD or is it just hung? Going on a hunch here: When it hangs, press Fn+F2. On one of my machines, upgraded from a 450MHz CPU to 650, doing that unlocks the computer.
I also had to change the CPU driver once installed, or I'd have to press Fn+F2 every two seconds to unlock the machine.
I also had to change the CPU driver once installed, or I'd have to press Fn+F2 every two seconds to unlock the machine.
Machine-Project: 750P, 600X, T42, T60, T400, X1 Carbon Touch
It's a BSOD with SP1 cd, it just reset itself with SP2 cdwhizkid wrote:Is the blue screen a BSOD or is it just hung? Going on a hunch here: When it hangs, press Fn+F2. On one of my machines, upgraded from a 450MHz CPU to 650, doing that unlocks the computer.
I also had to change the CPU driver once installed, or I'd have to press Fn+F2 every two seconds to unlock the machine.
-
tfflivemb2
- Moderator1

- Posts: 5532
- Joined: Thu Sep 01, 2005 1:17 pm
- Location: Wisconsin
- Contact:
Just checking. Did you reset/initialize the BIOS like whizkid suggested?whizkid wrote:I'd initialize the BIOS
Phil.
W520 (dual-boot Windows 10/Ubuntu 15) · X61 Tablet SXGA+ · T60p UXGA · Legacy: X60T, 600X, 770Z
Thinkpad Media Centre: X61T running XBMC with Broadcom Crystal HD BCM970015, Creative X-Fi Surround 5.1 plugged into Cambridge Audio Sonata AR30 receiver
Thinkpad Media Centre: X61T running XBMC with Broadcom Crystal HD BCM970015, Creative X-Fi Surround 5.1 plugged into Cambridge Audio Sonata AR30 receiver
Yep, I did it already. I disconnected the battery as well.pkiff wrote:Just checking. Did you reset/initialize the BIOS like whizkid suggested?whizkid wrote:I'd initialize the BIOS
Phil.
I tried with Ubuntu 7.1, it installs but it says there could be a problem with ACPI becouse the bios is dated before 2000 (should be 11/20/99 or something like that, version 1.11, the latest). When it reboots I have the same warning, then there is kernel panic and get stuck...
I can't understand what's going on
-
tarvoke
- Junior Member

- Posts: 273
- Joined: Sun Mar 25, 2007 12:45 pm
- Location: Slightly Outside America
with ubuntu on 600x if I wanted to have working acpi (and in fact to have ubuntu work at all, I think) I had to add some bits to the bootloader menu.
if you have already installed ubuntu: when you see the grub menu and it starts to countdown, press Escape (or some other key) to halt the countdown. then, making sure the proper entry is selected (usually the topmost one) press 'e'. it will show you a listing of the boot commands for that entry. arrow down to the one that starts with 'kernel' and again press 'e'. at the end of that line, append a space and then append:
then press Enter. then press 'b'.
to make these changes permanent, you'll have to do something like and again add acpi=force irqpoll to the appropriate kernel line.
why xp doesn't work I dnno. one of the usual culprits is bad RAM.
if you have already installed ubuntu: when you see the grub menu and it starts to countdown, press Escape (or some other key) to halt the countdown. then, making sure the proper entry is selected (usually the topmost one) press 'e'. it will show you a listing of the boot commands for that entry. arrow down to the one that starts with 'kernel' and again press 'e'. at the end of that line, append a space and then append:
Code: Select all
acpi=force irqpollto make these changes permanent, you'll have to do something like
Code: Select all
sudo nano /boot/grub/menu.lstwhy xp doesn't work I dnno. one of the usual culprits is bad RAM.
go away.
Uhm... checked the ram with memtest... the 600X internal 64mb seem being failingtarvoke wrote:with ubuntu on 600x if I wanted to have working acpi (and in fact to have ubuntu work at all, I think) I had to add some bits to the bootloader menu.
if you have already installed ubuntu: when you see the grub menu and it starts to countdown, press Escape (or some other key) to halt the countdown. then, making sure the proper entry is selected (usually the topmost one) press 'e'. it will show you a listing of the boot commands for that entry. arrow down to the one that starts with 'kernel' and again press 'e'. at the end of that line, append a space and then append:then press Enter. then press 'b'.Code: Select all
acpi=force irqpoll
to make these changes permanent, you'll have to do something likeand again add acpi=force irqpoll to the appropriate kernel line.Code: Select all
sudo nano /boot/grub/menu.lst
why xp doesn't work I dnno. one of the usual culprits is bad RAM.
-
tarvoke
- Junior Member

- Posts: 273
- Joined: Sun Mar 25, 2007 12:45 pm
- Location: Slightly Outside America
I think there is a cmos hack that allows you to disable the internal RAM... http://www.wimsbios.com/phpBB2/topic8965.html ?
some other users from this forum could probably tell you more about it.
some other users from this forum could probably tell you more about it.
go away.
THANK YOU! Changed byte 2B to 81 and.. ta daaa, I'm now installing Windows XP!tarvoke wrote:I think there is a cmos hack that allows you to disable the internal RAM... http://www.wimsbios.com/phpBB2/topic8965.html ?
some other users from this forum could probably tell you more about it.
Good call, tarvoke! And good followup with the info on the CMOS hack.tarvoke wrote:why xp doesn't work I dnno. one of the usual culprits is bad RAM.
Glad you got it working, Azoro.Azoro wrote:Changed byte 2B to 81 and.. ta daaa, I'm now installing Windows XP!
Phil.
W520 (dual-boot Windows 10/Ubuntu 15) · X61 Tablet SXGA+ · T60p UXGA · Legacy: X60T, 600X, 770Z
Thinkpad Media Centre: X61T running XBMC with Broadcom Crystal HD BCM970015, Creative X-Fi Surround 5.1 plugged into Cambridge Audio Sonata AR30 receiver
Thinkpad Media Centre: X61T running XBMC with Broadcom Crystal HD BCM970015, Creative X-Fi Surround 5.1 plugged into Cambridge Audio Sonata AR30 receiver
-
unrortit
- Freshman Member
- Posts: 66
- Joined: Sun Apr 22, 2007 10:50 pm
- Location: Sydney, nsw, australia
gots me beat ,I installed xp pro sp1+sp2 + vista ultimate on a fair few 600xs ,never missed a glitch + in vistas installation was allready on the net on wifi under 38 minutes from clean install,fully driver loaded n all + activated too.
600x with issues?
ok either a virus ,do a full low level format + or resett bios,corrupted media + or cd drive,or incompatable + or faulty ram fitted .
600x with issues?
ok either a virus ,do a full low level format + or resett bios,corrupted media + or cd drive,or incompatable + or faulty ram fitted .
thinkpad 765*@200/nt,95,98,2k,me,xp
thinkpad 390x@850/nt,98,2k,me,2k,2k3,xp
thinkpad 600 @366/nt,95,98,2k,me,xp
thinkpad 600e@918/nt,95,98,2k,me,xp
thinkpad 600x@850/nt,95,98,2k,me,xp,vista
eserver 8x900xeon/nt,2k,me,2k3,xp,l'horn.
or linuxem all
thinkpad 390x@850/nt,98,2k,me,2k,2k3,xp
thinkpad 600 @366/nt,95,98,2k,me,xp
thinkpad 600e@918/nt,95,98,2k,me,xp
thinkpad 600x@850/nt,95,98,2k,me,xp,vista
eserver 8x900xeon/nt,2k,me,2k3,xp,l'horn.
or linuxem all
It's never necessary or even useful to perform a low level format on modern hard drives.unrortit wrote:600x with issues?
ok either a virus ,do a full low level format + or resett bios,corrupted media + or cd drive,or incompatable + or faulty ram fitted .
Machine-Project: 750P, 600X, T42, T60, T400, X1 Carbon Touch
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Installing windows 98 video driver on t43 with ati video card
by OnionLand » Sat Mar 18, 2017 2:02 pm » in ThinkPad T4x Series - 13 Replies
- 1444 Views
-
Last post by OnionLand
Wed Mar 22, 2017 1:02 pm
-
-
-
X270: M.2 disk for installing 32-bit Windows?
by Edward Mendelson » Wed Jun 21, 2017 10:06 am » in ThinkPad X230 and later Series - 4 Replies
- 147 Views
-
Last post by Edward Mendelson
Wed Jun 21, 2017 12:27 pm
-
-
- 2 Replies
- 1209 Views
-
Last post by RealBlackStuff
Sun Jan 29, 2017 9:42 am
-
-
installing memory question
by aah-yes » Wed Apr 26, 2017 4:39 am » in ThinkPad T400/410/420 and T500/510/520 Series - 5 Replies
- 707 Views
-
Last post by thinkpadcollection
Wed Apr 26, 2017 1:10 pm
-
Who is online
Users browsing this forum: No registered users and 4 guests





