Been a while since I've posted anything. Now I am looking for a little help. Been searching for days on how to do this and I have an idea, but I think I am missing something.
I am trying to install 4 versions of xp (pro, pro corp, home, mce) from grub4dos (v. 0.4.5b) using isos. Below is my menu.lst for my xp installs.
Just a side note... reason I need all 4 versions is I am a goto your home and help you out technician and in store tech.
I have firadisk.img on the root of my usb key. Now the home OEM and pro OEM does start the txt install but the corp and mce does not start. I am using the same code to make it work. I am also going to be adding a few other menu options, such as windows 7 aio (32 &64bit) which works, as well as ubuntu distros, ubcd, which are all working. If you can suggest a way of doing this, I`d greatly appreciate it.
Now just to throw one other issue into the mix... I may have to bypass a hidden recovery partition, so the (hdx) settings would need to be changed.
Now I believe one issue is (correct me if I am wrong) (hd0,0) would be my usb stick as its the current default hdd.
title 1. Install Windows XP Home OEM\nInstall WIN XP Home OEM - Step One find --set-root /homeoem.iso map (hd0) (hd1) map (hd1) (hd0) map --mem /firadisk.img (fd1) map --mem (md)0x6000+800 (fd0) map --mem /homeoem.iso (0xff) map --hook dd if=(fd1) of=(fd0) count=1 chainloader (0xff) title 1a. Install Windows XP Home OEM\nInstall WIN XP Home OEM - Step Two find --set-root /homeoem.iso map (hd0) (hd1) map (hd1) (hd0) map --mem /homeoem.iso (0xff) map --hook chainloader (hd0)+1 title \n root title 2. Install Windows XP Prof OEM\nInstall WIN XP Professional OEM - Step One find --set-root /profoem.iso map (hd0) (hd1) map (hd1) (hd0) map --mem /firadisk.img (fd1) map --mem (md)0x6000+800 (fd0) map --mem /profoem.iso (0xff) map --hook dd if=(fd1) of=(fd0) count=1 chainloader (0xff) title 2a. Install Windows XP Prof OEM\nInstall WIN XP Professional OEM - Step Two find --set-root /profoem.iso map (hd0) (hd1) map (hd1) (hd0) map --mem /profoem.iso (0xff) map --hook chainloader (hd0)+1 title \n root title 3. Install Windows XP Prof Corp\nInstall WIN XP Pro Corp - Step One find --set-root /profoemcorp.iso map (hd0) (hd1) map (hd1) (hd0) map --mem /firadisk.img (fd1) map --mem (md)0x6000+800 (fd0) map --mem /profoemcorp.iso (0xff) map --hook dd if=(fd1) of=(fd0) count=1 chainloader (0xff) title 3a. Install Windows XP Prof Corp\nInstall WIN XP Pro Corp - Step Two find --set-root /profoemcorp.iso map (hd0) (hd1) map (hd1) (hd0) map --mem /profoemcorp.iso (0xff) map --hook chainloader (hd0)+1 title \n root title 4. Install Windows MCE\nInstall WIN XP MCE - Step One find --set-root /mce.iso map (hd0) (hd1) map (hd1) (hd0) map --mem /firadisk.img (fd1) map --mem (md)0x6000+800 (fd0) map --mem /mce.iso (0xff) map --hook dd if=(fd1) of=(fd0) count=1 chainloader (0xff) title 4a. Install Windows MCE\nInstall WIN XP MCE - Step Two find --set-root /mce.iso map (hd0) (hd1) map (hd1) (hd0) map --mem /mce.iso (0xff) map --hook chainloader (hd0)+1 title \n root title 5. Install Windows XP Prof Cor\nInstall My WIN XP - Step One - My copy of XP Pro find --set-root /mycorpxppro.iso map (hd0) (hd1) map (hd1) (hd0) map --mem /firadisk.img (fd1) map --mem (md)0x6000+800 (fd0) map --mem /mycorpxppro.iso (0xff) map --hook dd if=(fd1) of=(fd0) count=1 chainloader (0xff) title 5a. Install Windows XP Prof Cor\nInstall My WIN XP - Step Two - My copy of XP Pro find --set-root /mycorpxppro.iso map (hd0) (hd1) map (hd1) (hd0) map --mem /mycorpxppro.iso (0xff) map --hook chainloader (hd0)+1
Thank you, Aylen
This post has been edited by ilko_t: 04 December 2011 - 08:25 PM
Reason for edit: Inserted code snippet



Help
Back to top









