Re: how to create cdrom42.fs?

2007-11-17 Thread Karl O. Pinc
On 11/08/2007 10:54:20 AM, Soner Tari wrote: On Wed, 2007-11-07 at 13:45 -0500, Steve Shockley wrote: Try using cdbr as the boot record in no emulation, and put cdboot in the root directory of the CD. I've tried as you suggested, and it works ... For the archives here's a mkisofs command

Re: how to create cdrom42.fs?

2007-11-08 Thread Calomel
I believe the boot image must be less than 9900 sectors to be used on a bootable cdrom. bsd.rd would be too large. -- Calomel @ http://calomel.org Open Source Research and Reference On Wed, Nov 07, 2007 at 07:45:52PM -0500, Steve Shockley wrote: Calomel wrote: You can use geteltorito.pl by

Re: how to create cdrom42.fs?

2007-11-08 Thread Soner Tari
On Wed, 2007-11-07 at 13:45 -0500, Steve Shockley wrote: The drivers are in bsd.rd, not in the floppy image specifically. The other images just have smaller bsd.rd files so they fit on a floppy. Try using cdbr as the boot record in no emulation, and put cdboot in the root directory of the

Re: how to create cdrom42.fs?

2007-11-07 Thread Soner Tari
On Tue, 2007-11-06 at 19:42 -0500, Steve Shockley wrote: Take a look at http://www.openbsd.org/cgi-bin/cvsweb/src/distrib/amd64/ramdisk_cd/Makefile?rev=1.3content-type=text/x-cvsweb-markup It looks like if you comment out the NOFS line it'll generate the cdromXX.fs file. I did not test

Re: how to create cdrom42.fs?

2007-11-07 Thread Calomel
You can use geteltorito.pl by Rainer Krienke. It will extract what it needs from the cdemu42.iso image and make a new cdrom42.fs image. Just takes a second. Check out Step 3, option 2 at Making a bootable OpenBSD install CD http://calomel.org/bootable_openbsd_cd.html -- Calomel @

Re: how to create cdrom42.fs?

2007-11-07 Thread Steve Shockley
Calomel wrote: You can use geteltorito.pl by Rainer Krienke. It will extract what it needs from the cdemu42.iso image and make a new cdrom42.fs image. Just takes a second. Doing: ./geteltorito.pl -o test cd42.iso results in a file test that's identical to cdbr. Why jump through so many

how to create cdrom42.fs?

2007-11-06 Thread 23号
Hi, anything script? -- Best Regards, No.23 http://blog.chinaunix.net/u1/42287

Re: how to create cdrom42.fs?

2007-11-06 Thread ropers
On 06/11/2007, 23号 [EMAIL PROTECTED] wrote: Hi, anything script? -- Best Regards, No.23 http://marc.info/?t=11939458983r=1w=2

Re: how to create cdrom42.fs?

2007-11-06 Thread Soner Tari
On Tue, 2007-11-06 at 23:06 +0100, ropers wrote: On 06/11/2007, 23e7 [EMAIL PROTECTED] wrote: Hi, anything script? -- Best Regards, No.23 http://marc.info/?t=11939458983r=1w=2 I guess that's not what the OP was asking for. However, there is a cdrom42.fs in cdemu42.iso

Re: how to create cdrom42.fs?

2007-11-06 Thread Steve Shockley
Soner Tari wrote: I guess that's not what the OP was asking for. However, there is a cdrom42.fs in cdemu42.iso for i386. But I also need the one for amd64, so I am looking for ways to create it myself too. Take a look at

Re: how to create cdrom42.fs?

2007-11-06 Thread 23号
thx. On 11/6/07, Guillermo Bernaldo de Quiros Maraver [EMAIL PROTECTED] wrote: If you have the source tree downloaded, you can make it from: /usr/src/distrib/`uname -m`/ramdisk_cd/ 2007/11/6, 23$B9f(B [EMAIL PROTECTED] : Hi, anything script? -- Best Regards, No.23