Creating an iso from the virtual machine

Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I have openSuse installed as a virtual machine on Oracle Virtual Box, and I have configured some softwares with the way I require.
I need to replicate the similar environment on a new Server (NOT the Virtual Machine). I was thinking if its possible to create an iso image from the virtual machine, that can be used as a bootable image for my server?
If there is, then how can be achieved?
Thanks
linux centos virtualbox opensuse iso
add a comment |Â
up vote
1
down vote
favorite
I have openSuse installed as a virtual machine on Oracle Virtual Box, and I have configured some softwares with the way I require.
I need to replicate the similar environment on a new Server (NOT the Virtual Machine). I was thinking if its possible to create an iso image from the virtual machine, that can be used as a bootable image for my server?
If there is, then how can be achieved?
Thanks
linux centos virtualbox opensuse iso
Why not just copy the virtual machine files over?
â Faheem Mitha
May 4 '14 at 20:03
Because, I do not want to start as a virtual machine, I want to build the host with all that software configurations. Can this be done with what you are suggesting?
â Harbir
May 4 '14 at 20:25
This is not officially supported, but I was curious about this as well and found something that will probably work. The tutorial isn't for virtual box, vmware, but I think you can adjust accordingly. Course if you had to you could always install vmware player and migrate it over, then follow the link below. howtoforge.com/converting-a-vmware-image-to-a-physical-machine
â user66773
May 4 '14 at 22:18
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have openSuse installed as a virtual machine on Oracle Virtual Box, and I have configured some softwares with the way I require.
I need to replicate the similar environment on a new Server (NOT the Virtual Machine). I was thinking if its possible to create an iso image from the virtual machine, that can be used as a bootable image for my server?
If there is, then how can be achieved?
Thanks
linux centos virtualbox opensuse iso
I have openSuse installed as a virtual machine on Oracle Virtual Box, and I have configured some softwares with the way I require.
I need to replicate the similar environment on a new Server (NOT the Virtual Machine). I was thinking if its possible to create an iso image from the virtual machine, that can be used as a bootable image for my server?
If there is, then how can be achieved?
Thanks
linux centos virtualbox opensuse iso
linux centos virtualbox opensuse iso
asked May 4 '14 at 19:41
Harbir
1851613
1851613
Why not just copy the virtual machine files over?
â Faheem Mitha
May 4 '14 at 20:03
Because, I do not want to start as a virtual machine, I want to build the host with all that software configurations. Can this be done with what you are suggesting?
â Harbir
May 4 '14 at 20:25
This is not officially supported, but I was curious about this as well and found something that will probably work. The tutorial isn't for virtual box, vmware, but I think you can adjust accordingly. Course if you had to you could always install vmware player and migrate it over, then follow the link below. howtoforge.com/converting-a-vmware-image-to-a-physical-machine
â user66773
May 4 '14 at 22:18
add a comment |Â
Why not just copy the virtual machine files over?
â Faheem Mitha
May 4 '14 at 20:03
Because, I do not want to start as a virtual machine, I want to build the host with all that software configurations. Can this be done with what you are suggesting?
â Harbir
May 4 '14 at 20:25
This is not officially supported, but I was curious about this as well and found something that will probably work. The tutorial isn't for virtual box, vmware, but I think you can adjust accordingly. Course if you had to you could always install vmware player and migrate it over, then follow the link below. howtoforge.com/converting-a-vmware-image-to-a-physical-machine
â user66773
May 4 '14 at 22:18
Why not just copy the virtual machine files over?
â Faheem Mitha
May 4 '14 at 20:03
Why not just copy the virtual machine files over?
â Faheem Mitha
May 4 '14 at 20:03
Because, I do not want to start as a virtual machine, I want to build the host with all that software configurations. Can this be done with what you are suggesting?
â Harbir
May 4 '14 at 20:25
Because, I do not want to start as a virtual machine, I want to build the host with all that software configurations. Can this be done with what you are suggesting?
â Harbir
May 4 '14 at 20:25
This is not officially supported, but I was curious about this as well and found something that will probably work. The tutorial isn't for virtual box, vmware, but I think you can adjust accordingly. Course if you had to you could always install vmware player and migrate it over, then follow the link below. howtoforge.com/converting-a-vmware-image-to-a-physical-machine
â user66773
May 4 '14 at 22:18
This is not officially supported, but I was curious about this as well and found something that will probably work. The tutorial isn't for virtual box, vmware, but I think you can adjust accordingly. Course if you had to you could always install vmware player and migrate it over, then follow the link below. howtoforge.com/converting-a-vmware-image-to-a-physical-machine
â user66773
May 4 '14 at 22:18
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
0
down vote
qemu-img might be what you're looking for. You should be able to convert from a vmdk to a raw disk image.
Then copy your raw disk image (using something like dd) to your physical drive.
This might not work as expected; however, there is another way using autoYaST where you can copy the configuration of your current machine and you can then take that config and build another one.
Once the new box is finished then just copy the config files for your programs to it.
add a comment |Â
up vote
0
down vote
You could consider using Relax and Recover full backup software which is available for Suse.
- install it on the VM,
- perform your full backup on a removable device (USB stick, disk)
- boot on this device to restore it to your server.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
qemu-img might be what you're looking for. You should be able to convert from a vmdk to a raw disk image.
Then copy your raw disk image (using something like dd) to your physical drive.
This might not work as expected; however, there is another way using autoYaST where you can copy the configuration of your current machine and you can then take that config and build another one.
Once the new box is finished then just copy the config files for your programs to it.
add a comment |Â
up vote
0
down vote
qemu-img might be what you're looking for. You should be able to convert from a vmdk to a raw disk image.
Then copy your raw disk image (using something like dd) to your physical drive.
This might not work as expected; however, there is another way using autoYaST where you can copy the configuration of your current machine and you can then take that config and build another one.
Once the new box is finished then just copy the config files for your programs to it.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
qemu-img might be what you're looking for. You should be able to convert from a vmdk to a raw disk image.
Then copy your raw disk image (using something like dd) to your physical drive.
This might not work as expected; however, there is another way using autoYaST where you can copy the configuration of your current machine and you can then take that config and build another one.
Once the new box is finished then just copy the config files for your programs to it.
qemu-img might be what you're looking for. You should be able to convert from a vmdk to a raw disk image.
Then copy your raw disk image (using something like dd) to your physical drive.
This might not work as expected; however, there is another way using autoYaST where you can copy the configuration of your current machine and you can then take that config and build another one.
Once the new box is finished then just copy the config files for your programs to it.
answered Jun 23 '14 at 22:59
SailorCire
1,8381821
1,8381821
add a comment |Â
add a comment |Â
up vote
0
down vote
You could consider using Relax and Recover full backup software which is available for Suse.
- install it on the VM,
- perform your full backup on a removable device (USB stick, disk)
- boot on this device to restore it to your server.
add a comment |Â
up vote
0
down vote
You could consider using Relax and Recover full backup software which is available for Suse.
- install it on the VM,
- perform your full backup on a removable device (USB stick, disk)
- boot on this device to restore it to your server.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
You could consider using Relax and Recover full backup software which is available for Suse.
- install it on the VM,
- perform your full backup on a removable device (USB stick, disk)
- boot on this device to restore it to your server.
You could consider using Relax and Recover full backup software which is available for Suse.
- install it on the VM,
- perform your full backup on a removable device (USB stick, disk)
- boot on this device to restore it to your server.
answered Jul 10 at 7:30
tonioc
1,12457
1,12457
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f127841%2fcreating-an-iso-from-the-virtual-machine%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Why not just copy the virtual machine files over?
â Faheem Mitha
May 4 '14 at 20:03
Because, I do not want to start as a virtual machine, I want to build the host with all that software configurations. Can this be done with what you are suggesting?
â Harbir
May 4 '14 at 20:25
This is not officially supported, but I was curious about this as well and found something that will probably work. The tutorial isn't for virtual box, vmware, but I think you can adjust accordingly. Course if you had to you could always install vmware player and migrate it over, then follow the link below. howtoforge.com/converting-a-vmware-image-to-a-physical-machine
â user66773
May 4 '14 at 22:18