[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Kernel-2.6.28



Opa,

Alguém conseguiu compilar o kernel-2.6.28 no debian? eu baixei os fontes em 
indiquei no grub as mesma configurações de root e partição da imagem 
2.6.26-686 e ele após subir da kernel panic dizendo que não encontrou a 
partição de root.

Eu compilei com os modulos SATA e SCSI e IDE da minha maquina como segue 
abaixo mas ele da esse erro, alguém já viu isso?

----->>>> pci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory 
Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated 
Graphics Controller (rev 0c)
00:03.0 Communication controller: Intel Corporation Mobile PM965/GM965 MEI 
Controller (rev 0c)
00:03.2 IDE interface: Intel Corporation Mobile PM965/GM965 PT IDER Controller 
(rev 0c)
00:03.3 Serial controller: Intel Corporation Mobile PM965/GM965 KT Controller 
(rev 0c)
00:19.0 Ethernet controller: Intel Corporation 82566MM Gigabit Network 
Connection (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 
(rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 
(rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #2 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HBM (ICH8M-E) LPC Interface 
Controller (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE 
Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 
03)
03:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN 
[Kedron] Network Connection (rev 61)
05:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ba)
05:00.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 
04)
05:00.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
Adapter (rev 21)


--->> no grub
title           Debian GNU/Linux, kernel 2.6.28
root            (hd0,2)
kernel          /boot/vmlinuz-2.6.28 root=/dev/sda3 ro

title           Debian GNU/Linux, kernel 2.6.28 (single-user mode)
root            (hd0,2)
kernel          /boot/vmlinuz-2.6.28 root=/dev/sda3 ro single

title           Debian GNU/Linux, kernel 2.6.26-1-686
root            (hd0,2)
kernel          /boot/vmlinuz-2.6.26-1-686 root=/dev/sda3 ro
initrd          /boot/initrd.img-2.6.26-1-686

title           Debian GNU/Linux, kernel 2.6.26-1-686 (single-user mode)
root            (hd0,2)
kernel          /boot/vmlinuz-2.6.26-1-686 root=/dev/sda3 ro single
initrd          /boot/initrd.img-2.6.26-1-686

-->fstab
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/sda3       /               reiserfs notail          0       1
/dev/sda4       /home           reiserfs defaults        0       2
/dev/sda1       none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/sdb        /media/floppy0  auto    rw,user,noauto  0       0
/dev/mmcblk0p1  /media/mmc0     auto    rw,user,noauto  0       0

-->Kernel source
<M> Serial ATA (prod) and Parallel ATA (experimental) drivers  --->
[*]   ATA ACPI Support 
<M>   AHCI SATA support 
[*]   ATA SFF support
 <M>     Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support 
<M>     Intel PATA MPIIX support                                                      
<M>     Intel PATA old PIIX support  
<M>     Intel SCH PATA support  

 {*} SCSI device support                                                               
<*> SCSI target support                                                              
[*] legacy /proc/scsi/ support                                   
 *** SCSI support type (disk, tape, CD-ROM) ***                                  
<M> SCSI disk support                                                                
< > SCSI tape support                                                                
<M> SCSI OnStream SC-x0 tape support                                                 
<M> SCSI CDROM support                                                             
[*]   Enable vendor-specific extensions (for SCSI CDROM)                            
<M> SCSI generic support                                                             
<M> SCSI media changer support                                                      
<M> SCSI Enclosure Support                                                           
*** Some SCSI devices (e.g. CD jukebox) support multiple LUNs ***                 
[*] Probe all LUNs on each SCSI device                                                
[ ] Verbose SCSI error reporting (kernel size +=12K)                                 
[ ] SCSI logging facility                                                            
[*] Asynchronous SCSI scanning                                                       
SCSI Transports  --->                                                            
[ ] SCSI low-level drivers  --->   


Reply to: