Jump to content

Ryan_R

Member
  • Posts

    24
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by Ryan_R

  1. Thanks for the guide - I have a quick question: I'm trying to create a multiboot DVD that only boots various floppy disks that I have (in .img and .ima format) and don't want any OS's on there). I've followed most of the guide but when I do a test I get the 'NTLDR is Missing' error. Any ideas on what would need to be changed since I don't have any XP or other OS stuff in my CD folder? Thanks in advance NVM - i fixed it - was using a boot image that came with CDImage instead of the one the came with CDShell
  2. Just read Page 1 of this. Let me know if you need a Windows-Autorun program to launch the different versions of setup, etc. I could make something simple in VB .Net if desired.
  3. Nice job with making the guide more shorter and concise. Any plans on adding Vista to it? I do have a AIO-DVD project on my HDD taking up space which partially works, I currently just use if for th e UBCD at the moment - will have to update it soon. In case anyone hasn't seen the old guide with more info - I would've attached it here but it exceeds 200kb - about 407kb. I'll chuck it on my site for the meantime - although I had nothing to do with it's creation - all credit goes to flyakite, etc. http://ryzza007.googlepages.com/Multi-BootDVD.pdf
  4. Thanks for linking to my app mate. Check back to the site to make sure you have the latest version.
  5. I also have this problem - it hink it might be a Vista thing. I don't have any floppy drives installed in my PC - the mobo is an Asrock 4Core DUAL VSTA This becomes a problem when I try to get one of my Virtual PC's to boot from a USB Floppy drive - this shows up in Vista as B: and not A:
  6. I'm looking for a good graphics card for a new system that will last a few years and play new 3D games at high video settings between $100-$300 (AUS) (i might consider just over 300) The guys at experts-exchange have recommended the ATI X1950 Pro and nVidia 8600 series. There are so many types of these cards around and want to know which ones are the best. Here's a link that gives some good info on what's available to me: http://www.centrecom.com.au/catalog/defaul...80bf67d541f43ba Thanks guys
  7. Thanks - I'll look into it. The main thing is that the sector's boot to a prompt and give me the A:\> Normally I'd goto D:\Win98 and run setup but of course D:\ doesn't work, nor can I find/read the contents of the AIODVD root. After setting up a FAT32 partition it seems that the WinME disk works ok. I was also surprised to see that Win95 boots to a prompt - I didn't think it was bootable. Apart from Win98, I'm having problems booting Windows FLP and Acronis TrueImage. Then after that I'll be looking at Vista 32bit.
  8. What's the best way to create a menu for Win98se? I've extracted the .ima file using WinImage and can open config.sys in notepad - do you have anything I can enter that will boot exactly the same as if I had the real cd-rom ie [menu] 1. Start Windows 98se Setup 2. Command prompt with CD-ROM support 2. Command prompt without CD-ROM support
  9. I saw Chon's guide and didn't get it completely - not sure if following it will save me any space (+ I already have all versions on one 8gb disk) I finally have a semi-working aio dvd with 98se, ME, and XP on it (iso file + vir pc) Unfortunately - running the disks doesn't work. Booting 98se, I don't get to choose to boot to a prompt - it just starts setup in OEM (text) mode. It then asks me to insert the CD: I also get an error booting from ME. Something to do with the HDD's not having FAT (all HDD's are un-partitioned and not formatted - virtual pc default) - do you know how I can get this working - issume it's to do with the boot images I took from my disks in IsoBuster. However - I tried booting from my physical ME CD and it appeared there wasn't even a boot sector on it - strange. I'll start adding other images to the mix and see how successful I get.
  10. Do you have a link to Chon's method - thanks. I have G:\sources\x86\sources\install.wim (4gig) and G:\sources\x64\sources\install.wim (4gig) One thing that I've noticed about my Vista DVD is that: A) It is in UDF format B) "D:\" Properties reports that it's 4.37 gig C) Copying everything over to my HDD reports that it's 8.5 gig D) My LG Super Multi DVD burner can read the disk E) A normal DVD reader (CD-RW combo) drive cannot read the disk (either because it can't read what apparently is a DL disk or because it doesn't have packet-writer software installed???) I Will start this AIO-DVD project from scratch just with the older Windows versions first - testing them out one at a time. If you have any more helpful info or hints please let me know. If everything goes to plan, I would like to have the following on my AIO-DVD: Win95 Win98se WinME Win 2K (pro and server) Win XP Pro SP2 Windows Fundamentals for legacy PCs (FLP for short) WinVista 32bit (x64 isn't really necessary at this stage) Ultimate Boot CD for Windows Acronis TrueImage Norton Ghost Thanks again
  11. I'll give it a go over the weekend and maybe this afternoon. I'll let you know what happens.
  12. Thanks. What about your script not working? I used it exactly the way you posted it and when booting the it says straight away 'cls not found' (or something like that)
  13. so are you saying i should set the other .bin file back to /boot? I made the change due to what's outlined in the guide
  14. Using your script EXACTLY the way you posted it - I get the same "cls command not found" error what file contains the commands used in the script?
  15. Back home now: Booted the iso file in virtual pc and the error is CDBOOT: Couldn't find NTLDR I'm going to play around with it again a bit more, but if you've got a walkthrough for the gui that'd be great.
  16. Thanks. I finished building the ISO just before I had to leave. When I get home tonight I will see if it boots ok. One query, the gui had it's own boot.iso file in the folder. I refernced it in one of the options (I'm guessing I should've pointed to the \cdsh\loader.bin file instead) I downloaded the package again and replaced all the files, then I copied your script [above] and hex'ed the two .bin files (changing the /boot to /cdsh).
  17. Getting a few errors when building the iso file using the gui - undoubtedly i've done something wrong. what's meant by the \\?\F:\AIO-DVD\... errors/warnings
  18. ------------------------- boot: cls print "\n" print "Press Enter to boot from DVD... \n" getkey 10 boot 0x80 if $lastKey == key[enter]; then goto time # When no key found... goto boot # Function to display time of day time: set hour = $timeHour set ampm = "am" if $timeHour > 12; then set hour = $timeHour - 12 if $timeHour > 12; then set ampm = "pm" set time = "$hour:$timeMinute$ampm" # Function to display date date: set month = "n/a" if $dateMonth == 1; then set month = "Jan." if $dateMonth == 2; then set month = "Feb." if $dateMonth == 3; then set month = "Mar." if $dateMonth == 4; then set month = "Apr." if $dateMonth == 5; then set month = "May." if $dateMonth == 6; then set month = "Jun." if $dateMonth == 7; then set month = "Jul." if $dateMonth == 8; then set month = "Aug." if $dateMonth == 9; then set month = "Sep." if $dateMonth == 10; then set month = "Oct." if $dateMonth == 11; then set month = "Nov." if $dateMonth == 12; then set month = "Dec." set date = "$month$dateDay,$dateYear" # Printing the Interface menu: set textColor= color[cyan on black] set boldColor= color[brightcyan on black] cls print c "\n\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ<\c0B$time $date\cXX>ÄÄ \n\n" print c "\cXXAdvanced Multi-Boot DVD v1.7\n\n" print l "\cXXPress \c0BF1 \cXXfor Help" print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n" print "1) Windows Vista Setup \n" print "2) Windows XP Professional SP2 RTM \n" print "3) Windows XP Fundamentals for Legacy PCs \n" print "4) Windows 2000 Professional \n" print "5) Windows 2000 Server \n" print "6) Windows ME \n" print "7) Windows 98 SE \n" print "8) Windows 95 Boot Disk \n" print "9) Windows Ultimate Boot CD [bartPE] \n" print "0) Windows Ultimate Boot CD [bartPE] - Load in RAM \n" print "\n" print "A) Acronis True Image Boot CD \n" print "G) Load Ghost Boot Disk \n" print "\n" print "S) View Serial Numbers... \n" #print "\n" #print "X) More Options... \n\n" print "Q) Quit to Command Prompt \n" print "R) Reboot \n" print "ESC) Boot 1st Harddisk \n" print c "\n" getkey MainKey: if $lastKey == key[1]; then chain /BOOT.DAT if $lastKey == key[2]; then chain /PRO1.DAT if $lastKey == key[3]; then chain /FLP1.DAT if $lastKey == key[4]; then chain /2PRO.DAT if $lastKey == key[5]; then chain /2SRV.DAT if $lastKey == key[6]; then memdisk /ME.IMA if $lastKey == key[7]; then memdisk /98SE.IMA if $lastKey == key[8]; then memdisk /WIN95.IMA if $lastKey == key[9]; then chain /BPE1.DAT if $lastKey == key[0]; then chain /BPE2.DAT if $lastKey == key[q]; then end if $lastKey == key[r]; then reboot if $lastKey == key; then goto SerialNumbers if $lastKey == key[a]; then memdisk /ACR1.IMG if $lastkey == key[g]; then memdisk /GHOST.IMA #if $lastKey == key[F1]; then goto Help if $lastKey == key[esc]; then boot 0x80 #MoreOptions: #cls #print r "\n\cXXPress \c0BF1 \cXXfor Help \n" #print c "\n\cXXMore Options \n" #print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n" #print "1) Read/Copy Files From NTFS Volumes To FAT32/16 Drives \n" #print "2) Partition Magic 8.0 \n" #print "3) Norton Ghost \n" #print "4) View Serial Numbers \n" #print c "\n\n" #print "Press any key to return to main menu... \n" #MoreOptions_Key: #getkey 20 goto menu #if $lastKey == key[1]; then memdisk /NTFS.IMA #if $lastKey == key[2]; then memdisk /PM8.IMG #if $lastKey == key[3]; then memdisk /GHOST.IMA #if $lastKey == key[4]; then goto SerialNumbers #goto time SerialNumbers: cls #print r "\n\cXXPress \c0BF1 \cXXfor Help \n" print c "\n\cXXSerial Numbers\n" print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ" #type /SERIALS.txt print c "\n\n" print "Windows Vista: #################### \n" print "Windows XP SP2 RTM: ####################### \n" print "Windows Fundamentals for Legacy PCs: ####################### \n" print "Windows 2000 Professional: ########################### \n" print "Windows 2000 Server: ########################### \n" print "Windows Mellenium Edition: ########################### \n" print "Windows 98 Second Edition: ########################### \n" print "Windows 95: ######################## \n" print c "\n\n" print c "\n\n" print "Press any key to return to main menu... \n" getkey goto time #Help: #cls #print c "\n\cXXMulti-Boot DVD Help \n" #print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n" #print "\n" #print "Hit the key of your choice in the main menu -> \n" #print "\n" #print "\n" #print "Install Types \n" #print "ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n" #print "Regular - Install will prompt you for all information during setup. \n" #print "Unattended - Install with no user prompts. \n" #print "OEMPreinstall - Install Windows and additional programs with no user prompts. \n" #print "\n" #print "\n" #print "Press any key to return to main menu... \n" #getkey #goto time end -------------------------
  19. Whe I get home I'll upload the script for you to look at. I've written it in notepad, and have ensured that there are no spaces after the cls command on the 2nd line (which is giving the error)
  20. I think I might have added Vista properly, but when I extract the boot image with ISObuster there is no 'Date Modified' tag on the files which could be a problem later on. Onto my next problem I've created my final ISO and when booting in VPC I get the error that 'cls' is not a valid command. I initially thought that maybe it should be 'clear; as the eholw script looks like it's in Linux BASH syntax, but that didn't work either. When dumpred to the CD Shells command prompt - I noticed that none of the commands I entered worked - even 'print "Hello \n"' Am I missing a file that contains the code library? Edit: I've now booted into XP (all previous work done in Vista Ultimate 32bit). In Vista I couldn't run the cdshw.com program. In XP it works with no problems. It works regardless if I have used the 'clear' or 'cls' statement. However, when I create the iso using CDIMAGE.exe and then boot up a Virtual PC with it - I get the error that it doesn't recognise the command 'cls' or 'clear' (depending on which one i used). I've also noticed that the files don't get optimised (the iso remains over 8GB). What needs to be done to fix this? Thanks in advance
  21. Thanks for the responses. Where exactly do I find the .wim files to see If I can use both architectures of vista? Please see the attached screenshot of the layout of my Vista DVD. Notice there are 3 'sources' folders and also 3 'boot' folders. More info on this would be great
  22. Hi guys. I'm working through my Multiboot DVD currently. I have one of those WinBeta DVDs that have all versions of Vista (x86 and x64). Since this totals over 8gigs in itself, I'm only interested in the 32bit version. I've copied DVD-ROM:\sources\x86\sources to my AIO-DVD folder. I'm assuming that the instructions here (http://flyakite.msfn.org/longhorn.htm) are relevant to Vista. I've noticed, however, that when the article says to download 4051.zip file, it actually links to the PRO1.zip file for Windows XP Professional. Can someone (presumably flyakite) fix this? Otherwise please let me know how I can add Vista to my DVD. Thanks all. Ryan R
  23. Hi all, I'm having a few probs using the links on http://wud.jcarle.com Trying to download and add the XP-836 (English) file into ver 2.24 final. When I click the links, the page just reload/refreshes but I can't actually download the file. I've tried r/clicking the links and choosing Save Target As... - but these will only save a html file - not a ulz file. Also the links to download the WMP 11 integrater, etc have the same effect (don't workd for me). I've tried in IE 7 and Firefox with no success. Thanks all. Ryan R
×
×
  • Create New...