Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!howland.erols.net!news.sprintlink.net!news-peer.sprintlink.net!kirin.wwa.com!news.ucdavis.edu!relay.nuxi.com!obrien From: David E. O'Brien <obrien@relay.nuxi.com> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Issues with SCSI boot and PS/2 mouse Date: 30 Jan 1997 09:23:54 GMT Organization: University of California, Davis Lines: 33 Message-ID: <5cppba$6s1$1@mark.ucdavis.edu> References: <01bc0a7a$73186e00$8caee1cc@bfa> NNTP-Posting-Host: nuxi.ucdavis.edu Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: TIN [UNIX 1.3 unoff BETA release 970120] Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:34540 Brian F. Angus <brangus@netrus.com> wrote: : Hi, : I am trying to automate my freeBSD boot process. : I have 2 disks - 1 IDE and 1 SCSI. In order to boot freeBSD which is : on the SCSI disk, I have to enter a special boot command (as per the : instructions) : : : 1:sd(0,a)kernel : : Is there a change in the sources (or any where else) that I can make to : avoid typing this each time I boot the system. The answer to this is a big YES! I just did this and it works great (running 2.2-BETA). 1. install kernel sources (if you don't already have them installed). 2. backup /usr/mdec 3. cd /sys/i386/boot/biosboot 4. vi Makefile, uncommenting the line with "CFLAGS+= -DBOOT_HD_BIAS=1" 5. make 6. make install 7. disklabel -B sd0 So simple. Who ever thought ahead for this, was great. -- -- David (obrien@{NUXI.com,FreeBSD.org})