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