Converting a bootable USB stick in to bootable CD-ROM

2009-11-10 Thread Peter Steele
programmed into the stick's cloning logic. I want to create a similar mechanism using a bootable CD-ROM. The biggest difference in the process of course is that the CD-ROM itself is read-only so clearly there needs to be an mfsroot involved in the process. I looked at how the FreeBSD Live

Re: Install Free BSD without floppy, without bootable CD-ROM-drive, without boot from LAN etc.

2005-02-25 Thread [EMAIL PROTECTED]
On Fri, 25 Feb 2005 11:50:47 +0300 àÒÉÊ <[EMAIL PROTECTED]> wrote: > Hardvare configuration: > Compaq 5280 > Intel Pentium 120MHz > 80Mb RAM > 4,3 Gb HDD Hitachi > CD-ROM -8x Panasonic (I CAN NOT boot from it) > > NO able boot from LAN, NO FDD, > 2,5" HDD - I can't connect this HDD to desktop and

Install Free BSD without floppy, without bootable CD-ROM-drive, without boot from LAN etc.

2005-02-25 Thread Юрий
Hello hackers, I wrote to @questions, but as result, I have advised to address the help to you. Sorry, if I spend your time I have notebook IP-120MHz without FDD He is NOT BOOT from CD. How can i install FreeBSD on it? Hardvare configuration: Compaq 5280 Intel Pentium 120MHz 80Mb RAM 4,3 Gb

Bootable CD BSD system?

2003-12-04 Thread Marcus
Did you ever get the cd too boot? I'm want to do the same thing with a kernel that won't fit on a floppy, so this may be my only option. Any help would be greatly appreciated. -Marcus >You would rather use -b with --no-emul-boot. The --no-emul-boot >flags the boot image as a raw executable r

Re: Bootable CD BSD system?

2003-09-05 Thread MacMan20001
You would rather use -b with --no-emul-boot. The --no-emul-boot flags the boot image as a raw executable rather than a floppy image. The /boot/cdboot loader is specifically designed for this use. Alright, I got a boot. It complained about the absence of a loader, but that's expected from a blank

Re: Bootable CD BSD system?

2003-09-05 Thread Tim Kientzle
MacMan20001 wrote: Hello. I'm trying to make a BSD system from a bootable CD. I don't need anything fancy, just a shell and a few basic commands. I have the structure of the CD in line. My problem is with the boot image. I've read the FAQ on bootable CDs with mkisofs, and I d

Bootable CD BSD system?

2003-09-05 Thread MacMan20001
Hello. I'm trying to make a BSD system from a bootable CD. I don't need anything fancy, just a shell and a few basic commands. I have the structure of the CD in line. My problem is with the boot image. I've read the FAQ on bootable CDs with mkisofs, and I did what it said:

Re: Create a FreeBSD bootable CD

2001-07-09 Thread Mike Tancsa
On 9 Jul 2001 15:32:14 -0400, in sentex.lists.freebsd.hackers you wrote: >Chojin wrote: >> >> Hello, >> >> Someone could tell me how create a bootable FreeBSD CD ? > >cd /usr/src >make buildworld >cd release >make [bunch of environment vars -- see handbook] release There was also an article

Re: Create a FreeBSD bootable CD

2001-07-09 Thread Terry Lambert
Chojin wrote: > > Hello, > > Someone could tell me how create a bootable FreeBSD CD ? > I cannot use a floppy image because it is too small to put > my kernel (1.5 Mo), and I cant create a 2.88 Mb floppy > image (as I don't have the drive). Then how create a > freebsd boot image which use the

Create a FreeBSD bootable CD

2001-07-08 Thread Chojin
Hello, Someone could tell me how create a bootable FreeBSD CD ? I cannot use a floppy image because it is too small to put my kernel (1.5 Mo), and I cant create a 2.88 Mb floppy image (as I don't have the drive). Then how create a freebsd boot image which use the real CD space to put all files I

Re: custom bootable CD & /usr/src/sys/i386/boot/cdboot

2001-06-26 Thread Makoto MATSUSHITA
;s all. You can mount CD filesystem as 'root filesystem' after booting a kernel. check -C option of boot(8) (loader(8) has same functionality, boot_cdrom but it's not described in its manpage). Be aware that this method doesn't work with recent 5-current although 4-stable works

Re: custom bootable CD & /usr/src/sys/i386/boot/cdboot

2001-06-26 Thread Terry Lambert
"Lawrence S. Lansing" wrote: > > Hello. I am trying to create a custom bootable FreeBSD CD > with a "live" filesystem. [ ... ] > 2 -- The boot image is created by running 'make' in > /usr/src/sys/i386/boot/cdboot. This image contains a > smarter 'loader', which is able to read an ISO9660 > fi

custom bootable CD & /usr/src/sys/i386/boot/cdboot

2001-06-25 Thread Lawrence S. Lansing
Hello. I am trying to create a custom bootable FreeBSD CD with a "live" filesystem. I have read all the mailing-list messages I could find pertaining to this process, and I am still short of information. I will sum up the situation, and hope someone can fill in the details I'm missing. Here'

Re: Bootable CD IV

2001-05-02 Thread Wilko Bulte
On Wed, May 02, 2001 at 09:59:26AM -0700, Jordan Hubbard wrote: > From: Rick Duvall <[EMAIL PROTECTED]> > Subject: Re: Bootable CD IV > Date: Wed, 2 May 2001 09:16:13 -0700 (PDT) > > > So, I guess my next questions is: > > > > How do create the 2.88M boot f

Re: Bootable CD IV

2001-05-02 Thread Jordan Hubbard
From: Rick Duvall <[EMAIL PROTECTED]> Subject: Re: Bootable CD IV Date: Wed, 2 May 2001 09:16:13 -0700 (PDT) > So, I guess my next questions is: > > How do create the 2.88M boot floppy image with the MFS stuff on it? I > guess it merges somehow inside the kernel? Am I right

Re: Bootable CD IV

2001-05-02 Thread Rick Duvall
and what configuration files do I need to edit? If I cannot mount the cd as /, and only the MFS can be /, then can I at lease mount it as /usr? I am assuming I would edit /etc/rc.local on the mfs root. What I am wanting is a bootable cd that will take the user into an automatic restore script

Re: Bootable CD IV

2001-05-01 Thread Jordan Hubbard
From: Rick Duvall <[EMAIL PROTECTED]> Subject: Bootable CD IV Date: Tue, 1 May 2001 12:03:21 -0700 (PDT) > So, let me get this straight: To make a bootable CD, you need to: > [steps alided] That will essentially work, yes, though I've never seen someone use /usr directly as a

Re: Bootable CD IV

2001-05-01 Thread Rick Duvall
; > i think you will need at least a minmal root fs on this bootable image, > you use to create the cdrom. > > regards > Sven > > At 12:03 01.05.01 -0700, you wrote: > >*This message was transferred with a trial version of CommuniGate(tm) Pro* > >So, let me get th

Bootable CD IV

2001-05-01 Thread Rick Duvall
So, let me get this straight: To make a bootable CD, you need to: 1. compile a kernel (generic will work) 2. gzip the kernel to kernel.gz 3. vnconfig -s labels -c vn0 boot.flp (from /cdrom/floppies/boot.flp) 4. mount /dev/vn0a /mnt 5. cp kernel.gz /mnt/kernel.gz 6. cp /boot/boot0 /mnt

Re: Creating BSD bootable CD

2001-02-23 Thread Sergey Babkin
Murray Stokely wrote: > > On Thu, 22 Feb 2001, Julian Stacey [EMAIL PROTECTED] wrote: > % I hadn't heard of mkhybrid, so investigated: it's been merged into mkisofs: > > I still prefer old versions of mkhybrid over the new merged mkisofs > for some tricky environments. The new mkisofs will co

Re: Creating BSD bootable CD

2001-02-22 Thread Julian Stacey [EMAIL PROTECTED]
Sergey Babkin wrote: > As far as I remember, there is not much special. Just create a > bootable floppy image and give it as option -b to mkhybrid. > (I strongly recommend mkhybrid over mkisofs because it tends to make > defective filesystems in fewer cases). I hadn't heard of mkhybrid, so inves

Re: Creating BSD bootable CD

2001-02-21 Thread Murray Stokely
On Thu, 22 Feb 2001, Julian Stacey [EMAIL PROTECTED] wrote: % I hadn't heard of mkhybrid, so investigated: it's been merged into mkisofs: I still prefer old versions of mkhybrid over the new merged mkisofs for some tricky environments. The new mkisofs will coredump with very large hybrid discs

Re: Creating BSD bootable CD

2001-02-21 Thread Ragnar Beer
>Greetings... > >I certainly hope I'm posting this to the right list -- if not, please redirect >me accordingly. Thanks. :) > >I'm interested in taking FreeBSD and putting it on a bootable CD for use in >a so-called "appliance". Can anyone recommend a place to

Re: Creating BSD bootable CD

2001-02-20 Thread Sergey Babkin
Dave Smith wrote: > > On Tue, Feb 20, 2001 at 01:16:17PM +1300, David Preece wrote: > > I started in the handbook, the section on backups and creating a bootable > > floppy was invaluable. It's also worth trawling the archives of > > freebsd-small, in particular look for "tinybsd" which (IIRC) is

Re: Creating BSD bootable CD

2001-02-19 Thread Dave Smith
On Tue, Feb 20, 2001 at 01:16:17PM +1300, David Preece wrote: > I started in the handbook, the section on backups and creating a bootable > floppy was invaluable. It's also worth trawling the archives of > freebsd-small, in particular look for "tinybsd" which (IIRC) is a > configurable script

Re: Creating BSD bootable CD

2001-02-19 Thread David Preece
At 17:10 19/02/2001 -0700, you wrote: >I'm interested in taking FreeBSD and putting it on a bootable CD for use in >a so-called "appliance". Can anyone recommend a place to start? I started in the handbook, the section on backups and creating a bootable floppy was invalu

Creating BSD bootable CD

2001-02-19 Thread Dave Smith
Greetings... I certainly hope I'm posting this to the right list -- if not, please redirect me accordingly. Thanks. :) I'm interested in taking FreeBSD and putting it on a bootable CD for use in a so-called "appliance". Can anyone recommend a place to start? Specificall

Re: Bootable CD...

2000-08-18 Thread Patrick Bihan-Faou
Hi, Now I am trying to use the boot.flp image that comes with the 4.1-Release CD. My alteration on that boot.flp is to replace the kernel.gz with my own (it contains a different set of binaries in the mfsroot. Now when my CD boots, the PC just goes into an endless reboot cycle. If I stop the bo

Re: Bootable CD...

2000-08-18 Thread Johan Kruger
Ok, here's what i did ( busy building a custom CD installation ) After the 'make release' , i took the boot.flp image 2.88 Meg and mounted it. I deleted everything except for /boot/boot0-2 an the bootforth loader. Then i made my own kernel allowing a MFS of 2048 x 512 blocks, giving me 1.44 Meg in

Re: Bootable CD...

2000-08-18 Thread Patrick Bihan-Faou
Hi, > Might be that you need to disklabel the image of the filesystem on > which you copy this files, ( not talking about the mfs filesystem that > is crunced into the kernel ) > So, try the following. > Mount this image by doing 'vnconfig /dev/vn0 /pathtobootimage/myimage.img' > where myimgae.

RE: Bootable CD...

2000-08-18 Thread Johan Kruger
an-Faou wrote: > Hi, > > > I am trying to build a bootable CD... Now this sounds like something trivial > enough to do when you know what you are doing. In my case I must admit that > I am somewhat confused. > > Until now, I think that the trick was to make the CD look l

Bootable CD...

2000-08-17 Thread Patrick Bihan-Faou
Hi, I am trying to build a bootable CD... Now this sounds like something trivial enough to do when you know what you are doing. In my case I must admit that I am somewhat confused. Until now, I think that the trick was to make the CD look like a floppy and boot it as such. I have created some

Re: make release: how I do make it into a bootable cd?

2000-08-09 Thread Mario Sergio Fujikawa Ferreira
On Tue, Aug 08, 2000 at 05:36:26PM -0500, Alan Edmonds wrote: > This was brought up last week; I'm not sure if it was this list. > > See /usr/share/examples/worm for a couple of scripts used > to create the FreeBSD release CDs. Very informative. > > Ben Smithurst wrote: > > > > Mario Sergio Fu

Re: make release: how I do make it into a bootable cd?

2000-08-08 Thread Alan Edmonds
This was brought up last week; I'm not sure if it was this list. See /usr/share/examples/worm for a couple of scripts used to create the FreeBSD release CDs. Very informative. Ben Smithurst wrote: > > Mario Sergio Fujikawa Ferreira wrote: > > > 1) (cont.) I could use burncd but I am bug

Re: make release: how I do make it into a bootable cd?

2000-08-08 Thread Ben Smithurst
Mario Sergio Fujikawa Ferreira wrote: > 1) (cont.) I could use burncd but I am bugged by the fact > that I can't use cdrecord. :) Why? I think it was designed for SCSI devices, and you don't have one, so just use burncd. > 2) How do I make it a full-fledged FreeBSD bootable > distr

make release: how I do make it into a bootable cd?

2000-08-08 Thread Mario Sergio Fujikawa Ferreira
Hi, I know I should know better. Please do not flame me. Well, I did a good 1st make release on my little stable (cvsupped 07/08/2000) machine. I have disc[12] under cdrom. Everything looks fine. But (there is always a but) Does anyone have a 'burn the CD' cookbook? This is

Bootable CD Question

2000-03-17 Thread Chad David
will not boot on even newer machines. I realize that having a cd boot in the PC world is an ify proposition, but does anybody have any tips on how how to burn a more "reliable" bootable cd. I am using mkisofs 1.12 with the following flags: mkisofs -b floppies/boot.flp -c floppies/boot.cat

Re: creating bootable CD-ROM

2000-01-04 Thread Graham Wheeler
On Sun, 02 Jan 2000, Adam Mackler wrote: > Hi: > > I have a couple questions related to booting my FreeBSD > system from a CD-ROM: > > First, is "El Torito" the only way to boot from a CD-ROM? It is the only way to have the BIOS boot from CD-ROM. The floppy disk image is necessary as the El To

Re: creating bootable CD-ROM

2000-01-02 Thread John Sconiers
Look up mkisofs. > I have a couple questions related to booting my FreeBSD > system from a CD-ROM: > First, is "El Torito" the only way to boot from a CD-ROM? > Is there some way to use disklabel to make the ISO9660 > filesystem bootable, so that /boot and /kernel can just > go in the CD-ROM fi

creating bootable CD-ROM

2000-01-02 Thread Adam Mackler
Hi: I have a couple questions related to booting my FreeBSD system from a CD-ROM: First, is "El Torito" the only way to boot from a CD-ROM? Is there some way to use disklabel to make the ISO9660 filesystem bootable, so that /boot and /kernel can just go in the CD-ROM filesystem, rather than bei