loading initdisk.gz loading linux etc.부팅 메시지가 나타난 뒤에 다음 메시지가 차례로 나타납니다.
Partition Check: sda, sdb
Partition Check: hda, hdb
Cannot mount root partition
- Kernel Panic
.이것이나
bad pmt in pte_alloc:008000e7 kernel panic:failed to allocate buffer hash table만약 플로피 디스켓으로 부팅을 하면 다음 메시지가 나타납니다.
SCSI: 0 hosts
그래서 커널 모델을 선택할 단계에 이르지 못합니다.
SYSLINUX
가 나와 있습니다.
mem=512M
파라미터를 사용합니다.
이것은 SYSLINUX
프롬프트에서 linux mem=512M라고 치면 됩니다
하드 드라이브로 부팅을 할 때는 mem=960M
파라미터를 사용합니다.
이것은 LILO 프롬프트에서 linux mem=960M라고 치거나 /etc/lilo.conf
파일의 어펜드 라인에 mem=960M을 다음과 같이 추가하면 됩니다.
append="mem=960M"이것이 끝나면 lilo를 아무 파라미터도 없이 실행시키십시오 (이렇게 하면 LILO가 부팅 환경 설정을 활성화시킵니다.) 또한 loadlin을 사용해서 부팅을 할 수도 있습니다.