Hi Hugh,

Hugh Currin wrote:
> EMCers:
>
> I've moved a couple of computers around. I switched the shop/EMC computer for 
> the proxy server. The result is that I now have a 1GHz Pentium machine to use 
> in the shop. So, I want to put Ubuntu/EMC on this machine. This was a real 
> pain the last time, but that was an early install using RedHat 6.x. I'm 
> hoping the installation process has gotten better. :-) I'm now downloading a 
> Ubuntu/EMC2 *.iso from linuxcnc.org. It looks like this will take several 
> hours.
>
> But my question is what to do with the *.iso. After looking around the 
> Internet a little I've not found simple instructions on how to burn a 
> bootable CD from an *.iso file. Can anyone direct me to a howto? I'd like to 
> burn this from a Debian-Sarge computer.
>
>   
I would try one of the following:
cdrecord -v speed=2 dev=/dev/hdc -data /home/images/emc.iso
cdrecord -v speed=24 driveropts=forcespeed /home/images/emc.iso

I remember seeing this some years back when CD was accesses through SCSI 
emulation driver
cdrecord -v speed=8 dev=1,0,0 -pad -data bdiemc_disk1.iso

For installation disks I usually select slwoer speed. That works better 
with older CD drives.

However, the easiest I find is K3b utility that you can install in Linux 
if you don't have it already. K3b is very good handling everything from 
CDs to 8GB DVDs.

> Also, can one use this *.iso to create a dual-boot system? I'd like to leave 
> a 
> small partition for DOS.
>
>   
If you don't have a dos partition already then this installation script 
will not help you. It won't know that you are going to install DOS in 
some partition. You can edit grub menu later after installing DOS. The 
best of course is to install proprietary OS first then Linux. I suggest 
using a separate small disk drive for DOS. They are cheap.

Why not use DOS emulator? There are different ways to run DOS in Linux. 
dosemu, under qemu I believe, etc.

> Thanks.
>
>   

-- 
Rafael


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to