MultiBoot Beginner needs help few questions/problems
#1
Posted 12 October 2005 - 03:55 AM
My goal is to create a multiboot cd/dvd with windows xp SP2 slimstreamed (unattended install) with various applications being run using runonce (i will add these last once i get the main part working)
It will also have partition magic 8 on which can be loaded via the boot menu.
I am using diskemu currently to do this.
I have successfully used nlite to create a slimstreamed sp2 unattended install and have a .iso and a folder containing the contents of this iso.
I have used winimage to create a .ima file (2.88mb) for partition magic 8.
I have created my menu using diskemu but, this is where i start to struggle.
Most guides i've read seem to concentrate on multiple versions of windows on 1 cd/dvd. I don't want this just xp sp2 and partition magic (making it a multi boot cd/dvd). Therefore, i dont believe i need to modify the folder strucure of xp (correct?). Most guides seem to run the xp image or folder contents (not sure which?) via a dat file. I can find zero explanation on this and hope someone will help.
What is this dat file? Where do i get it from/How do i make one (SP2)?
Is there anything else i need to know with integrating this with partition magic?
Many Thanks for all your help
#2
Posted 12 October 2005 - 10:39 AM
You shouldn't have to edit anything if you try the above method, assuming it works.
#3
Posted 12 October 2005 - 01:22 PM
so i would run xp by telling the program to run the dat file this would then tell it to look in the i386 folder i take it?
Cheers for your help, i understand all of the hard stuff but how toa ctually run the xp install escaped me
#4
Posted 12 October 2005 - 02:32 PM
This post has been edited by Screwz Luse: 12 October 2005 - 02:33 PM
#6
Posted 13 October 2005 - 01:45 AM
However, i am having problems with partition magic. I created a 2.88mb floppy image using winimage and am using. and have caleld the file pqmagic.IMA
i am using
if $lastKey == key[2]; then memdisk /pqmagic.IMA
to try and launch it. I have also tried
if $lastKey == key[2]; then diskemu /pqmagic.IMA
pqmagic.ima is in the root folder.
Yet i get a error inc dshell when i try to run it memdisk/diskemu not found.
Any ideas?
Cheers
#7
Posted 13 October 2005 - 10:41 AM
if $lastKey == key[2]; then memdisk PM8.IMG(from the guide)
But I don't recall. I'll double check when I get back to the 'ol apartment later tonight. Glad to hear WinXP is working for you though.
#8
Posted 13 October 2005 - 11:01 AM
Cheers
This post has been edited by Jotnar: 13 October 2005 - 11:02 AM
#9
Posted 13 October 2005 - 12:26 PM
if i use
if $lastKey == key[2]; then memdisk /pqmagic.img
i still get command not found
if i use
if $lastKey == key[2]; then memdisk pqmagic.img
(note the lack of a /)
command not available ins cript debugger.
So i thought ill try it on virtual pc as maybe the test script (cdshw.com) isn't workign correctly.
On virtual pc i get the same error for both which is command not found.
For reference the full error is
Error:unknown command entered.
[command: memdisk] [Line 58.2] [File: cdshell.ini]
Cheers for your help guys, i really appreciate this
#10
Posted 13 October 2005 - 02:57 PM
if $lastKey == key[1]; then bcdw boot \IMAGES\PM8.IMG
#11
Posted 13 October 2005 - 04:01 PM
Am i really doing something majroly wrong here?
#13
Posted 13 October 2005 - 07:06 PM
Actual testing must be done booting.
If this isn't it, then you probably don't have a complete set of files in the 'modules' folder.
Just to make sure you are aware of the process.....
-You must set the boot file to loader.bin in the boot folder.
Loader.bin will trigger cdshell.bin which will start your cdshell.ini menu.
--When booting using memdisk or diskemu...Some mobo's will give you an error if you have disabled your Floppy disk controller and/or selected None for Drive A's type in BIOS.
--Be careful mixing cdshell and bcdw. You need to be aware of version incompatibilities (PM me if you want a copy of both that work together. -CDShell 2.0.11 and bcdw 1.5z plugin-)
Regarding paths....
-To start from the root dir. use "/" first. Ex. /boot.ima <---this makes for a messy root
-Relative dir starts with the folder name then "/".
I personally create a folder in boot called "files" and use /boot/files/xxx.xxx
#14
Posted 13 October 2005 - 10:27 PM
As for using cdshw.com you are right and i did think of this myself hence why ive tested it using virtual pc yet, i still get the same errors of no command entered.
#15
Posted 15 October 2005 - 12:30 PM
I have now gone back to the original diskemu and it works great.
Cheers for all the help
#16
Posted 16 October 2005 - 12:30 PM
#18
Posted 16 October 2005 - 03:24 PM
If you need help, please let me know.



Help
Back to top









