Install Xp On Hp Compaq T5000 Windows
Follow UP, What I have concluded is that HP offers the t5000 in about 4 different flavors. I want to think the only difference is the OS that ships with the system. The version that I have is the t5520 and ships with Windows CE installed on a 64m flash. I downloaded the util to create the Linux image that ships with t5515, its a 32meg footprint. The system let me install the image, and boot. I get an HP logo screen and a scrollbar that just finishes and then the system just starts flashing the logo image 'entire screen', about.5 seconds on and 1 second off.
Free Download Microsoft HP Compaq t5000 Series Thin Clients Image 6.03.631 for Windows CE.NET (Other Drivers & Tools). I'm wondering if (and how) I can reinstall Windows XP Embedded on a Compaq T5000 thin client. Thanks in advance.
Almost like the system is trying to discover the video chipset. If I hit 'ESC' I can see the Startup details,:-? Last line of the load reads 'got silent jpeg.' Keystrokes don't seem to interpreted, but the keys do show up during the off cycle of the blink. If I hit Ctrl-Alt-Del, the screen stops flashing, and I see the system unload the services 1 by 1 until it reboots.
Looks like a normal Linux restart. Anyone have any ideas? Any key combination that I can hit that will stop the blink and allow me to get at the prompt? [quote]startx: not found[/quote] It was worth a try. [quote]I started posting here thinking that I would be able to load CentOS.
Followed up because one reply was: 'Let us know how it goes.' [/quote] Ah, yes.
But I think the latter was referring to the installation of [i]CentOS[/i].:-) I'm certainly not trying to chase you away -- I just think you'll get better help from users of that specific HP OS from the HP fora. As for letting us know, please do so. If you do decide to attempt to install [i]CentOS[/i], you should be able to obtain valuable system information from the OS you currently have running.
Reboot the thin client. While the auto logon process is displaying the logon countdown, press the Alt and F4 keys simultaneously.
This will display an alternate logon screen. Once there check here: If that doesn't work try pressing F9 on boot - this is supposed to reset to factory. If all else fails download a new image here. Make a bootable flashdrive and restore the image.
One last possibility. You can pull the battery and wait for the CMOS to clear. This should at least allow you access to CMOS and the ability to reimage. Hope this helps. Hello Btet, sorry to read that you are having an issue with your HP thin client. You haven't yet received responses from the experts here. This could be due to this being an older post.
You may want to submit your issue as a new post and you should receive immediate feedback from this Community. Alternatively, if you want me to escalate your issue to HP Support, please ping me with the product number of your T5000, the serial number and your contact information. Regards, Edited Aug 13, 2013 at 20:04 UTC.
I have a HP Compaq t5000 ThinClient. It’s a x86 small computer, which I decided to use as a headless small server. Currently it runs Windows XP. I want to install Debian Linux on it. In order to do this I need a storage device, because I don’t want to erase the Windows XP from the flash memory. Fortunately the flash memory is connected to the motherboard with a 44-pin IDE connector. I bought an adapter for a Compact Flash memory card.
I bought a cheap Kingston 4GB CF card, it was a little mistake to buy cheap and low performance card. When I tried to install a basic system on it, there were errors, saying that the write goes of of bounds of the device.
Another error was that the inodes from ext2 file system were damaged and referenced to other. SO I bought another CF card, this time it’s a SanDisk Ultra 30 MB/s.
I installed the basic Debian Linux system and it works without the I/O errors. What I did so far. In order to create and install the basic system I used a Debian Linux 6 installed on a VM. Then I downloaded the basic system (all operations below done as root): $ mkdir -v debian_hp $ debootstrap --arch i386 squeeze debian_hp Next I chrooted into the newly installed system: $ mount -t proc proc debian_hp/proc $ mount -o bind /dev debian_hp/dev $ LC_ALL=C chroot debian_hp /bin/bash There are some packages to install: $ apt-get install openssh-server linux-image-2.6.32-5-486 grub Right now I am testing the CF card solution and it is RW, later when I configure my system better I will setup it to run as a RO file system, so there won’t be any writing to the card. Some configuration files need to be setup before copying to the CF card.
The fstab contains information how to mount partitions and virtual file systems. An example file can be copied from ‘/usr/share/doc/mount/examples/fstab’, below are the entries from file, which I created: # Format: # /dev/sda1 / ext2 defaults,noatime 0 0 proc /proc proc defaults 0 0 tmpfs /tmp tmpfs defaults 0 0 Next, configuration of the network interfaces, file ‘/etc/network/interfaces’: auto lo iface lo inet loopback auto eth0 allow-hotplug eth0 iface eth0 inet static address 192.168.0.2 netmask 255.255.255. The eth0 is set to static right now, because the ThinClient isn’t connected to my home network via the main switch/router.
Dictionary’s first Word of the Year was chosen in 2010. Vino g bastian full movie tamil movies free download, vino g bastian full movie hd Free Download Video dan Lagu film-vino-g-bastian-full-movie. Film bioskop vino G bastian FTV TERBARU 2017 ~ VINO G BASTIAN FULL MOVIE. Cinta mati mulan lirik.
For the purpose of testing and setup I setup a static address and connect it directly to my laptop with a LAN cable. Now lets get ready the CF card.
I used fdisk and deleted all partitions (there was only one), created a new one with boot flag. Next using the mkfs.ext2 tool I created a file system on the card. Now I could copy my prepared system onto the card: $ mkdir -v /mnt/cf $ mount /dev/sdc1 /mnt/cf $ cp -aR debian_hp/* /mnt/cf After the files were copied, it’s time to install grub and configure it: $ grub-install --root-directory /mnt/cf --recheck /dev/sdc Chrooted into the CF card (/mnt/cf),update the grub configuration and invoke ‘passwd’ to setup root’s password: $ update-grub $ passwd Exit from chroot, unmount the CF card and plugin into the ThinClient. The system boots up, there are no errors regarding I/O, but some minor errors are in the logs. Probably I didn’t configure something properly.