Kaget juga nih. Install lancar Ubuntu Feisty untuk satu client. Tapi anehnya setelah booting, pilih kernel default maupun recovery, muncul beberapa baris error yang ada tulis bla bla bla [PATA_SIS]
Nih spek komputernya:
sysadmin@client:~$ sudo lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] SiS645 Host & Memory & AGP Controller (rev 02)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS961 [MuTIOL Media IO]
00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:05.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
00:0d.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
01:00.0 VGA compatible controller: S3 Inc. 86c368 [Trio 3D/2X] (rev 02)
Setelah panjang lebar cari di Launchpad.com dan UbuntuForums.org, hal ini gak muncul di versi developmentnya Feisty. Justru versi releasenya kecolongan. N versi updatenya dah gak problem lagi sepertinya.
Sepertinya driver "IDE interfase SIS 5513" gak masuk ke initrd.img- yang diload setiap kali booting. Jadi harus rebuild manual file initrd.img- dengan menyertakan driver sis5513. Ikutin aja langkah ini:
Nih spek komputernya:
sysadmin@client:~$ sudo lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] SiS645 Host & Memory & AGP Controller (rev 02)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS961 [MuTIOL Media IO]
00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:05.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
00:0d.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
01:00.0 VGA compatible controller: S3 Inc. 86c368 [Trio 3D/2X] (rev 02)
Setelah panjang lebar cari di Launchpad.com dan UbuntuForums.org, hal ini gak muncul di versi developmentnya Feisty. Justru versi releasenya kecolongan. N versi updatenya dah gak problem lagi sepertinya.
Sepertinya driver "IDE interfase SIS 5513" gak masuk ke initrd.img-
- Booting pake LiveCD Ubuntu Feisty
- Jika terinstall di /dev/hda1, mount aja /dev/hda1 ke folder /mnt
sudo mount /dev/hda1 /mnt - Backup dulu file /etc/initramfs-tools/initramfs.conf
sudo cp /mnt/etc/initramfs-tools/initramfs.conf /mnt/etc/initramfs-tools/initramfs.conf.orig - Ubah ini file /etc/initramfs-tools/initramfs.conf pada bagian "MODULES=most" menjadi "MODULES=list" dgn gunakan:
sudo nano /mnt/etc/initramfs-tools/initramfs.conf - Backup dulu file /etc/initramfs-tools/modules
sudo cp /mnt/etc/initramfs-tools/modules /mnt/etc/initramfs-tools/modules.orig - Tambahkan nama-nama modules brikut ini di file /etc/initramfs-tools/modules pada baris paling bawah:
sis5513
ext3
ide-core
ide-disk
generic
Gunakan aja perintah:
sudo nano /mnt/etc/initramfs-tools/modules - Generate ulang initrd.img-
dengan cara:
sudo mkinitramfs -o /mnt/boot/initrd.img-2.6.20-15-generic 2.6.20-15-generic
Powered by ScribeFire.
Tidak ada komentar:
Posting Komentar