Ask a Question related to FreeBSD, Design and Development.
-
Anthony Atkielski #1
Creating a boot diskette that does nothing but boot from hard disk
Is it possible to create a boot diskette that does nothing more than
boot from a specific hard disk? How would I go about doing so?
If I can't figure out why my system won't boot from the hard disk on its
own, I figure that perhaps I could create a diskette to pop into the
machine that would simple boot immediately from the hard disk. It
shouldn't require much code and should easily fit on a single diskette.
The method I'm using at the moment of changing floppies for ten minutes
then entering the loader and changing parameters and booting is much too
awkward.
--
Anthony
Anthony Atkielski Guest
-
boot disk on sgi
Does anyone have info on how to get boot image for SGI indigo2 ? I am trying to make a boot CD Thank you very much kyle -
boot disk
How do I make a boot disk for windows xp? I t keep's asking for it. -
cd boot disk
My new laptop dosen't have a floppy drive. How do I create a cd boot disk? Thanks in advance, Mike. -
dd disk image won't boot
Hello, I have the following problem : I took a dd image from a boot disk on a E4500 to another disk on a second diskboard. disk0 (source) =... -
SCO 5 boot disk
Hello, I got the boot image for SCO 5 installation. How can I mount this disk and see the files in it? Thanks, ts. -
Richard Jansson #2
Re: Creating a boot diskette that does nothing but boot from hard disk
----- Original Message -----
From: "Anthony Atkielski" <atkielski.anthony@wanadoo.fr>
To: <freebsd-questions@freebsd.org>
Sent: Wednesday, February 23, 2005 9:28 PM
Subject: Creating a boot diskette that does nothing but boot from hard disk
I now that there is a boot loader named fatload you can find it on> Is it possible to create a boot diskette that does nothing more than
> boot from a specific hard disk? How would I go about doing so?
>
> If I can't figure out why my system won't boot from the hard disk on its
> own, I figure that perhaps I could create a diskette to pop into the
> machine that would simple boot immediately from the hard disk. It
> shouldn't require much code and should easily fit on a single diskette.
>
> The method I'm using at the moment of changing floppies for ten minutes
> then entering the loader and changing parameters and booting is much too
> awkward.
>
> --
> Anthony
>
>
[url]http://www.vortex.prodigynet.co.uk/boot/index.html[/url]
you can install it with dd.
If that dont work you can write a program that loads a sector (boot sector)
to your RAM
memory and then jump there. Sounds simple but you musst not forget that you
should switch
to protected mode from real mode.
But I think fatload will work just fine. Good luck!
_______________________________________________"freebsd-questions-unsubscribe@freebsd.org"> [email]freebsd-questions@freebsd.org[/email] mailing list
> [url]http://lists.freebsd.org/mailman/listinfo/freebsd-questions[/url]
> To unsubscribe, send any mail to
Richard Jansson Guest
-
Peter Risdon #3
Re: Creating a boot diskette that does nothing but boot from hard disk
On Wed, 2005-02-23 at 21:28 +0100, Anthony Atkielski wrote:
Assuming you are unable to boot after completing the installation, have> Is it possible to create a boot diskette that does nothing more than
> boot from a specific hard disk? How would I go about doing so?
you tried a third-party boot manager like GAG? GAG in particular is
quite good at booting weird hardware and might very well find your
installation and offer it when you run the setup.
[url]http://gag.sourceforge.net/[/url]
In fact, you can set up a floppy with GAG on it like this. But you might>
> If I can't figure out why my system won't boot from the hard disk on its
> own, I figure that perhaps I could create a diskette to pop into the
> machine that would simple boot immediately from the hard disk. It
> shouldn't require much code and should easily fit on a single diskette.
as well install GAG to the hard drive.
Peter.
Peter Risdon Guest
-
Anthony Atkielski #4
Re: Creating a boot diskette that does nothing but boot from hard disk
Richard Jansson writes:
I haven't written in assembler in years. I was hoping that maybe I> If that dont work you can write a program that loads a sector (boot
> sector) to your RAM memory and then jump there. Sounds simple but you
> musst not forget that you should switch to protected mode from real
> mode.
could just copy a boot program from somewhere to somewhere else. After
all, the usual boot program on the floppy boots the OS from the floppy,
so all one needs to do is change that program to point to the correct
hard drive instead.
--
Anthony
Anthony Atkielski Guest
-
Richard Jansson #5
Re: Creating a boot diskette that does nothing but boot from harddisk
Try to use fatload [url]http://www.vortex.prodigynet.co.uk/boot/index.html[/url]
Richard Jansson Guest
-
Anthony Atkielski #6
Re: Creating a boot diskette that does nothing but boot from hard disk
Peter Risdon writes:
I tried it. GaG boots, and finds the FreeBSD installation, and I> Assuming you are unable to boot after completing the installation, have
> you tried a third-party boot manager like GAG? GAG in particular is
> quite good at booting weird hardware and might very well find your
> installation and offer it when you run the setup.
>
> [url]http://gag.sourceforge.net/[/url]
installed the installation it found as a boot option. But when I
actually select FreeBSD from the boot menu, I get the same blank screen
as before. GaG has no trouble booting from the hard disk, but FreeBSD
does.
--
Anthony
Anthony Atkielski Guest



Reply With Quote

