Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

qemu

  • 23-12-2004 8:58pm
    #1
    Registered Users, Registered Users 2 Posts: 811 ✭✭✭


    qemu just got this working using windows 98se as a guest machine running
    under windows xp works like vmware
    seems to work great a little hard to setup
    check out photo


    Free to download
    http://www.h7.dion.ne.jp/~qemu-win/


Comments

  • Registered Users, Registered Users 2 Posts: 4,751 ✭✭✭Ste-


    Read about this in Linux Format and fotgot to try it out.
    Does it install the systems just like vmware ?


  • Registered Users, Registered Users 2 Posts: 811 ✭✭✭Rambo


    Ste- wrote:
    Read about this in Linux Format and fotgot to try it out.
    Does it install the systems just like vmware ?

    I have also tried it with linux and works good
    it does install like vmware but it has no frontend so it all command line typing
    to get it up and running

    How I install windows 98se
    step 1.
    open command prompt cd location of install of qemu
    create vitural disk first (YOUR HARD DRIVE)
    qemu-img create disk1.ing 1G (THIS WILL CREATE A 1 GIG DISK)

    step 2
    made a image of windows 98se boot disk I used winimage
    save the image as win98boot.img in the same location of qemu

    step 3.
    in command prompt
    qemu -L . -m 128 -hda disk1.img -fda win98boot.img -boot a

    -L . means load up the bios in the current working directory
    -m give the virtual machine 128m of ram

    -hda disk1.img the harddisk you will be using
    -fda win98boot.ing floppy disk will be using
    -boot tell qemu what to boot from a = floppy c =harddisk d=cdrom

    if you know linux these commands will be second nature to you

    step 4:
    if all went well you should booted into windows 98 se boot disk
    A:>
    now run fdisk and create a primary partition for you drive
    close down qemu and restart with the same command
    qemu -L . -m 128 -hda disk1.img -fda win98boot.img -boot a

    at the A:>
    type format c:

    step 5:
    create iso image of windows 98se cdrom I used winiso
    if anybody knows a free program cd to iso let me know
    I have nero but cant find option for creating iso.
    save the iso image as win98cd.iso in the same location of qemu
    then run qemu again
    qemu -L . -m 128 -hda disk1.img -fda win98boot.img -cdrom win98cd.iso -boot a

    step 6: To install windows 98se
    at the A:>
    type
    mkdir c:\win98
    d:
    cd win98
    copy *.* c:\win98 (to copy all cabs files you will need later)
    c:
    cd win98
    setup
    install windows as usual

    step 7:
    when install is finished close the qemu
    then open qemu
    qemu -L . -m 128 -hda disk1.img
    and windows 98se should finished the install
    be patient because the install takes longer the usual

    good luck


Advertisement