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
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
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
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
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
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
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:
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
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
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
;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
"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
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'
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
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
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
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
;
> 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
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
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
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
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
>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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
40 matches
Mail list logo