From owner-freebsd-questions Fri Feb 16 6: 9:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server-5.tower-4.starlabs.net (mail.london-1.starlabs.net [212.125.75.12]) by hub.freebsd.org (Postfix) with SMTP id 1B0E437B4EC for ; Fri, 16 Feb 2001 06:09:13 -0800 (PST) X-VirusChecked: Checked Received: (qmail 12694 invoked from network); 16 Feb 2001 14:05:55 -0000 Received: from cerberus.simoco.com (HELO commander.simoco.com) (193.150.150.4) by server-5.tower-4.starlabs.net with SMTP; 16 Feb 2001 14:05:55 -0000 Received: from serv01.simoco.com ([193.150.134.3]) by commander.simoco.com with esmtp (Exim 2.05 #1) id 14TlZJ-0003Re-00 for freebsd-questions@freebsd.org; Fri, 16 Feb 2001 14:09:05 +0000 Received: from [193.150.135.4] (helo=ukcamoracle1) by serv01.simoco.com with esmtp (Exim 2.05 #2) id 14TlZI-0004tv-00; Fri, 16 Feb 2001 14:09:04 +0000 Received: from localhost ([127.0.0.1] helo=cambridge.simoco.com) by ukcamoracle1 with esmtp (Exim 2.05 #1) id 14TlZN-0007ah-00; Fri, 16 Feb 2001 14:09:09 +0000 Message-ID: <3A8D3484.D0993FC3@cambridge.simoco.com> Date: Fri, 16 Feb 2001 14:09:09 +0000 From: Abbas Karbassian Organization: simoco X-Mailer: Mozilla 4.07 [en] (X11; I; SunOS 5.5.1 sun4u) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG, Abbas.Karbassian@Cambridge.simoco.com Subject: Booting Up problem with Freebsd4.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear All: I have install FreeBsd4.2 successfully from CD. I build the new Kernel and reboot the P.C. The P.C started to bootup , but it hangs and display the following message. --------Boot Message ------------------ mounting root from ufs: /dev/ad4s2a Root mount failed: 6 Mounting root from ufs:wd0s2a swapon:/dev/ad4s2b: Device not configured Automatic boot in progress.... cannot open /dev/ad4s2a:Device not configured /dev/ad4s2a: cannot check file system /dev/ad4s2a: unexpected inconsistancy; Run fsck manually Automatic file system check failed... help! enter full pathname of shell or return for /bin/sh: --------End Boot Message ------------------ I have a 6 Gig Win98 partiotion and I have intalled FreeBsd 4.2 after Win98 partion. I have installed FreeBsd 4.0 in the same way on my previous IBM H/D with out any problem. I now have a new Seagate H/D. My P.C configuration is as Follows: Celeron500 256 MB Ram, 20 Gig H/D Seagate Barracuda III, Abit BE6II motherboard with HighPoint UDMA 66. I enclose my Kernel configuration files . I would be grateful if you could let me know if you spot any problem. Please send your reply to address below, since I have not subscribed to the above newsgroup. Abbas.Karbassian@Cambridge.simoco.com Regards Abbas # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.20 2000/10/31 23:16:07 n_hibma Exp $ machine i386 cpu I686_CPU ident CUSTOMISE maxusers 32 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? port IO_COM3 irq 5 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # ISA Ethernet NICs. device ed0 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter _____________________________________________________________________ This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus Control Centre. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message