* I am running Fedora 11 and VirtualBox 3.0.0 r49315.
* The thin client is running a stripped down Debian Etchnhalf (no ‘less’ pager command, man pages?!)
* The drive in the HP is only a gig.
mount /dev/sda1 /mnt/usbdisk -t vfat
dd if=/dev/hda of=/mnt/usbdisk/hpimage.hda.dd
* I made mine 1.1 gig, any size will do as long as you can completely write out the dd image.
OS Type : Debian
Base Memory : 384 MB
Processor(s): 1
Boot Order: CD/DVD-ROM, Hard Disk
VT-x/AMD-V : Enabled
Video Memory : 9 MB
3D Acceleration: Enabled
Network Adapter 1: Intel PRO/1000 MT Desktop
Serial Ports : Disabled
anything extra is gravy…
* You can use the same usb iso you used to boot the hardware thin client.
* Mount your disk that contains the image, then write it out to the virtual hard drive.
mount /dev/sdb1 /mnt/usbdisk -t vfat
dd if=/mnt/usbdisk/hpimage.hda.dd of=/dev/sda
* Mount it somewhere and go edit boot/grub/menu.lst
* Change the timeout to some positive integer value. I used 5 seconds.
* Edit etc/sudoers and allow the appliance user to run all commands through sudo without a password.
* Edit /etc/X11/xorg.conf and replace the fglrx driver with the vesa driver for now, and remove the 2nd display definitions
Now you can boot into the machine and get to the desktop. If you interrupt the booting process, you can go into a regular console, login as the appliance user, become root with sudo, and change all the passwords.
This works with other HP OS images too. You can make PE isos too.
7:16 am
Читал в какой-то книге или журнале, что на самом деле так и есть. Поэтому занесу эту заметку себе в мэмориз, чтобы не забыть :)