On Wed, Apr 04, 2007 at 10:41:12AM -0700, sweetnsourbkr wrote: > Adi-9 wrote: > > > > If you try to make a bootable multisession disk, use > > mkisofs ... -b path/to/cdrom40.fs ... > > for both the first and the last session you're creating, and don't > > forget to close the last session. > > > > Are you saying I should burn the cd40.iso image twice? I've never had to do > that before ...
No, just forget about the cd40.iso image. Build your own .iso image, using the cdrom40.fs as the emulated big floppy. $ find openbsd/4.0 openbsd/4.0 openbsd/4.0/i386 .. openbsd/4.0/i386/cdrom40.fs .. $ mkisofs -J -R -b 4.0/i386/cdrom40.fs openbsd Then, you could merge other files to that with the -C .. -M .. switches, but you should use again the '-b 4.0/i386/cdrom40.fs' for the last session. Or forget about multi-session, and decide from the first what files to put on the CD. > Like I said, I was able to boot it from the desktop, so unless this is some > weirdo BIOS bug (latest BIOS here, rev date Oct 2006), it should have booted > straight up. No, it is the standard. Your desktop, not your laptop does things weird (it's probably an older machine). PS. Sorry for the test message, if it made it to the list.