IT/Tips

vmware Linux kernel config

싸후이 2008. 7. 7. 14:29
VMware에 설치할 경우의 커널설정이다.
-----------------------------------------------------------------------------------------
Loadable module support --->
+ [*] Enable loadable support
+ [*] Module unloading
+ [*] Automatic kernel module loading
Processor type and features --->
+ Processor family (Core 2/newer Xeon)
+ (2) Maximum number of CPUs (2-255)
+ [*] Symmetric multi-processing support
Device Drivers --->
+ SCSI device support --->
++ <*> SCSI device support
++ <*> SCSI disk support
++ <*> SCSI generic support
++ SCSI Transports
++ SCSI low-level drivers --->
+++ <*> BusLogic SCSI support
+++ [*] Omit FlashPoint support
+ Fusion MPT device support --->
++ <*> Fusion MPT ScsiHost drivers for SPI
++ <*> Fusion MPT ScsiHost drivers for FC
++ <*> Fusion MPT ScsiHost drivers for SAS
++ (128) Maximum number of scatter gather entries (16 - 128)
++ <*> Fusion MPT misc device (ioctl) driver
+ Network device support --->
+ Ethernet (10 or 100Mbit) --->
++ [*]EISA, VLB, PCI and on board controllers
+++ <*> AMD PCnet32 PCI support
+ Sound --->
++ Advanced Linux Sound Architecture --->
+++ <*> Advanced Linux sound Architecture
+++ <*> OSS Mixer API
+++ <*> OSS PCM (digital audio) API
++++ PCI devices --->
+++++ <*> (Creative) Ensoniq AudioPCI 1371/1373
File systems --->
+ DOS/FAT/NT Filesystems --->
++ (949) Default codepage for FAT
++ (EUC-KR) Default iocharset for FAT
++ <*> NTFS file system support
++ [*] NTFS debugging support
++ [*] NTFS write support
+ Native Language Support --->
++ (EUC-KR) Default NLS Option
++ <*> Codepage 437 (United States, Canada)
++ <*> Korean charset (CP949, EUC-KR)
++ <*> NLS ISO 8859-1 (Latin 1; Western European Languages)
++ <*> NLS UTF8
-----------------------------------------------------------------------------------------

3.3.3.Kernel Panic
커널패닉의 원인은 딱 3가지다.
1. 잘못된 커널 설정으로 커널컴파일
2. 부트로더가 설정파일
3. /etc/fstab

아래는 대표적인 커널패닉의 예이다.
-----------------------------------------------------------------------------------------
Kernel Panic 1
-----------------------------------------------------------------------------------------
메시지
VFS: Unable to mount root fs via NFS, trying floppy
VFS: Insert root floppy and press ENTER
원인
grub/grub.conf 설정이 잘못되어 있다. 특히 root=
해결책
grub/grub.conf 를 정확하게 설정한다.

-----------------------------------------------------------------------------------------
Kernel Panic 2
-----------------------------------------------------------------------------------------메시지
Kernel panic - not syscing: VFS : Unable to mount root fs on unknown-block(0,0)
원인
리눅스가 부팅시SCSI 방식 의 하드 디스크를 마운트하지 못하는 것이다.
해결책
SCSI 방식의 하드 디스크상에서 부팅 할 수 있도록 커널 컴파일 환경을 설정한다.

'IT > Tips' 카테고리의 다른 글

fedora 9 한글입력  (0) 2008.08.01
yum / emerge / apt-get 비교  (0) 2008.07.30
우분투 총정리  (0) 2008.02.21
C로 구현하는 MIME Parser (4)  (0) 2007.10.17
C로 구현하는 MIME Parser (3)  (0) 2007.10.17