From owner-freebsd-stable@FreeBSD.ORG Tue Dec 4 16:56:42 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA47116A46B for ; Tue, 4 Dec 2007 16:56:42 +0000 (UTC) (envelope-from balgaa@micom.mn) Received: from smtp.mobinet.mn (smtp.mobinet.mn [202.131.224.27]) by mx1.freebsd.org (Postfix) with SMTP id B6FB513C44B for ; Tue, 4 Dec 2007 16:56:41 +0000 (UTC) (envelope-from balgaa@micom.mn) Received: (qmail 13715 invoked by uid 502); 4 Dec 2007 16:56:32 -0000 Received: from 202.131.245.202 by smtp.mobinet.mn (envelope-from , uid 92) with qmail-scanner-1.25-st-qms (clamdscan: 0.87/1082. spamassassin: 3.0.4. perlscan: 1.25-st-qms. Clear:RC:1(202.131.245.202):. Processed in 0.09381 secs); 04 Dec 2007 16:56:32 -0000 X-Antivirus-MOBINET-Mail-From: balgaa@micom.mn via smtp.mobinet.mn X-Antivirus-MOBINET: 1.25-st-qms (Clear:RC:1(202.131.245.202):. Processed in 0.09381 secs Process 13708) Received: from unknown (HELO balgaa) (202.131.245.202) by smtp.mobinet.mn with SMTP; 4 Dec 2007 16:56:31 -0000 Message-ID: <002c01c83696$a257b370$c801000a@balgaa> From: "Balgansuren Batsukh" To: References: <004d01c8214d$b5a02970$c801000a@balgaa> <4732E7D9.4040804@wlink.com.np> <001001c835b0$f2f29700$c801000a@balgaa> <1196741989.823.20.camel@RabbitsDen> Date: Wed, 5 Dec 2007 00:56:03 +0800 Organization: Personal MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Subject: Re: FreeBSD-6.2, 7.0-BETA1 on X60 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Balgansuren Batsukh List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2007 16:56:42 -0000 Hello All, After I follow below instruction it boot kernel, but then give me error says /etc/fstab not found etc., I will attach it next email. Balgaa ----- Original Message ----- From: "Alexandre "Sunny" Kovalenko" To: "Balgansuren Batsukh" Cc: Sent: Tuesday, December 04, 2007 12:19 PM Subject: Re: FreeBSD-6.2, 7.0-BETA1 on X60 > > On Mon, 2007-12-03 at 21:31 +0800, Balgansuren Batsukh wrote: >> Hello All, >> >> I tried to install FreeBSD on X60 using PXE boot, but unsuccessfully >> finish >> my attempt. >> >> When it start PXE boot it get IP address from DHCP, download PXE boot >> file >> from TFTP server, >> then trying to load kernel image from TFTP server. >> >> After 10-20 minutes it give me error message "can't load kernel", I tried >> many times load boot/kernel/kernel, but same result. >> >> I guess PXE boot read much longer time to load kernel file and suddenly >> give >> me error message. >> >> I followed instruction on http://www.hack.org/mc/freebsd-x60.html >> >> I made X60---->LAN switch---->TFTP/DHCP/NFS server and even tried >> X60---cross-over cable---->TFTP/DHCP/NFS server. >> >> Is there any suggestion? > > I have built my X60 from such a setup and then used it as the "FixIt" > environment more then a few times. Here are relevant bits from the > server (watch out for the line wrapping): > > === /usr/local/etc/dhcpd.conf (I am using isc-dhcp3-server-3.0.5_2) > option domain-name "rabbitslawn.verizon.net"; > option domain-name-servers rabbitslawn.verizon.net; > > default-lease-time 600; > max-lease-time 7200; > > authoritative; > > ddns-update-style none; > > log-facility local7; > > server-name "twinhead"; > server-identifier 10.0.3.236; > next-server 10.0.3.236; > > subnet 10.0.3.0 netmask 255.255.255.0 { > range 10.0.3.33 10.0.3.64; > option routers 10.0.3.242; > option domain-name-servers 10.0.3.242; > option root-path "/SHARED/tftpboot"; > filename "boot/pxeboot"; > } > > === /etc/exports (excerpt) > /SHARED -alldirs > > === /etc/inetd.conf (excerpt) > tftp dgram udp wait root /usr/libexec/tftpd tftpd -u > sunny -l -s /SHARED/tftpboot > > === /etc/rc.conf (excerpt) > nfs_server_enable="YES" > rpcbind_enable="YES" > > === /SHARED/tftpboot > Contains fairly old (February 2007) snapshot of then 7-CURRENT with two > modifications > > === /SHARED/tftpboot/boot/loader.rc > echo Loading Kernel... > load /boot/kernel/kernel > echo Loading mfsroot... > load -t mfs_root /mfsroot > echo booting... > echo \007\007 > echo initializing h0h0magic... > set vfs.root.mountfrom="ufs:/dev/md0c" > boot > > === /SHARED/tftpboot/mfsroot > Is the decompressed version of /SHARED/tftpboot/boot/mfsroot.gz. > > I can confirm that stopping NFS on the server will give the symptoms > roughly corresponding to the ones you are describing, so the first thing > I would recommend checking is the ability to mount your equivalent of > the "/SHARED/tftpboot" above. > > Hopefully this is all I have done to get this to work -- I have picked > most of it from someone's web page, but I could not find original URL > ATM. >> >> Regards, >> Balgaa >> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- > Alexandre "Sunny" Kovalenko > > > > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.503 / Virus Database: 269.16.13/1165 - Release Date: > 12/2/2007 8:34 PM > >