Debian Gets Win32 Installer
An anonymous reader writes "Debian hacker Robert Millan has just announced the availability of a Debian-Installer Loader for win32. The program, inspired by Ubuntu's similar project, features 64-bit CPU auto-detection, download of linux/initrd netboot images, and chainloading into Debian-Installer via grub4dos. The frontend site goodbye-microsoft.com/ has been set up for advocacy purposes. Here are some screenshots."
It is, at least, quite different from a CD install in that your Windows install (presuming this works the same as the Ubuntu version) remains untouched (aside from getting a new directory and a couple of extra files) with no risk of data loss via repartioning etc. Certainly an interesting idea.
Craft Beer Programming T-shirts
It's a loop-mounted ext3 "hard file" like you get in an emulator.
The process is, basically - GRUB loads a kernel+initrd from the Windows filesystem. Kernel loads, mounts / from the initrd, mounts the NTFS or FAT filesystem from the Windows box, and finds the hardfile and initrd - then it swivels root to use the image via the loopback filesystem (so you can mount files as disks).
Not sure how this bodes for expandability of the disk image though. I guess the idea is the Ubuntu install just works, and you can put the data back onto your Windows disk..?