Copying a bootable cdrom

2001-12-17 Thread Mike R. Cannon
Copying a bootable cdrom. I have a cdrom that I am trying to copy. It is a bootable cdrom. I can make a copy of it, but I can't boot off of it. I am assuming that I need to do something different in the mkisofs command. I even tried to to point the iso creation process at /dev/hda, but that

Re: Copying a bootable cdrom

2001-12-17 Thread Mike R. Cannon
Carsten Neumann wrote: On Mon, 17 Dec 2001, Mike R. Cannon wrote: Copying a bootable cdrom. I have a cdrom that I am trying to copy. It is a bootable cdrom. I can make a copy of it, but I can't boot off of it. I am assuming that I need to do something different in the mkisofs

ide-scsi question

2001-12-10 Thread Mike R. Cannon
I am trying to write cdroms with my IDE drive. At this point I can't even mount a cdrom in it. Below is my configuration: more /boot/grub/grub.conf | grep ide kernel /vmlinuz-2.4.7-10 ro root=/dev/sda3 hdc=ide-scsi kernel /vmlinuz ro root=/dev/sda3 hdc=ide-scsi /sbin/lsmod

Re: ide-scsi question, need HELP

2001-12-10 Thread Mike R. Cannon
Mike R. Cannon wrote: I am trying to write cdroms with my IDE drive. At this point I can't even mount a cdrom in it. Below is my configuration: more /boot/grub/grub.conf | grep ide kernel /vmlinuz-2.4.7-10 ro root=/dev/sda3 hdc=ide-scsi kernel /vmlinuz ro root=/dev

Re: ide-scsi question - Sorry

2001-12-10 Thread Mike R. Cannon
conflict with where the scsi disk is? Do I need to point the ide-scsi driver to a location and if so, how do I do that? Mike R. Cannon wrote: I am trying to write cdroms with my IDE drive. At this point I can't even mount a cdrom in it. Below is my configuration: more /boot/grub/grub.conf

Re: hp-ux bootable cdrom

2001-11-05 Thread Mike R. Cannon
What is the exact size? Is it dividable by 2048? What I have: 561219584/2048=274033 yes, it is dividable by 2048 Dave is this the same file size as when it was on the HP-UX box? Joerg: I sent this back to you on Friday, in response to your question, but I have not heard back from you?

Re: hp-up bootable cdrom

2001-11-02 Thread Mike R. Cannon
with cdfs I get: file system not supported by the kernel. I don't see an option in make xconfig to compile it in either. I did an rgrep in /usr/src/kernel and found not hits? How do I get support for this? Giuseppe Corbelli wrote: On Thu, Nov 01, 2001 at 01:34:42PM -0500, Mike R. Cannon

Re: hp-ux bootable cdrom

2001-11-02 Thread Mike R. Cannon
Joerg Schilling wrote: From: Mike R. Cannon [EMAIL PROTECTED] I was wrong about the size. I don't know where I received the 470 figure from. I just burned the cd using the command: cdrecord -v speed=4 dev=0,0,0 -data /mnt/cdrom/fs_image cdrecord wrote 535 MB of data to the new cd

Re: hp-ux bootable cdrom

2001-11-02 Thread Mike R. Cannon
What is the exact size? Is it dividable by 2048? What I have: 561219584/2048=274033 yes, it is dividable by 2048 Dave is this the same file size as when it was on the HP-UX box? Same size on the HP box. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

hp-up bootable cdrom

2001-11-01 Thread Mike R. Cannon
I am trying to create a bootable cdrom for hpux. The HP guys are using an Ignite-UX package to create an image that HP says needs to be written to a cd in RAW format. Will my standard cdwite command I use on linux do this for them? cdrecord -v speed=4 dev=0,0,0 -data cd_image -- Mike

Re: hp-up bootable cdrom

2001-11-01 Thread Mike R. Cannon
of HP-UX os crap? Joerg Schilling wrote: From: Mike R. Cannon [EMAIL PROTECTED] I am trying to create a bootable cdrom for hpux. The HP guys are using an Ignite-UX package to create an image that HP says needs to be written to a cd in RAW format. Will my standard cdwite command I use

cd to cd copy

2001-04-16 Thread Mike R. Cannon
Is it possible to burn a cd from a cd with out first making a iso? I use these commands to produce a cd: mkisofs -r -J -V cd_name -o cd_image img/ cdrecord -v speed=4 dev=0,0,0 -data cd_image We just received a new machine to set up as a universal cd writer. I want to