Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2013 13:26:01 -0500
From:      Eitan Adler <lists@eitanadler.com>
To:        freebsd-doc@freebsd.org
Cc:        carabas2@post.ru
Subject:   Fwd: error in handbook
Message-ID:  <CAF6rxgkPaAipJdhubsBgsfh_pGyoXweC4YS7V_X6s_10peprZw@mail.gmail.com>
In-Reply-To: <000601ce07b8$4ea69540$ebf3bfc0$@ru>
References:  <000601ce07b8$4ea69540$ebf3bfc0$@ru>

next in thread | previous in thread | raw e-mail | index | archive | help
FYI, I think this meant to get to the doc mailing list.


---------- Forwarded message ----------
From: Ivan Trifonov <carabas2@post.ru>
Date: 10 February 2013 12:58
Subject: error in handbook
To: freebsd-bugs@freebsd.org


Good day!



My English is bad. Sorry :(



In Handbook:

In Part 2 not present 2.12.

In Part 3 in 3.12.1 "Installing FreeBSD on a System without a Monitor or
Keyboard"

(http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-advanced.
html)

had written:

                2. Enabling the Installation CD to Boot into a Serial
Console

                ...

                    # mkisofs -v -b boot/cdboot -no-emul-boot -r -J -V
"Headless_install" \

                        -o Headless-FreeBSD-9.1-RELEASE-i386-disc1.iso
/path/to/headless-iso

                ...



When I execute this command in FreeBSD 9.1, I have after boot message below:

                Trying to mount root from
cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...

                mountroot: waiting for device /dev/iso9660/FREEBSD_INSTALL
...

                Mounting from cd9660:/dev/iso9660/FREEBSD_INSTALL failed
with error 19.



                Loader variables:

                   vfs.root.mountfrom=cd9660:/dev/iso9660/FREEBSD_INSTALL

                   vfs.root.mountfrom.options=ro



                Manual root filesystem specification:

                <fstype>:<device> [options]

                                Mount <device> using filesystem <fstype>

                                and with the specified (optional) option
list.



                                eg. ufs:/dev/da0s1a

                                               zfs:tank

                                               cd9660:/dev/acd0 ro

                                                               (which is
equivalent to: mount -t cd9660 -o ro /dev/acd0 /)



                ?                                            List valid disk
boot devices

                .                                             Yield 1 second
(for background tasks)

                <empty line>                     Abort manual input
mountroot>



IMHO, for FreeBSD 9.x must be written:

                    # mkisofs -v -b boot/cdboot -no-emul-boot -r -J -V
"FREEBSD_INSTALL" \

                        -o Headless-FreeBSD-9.1-RELEASE-i386-disc1.iso
/path/to/headless-iso

And correct FreeBSD version number must be in command in 3.12.1.



With best regards,

                Ivan Trifonov



_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"


-- 
Eitan Adler



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAF6rxgkPaAipJdhubsBgsfh_pGyoXweC4YS7V_X6s_10peprZw>