Gentoo Archives: gentoo-amd64

From: Felipe Ribeiro <felipernb@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Re: Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(2,0)
Date: Mon, 12 Dec 2005 03:08:26
Message-Id: 439CE909.2060208@gmail.com
In Reply to: Re: [gentoo-amd64] Re: Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(2,0) by Drake Donahue
1 The hard drive is not sata neither scsi.
2 All file systems support are compiled into the kernel
3
4 in fstab i have:
5
6 /dev/hda1 /win vfat auto,user 1 0
7 /dev/hda2 / reiserfs notail,defaults,noatime 1 2
8 /dev/hda3 none swap sw 0 0
9 /dev/cdrw /cdrw iso9660 auto,ro,user 0 0
10 /dev/cdrom1 /cdrom iso9660 auto,ro,user 0 0
11 /dev/fd0 /floppy auto noauto,user 0 0
12
13 proc /proc proc defaults 0 0
14
15 shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
16
17 i have no /boot partition, it is in my root partition.
18
19 i compilled the kernel manually, and when it generated the bzImage file,
20 i moved it to /boot/bzImage-2.6.14
21
22 Here i put my new grub.conf file and my .config file from kernel.
23
24 Cheers,
25 Felipe
26
27 ----- grub.conf -----
28 timeout 5
29
30 default 1
31
32 vga=0x315
33 video=vesafb:mtrr,ywrap
34 splashimage=/boot/grub/splash.xpm.gz
35
36 title Gentoo Linux
37 root (hd0,1)
38 kernel /boot/bzImage-2.6.14 root=/dev/hda2
39
40 title Windows XP
41 rootnoverify (hd0,0)
42 makeactive
43 chainloader +1
44
45 ------ end of grub.conf -----
46
47 ----- .config -----
48 #
49 # Automatically generated make config: don't edit
50 # Linux kernel version: 2.6.14-gentoo-r2
51 # Sun Dec 11 23:24:13 2005
52 #
53 CONFIG_X86_64=y
54 CONFIG_64BIT=y
55 CONFIG_X86=y
56 CONFIG_SEMAPHORE_SLEEPERS=y
57 CONFIG_MMU=y
58 CONFIG_RWSEM_GENERIC_SPINLOCK=y
59 CONFIG_GENERIC_CALIBRATE_DELAY=y
60 CONFIG_X86_CMPXCHG=y
61 CONFIG_EARLY_PRINTK=y
62 CONFIG_GENERIC_ISA_DMA=y
63 CONFIG_GENERIC_IOMAP=y
64 CONFIG_ARCH_MAY_HAVE_PC_FDC=y
65
66 #
67 # Code maturity level options
68 #
69 CONFIG_EXPERIMENTAL=y
70 CONFIG_CLEAN_COMPILE=y
71 CONFIG_LOCK_KERNEL=y
72 CONFIG_INIT_ENV_ARG_LIMIT=32
73
74 #
75 # General setup
76 #
77 CONFIG_LOCALVERSION=""
78 CONFIG_LOCALVERSION_AUTO=y
79 CONFIG_SWAP=y
80 CONFIG_SYSVIPC=y
81 CONFIG_POSIX_MQUEUE=y
82 # CONFIG_BSD_PROCESS_ACCT is not set
83 CONFIG_SYSCTL=y
84 # CONFIG_AUDIT is not set
85 CONFIG_HOTPLUG=y
86 CONFIG_KOBJECT_UEVENT=y
87 CONFIG_IKCONFIG=y
88 CONFIG_IKCONFIG_PROC=y
89 CONFIG_CPUSETS=y
90 CONFIG_INITRAMFS_SOURCE=""
91 # CONFIG_EMBEDDED is not set
92 CONFIG_KALLSYMS=y
93 CONFIG_KALLSYMS_ALL=y
94 # CONFIG_KALLSYMS_EXTRA_PASS is not set
95 CONFIG_PRINTK=y
96 CONFIG_BUG=y
97 CONFIG_BASE_FULL=y
98 CONFIG_FUTEX=y
99 CONFIG_EPOLL=y
100 CONFIG_SHMEM=y
101 CONFIG_CC_ALIGN_FUNCTIONS=0
102 CONFIG_CC_ALIGN_LABELS=0
103 CONFIG_CC_ALIGN_LOOPS=0
104 CONFIG_CC_ALIGN_JUMPS=0
105 # CONFIG_TINY_SHMEM is not set
106 CONFIG_BASE_SMALL=0
107
108 #
109 # Loadable module support
110 #
111 CONFIG_MODULES=y
112 CONFIG_MODULE_UNLOAD=y
113 CONFIG_MODULE_FORCE_UNLOAD=y
114 CONFIG_OBSOLETE_MODPARM=y
115 # CONFIG_MODVERSIONS is not set
116 # CONFIG_MODULE_SRCVERSION_ALL is not set
117 CONFIG_KMOD=y
118 CONFIG_STOP_MACHINE=y
119
120 #
121 # Processor type and features
122 #
123 CONFIG_MK8=y
124 # CONFIG_MPSC is not set
125 # CONFIG_GENERIC_CPU is not set
126 CONFIG_X86_L1_CACHE_BYTES=64
127 CONFIG_X86_L1_CACHE_SHIFT=6
128 CONFIG_X86_TSC=y
129 CONFIG_X86_GOOD_APIC=y
130 CONFIG_MICROCODE=y
131 CONFIG_X86_MSR=y
132 CONFIG_X86_CPUID=y
133 CONFIG_X86_IO_APIC=y
134 CONFIG_X86_LOCAL_APIC=y
135 CONFIG_MTRR=y
136 CONFIG_SMP=y
137 CONFIG_SCHED_SMT=y
138 CONFIG_PREEMPT_NONE=y
139 # CONFIG_PREEMPT_VOLUNTARY is not set
140 # CONFIG_PREEMPT is not set
141 CONFIG_PREEMPT_BKL=y
142 CONFIG_K8_NUMA=y
143 # CONFIG_NUMA_EMU is not set
144 CONFIG_ARCH_DISCONTIGMEM_ENABLE=y
145 CONFIG_NUMA=y
146 CONFIG_ARCH_DISCONTIGMEM_DEFAULT=y
147 CONFIG_ARCH_SPARSEMEM_ENABLE=y
148 CONFIG_SELECT_MEMORY_MODEL=y
149 # CONFIG_FLATMEM_MANUAL is not set
150 CONFIG_DISCONTIGMEM_MANUAL=y
151 # CONFIG_SPARSEMEM_MANUAL is not set
152 CONFIG_DISCONTIGMEM=y
153 CONFIG_FLAT_NODE_MEM_MAP=y
154 CONFIG_NEED_MULTIPLE_NODES=y
155 # CONFIG_SPARSEMEM_STATIC is not set
156 CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y
157 CONFIG_NR_CPUS=32
158 # CONFIG_HOTPLUG_CPU is not set
159 CONFIG_HPET_TIMER=y
160 CONFIG_X86_PM_TIMER=y
161 CONFIG_HPET_EMULATE_RTC=y
162 CONFIG_GART_IOMMU=y
163 CONFIG_SWIOTLB=y
164 CONFIG_X86_MCE=y
165 # CONFIG_X86_MCE_INTEL is not set
166 CONFIG_PHYSICAL_START=0x100000
167 # CONFIG_KEXEC is not set
168 CONFIG_SECCOMP=y
169 # CONFIG_HZ_100 is not set
170 CONFIG_HZ_250=y
171 # CONFIG_HZ_1000 is not set
172 CONFIG_HZ=250
173 CONFIG_GENERIC_HARDIRQS=y
174 CONFIG_GENERIC_IRQ_PROBE=y
175 CONFIG_ISA_DMA_API=y
176 CONFIG_GENERIC_PENDING_IRQ=y
177
178 #
179 # Power management options
180 #
181 CONFIG_PM=y
182 # CONFIG_PM_DEBUG is not set
183
184 #
185 # ACPI (Advanced Configuration and Power Interface) Support
186 #
187 CONFIG_ACPI=y
188 CONFIG_ACPI_AC=y
189 # CONFIG_ACPI_BATTERY is not set
190 CONFIG_ACPI_BUTTON=y
191 # CONFIG_ACPI_VIDEO is not set
192 CONFIG_ACPI_HOTKEY=m
193 CONFIG_ACPI_FAN=y
194 CONFIG_ACPI_PROCESSOR=y
195 CONFIG_ACPI_THERMAL=y
196 CONFIG_ACPI_NUMA=y
197 # CONFIG_ACPI_ASUS is not set
198 # CONFIG_ACPI_IBM is not set
199 # CONFIG_ACPI_TOSHIBA is not set
200 CONFIG_ACPI_BLACKLIST_YEAR=2001
201 # CONFIG_ACPI_DEBUG is not set
202 CONFIG_ACPI_EC=y
203 CONFIG_ACPI_POWER=y
204 CONFIG_ACPI_SYSTEM=y
205 # CONFIG_ACPI_CONTAINER is not set
206
207 #
208 # CPU Frequency scaling
209 #
210 CONFIG_CPU_FREQ=y
211 CONFIG_CPU_FREQ_TABLE=y
212 # CONFIG_CPU_FREQ_DEBUG is not set
213 CONFIG_CPU_FREQ_STAT=y
214 # CONFIG_CPU_FREQ_STAT_DETAILS is not set
215 CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
216 # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
217 CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
218 # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
219 CONFIG_CPU_FREQ_GOV_USERSPACE=y
220 CONFIG_CPU_FREQ_GOV_ONDEMAND=y
221 # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
222
223 #
224 # CPUFreq processor drivers
225 #
226 # CONFIG_X86_POWERNOW_K8 is not set
227 # CONFIG_X86_SPEEDSTEP_CENTRINO is not set
228 CONFIG_X86_ACPI_CPUFREQ=y
229
230 #
231 # shared options
232 #
233 CONFIG_X86_ACPI_CPUFREQ_PROC_INTF=y
234 # CONFIG_X86_SPEEDSTEP_LIB is not set
235
236 #
237 # Bus options (PCI etc.)
238 #
239 CONFIG_PCI=y
240 CONFIG_PCI_DIRECT=y
241 CONFIG_PCI_MMCONFIG=y
242 CONFIG_UNORDERED_IO=y
243 # CONFIG_PCIEPORTBUS is not set
244 CONFIG_PCI_MSI=y
245 CONFIG_PCI_LEGACY_PROC=y
246 # CONFIG_PCI_DEBUG is not set
247
248 #
249 # PCCARD (PCMCIA/CardBus) support
250 #
251 # CONFIG_PCCARD is not set
252
253 #
254 # PCI Hotplug Support
255 #
256 # CONFIG_HOTPLUG_PCI is not set
257
258 #
259 # Executable file formats / Emulations
260 #
261 CONFIG_BINFMT_ELF=y
262 # CONFIG_BINFMT_MISC is not set
263 CONFIG_IA32_EMULATION=y
264 CONFIG_IA32_AOUT=y
265 CONFIG_COMPAT=y
266 CONFIG_SYSVIPC_COMPAT=y
267 CONFIG_UID16=y
268
269 #
270 # Networking
271 #
272 CONFIG_NET=y
273
274 #
275 # Networking options
276 #
277 CONFIG_PACKET=y
278 # CONFIG_PACKET_MMAP is not set
279 CONFIG_UNIX=y
280 # CONFIG_NET_KEY is not set
281 CONFIG_INET=y
282 CONFIG_IP_MULTICAST=y
283 # CONFIG_IP_ADVANCED_ROUTER is not set
284 CONFIG_IP_FIB_HASH=y
285 CONFIG_IP_PNP=y
286 CONFIG_IP_PNP_DHCP=y
287 # CONFIG_IP_PNP_BOOTP is not set
288 # CONFIG_IP_PNP_RARP is not set
289 # CONFIG_NET_IPIP is not set
290 # CONFIG_NET_IPGRE is not set
291 # CONFIG_IP_MROUTE is not set
292 # CONFIG_ARPD is not set
293 # CONFIG_SYN_COOKIES is not set
294 # CONFIG_INET_AH is not set
295 # CONFIG_INET_ESP is not set
296 # CONFIG_INET_IPCOMP is not set
297 # CONFIG_INET_TUNNEL is not set
298 CONFIG_INET_DIAG=y
299 CONFIG_INET_TCP_DIAG=y
300 # CONFIG_TCP_CONG_ADVANCED is not set
301 CONFIG_TCP_CONG_BIC=y
302 # CONFIG_IPV6 is not set
303 # CONFIG_NETFILTER is not set
304
305 #
306 # DCCP Configuration (EXPERIMENTAL)
307 #
308 # CONFIG_IP_DCCP is not set
309
310 #
311 # SCTP Configuration (EXPERIMENTAL)
312 #
313 # CONFIG_IP_SCTP is not set
314 # CONFIG_ATM is not set
315 # CONFIG_BRIDGE is not set
316 # CONFIG_VLAN_8021Q is not set
317 # CONFIG_DECNET is not set
318 # CONFIG_LLC2 is not set
319 # CONFIG_IPX is not set
320 # CONFIG_ATALK is not set
321 # CONFIG_X25 is not set
322 # CONFIG_LAPB is not set
323 # CONFIG_NET_DIVERT is not set
324 # CONFIG_ECONET is not set
325 # CONFIG_WAN_ROUTER is not set
326 # CONFIG_NET_SCHED is not set
327 # CONFIG_NET_CLS_ROUTE is not set
328
329 #
330 # Network testing
331 #
332 # CONFIG_NET_PKTGEN is not set
333 # CONFIG_HAMRADIO is not set
334 # CONFIG_IRDA is not set
335 # CONFIG_BT is not set
336 # CONFIG_IEEE80211 is not set
337
338 #
339 # Device Drivers
340 #
341
342 #
343 # Generic Driver Options
344 #
345 CONFIG_STANDALONE=y
346 CONFIG_PREVENT_FIRMWARE_BUILD=y
347 CONFIG_FW_LOADER=m
348 # CONFIG_DEBUG_DRIVER is not set
349
350 #
351 # Connector - unified userspace <-> kernelspace linker
352 #
353 # CONFIG_CONNECTOR is not set
354
355 #
356 # Memory Technology Devices (MTD)
357 #
358 # CONFIG_MTD is not set
359
360 #
361 # Parallel port support
362 #
363 # CONFIG_PARPORT is not set
364
365 #
366 # Plug and Play support
367 #
368 CONFIG_PNP=y
369 # CONFIG_PNP_DEBUG is not set
370
371 #
372 # Protocols
373 #
374 CONFIG_PNPACPI=y
375
376 #
377 # Block devices
378 #
379 CONFIG_BLK_DEV_FD=y
380 # CONFIG_BLK_CPQ_DA is not set
381 # CONFIG_BLK_CPQ_CISS_DA is not set
382 # CONFIG_BLK_DEV_DAC960 is not set
383 # CONFIG_BLK_DEV_UMEM is not set
384 # CONFIG_BLK_DEV_COW_COMMON is not set
385 CONFIG_BLK_DEV_LOOP=y
386 # CONFIG_BLK_DEV_CRYPTOLOOP is not set
387 # CONFIG_BLK_DEV_NBD is not set
388 # CONFIG_BLK_DEV_SX8 is not set
389 # CONFIG_BLK_DEV_UB is not set
390 CONFIG_BLK_DEV_RAM=y
391 CONFIG_BLK_DEV_RAM_COUNT=16
392 CONFIG_BLK_DEV_RAM_SIZE=4096
393 CONFIG_BLK_DEV_INITRD=y
394 CONFIG_LBD=y
395 CONFIG_CDROM_PKTCDVD=m
396 CONFIG_CDROM_PKTCDVD_BUFFERS=8
397 # CONFIG_CDROM_PKTCDVD_WCACHE is not set
398
399 #
400 # IO Schedulers
401 #
402 CONFIG_IOSCHED_NOOP=y
403 CONFIG_IOSCHED_AS=y
404 CONFIG_IOSCHED_DEADLINE=y
405 CONFIG_IOSCHED_CFQ=y
406 # CONFIG_ATA_OVER_ETH is not set
407
408 #
409 # ATA/ATAPI/MFM/RLL support
410 #
411 CONFIG_IDE=y
412 CONFIG_BLK_DEV_IDE=y
413
414 #
415 # Please see Documentation/ide.txt for help/info on IDE drives
416 #
417 # CONFIG_BLK_DEV_IDE_SATA is not set
418 # CONFIG_BLK_DEV_HD_IDE is not set
419 CONFIG_BLK_DEV_IDEDISK=y
420 CONFIG_IDEDISK_MULTI_MODE=y
421 CONFIG_BLK_DEV_IDECD=y
422 # CONFIG_BLK_DEV_IDETAPE is not set
423 CONFIG_BLK_DEV_IDEFLOPPY=m
424 CONFIG_BLK_DEV_IDESCSI=m
425 # CONFIG_IDE_TASK_IOCTL is not set
426
427 #
428 # IDE chipset support/bugfixes
429 #
430 # CONFIG_IDE_GENERIC is not set
431 # CONFIG_BLK_DEV_CMD640 is not set
432 # CONFIG_BLK_DEV_IDEPNP is not set
433 CONFIG_BLK_DEV_IDEPCI=y
434 # CONFIG_IDEPCI_SHARE_IRQ is not set
435 # CONFIG_BLK_DEV_OFFBOARD is not set
436 # CONFIG_BLK_DEV_GENERIC is not set
437 # CONFIG_BLK_DEV_OPTI621 is not set
438 # CONFIG_BLK_DEV_RZ1000 is not set
439 CONFIG_BLK_DEV_IDEDMA_PCI=y
440 # CONFIG_BLK_DEV_IDEDMA_FORCED is not set
441 CONFIG_IDEDMA_PCI_AUTO=y
442 # CONFIG_IDEDMA_ONLYDISK is not set
443 # CONFIG_BLK_DEV_AEC62XX is not set
444 # CONFIG_BLK_DEV_ALI15X3 is not set
445 # CONFIG_BLK_DEV_AMD74XX is not set
446 # CONFIG_BLK_DEV_ATIIXP is not set
447 # CONFIG_BLK_DEV_CMD64X is not set
448 # CONFIG_BLK_DEV_TRIFLEX is not set
449 # CONFIG_BLK_DEV_CY82C693 is not set
450 # CONFIG_BLK_DEV_CS5520 is not set
451 # CONFIG_BLK_DEV_CS5530 is not set
452 # CONFIG_BLK_DEV_HPT34X is not set
453 # CONFIG_BLK_DEV_HPT366 is not set
454 # CONFIG_BLK_DEV_SC1200 is not set
455 # CONFIG_BLK_DEV_PIIX is not set
456 # CONFIG_BLK_DEV_IT821X is not set
457 # CONFIG_BLK_DEV_NS87415 is not set
458 # CONFIG_BLK_DEV_PDC202XX_OLD is not set
459 # CONFIG_BLK_DEV_PDC202XX_NEW is not set
460 # CONFIG_BLK_DEV_SVWKS is not set
461 # CONFIG_BLK_DEV_SIIMAGE is not set
462 CONFIG_BLK_DEV_SIS5513=y
463 # CONFIG_BLK_DEV_SLC90E66 is not set
464 # CONFIG_BLK_DEV_TRM290 is not set
465 # CONFIG_BLK_DEV_VIA82CXXX is not set
466 # CONFIG_IDE_ARM is not set
467 CONFIG_BLK_DEV_IDEDMA=y
468 # CONFIG_IDEDMA_IVB is not set
469 CONFIG_IDEDMA_AUTO=y
470 # CONFIG_BLK_DEV_HD is not set
471
472 #
473 # SCSI device support
474 #
475 # CONFIG_RAID_ATTRS is not set
476 CONFIG_SCSI=y
477 CONFIG_SCSI_PROC_FS=y
478
479 #
480 # SCSI support type (disk, tape, CD-ROM)
481 #
482 # CONFIG_BLK_DEV_SD is not set
483 # CONFIG_CHR_DEV_ST is not set
484 # CONFIG_CHR_DEV_OSST is not set
485 # CONFIG_BLK_DEV_SR is not set
486 CONFIG_CHR_DEV_SG=m
487 # CONFIG_CHR_DEV_SCH is not set
488
489 #
490 # Some SCSI devices (e.g. CD jukebox) support multiple LUNs
491 #
492 # CONFIG_SCSI_MULTI_LUN is not set
493 # CONFIG_SCSI_CONSTANTS is not set
494 # CONFIG_SCSI_LOGGING is not set
495
496 #
497 # SCSI Transport Attributes
498 #
499 CONFIG_SCSI_SPI_ATTRS=y
500 # CONFIG_SCSI_FC_ATTRS is not set
501 # CONFIG_SCSI_ISCSI_ATTRS is not set
502 # CONFIG_SCSI_SAS_ATTRS is not set
503
504 #
505 # SCSI low-level drivers
506 #
507 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set
508 # CONFIG_SCSI_3W_9XXX is not set
509 # CONFIG_SCSI_ACARD is not set
510 # CONFIG_SCSI_AACRAID is not set
511 # CONFIG_SCSI_AIC7XXX is not set
512 # CONFIG_SCSI_AIC7XXX_OLD is not set
513 CONFIG_SCSI_AIC79XX=y
514 CONFIG_AIC79XX_CMDS_PER_DEVICE=32
515 CONFIG_AIC79XX_RESET_DELAY_MS=4000
516 # CONFIG_AIC79XX_ENABLE_RD_STRM is not set
517 # CONFIG_AIC79XX_DEBUG_ENABLE is not set
518 CONFIG_AIC79XX_DEBUG_MASK=0
519 # CONFIG_AIC79XX_REG_PRETTY_PRINT is not set
520 # CONFIG_MEGARAID_NEWGEN is not set
521 # CONFIG_MEGARAID_LEGACY is not set
522 # CONFIG_MEGARAID_SAS is not set
523 CONFIG_SCSI_SATA=y
524 # CONFIG_SCSI_SATA_AHCI is not set
525 # CONFIG_SCSI_SATA_SVW is not set
526 CONFIG_SCSI_ATA_PIIX=y
527 # CONFIG_SCSI_SATA_MV is not set
528 # CONFIG_SCSI_SATA_NV is not set
529 # CONFIG_SCSI_SATA_PROMISE is not set
530 # CONFIG_SCSI_SATA_QSTOR is not set
531 # CONFIG_SCSI_SATA_SX4 is not set
532 # CONFIG_SCSI_SATA_SIL is not set
533 # CONFIG_SCSI_SATA_SIS is not set
534 # CONFIG_SCSI_SATA_ULI is not set
535 CONFIG_SCSI_SATA_VIA=y
536 # CONFIG_SCSI_SATA_VITESSE is not set
537 CONFIG_SCSI_SATA_INTEL_COMBINED=y
538 # CONFIG_SCSI_BUSLOGIC is not set
539 # CONFIG_SCSI_DMX3191D is not set
540 # CONFIG_SCSI_EATA is not set
541 # CONFIG_SCSI_FUTURE_DOMAIN is not set
542 # CONFIG_SCSI_GDTH is not set
543 # CONFIG_SCSI_IPS is not set
544 # CONFIG_SCSI_INITIO is not set
545 # CONFIG_SCSI_INIA100 is not set
546 # CONFIG_SCSI_SYM53C8XX_2 is not set
547 # CONFIG_SCSI_IPR is not set
548 # CONFIG_SCSI_QLOGIC_FC is not set
549 # CONFIG_SCSI_QLOGIC_1280 is not set
550 CONFIG_SCSI_QLA2XXX=y
551 # CONFIG_SCSI_QLA21XX is not set
552 # CONFIG_SCSI_QLA22XX is not set
553 # CONFIG_SCSI_QLA2300 is not set
554 # CONFIG_SCSI_QLA2322 is not set
555 # CONFIG_SCSI_QLA6312 is not set
556 # CONFIG_SCSI_QLA24XX is not set
557 # CONFIG_SCSI_LPFC is not set
558 # CONFIG_SCSI_DC395x is not set
559 # CONFIG_SCSI_DC390T is not set
560 # CONFIG_SCSI_DEBUG is not set
561
562 #
563 # Multi-device support (RAID and LVM)
564 #
565 # CONFIG_MD is not set
566
567 #
568 # Fusion MPT device support
569 #
570 # CONFIG_FUSION is not set
571 # CONFIG_FUSION_SPI is not set
572 # CONFIG_FUSION_FC is not set
573 # CONFIG_FUSION_SAS is not set
574
575 #
576 # IEEE 1394 (FireWire) support
577 #
578 # CONFIG_IEEE1394 is not set
579
580 #
581 # I2O device support
582 #
583 # CONFIG_I2O is not set
584
585 #
586 # Network device support
587 #
588 CONFIG_NETDEVICES=y
589 # CONFIG_DUMMY is not set
590 # CONFIG_BONDING is not set
591 # CONFIG_EQUALIZER is not set
592 CONFIG_TUN=y
593 # CONFIG_NET_SB1000 is not set
594
595 #
596 # ARCnet devices
597 #
598 # CONFIG_ARCNET is not set
599
600 #
601 # PHY device support
602 #
603 # CONFIG_PHYLIB is not set
604
605 #
606 # Ethernet (10 or 100Mbit)
607 #
608 CONFIG_NET_ETHERNET=y
609 CONFIG_MII=y
610 # CONFIG_HAPPYMEAL is not set
611 # CONFIG_SUNGEM is not set
612 # CONFIG_CASSINI is not set
613 # CONFIG_NET_VENDOR_3COM is not set
614
615 #
616 # Tulip family network device support
617 #
618 # CONFIG_NET_TULIP is not set
619 # CONFIG_HP100 is not set
620 CONFIG_NET_PCI=y
621 # CONFIG_PCNET32 is not set
622 # CONFIG_AMD8111_ETH is not set
623 # CONFIG_ADAPTEC_STARFIRE is not set
624 # CONFIG_B44 is not set
625 # CONFIG_FORCEDETH is not set
626 # CONFIG_DGRS is not set
627 # CONFIG_EEPRO100 is not set
628 # CONFIG_E100 is not set
629 # CONFIG_FEALNX is not set
630 # CONFIG_NATSEMI is not set
631 # CONFIG_NE2K_PCI is not set
632 # CONFIG_8139CP is not set
633 # CONFIG_8139TOO is not set
634 # CONFIG_SIS900 is not set
635 # CONFIG_EPIC100 is not set
636 # CONFIG_SUNDANCE is not set
637 CONFIG_VIA_RHINE=m
638 # CONFIG_VIA_RHINE_MMIO is not set
639
640 #
641 # Ethernet (1000 Mbit)
642 #
643 # CONFIG_ACENIC is not set
644 # CONFIG_DL2K is not set
645 # CONFIG_E1000 is not set
646 # CONFIG_NS83820 is not set
647 # CONFIG_HAMACHI is not set
648 # CONFIG_YELLOWFIN is not set
649 # CONFIG_R8169 is not set
650 CONFIG_SIS190=m
651 # CONFIG_SKGE is not set
652 # CONFIG_SK98LIN is not set
653 # CONFIG_VIA_VELOCITY is not set
654 # CONFIG_TIGON3 is not set
655 # CONFIG_BNX2 is not set
656
657 #
658 # Ethernet (10000 Mbit)
659 #
660 # CONFIG_CHELSIO_T1 is not set
661 # CONFIG_IXGB is not set
662 # CONFIG_S2IO is not set
663
664 #
665 # Token Ring devices
666 #
667 # CONFIG_TR is not set
668
669 #
670 # Wireless LAN (non-hamradio)
671 #
672 # CONFIG_NET_RADIO is not set
673
674 #
675 # Wan interfaces
676 #
677 # CONFIG_WAN is not set
678 # CONFIG_FDDI is not set
679 # CONFIG_HIPPI is not set
680 # CONFIG_PPP is not set
681 # CONFIG_SLIP is not set
682 # CONFIG_NET_FC is not set
683 # CONFIG_SHAPER is not set
684 # CONFIG_NETCONSOLE is not set
685 # CONFIG_NETPOLL is not set
686 # CONFIG_NET_POLL_CONTROLLER is not set
687
688 #
689 # ISDN subsystem
690 #
691 # CONFIG_ISDN is not set
692
693 #
694 # Telephony Support
695 #
696 # CONFIG_PHONE is not set
697
698 #
699 # Input device support
700 #
701 CONFIG_INPUT=y
702
703 #
704 # Userland interfaces
705 #
706 CONFIG_INPUT_MOUSEDEV=y
707 CONFIG_INPUT_MOUSEDEV_PSAUX=y
708 CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
709 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
710 # CONFIG_INPUT_JOYDEV is not set
711 # CONFIG_INPUT_TSDEV is not set
712 CONFIG_INPUT_EVDEV=y
713 # CONFIG_INPUT_EVBUG is not set
714
715 #
716 # Input Device Drivers
717 #
718 CONFIG_INPUT_KEYBOARD=y
719 CONFIG_KEYBOARD_ATKBD=y
720 # CONFIG_KEYBOARD_SUNKBD is not set
721 # CONFIG_KEYBOARD_LKKBD is not set
722 # CONFIG_KEYBOARD_XTKBD is not set
723 # CONFIG_KEYBOARD_NEWTON is not set
724 CONFIG_INPUT_MOUSE=y
725 CONFIG_MOUSE_PS2=y
726 # CONFIG_MOUSE_SERIAL is not set
727 # CONFIG_MOUSE_VSXXXAA is not set
728 # CONFIG_INPUT_JOYSTICK is not set
729 # CONFIG_INPUT_TOUCHSCREEN is not set
730 # CONFIG_INPUT_MISC is not set
731
732 #
733 # Hardware I/O ports
734 #
735 CONFIG_SERIO=y
736 CONFIG_SERIO_I8042=y
737 # CONFIG_SERIO_SERPORT is not set
738 # CONFIG_SERIO_CT82C710 is not set
739 # CONFIG_SERIO_PCIPS2 is not set
740 CONFIG_SERIO_LIBPS2=y
741 # CONFIG_SERIO_RAW is not set
742 # CONFIG_GAMEPORT is not set
743
744 #
745 # Character devices
746 #
747 CONFIG_VT=y
748 CONFIG_VT_CONSOLE=y
749 CONFIG_HW_CONSOLE=y
750 # CONFIG_SERIAL_NONSTANDARD is not set
751
752 #
753 # Serial drivers
754 #
755 CONFIG_SERIAL_8250=y
756 CONFIG_SERIAL_8250_CONSOLE=y
757 # CONFIG_SERIAL_8250_ACPI is not set
758 CONFIG_SERIAL_8250_NR_UARTS=4
759 # CONFIG_SERIAL_8250_EXTENDED is not set
760
761 #
762 # Non-8250 serial port support
763 #
764 CONFIG_SERIAL_CORE=y
765 CONFIG_SERIAL_CORE_CONSOLE=y
766 # CONFIG_SERIAL_JSM is not set
767 CONFIG_UNIX98_PTYS=y
768 CONFIG_LEGACY_PTYS=y
769 CONFIG_LEGACY_PTY_COUNT=256
770
771 #
772 # IPMI
773 #
774 # CONFIG_IPMI_HANDLER is not set
775
776 #
777 # Watchdog Cards
778 #
779 # CONFIG_WATCHDOG is not set
780 CONFIG_HW_RANDOM=y
781 # CONFIG_NVRAM is not set
782 CONFIG_RTC=y
783 # CONFIG_R3964 is not set
784 # CONFIG_APPLICOM is not set
785
786 #
787 # Ftape, the floppy tape device driver
788 #
789 CONFIG_AGP=y
790 CONFIG_AGP_AMD64=y
791 # CONFIG_AGP_INTEL is not set
792 # CONFIG_DRM is not set
793 # CONFIG_MWAVE is not set
794 CONFIG_RAW_DRIVER=y
795 CONFIG_HPET=y
796 # CONFIG_HPET_RTC_IRQ is not set
797 CONFIG_HPET_MMAP=y
798 CONFIG_MAX_RAW_DEVS=256
799 # CONFIG_HANGCHECK_TIMER is not set
800
801 #
802 # TPM devices
803 #
804 # CONFIG_TCG_TPM is not set
805
806 #
807 # I2C support
808 #
809 # CONFIG_I2C is not set
810
811 #
812 # Dallas's 1-wire bus
813 #
814 # CONFIG_W1 is not set
815
816 #
817 # Hardware Monitoring support
818 #
819 CONFIG_HWMON=y
820 # CONFIG_HWMON_VID is not set
821 # CONFIG_SENSORS_HDAPS is not set
822 # CONFIG_HWMON_DEBUG_CHIP is not set
823
824 #
825 # Misc devices
826 #
827 # CONFIG_IBM_ASM is not set
828
829 #
830 # Multimedia Capabilities Port drivers
831 #
832
833 #
834 # Multimedia devices
835 #
836 # CONFIG_VIDEO_DEV is not set
837
838 #
839 # Digital Video Broadcasting Devices
840 #
841 # CONFIG_DVB is not set
842
843 #
844 # Graphics support
845 #
846 CONFIG_FB=m
847 CONFIG_FB_CFB_FILLRECT=m
848 CONFIG_FB_CFB_COPYAREA=m
849 CONFIG_FB_CFB_IMAGEBLIT=m
850 CONFIG_FB_SOFT_CURSOR=m
851 # CONFIG_FB_MACMODES is not set
852 CONFIG_FB_MODE_HELPERS=y
853 # CONFIG_FB_TILEBLITTING is not set
854 # CONFIG_FB_CIRRUS is not set
855 # CONFIG_FB_PM2 is not set
856 # CONFIG_FB_CYBER2000 is not set
857 # CONFIG_FB_ARC is not set
858 # CONFIG_FB_VGA16 is not set
859 CONFIG_VIDEO_SELECT=y
860 # CONFIG_FB_HGA is not set
861 CONFIG_FB_NVIDIA=m
862 # CONFIG_FB_NVIDIA_I2C is not set
863 # CONFIG_FB_RIVA is not set
864 # CONFIG_FB_MATROX is not set
865 # CONFIG_FB_RADEON_OLD is not set
866 # CONFIG_FB_RADEON is not set
867 # CONFIG_FB_ATY128 is not set
868 # CONFIG_FB_ATY is not set
869 # CONFIG_FB_SAVAGE is not set
870 # CONFIG_FB_SIS is not set
871 # CONFIG_FB_NEOMAGIC is not set
872 # CONFIG_FB_KYRO is not set
873 # CONFIG_FB_3DFX is not set
874 # CONFIG_FB_VOODOO1 is not set
875 # CONFIG_FB_CYBLA is not set
876 # CONFIG_FB_TRIDENT is not set
877 # CONFIG_FB_GEODE is not set
878 # CONFIG_FB_S1D13XXX is not set
879 # CONFIG_FB_VIRTUAL is not set
880
881 #
882 # Console display driver support
883 #
884 CONFIG_VGA_CONSOLE=y
885 CONFIG_DUMMY_CONSOLE=y
886 CONFIG_FRAMEBUFFER_CONSOLE=m
887 # CONFIG_FONTS is not set
888 CONFIG_FONT_8x8=y
889 CONFIG_FONT_8x16=y
890
891 #
892 # Logo configuration
893 #
894 # CONFIG_LOGO is not set
895 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
896
897 #
898 # Speakup console speech
899 #
900 # CONFIG_SPEAKUP is not set
901 CONFIG_SPEAKUP_DEFAULT="none"
902
903 #
904 # Sound
905 #
906 CONFIG_SOUND=y
907
908 #
909 # Advanced Linux Sound Architecture
910 #
911 CONFIG_SND=m
912 CONFIG_SND_TIMER=m
913 CONFIG_SND_PCM=m
914 CONFIG_SND_RAWMIDI=m
915 CONFIG_SND_SEQUENCER=m
916 # CONFIG_SND_SEQ_DUMMY is not set
917 CONFIG_SND_OSSEMUL=y
918 CONFIG_SND_MIXER_OSS=m
919 CONFIG_SND_PCM_OSS=m
920 CONFIG_SND_SEQUENCER_OSS=y
921 # CONFIG_SND_RTCTIMER is not set
922 # CONFIG_SND_VERBOSE_PRINTK is not set
923 # CONFIG_SND_DEBUG is not set
924
925 #
926 # Generic devices
927 #
928 # CONFIG_SND_DUMMY is not set
929 # CONFIG_SND_VIRMIDI is not set
930 # CONFIG_SND_MTPAV is not set
931 # CONFIG_SND_SERIAL_U16550 is not set
932 # CONFIG_SND_MPU401 is not set
933 CONFIG_SND_AC97_CODEC=m
934 CONFIG_SND_AC97_BUS=m
935
936 #
937 # PCI devices
938 #
939 # CONFIG_SND_ALI5451 is not set
940 # CONFIG_SND_ATIIXP is not set
941 # CONFIG_SND_ATIIXP_MODEM is not set
942 # CONFIG_SND_AU8810 is not set
943 # CONFIG_SND_AU8820 is not set
944 # CONFIG_SND_AU8830 is not set
945 # CONFIG_SND_AZT3328 is not set
946 # CONFIG_SND_BT87X is not set
947 # CONFIG_SND_CS46XX is not set
948 # CONFIG_SND_CS4281 is not set
949 # CONFIG_SND_EMU10K1 is not set
950 # CONFIG_SND_EMU10K1X is not set
951 # CONFIG_SND_CA0106 is not set
952 # CONFIG_SND_KORG1212 is not set
953 # CONFIG_SND_MIXART is not set
954 # CONFIG_SND_NM256 is not set
955 # CONFIG_SND_RME32 is not set
956 # CONFIG_SND_RME96 is not set
957 # CONFIG_SND_RME9652 is not set
958 # CONFIG_SND_HDSP is not set
959 # CONFIG_SND_HDSPM is not set
960 # CONFIG_SND_TRIDENT is not set
961 # CONFIG_SND_YMFPCI is not set
962 # CONFIG_SND_AD1889 is not set
963 # CONFIG_SND_ALS4000 is not set
964 # CONFIG_SND_CMIPCI is not set
965 CONFIG_SND_ENS1370=m
966 CONFIG_SND_ENS1371=m
967 # CONFIG_SND_ES1938 is not set
968 # CONFIG_SND_ES1968 is not set
969 # CONFIG_SND_MAESTRO3 is not set
970 # CONFIG_SND_FM801 is not set
971 # CONFIG_SND_ICE1712 is not set
972 # CONFIG_SND_ICE1724 is not set
973 # CONFIG_SND_INTEL8X0 is not set
974 # CONFIG_SND_INTEL8X0M is not set
975 # CONFIG_SND_SONICVIBES is not set
976 # CONFIG_SND_VIA82XX is not set
977 # CONFIG_SND_VIA82XX_MODEM is not set
978 # CONFIG_SND_VX222 is not set
979 # CONFIG_SND_HDA_INTEL is not set
980
981 #
982 # USB devices
983 #
984 # CONFIG_SND_USB_AUDIO is not set
985 # CONFIG_SND_USB_USX2Y is not set
986
987 #
988 # Open Sound System
989 #
990 # CONFIG_SOUND_PRIME is not set
991
992 #
993 # USB support
994 #
995 CONFIG_USB_ARCH_HAS_HCD=y
996 CONFIG_USB_ARCH_HAS_OHCI=y
997 CONFIG_USB=y
998 # CONFIG_USB_DEBUG is not set
999
1000 #
1001 # Miscellaneous USB options
1002 #
1003 CONFIG_USB_DEVICEFS=y
1004 # CONFIG_USB_BANDWIDTH is not set
1005 # CONFIG_USB_DYNAMIC_MINORS is not set
1006 # CONFIG_USB_SUSPEND is not set
1007 # CONFIG_USB_OTG is not set
1008
1009 #
1010 # USB Host Controller Drivers
1011 #
1012 CONFIG_USB_EHCI_HCD=y
1013 # CONFIG_USB_EHCI_SPLIT_ISO is not set
1014 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set
1015 # CONFIG_USB_ISP116X_HCD is not set
1016 CONFIG_USB_OHCI_HCD=y
1017 # CONFIG_USB_OHCI_BIG_ENDIAN is not set
1018 CONFIG_USB_OHCI_LITTLE_ENDIAN=y
1019 CONFIG_USB_UHCI_HCD=y
1020 # CONFIG_USB_SL811_HCD is not set
1021
1022 #
1023 # USB Device Class drivers
1024 #
1025 # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set
1026 # CONFIG_USB_BLUETOOTH_TTY is not set
1027 # CONFIG_USB_ACM is not set
1028 CONFIG_USB_PRINTER=y
1029
1030 #
1031 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be
1032 needed; see USB_STORAGE Help for more information
1033 #
1034 CONFIG_USB_STORAGE=y
1035 # CONFIG_USB_STORAGE_DEBUG is not set
1036 # CONFIG_USB_STORAGE_DATAFAB is not set
1037 # CONFIG_USB_STORAGE_FREECOM is not set
1038 # CONFIG_USB_STORAGE_ISD200 is not set
1039 # CONFIG_USB_STORAGE_DPCM is not set
1040 # CONFIG_USB_STORAGE_USBAT is not set
1041 # CONFIG_USB_STORAGE_SDDR09 is not set
1042 # CONFIG_USB_STORAGE_SDDR55 is not set
1043 # CONFIG_USB_STORAGE_JUMPSHOT is not set
1044 # CONFIG_USB_STORAGE_ONETOUCH is not set
1045
1046 #
1047 # USB Input Devices
1048 #
1049 CONFIG_USB_HID=y
1050 CONFIG_USB_HIDINPUT=y
1051 # CONFIG_HID_FF is not set
1052 CONFIG_USB_HIDDEV=y
1053 # CONFIG_USB_AIPTEK is not set
1054 # CONFIG_USB_WACOM is not set
1055 # CONFIG_USB_ACECAD is not set
1056 # CONFIG_USB_KBTAB is not set
1057 # CONFIG_USB_POWERMATE is not set
1058 # CONFIG_USB_MTOUCH is not set
1059 # CONFIG_USB_ITMTOUCH is not set
1060 # CONFIG_USB_EGALAX is not set
1061 # CONFIG_USB_YEALINK is not set
1062 # CONFIG_USB_XPAD is not set
1063 # CONFIG_USB_ATI_REMOTE is not set
1064 # CONFIG_USB_KEYSPAN_REMOTE is not set
1065 # CONFIG_USB_APPLETOUCH is not set
1066
1067 #
1068 # USB Imaging devices
1069 #
1070 # CONFIG_USB_MDC800 is not set
1071 # CONFIG_USB_MICROTEK is not set
1072
1073 #
1074 # USB Multimedia devices
1075 #
1076 # CONFIG_USB_DABUSB is not set
1077
1078 #
1079 # Video4Linux support is needed for USB Multimedia device support
1080 #
1081
1082 #
1083 # USB Network Adapters
1084 #
1085 # CONFIG_USB_CATC is not set
1086 # CONFIG_USB_KAWETH is not set
1087 # CONFIG_USB_PEGASUS is not set
1088 # CONFIG_USB_RTL8150 is not set
1089 # CONFIG_USB_USBNET is not set
1090 CONFIG_USB_MON=y
1091
1092 #
1093 # USB port drivers
1094 #
1095
1096 #
1097 # USB Serial Converter support
1098 #
1099 # CONFIG_USB_SERIAL is not set
1100
1101 #
1102 # USB Miscellaneous drivers
1103 #
1104 # CONFIG_USB_EMI62 is not set
1105 # CONFIG_USB_EMI26 is not set
1106 # CONFIG_USB_AUERSWALD is not set
1107 # CONFIG_USB_RIO500 is not set
1108 # CONFIG_USB_LEGOTOWER is not set
1109 # CONFIG_USB_LCD is not set
1110 # CONFIG_USB_LED is not set
1111 # CONFIG_USB_CYTHERM is not set
1112 # CONFIG_USB_PHIDGETKIT is not set
1113 # CONFIG_USB_PHIDGETSERVO is not set
1114 # CONFIG_USB_IDMOUSE is not set
1115 # CONFIG_USB_SISUSBVGA is not set
1116 # CONFIG_USB_LD is not set
1117 # CONFIG_USB_TEST is not set
1118
1119 #
1120 # USB DSL modem support
1121 #
1122
1123 #
1124 # USB Gadget Support
1125 #
1126 # CONFIG_USB_GADGET is not set
1127
1128 #
1129 # MMC/SD Card support
1130 #
1131 # CONFIG_MMC is not set
1132
1133 #
1134 # InfiniBand support
1135 #
1136 # CONFIG_INFINIBAND is not set
1137
1138 #
1139 # SN Devices
1140 #
1141
1142 #
1143 # Firmware Drivers
1144 #
1145 # CONFIG_EDD is not set
1146 # CONFIG_DELL_RBU is not set
1147 # CONFIG_DCDBAS is not set
1148
1149 #
1150 # File systems
1151 #
1152 CONFIG_EXT2_FS=y
1153 CONFIG_EXT2_FS_XATTR=y
1154 CONFIG_EXT2_FS_POSIX_ACL=y
1155 # CONFIG_EXT2_FS_SECURITY is not set
1156 # CONFIG_EXT2_FS_XIP is not set
1157 CONFIG_EXT3_FS=y
1158 CONFIG_EXT3_FS_XATTR=y
1159 CONFIG_EXT3_FS_POSIX_ACL=y
1160 # CONFIG_EXT3_FS_SECURITY is not set
1161 CONFIG_JBD=y
1162 # CONFIG_JBD_DEBUG is not set
1163 CONFIG_FS_MBCACHE=y
1164 CONFIG_REISERFS_FS=y
1165 # CONFIG_REISERFS_CHECK is not set
1166 # CONFIG_REISERFS_PROC_INFO is not set
1167 CONFIG_REISERFS_FS_XATTR=y
1168 CONFIG_REISERFS_FS_POSIX_ACL=y
1169 # CONFIG_REISERFS_FS_SECURITY is not set
1170 # CONFIG_JFS_FS is not set
1171 CONFIG_FS_POSIX_ACL=y
1172 # CONFIG_XFS_FS is not set
1173 # CONFIG_MINIX_FS is not set
1174 # CONFIG_ROMFS_FS is not set
1175 CONFIG_INOTIFY=y
1176 # CONFIG_QUOTA is not set
1177 CONFIG_DNOTIFY=y
1178 CONFIG_AUTOFS_FS=y
1179 # CONFIG_AUTOFS4_FS is not set
1180 # CONFIG_FUSE_FS is not set
1181
1182 #
1183 # CD-ROM/DVD Filesystems
1184 #
1185 CONFIG_ISO9660_FS=y
1186 CONFIG_JOLIET=y
1187 # CONFIG_ZISOFS is not set
1188 # CONFIG_UDF_FS is not set
1189
1190 #
1191 # DOS/FAT/NT Filesystems
1192 #
1193 CONFIG_FAT_FS=y
1194 CONFIG_MSDOS_FS=y
1195 CONFIG_VFAT_FS=y
1196 CONFIG_FAT_DEFAULT_CODEPAGE=437
1197 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
1198 # CONFIG_NTFS_FS is not set
1199
1200 #
1201 # Pseudo filesystems
1202 #
1203 CONFIG_PROC_FS=y
1204 CONFIG_PROC_KCORE=y
1205 CONFIG_SYSFS=y
1206 CONFIG_TMPFS=y
1207 CONFIG_HUGETLBFS=y
1208 CONFIG_HUGETLB_PAGE=y
1209 CONFIG_RAMFS=y
1210 # CONFIG_RELAYFS_FS is not set
1211
1212 #
1213 # Miscellaneous filesystems
1214 #
1215 # CONFIG_ADFS_FS is not set
1216 # CONFIG_AFFS_FS is not set
1217 # CONFIG_HFS_FS is not set
1218 # CONFIG_HFSPLUS_FS is not set
1219 # CONFIG_BEFS_FS is not set
1220 # CONFIG_BFS_FS is not set
1221 # CONFIG_EFS_FS is not set
1222 # CONFIG_CRAMFS is not set
1223 # CONFIG_SQUASHFS is not set
1224 # CONFIG_VXFS_FS is not set
1225 # CONFIG_HPFS_FS is not set
1226 # CONFIG_QNX4FS_FS is not set
1227 # CONFIG_SYSV_FS is not set
1228 # CONFIG_UFS_FS is not set
1229
1230 #
1231 # Network File Systems
1232 #
1233 CONFIG_NFS_FS=m
1234 # CONFIG_NFS_V3 is not set
1235 # CONFIG_NFS_V4 is not set
1236 # CONFIG_NFS_DIRECTIO is not set
1237 CONFIG_NFSD=m
1238 # CONFIG_NFSD_V3 is not set
1239 CONFIG_NFSD_TCP=y
1240 CONFIG_LOCKD=m
1241 CONFIG_EXPORTFS=m
1242 CONFIG_NFS_COMMON=y
1243 CONFIG_SUNRPC=m
1244 # CONFIG_RPCSEC_GSS_KRB5 is not set
1245 # CONFIG_RPCSEC_GSS_SPKM3 is not set
1246 CONFIG_SMB_FS=m
1247 CONFIG_SMB_NLS_DEFAULT=y
1248 CONFIG_SMB_NLS_REMOTE="cp437"
1249 # CONFIG_CIFS is not set
1250 # CONFIG_NCP_FS is not set
1251 # CONFIG_CODA_FS is not set
1252 # CONFIG_AFS_FS is not set
1253 # CONFIG_9P_FS is not set
1254
1255 #
1256 # Partition Types
1257 #
1258 CONFIG_PARTITION_ADVANCED=y
1259 # CONFIG_ACORN_PARTITION is not set
1260 # CONFIG_OSF_PARTITION is not set
1261 # CONFIG_AMIGA_PARTITION is not set
1262 # CONFIG_ATARI_PARTITION is not set
1263 # CONFIG_MAC_PARTITION is not set
1264 CONFIG_MSDOS_PARTITION=y
1265 # CONFIG_BSD_DISKLABEL is not set
1266 # CONFIG_MINIX_SUBPARTITION is not set
1267 # CONFIG_SOLARIS_X86_PARTITION is not set
1268 # CONFIG_UNIXWARE_DISKLABEL is not set
1269 # CONFIG_LDM_PARTITION is not set
1270 # CONFIG_SGI_PARTITION is not set
1271 # CONFIG_ULTRIX_PARTITION is not set
1272 # CONFIG_SUN_PARTITION is not set
1273 # CONFIG_EFI_PARTITION is not set
1274
1275 #
1276 # Native Language Support
1277 #
1278 CONFIG_NLS=y
1279 CONFIG_NLS_DEFAULT="iso8859-1"
1280 CONFIG_NLS_CODEPAGE_437=y
1281 # CONFIG_NLS_CODEPAGE_737 is not set
1282 # CONFIG_NLS_CODEPAGE_775 is not set
1283 # CONFIG_NLS_CODEPAGE_850 is not set
1284 # CONFIG_NLS_CODEPAGE_852 is not set
1285 # CONFIG_NLS_CODEPAGE_855 is not set
1286 # CONFIG_NLS_CODEPAGE_857 is not set
1287 # CONFIG_NLS_CODEPAGE_860 is not set
1288 # CONFIG_NLS_CODEPAGE_861 is not set
1289 # CONFIG_NLS_CODEPAGE_862 is not set
1290 # CONFIG_NLS_CODEPAGE_863 is not set
1291 # CONFIG_NLS_CODEPAGE_864 is not set
1292 # CONFIG_NLS_CODEPAGE_865 is not set
1293 # CONFIG_NLS_CODEPAGE_866 is not set
1294 # CONFIG_NLS_CODEPAGE_869 is not set
1295 # CONFIG_NLS_CODEPAGE_936 is not set
1296 # CONFIG_NLS_CODEPAGE_950 is not set
1297 # CONFIG_NLS_CODEPAGE_932 is not set
1298 # CONFIG_NLS_CODEPAGE_949 is not set
1299 # CONFIG_NLS_CODEPAGE_874 is not set
1300 # CONFIG_NLS_ISO8859_8 is not set
1301 # CONFIG_NLS_CODEPAGE_1250 is not set
1302 # CONFIG_NLS_CODEPAGE_1251 is not set
1303 CONFIG_NLS_ASCII=y
1304 CONFIG_NLS_ISO8859_1=y
1305 # CONFIG_NLS_ISO8859_2 is not set
1306 # CONFIG_NLS_ISO8859_3 is not set
1307 # CONFIG_NLS_ISO8859_4 is not set
1308 # CONFIG_NLS_ISO8859_5 is not set
1309 # CONFIG_NLS_ISO8859_6 is not set
1310 # CONFIG_NLS_ISO8859_7 is not set
1311 # CONFIG_NLS_ISO8859_9 is not set
1312 # CONFIG_NLS_ISO8859_13 is not set
1313 # CONFIG_NLS_ISO8859_14 is not set
1314 CONFIG_NLS_ISO8859_15=y
1315 # CONFIG_NLS_KOI8_R is not set
1316 # CONFIG_NLS_KOI8_U is not set
1317 CONFIG_NLS_UTF8=y
1318
1319 #
1320 # Profiling support
1321 #
1322 # CONFIG_PROFILING is not set
1323
1324 #
1325 # Kernel hacking
1326 #
1327 # CONFIG_PRINTK_TIME is not set
1328 CONFIG_DEBUG_KERNEL=y
1329 CONFIG_MAGIC_SYSRQ=y
1330 CONFIG_LOG_BUF_SHIFT=18
1331 CONFIG_DETECT_SOFTLOCKUP=y
1332 # CONFIG_SCHEDSTATS is not set
1333 # CONFIG_DEBUG_SLAB is not set
1334 # CONFIG_DEBUG_SPINLOCK is not set
1335 # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
1336 # CONFIG_DEBUG_KOBJECT is not set
1337 # CONFIG_DEBUG_INFO is not set
1338 CONFIG_DEBUG_FS=y
1339 # CONFIG_FRAME_POINTER is not set
1340 CONFIG_INIT_DEBUG=y
1341 # CONFIG_IOMMU_DEBUG is not set
1342 CONFIG_KPROBES=y
1343
1344 #
1345 # Security options
1346 #
1347 # CONFIG_KEYS is not set
1348 # CONFIG_SECURITY is not set
1349
1350 #
1351 # Cryptographic options
1352 #
1353 # CONFIG_CRYPTO is not set
1354
1355 #
1356 # Hardware crypto devices
1357 #
1358
1359 #
1360 # Library routines
1361 #
1362 # CONFIG_CRC_CCITT is not set
1363 # CONFIG_CRC16 is not set
1364 CONFIG_CRC32=y
1365 # CONFIG_LIBCRC32C is not set
1366
1367 ----- end of .config -----
1368
1369
1370
1371
1372
1373
1374
1375
1376 Drake Donahue escreveu:
1377
1378 > the hard drive is in fact pata and not sata or scsi?
1379 > linux file systems were compiled into the kernel to support the file
1380 > systems on the
1381 > partition(s)? --- what is in your fstab???
1382 > you installed/have one windows one linux one swap partitions?
1383 > or
1384 > you installed/have one windows/ one linux boot/ one linux root/ one
1385 > swap partitions?
1386 > or
1387 > ???
1388 >
1389 > Suggest you boot the install cd
1390 >
1391 > mount /dev/hda2 /mnt/gentoo ---this will report the file system used
1392 > ls -l /mnt/gentoo
1393 >
1394 > determine whether it is a root or a boot directory.
1395 >
1396 > ls -l /mnt/gentoo/boot
1397 >
1398 > should contain file: bzImage-2.6.14 which should be exact spelling of
1399 > your kernel name if grub.conf is correct what kernel install method
1400 > did you use? my kernel names always look like kernel-2.6.13-r5 after
1401 > following the handbook
1402 >
1403 > suggest delete:
1404 >
1405 > root (hd0,1)
1406 > setup (hd0)
1407 >
1408 > from grub.conf
1409 >
1410 > ----- Original Message ----- From: "Felipe Ribeiro" <felipernb@×××××.com>
1411 > To: <gentoo-amd64@l.g.o>
1412 > Sent: Sunday, December 11, 2005 8:02 PM
1413 > Subject: [gentoo-amd64] Re: Kernel panic - not syncing: VFS: Unable to
1414 > mount root fs on unknown block(2,0)
1415 >
1416 >
1417 >> Hi,
1418 >>
1419 >> I've disabled CONFIG_ROOT_NFS and enabled CONFIG_MSDOS_PARTITION but i
1420 >> still have the problem :-(
1421 >> Kernel Panic - not syncing: VFS: Unable to mount root fs on
1422 >> unknown-block(0,0)
1423 >>
1424 >> On 12/11/05, Florian D. <flockmock@×××.at> wrote:
1425 >>
1426 >>> Felipe Ribeiro wrote:
1427 >>> > Root-NFS: No NFS server available giving up.
1428 >>> > VFS: Unable to mount root fs via NFS, trying floppy.
1429 >>> disable CONFIG_ROOT_NFS (-> File systems
1430 >>> -> Network File Systems); you don´t need it unless you have
1431 >>> a diskless terminal or something
1432 >>>
1433 >>> > VFS: Insert root floppy and press ENTER
1434 >>> > end-request: I/O error, dev fd0, sector 0
1435 >>> > VFS: Cannot open root device hda2 or unknown-block(2,0)
1436 >>> > Please append a correct "root=" boot option.
1437 >>> > Kerenel panic - not syncing: VFS: Unable to mount root fs on
1438 >>> > unknown-block(2,0)
1439 >>> do you have CONFIG_MSDOS_PARTITION enabled?
1440 >>> ( Location: -> File systems -> Partition Types -> Advanced partition
1441 >>> selection)
1442 >>>
1443 >>> cheers, f
1444 >>> --
1445 >>> gentoo-amd64@g.o mailing list
1446 >>>
1447 >>>
1448 >>
1449 >> --
1450 >> gentoo-amd64@g.o mailing list
1451 >>
1452 >>
1453 >
1454
1455 --
1456 gentoo-amd64@g.o mailing list

Replies