우분투 리눅스 설치지 sata 하드 관련 문제 해결법
Ubuntu 7.04 를 설치 도중
/bin/sh: can’t access tty: job control turned off
와 같은 문제가 발생 하였다… 아마도 SATA 하드를 인식 못 하는듯 하여…
찾아본 결과… 아래와 같은 방법으로 해결 가능했다.
아래의 모든 내용의 저작권은 해당 글의 작성자에게 있으며 요청시 자삭할 예정 입니다.
—————————————————————————————————
해결책
출처 : http://ubuntuforums.org/showthread.php?t=458189
원문 :
IT WORKS!!! Thank you everyone that helped, especially iolchangeguy! It is finally working! I am installing right after i finish this post.
Ps. the first solution worked!
Originally Posted by Aldebran View Post
I think I have some solutions :
The first solution is (with the live-cd) :
– Select ‘Other options’ with F6
– Remove ‘splash’, ‘quiet’ and ‘–‘
– Add ‘all_generic_ide’
The second solution is more complex but i think it’s better (with the live-cd) :
– Select ‘Other options’ with F6
– Remove ‘splash’, ‘quiet’ and ‘–‘
– Add ‘break=top’
A shell will appear, so :
– Write ‘modprobe piix’ (after you will see some text)
– Finally, write ‘exit’
The third and the four solutions are not really good so don’t use it if the first or the second works :
– You can let a floppy disk in your computer and “maybe” it will work.
– You can use the option “Install with driver CD” with the live-cd, and press Enter without changing the CD (two times), and “maybe” it will work.
해석 출처 : http://ubuntu.or.kr/forum/viewtopic.php ··· 7f43746b
작성자 : n0vem6er
해석 내용 :
I think I have some solutions :
내 생각엔 몇 가지 해결책이 있어요 :
The first solution is (with the live-cd) :
– Select ‘Other options’ with F6
– Remove ‘splash’, ‘quiet’ and ‘–‘
– Add ‘all_generic_ide’
첫 번째 솔루션 (라이브 CD를 이용)
– F6을 눌러서 “Other options”를 선택하세요
– 거기서 ‘splash’ 와 ‘quiet’, 그리고 ‘–‘ 를 제거하세요
– ‘all_generic_ide’ 를 추가하세요
The second solution is more complex but i think it’s better (with the live-cd) :
– Select ‘Other options’ with F6
– Remove ‘splash’, ‘quiet’ and ‘–‘
– Add ‘break=top’
A shell will appear, so :
– Write ‘modprobe piix’ (after you will see some text)
– Finally, write ‘exit’
두 번째 해결책은 좀 더 복잡해요 (역시 라이브 cd 를 이용해요)
– F6을 눌러서 ‘Other options’를 선택하고
– 거기서 ‘splash’ 와 ‘quiet’, 그리고 ‘–‘ 를 제거하세요
– ‘break=top’ 을 추가하세요
그러면 쉘이 뜰 건데 거기에
– ‘modeprobe piix’ 라고 적고 엔터 치세요
– ‘그리고 ‘exit’ 라고 적고 엔터 치세요
The third and the four solutions are not really good so don’t use it if the first or the second works :
– You can let a floppy disk in your computer and “maybe” it will work.
– You can use the option “Install with driver CD” with the live-cd, and press Enter without changing the CD (two times), and “maybe” it will work.
세번째와 네번째 방법은 그리 좋지는 않아요. 그러니까 위의 방법들이 잘 안통하면 사용하세요
– 플로피 디스크를 사용해서 설치하면 될 수도 있습니다.
– 라이브 cd 에서 ‘Install with driver CD’ 라는 옵션을 이용하여 설치하고, 그리고 아무것도 바꾸지 말고 두 번째로 설치하면 될 수도 있어요.