Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED][GRUB update] change partition to load
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
ade05fr
Apprentice
Apprentice


Joined: 18 Sep 2006
Posts: 281

PostPosted: Sat Mar 05, 2011 10:57 am    Post subject: [SOLVED][GRUB update] change partition to load Reply with quote

hello

i recently have a crash disk and i had to recreate a new partition of my home folder.
But now i want to change my boot load through grub

in fact before i had to load through my internal HDD and now i want to launch my image through an external USB HDD

here is what i have
Quote:

default=0
timeout=6
splashimage=(hd0,0)/grub/splash.xpm.gz
gentoo=nodevfs
title Linux x86-64 kernel 2.6.37-r1
root (hd0,0)
kernel /kernel-x86_64-2.6.37-gentoo-r1 real_root=/dev/sda6 vga=791 CONSOLE=/dev/tty1 pci=nomsi
title Linux x86-64 kernel 2.6.37-r1 externalUSBDisk
root (hd1,0)
kernel /kernel-x86_64-2.6.37-gentoo-r1 real_root=/dev/sdb7 vga=791 CONSOLE=/dev/tty1 pci=nomsi
title winxp
rootnoverify (hd0,1)
chainloader +1

root (hd0,0) = internal HDD
root (hd1,0) = external USB HDD

if i select the second entry at the boot sequence it seems that it still launch my kernel through my internal disk
I have also noticed that /dev/root is a symbolic link to /dev/sda6 which is located to my HDD internal.
i have check in my fstab and all mount points refer to USB disk.

what is wrong ?

thanks
ade05fr
_________________
[LAPTOP]
DELL Inspiron 5110
i5-2450M CPU @ 2.50GHz
[LINUX-GENTOO]
Gentoo 2018-0
kernel 5.0.6
gnome 3.30


Last edited by ade05fr on Sat Mar 12, 2011 3:17 pm; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Sat Mar 05, 2011 12:24 pm    Post subject: Reply with quote

ade05fr,

Go into your BIOS and set it to boot from your external hard drive.

The external hard drive will need grub installed to its MBR.
As root is on USB and you have no initrd. USB and usb-storage must be built into the kernel.
Lastly, you will need a new kernel parameter for the USB. rootdelay=7
This allows 7 seconds for the USB subsystem to get started before the kernel tries to mount root. The normal course of events is to mount root first, then start USB, thats doomed to fail with root on USB.

To add to the interest, your USB drive may now be /dev/sda
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
ade05fr
Apprentice
Apprentice


Joined: 18 Sep 2006
Posts: 281

PostPosted: Mon Mar 07, 2011 6:38 pm    Post subject: Reply with quote

hello

now i'm able to boot through my USB Key but i have another problem.
In fact when my kernel is loaded the /dev/root is linked to my internalHDD partition instead of the partition
from my external USB drive.

here is what i have in dmesg
Quote:

[ 0.384321] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.384614] NET: Registered protocol family 1
[ 0.384867] RPC: Registered udp transport module.
[ 0.384876] RPC: Registered tcp transport module.
[ 0.384884] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.385088] pci 0000:01:00.0: Boot video device
[ 0.385125] PCI: CLS 64 bytes, default 64
[ 0.385409] Simple Boot Flag at 0x36 set to 0x1
[ 0.387623] audit: initializing netlink socket (disabled)
[ 0.387659] type=2000 audit(1299525328.386:1): initialized
[ 0.387999] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.388395] VFS: Disk quotas dquot_6.5.2
[ 0.388462] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.389081] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 0.389578] NTFS driver 2.1.29 [Flags: R/W DEBUG].
[ 0.389768] fuse init (API version 7.15)
[ 0.389932] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[ 0.390397] SGI XFS Quota Management subsystem
[ 0.390418] msgmni has been set to 5021
[ 0.390973] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[ 0.390987] io scheduler noop registered
[ 0.390994] io scheduler deadline registered
[ 0.391030] io scheduler cfq registered (default)
[ 0.391605] Real Time Clock Driver v1.12b
[ 0.391691] intel_rng: FWH not detected
[ 0.391739] Linux agpgart interface v0.103
[ 0.392979] vesafb: framebuffer at 0xb0000000, mapped to 0xffffc90011100000, using 3072k, total 131072k
[ 0.392994] vesafb: mode is 1024x768x16, linelength=2048, pages=1
[ 0.393002] vesafb: scrolling: redraw
[ 0.393010] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
[ 0.424622] Console: switching to colour frame buffer device 128x48
[ 0.453737] fb0: VESA VGA frame buffer device
[ 0.455778] ACPI: AC Adapter [ADP1] (on-line)
[ 0.456415] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[ 0.457679] ACPI: Lid Switch [LID0]
[ 0.458049] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[ 0.458554] ACPI: Sleep Button [SLPB]
[ 0.458974] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.459426] ACPI: Power Button [PWRF]
[ 0.459803] ACPI: acpi_idle registered with cpuidle
[ 0.464749] Monitor-Mwait will be used to enter C-1 state
[ 0.464790] Monitor-Mwait will be used to enter C-2 state
[ 0.464829] Monitor-Mwait will be used to enter C-3 state
[ 0.464841] Marking TSC unstable due to TSC halts in idle
[ 0.465232] Switching to clocksource hpet
[ 0.466202] Switched to NOHz mode on CPU #1
[ 0.466208] Switched to NOHz mode on CPU #0
[ 0.479913] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.480266] ACPI: Thermal Zone [TZS0] (63 C)
[ 0.484339] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.484680] ACPI: Thermal Zone [TZS1] (65 C)
[ 0.486592] ACPI: Battery Slot [BAT0] (battery absent)
[ 0.552695] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.626691] brd: module loaded
[ 0.640324] loop: module loaded
[ 0.652484] Loading iSCSI transport class v2.0-870.
[ 0.665740] Adaptec aacraid driver 1.1-5[26400]-ms
[ 0.677724] QLogic Fibre Channel HBA Driver: 8.03.05-k0
[ 0.689325] iscsi: registered transport (qla4xxx)
[ 0.700798] QLogic iSCSI HBA Driver
[ 0.711983] Emulex LightPulse Fibre Channel SCSI driver 8.3.18
[ 0.723178] Copyright(c) 2004-2009 Emulex. All rights reserved.
[ 0.734775] DC390: clustering now enabled by default. If you get problems load
[ 0.746267] with "disable_clustering=1" and report to maintainers
[ 0.757916] megasas: 00.00.04.31-rc1 Mon. May 3, 11:41:51 PST 2010
[ 0.769532] GDT-HA: Storage RAID Controller Driver. Version: 3.05
[ 0.781266] 3ware Storage Controller device driver for Linux v1.26.02.003.
[ 0.793057] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
[ 0.805093] RocketRAID 3xxx/4xxx Controller driver v1.6 (090910)
[ 0.817173] st: Version 20100829, fixed bufsize 32768, s/g segs 256
[ 0.829484] osst :I: Tape driver with OnStream support version 0.99.4
[ 0.829486] osst :I: $Id: osst.c,v 1.73 2005/01/01 21:13:34 wriede Exp $
[ 0.854578] ata_piix 0000:00:1f.2: version 2.13
[ 0.854604] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.866885] ata_piix 0000:00:1f.2: MAP [ IDE IDE P1 P3 ]
[ 0.879060] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 0.880153] scsi0 : ata_piix
[ 0.892397] scsi1 : ata_piix
[ 0.906099] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x18b0 irq 14
[ 0.918117] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x18b8 irq 15
[ 0.930449] I2O subsystem v1.325
[ 0.942158] i2o: max drivers = 8
[ 0.953859] I2O Configuration OSM v1.323
[ 0.965333] I2O Bus Adapter OSM v1.317
[ 0.976355] I2O Block Device OSM v1.325
[ 0.987237] I2O SCSI Peripheral OSM v1.316
[ 0.997812] I2O ProcFS OSM v1.316
[ 1.008154] Fusion MPT base driver 3.04.17
[ 1.018396] Copyright (c) 1999-2008 LSI Corporation
[ 1.028684] Fusion MPT SPI Host driver 3.04.17
[ 1.039118] Fusion MPT FC Host driver 3.04.17
[ 1.049677] Fusion MPT SAS Host driver 3.04.17
[ 1.060080] Fusion MPT misc device (ioctl) driver 3.04.17
[ 1.070481] mptctl: Registered with Fusion MPT base driver
[ 1.080758] mptctl: /dev/mptctl @ (major,minor=10,220)
[ 1.092063] usbcore: registered new interface driver usblp
[ 1.102830] Initializing USB Mass Storage driver...
[ 1.113538] usbcore: registered new interface driver usb-storage
[ 1.123866] USB Mass Storage support registered.
[ 1.134341] usbcore: registered new interface driver libusual
[ 1.140294] ata1.00: ATA-7: WDC WD1200UE-22KVT0, 01.03K01, max UDMA/100
[ 1.140299] ata1.00: 234441648 sectors, multi 16: LBA48
[ 1.140311] ata1.01: ATAPI: PHILIPS DVD-RAM SDVD8821, EX02, max UDMA/33
[ 1.176992] usbcore: registered new interface driver ums-alauda
[ 1.177478] ata1.00: configured for UDMA/100
[ 1.198789] usbcore: registered new interface driver ums-datafab
[ 1.209660] usbcore: registered new interface driver ums-freecom
[ 1.210280] ata1.01: configured for UDMA/33
[ 1.211080] scsi 0:0:0:0: Direct-Access ATA WDC WD1200UE-22K 01.0 PQ: 0 ANSI: 5
[ 1.211484] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[ 1.211584] sd 0:0:0:0: [sda] Write Protect is off
[ 1.211589] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.211632] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.212346] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.234281] scsi 0:0:1:0: CD-ROM PHILIPS DVD-RAM SDVD8821 EX02 PQ: 0 ANSI: 5
[ 1.293753] usbcore: registered new interface driver ums-isd200
[ 1.304241] usbcore: registered new interface driver ums-jumpshot
[ 1.312604] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.312610] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.312873] sr 0:0:1:0: Attached scsi CD-ROM sr0
[ 1.313096] sr 0:0:1:0: Attached scsi generic sg1 type 5
[ 1.345705] usbcore: registered new interface driver ums-karma
[ 1.356446] usbcore: registered new interface driver ums-sddr09
[ 1.366899] usbcore: registered new interface driver ums-sddr55
[ 1.368461] sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 >
[ 1.387769] usbcore: registered new interface driver ums-usbat
[ 1.388679] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.409124] usbcore: registered new interface driver adutux
[ 1.419937] adutux adutux (see www.ontrak.net) v0.0.13
[ 1.430844] adutux is an experimental driver. Use at your own risk
[ 1.441982] usbcore: registered new interface driver emi26 - firmware loader
[ 1.453374] usbcore: registered new interface driver usblcd
[ 1.464776] PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 1.476622] i8042.c: Detected active multiplexing controller, rev 1.1.
[ 1.488255] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.499850] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 1.511495] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 1.522971] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 1.534235] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 1.545784] mice: PS/2 mouse device common for all mice
[ 1.558027] coretemp coretemp.0: TjMax is assumed as 100 C!
[ 1.569369] coretemp coretemp.1: TjMax is assumed as 100 C!
[ 1.580377] md: linear personality registered for level -1
[ 1.591252] md: raid0 personality registered for level 0
[ 1.602090] md: raid1 personality registered for level 1
[ 1.612665] md: raid10 personality registered for level 10
[ 1.612824] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 1.634081] md: raid6 personality registered for level 6
[ 1.644890] md: raid5 personality registered for level 5
[ 1.655503] md: raid4 personality registered for level 4
[ 1.665901] md: multipath personality registered for level -4
[ 1.676491] md: faulty personality registered for level -5
[ 1.687358] device-mapper: ioctl: 4.18.0-ioctl (2010-06-29) initialised: dm-devel@redhat.com
[ 1.699134] cpuidle: using governor ladder
[ 1.711155] cpuidle: using governor menu
[ 1.724830] usbcore: registered new interface driver usbhid
[ 1.735272] usbhid: USB HID core driver
[ 1.746849] HDA Intel 0000:00:1b.0: power state changed by ACPI to D0
[ 1.757205] HDA Intel 0000:00:1b.0: power state changed by ACPI to D0
[ 1.767187] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 1.777416] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 1.777424] hda-intel: chipset global capabilities = 0x4401
[ 1.797116] hda-intel: codec_mask = 0x3
[ 1.807043] hda-intel: codec #0 probed OK
[ 1.816732] hda-intel: codec #1 probed OK
[ 1.831111] hda_codec: ALC883: BIOS auto-probing.
[ 1.840686] SKU: Nid=0x0 sku_cfg=0x00001235
[ 1.850414] SKU: port_connectivity=0x0
[ 1.859910] SKU: enable_pcbeep=0x1
[ 1.869155] SKU: check_sum=0x00000000
[ 1.878274] SKU: customization=0x00000000
[ 1.887267] SKU: external_amp=0x6
[ 1.896105] SKU: platform_type=0x1
[ 1.904793] SKU: swap=0x0
[ 1.913229] SKU: override=0x1
[ 1.921630] autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0)
[ 1.930062] speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 1.938338] hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 1.946479] mono: mono_out=0x0
[ 1.954548] dig-out=0x1e/0x0
[ 1.962682] inputs: Mic=0x18 Line=0x1a
[ 1.971879] realtek: Enabling init ASM_ID=0x1235 CODEC_ID=10ec0883
[ 1.980828] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input4
[ 1.992757] Cannot find slave Surround Playback Volume, skipped
[ 2.001734] Cannot find slave Center Playback Volume, skipped
[ 2.010856] Cannot find slave LFE Playback Volume, skipped
[ 2.019894] Cannot find slave Side Playback Volume, skipped
[ 2.028869] Cannot find slave Headphone Playback Volume, skipped
[ 2.028873] Cannot find slave Speaker Playback Volume, skipped
[ 2.028877] Cannot find slave Mono Playback Volume, skipped
[ 2.028881] Cannot find slave Line-Out Playback Volume, skipped
[ 2.028887] Cannot find slave PCM Playback Volume, skipped
[ 2.028899] Cannot find slave Surround Playback Switch, skipped
[ 2.028903] Cannot find slave Center Playback Switch, skipped
[ 2.028907] Cannot find slave LFE Playback Switch, skipped
[ 2.028910] Cannot find slave Side Playback Switch, skipped
[ 2.028914] Cannot find slave Headphone Playback Switch, skipped
[ 2.028918] Cannot find slave Speaker Playback Switch, skipped
[ 2.028922] Cannot find slave Mono Playback Switch, skipped
[ 2.028928] Cannot find slave Line-Out Playback Switch, skipped
[ 2.028932] Cannot find slave PCM Playback Switch, skipped
[ 2.033543] ALSA device list:
[ 2.033547] #0: HDA Intel at 0xd2300000 irq 22
[ 2.065335] TCP bic registered
[ 2.065340] NET: Registered protocol family 17
[ 2.065378] Registering the dns_resolver key type
[ 2.162220] Waiting 20sec before mounting root device...
[ 2.395406] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1280b1, caps: 0xa04713/0x204000/0x0
[ 2.432746] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input5
[ 22.169192] md: Waiting for all devices to be available before autodetect
[ 22.176323] md: If you don't use raid, use raid=noautodetect
[ 22.183802] md: Autodetecting RAID arrays.
[ 22.190987] md: Scanned 0 and added 0 devices.
[ 22.198212] md: autorun ...
[ 22.205371] md: ... autorun DONE.
[ 22.567037] EXT3-fs: barriers not enabled
[ 22.576458] kjournald starting. Commit interval 5 seconds
[ 22.576499] EXT3-fs (sda6): mounted filesystem with ordered data mode
[ 22.576517] VFS: Mounted root (ext3 filesystem) readonly on device 8:6.
[ 22.599085] Freeing unused kernel memory: 588k freed
[ 29.746994] udev[1985]: starting version 164
[ 29.970607] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 30.259747] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 30.259755] ACPI: resource 0000:00:1f.3 [io 0x18c0-0x18df] conflicts with ACPI region SMBI [io 0x18c0-0x18c
f disabled]
[ 30.259758] ACPI: If an ACPI driver is available for this device, you should use it instead of the native dri
ver
[ 30.267159] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 30.273295] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 30.273321] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 30.273326] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 30.273335] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 30.279065] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[ 30.279080] ehci_hcd 0000:00:1d.7: debug port 1
[ 30.282981] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 30.283171] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xd2304000
[ 30.304547] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 30.304582] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 30.304586] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 30.304589] usb usb1: Product: EHCI Host Controller
[ 30.304592] usb usb1: Manufacturer: Linux 2.6.37-gentoo-r1 ehci_hcd
[ 30.304594] usb usb1: SerialNumber: 0000:00:1d.7
[ 30.305597] hub 1-0:1.0: USB hub found
[ 30.305609] hub 1-0:1.0: 8 ports detected
[ 30.311257] cfg80211: Calling CRDA to update world regulatory domain
[ 30.355858] yenta_cardbus 0000:0a:06.0: CardBus bridge found [1025:0107]
[ 30.355884] yenta_cardbus 0000:0a:06.0: Using CSCINT to route CSC interrupts to PCI
[ 30.355887] yenta_cardbus 0000:0a:06.0: Routing CardBus interrupts to PCI
[ 30.355894] yenta_cardbus 0000:0a:06.0: TI: mfunc 0x01aa1b22, devctl 0x64
[ 30.579901] yenta_cardbus 0000:0a:06.0: ISA IRQ mask 0x0cf8, PCI irq 22
[ 30.579906] yenta_cardbus 0000:0a:06.0: Socket status: 30000006
[ 30.579912] pci_bus 0000:0a: Raising subordinate bus# of parent bus (#0a) from #0a to #0e
[ 30.607056] usb 1-1: new high speed USB device using ehci_hcd and address 2
[ 30.672791] uhci_hcd: USB Universal Host Controller Interface driver
[ 30.677971] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 30.677984] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 30.677989] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 30.677998] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 30.679418] sdhci: Secure Digital Host Controller Interface driver
[ 30.679420] sdhci: Copyright(c) Pierre Ossman
[ 30.680257] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001800
[ 30.680337] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 30.680340] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 30.680343] usb usb2: Product: UHCI Host Controller
[ 30.680346] usb usb2: Manufacturer: Linux 2.6.37-gentoo-r1 uhci_hcd
[ 30.680349] usb usb2: SerialNumber: 0000:00:1d.0
[ 30.680695] hub 2-0:1.0: USB hub found
[ 30.680702] hub 2-0:1.0: 2 ports detected
[ 30.680811] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 30.680821] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 30.680825] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 30.680832] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 30.682103] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001820
[ 30.682175] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 30.682181] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 30.682187] usb usb3: Product: UHCI Host Controller
[ 30.682191] usb usb3: Manufacturer: Linux 2.6.37-gentoo-r1 uhci_hcd
[ 30.682196] usb usb3: SerialNumber: 0000:00:1d.1
[ 30.682484] hub 3-0:1.0: USB hub found
[ 30.682491] hub 3-0:1.0: 2 ports detected
[ 30.682585] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 30.682595] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 30.682599] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 30.682606] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 30.685070] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001840
[ 30.685122] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 30.685125] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 30.685129] usb usb4: Product: UHCI Host Controller
[ 30.685131] usb usb4: Manufacturer: Linux 2.6.37-gentoo-r1 uhci_hcd
[ 30.685134] usb usb4: SerialNumber: 0000:00:1d.2
[ 30.685335] hub 4-0:1.0: USB hub found
[ 30.685343] hub 4-0:1.0: 2 ports detected
[ 30.685441] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 30.685451] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 30.685456] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 30.685463] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 30.688112] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001860
[ 30.688183] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 30.688190] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 30.688195] usb usb5: Product: UHCI Host Controller
[ 30.688199] usb usb5: Manufacturer: Linux 2.6.37-gentoo-r1 uhci_hcd
[ 30.688204] usb usb5: SerialNumber: 0000:00:1d.3
[ 30.688407] hub 5-0:1.0: USB hub found
[ 30.688413] hub 5-0:1.0: 2 ports detected
[ 30.692747] sdhci-pci 0000:0a:06.3: SDHCI controller found [104c:803c] (rev 0)
[ 30.692753] sdhci-pci 0000:0a:06.3: found 1 slot(s)
[ 30.692771] sdhci-pci 0000:0a:06.3: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 30.692804] sdhci [sdhci_add_host()]: Controller doesn't have SDMA capability
[ 30.692816] sdhci: =========== REGISTER DUMP (mmc0)===========
[ 30.692821] sdhci: Sys addr: 0x00000000 | Version: 0x00008900
[ 30.692826] sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
[ 30.692831] sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
[ 30.692837] sdhci: Present: 0x000a0000 | Host ctl: 0x00000000
[ 30.692842] sdhci: Power: 0x00000000 | Blk gap: 0x00000000
[ 30.692847] sdhci: Wake-up: 0x00000000 | Clock: 0x00000000
[ 30.692852] sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
[ 30.692857] sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
[ 30.692862] sdhci: AC12 err: 0x00000000 | Slot int: 0x00000000
[ 30.692867] sdhci: Caps: 0x018030b0 | Max curr: 0x00000000
[ 30.692869] sdhci: ===========================================
[ 30.692912] mmc0: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0
[ 30.696147] mmc0: mmc_rescan: trying to init card at 400000 Hz
[ 30.696152] mmc0: clock 0Hz busmode 1 powermode 1 cs 0 Vdd 21 width 0 timing 0
[ 30.696162] mmc0: SDHCI controller on PCI [0000:0a:06.3] using PIO
[ 30.698184] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input7
[ 30.698335] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 30.707060] mmc0: clock 400000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0
[ 30.719025] mmc0: starting CMD52 arg 00000c00 flags 00000195
[ 30.719040] mmc0: req done (CMD52): -123: 00000000 00000000 00000000 00000000
[ 30.719046] mmc0: starting CMD52 arg 80000c08 flags 00000195
[ 30.719059] mmc0: req done (CMD52): -123: 00000000 00000000 00000000 00000000
[ 30.719065] mmc0: clock 400000Hz busmode 1 powermode 2 cs 1 Vdd 21 width 0 timing 0
[ 30.721021] mmc0: starting CMD0 arg 00000000 flags 000000c0
[ 30.721033] mmc0: req done (CMD0): -123: 00000000 00000000 00000000 00000000
[ 30.723028] mmc0: clock 400000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0
[ 30.725052] mmc0: starting CMD8 arg 000001aa flags 000002f5
[ 30.725073] mmc0: req done (CMD8): -123: 00000000 00000000 00000000 00000000
[ 30.725095] mmc0: starting CMD5 arg 00000000 flags 000002e1
[ 30.725114] mmc0: req failed (CMD5): -123, retrying...
[ 30.725126] mmc0: req failed (CMD5): -123, retrying...
[ 30.725139] mmc0: req failed (CMD5): -123, retrying...
[ 30.725151] mmc0: req done (CMD5): -123: 00000000 00000000 00000000 00000000
[ 30.725176] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 30.725194] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 30.725213] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 30.725229] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 30.725252] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 30.725269] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 30.725296] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 30.725309] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 30.725325] mmc0: starting CMD1 arg 00000000 flags 000000e1
[ 30.725338] mmc0: req done (CMD1): -123: 00000000 00000000 00000000 00000000
[ 30.725354] mmc0: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0
[ 30.725366] mmc0: mmc_rescan: trying to init card at 300000 Hz
[ 30.725369] mmc0: clock 0Hz busmode 1 powermode 1 cs 0 Vdd 21 width 0 timing 0
[ 30.730000] usb 1-1: New USB device found, idVendor=04e8, idProduct=5f06
[ 30.730016] usb 1-1: New USB device strings: Mfr=1, Product=11, SerialNumber=3
[ 30.730022] usb 1-1: Product: Samsung STORY Station
[ 30.730026] usb 1-1: Manufacturer: JMicron
[ 30.730030] usb 1-1: SerialNumber: 00000028E0931050059C
[ 30.731081] scsi2 : usb-storage 1-1:1.0
[ 30.736034] mmc0: clock 300000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0
[ 30.748040] mmc0: starting CMD52 arg 00000c00 flags 00000195
[ 30.748062] mmc0: req done (CMD52): -123: 00000000 00000000 00000000 00000000
[ 30.748090] mmc0: starting CMD52 arg 80000c08 flags 00000195
[ 30.748111] mmc0: req done (CMD52): -123: 00000000 00000000 00000000 00000000
[ 30.748137] mmc0: clock 300000Hz busmode 1 powermode 2 cs 1 Vdd 21 width 0 timing 0
[ 30.750031] mmc0: starting CMD0 arg 00000000 flags 000000c0
[ 30.750052] mmc0: req done (CMD0): -123: 00000000 00000000 00000000 00000000
[ 30.752070] mmc0: clock 300000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0
[ 30.754071] mmc0: starting CMD8 arg 000001aa flags 000002f5
[ 30.754088] mmc0: req done (CMD8): -123: 00000000 00000000 00000000 00000000
[ 30.754112] mmc0: starting CMD5 arg 00000000 flags 000002e1
[ 30.754127] mmc0: req failed (CMD5): -123, retrying...
[ 30.754140] mmc0: req failed (CMD5): -123, retrying...
[ 30.754152] mmc0: req failed (CMD5): -123, retrying...
[ 30.754165] mmc0: req done (CMD5): -123: 00000000 00000000 00000000 00000000
[ 30.754189] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 30.754206] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 30.754230] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 30.754245] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 30.754269] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 30.754295] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 30.754312] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 30.754323] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 30.754341] mmc0: starting CMD1 arg 00000000 flags 000000e1
[ 30.754354] mmc0: req done (CMD1): -123: 00000000 00000000 00000000 00000000
[ 30.754370] mmc0: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0
[ 30.754382] mmc0: mmc_rescan: trying to init card at 200000 Hz
[ 30.754386] mmc0: clock 0Hz busmode 1 powermode 1 cs 0 Vdd 21 width 0 timing 0
[ 30.765041] mmc0: clock 200000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0
[ 30.778030] mmc0: starting CMD52 arg 00000c00 flags 00000195
[ 30.778054] mmc0: req done (CMD52): -123: 00000000 00000000 00000000 00000000
[ 30.778079] mmc0: starting CMD52 arg 80000c08 flags 00000195
[ 30.778100] mmc0: req done (CMD52): -123: 00000000 00000000 00000000 00000000
[ 30.778122] mmc0: clock 200000Hz busmode 1 powermode 2 cs 1 Vdd 21 width 0 timing 0
[ 30.781023] mmc0: starting CMD0 arg 00000000 flags 000000c0
[ 30.781044] mmc0: req done (CMD0): -123: 00000000 00000000 00000000 00000000
[ 30.783046] mmc0: clock 200000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0
[ 30.785055] mmc0: starting CMD8 arg 000001aa flags 000002f5
[ 30.785072] mmc0: req done (CMD8): -123: 00000000 00000000 00000000 00000000
[ 30.785095] mmc0: starting CMD5 arg 00000000 flags 000002e1
[ 30.785111] mmc0: req failed (CMD5): -123, retrying...
[ 30.785123] mmc0: req failed (CMD5): -123, retrying...
[ 30.785134] mmc0: req failed (CMD5): -123, retrying...
[ 30.785147] mmc0: req done (CMD5): -123: 00000000 00000000 00000000 00000000
[ 30.785172] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 30.785188] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 30.785208] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 30.785223] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 30.785247] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 30.785264] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 30.785282] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 30.785294] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 30.785323] mmc0: starting CMD1 arg 00000000 flags 000000e1
[ 30.785335] mmc0: req done (CMD1): -123: 00000000 00000000 00000000 00000000
[ 30.785352] mmc0: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0
[ 30.785363] mmc0: mmc_rescan: trying to init card at 187500 Hz
[ 30.785367] mmc0: clock 0Hz busmode 1 powermode 1 cs 0 Vdd 21 width 0 timing 0
[ 30.796077] mmc0: clock 187500Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0
[ 30.809038] mmc0: starting CMD52 arg 00000c00 flags 00000195
[ 30.809055] mmc0: req done (CMD52): -123: 00000000 00000000 00000000 00000000
[ 30.809061] mmc0: starting CMD52 arg 80000c08 flags 00000195
[ 30.809072] mmc0: req done (CMD52): -123: 00000000 00000000 00000000 00000000
[ 30.809078] mmc0: clock 187500Hz busmode 1 powermode 2 cs 1 Vdd 21 width 0 timing 0
[ 30.811046] mmc0: starting CMD0 arg 00000000 flags 000000c0
[ 30.811063] mmc0: req done (CMD0): -123: 00000000 00000000 00000000 00000000
[ 30.813029] mmc0: clock 187500Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0
[ 30.815026] mmc0: starting CMD8 arg 000001aa flags 000002f5
[ 30.815050] mmc0: req done (CMD8): -123: 00000000 00000000 00000000 00000000
[ 30.815073] mmc0: starting CMD5 arg 00000000 flags 000002e1
[ 30.815090] mmc0: req failed (CMD5): -123, retrying...
[ 30.815102] mmc0: req failed (CMD5): -123, retrying...
[ 30.815114] mmc0: req failed (CMD5): -123, retrying...
[ 30.815126] mmc0: req done (CMD5): -123: 00000000 00000000 00000000 00000000
[ 30.815147] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 30.815163] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 30.815185] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 30.815202] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 30.815221] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 30.815236] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 30.815258] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 30.815275] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 30.815302] mmc0: starting CMD1 arg 00000000 flags 000000e1
[ 30.815314] mmc0: req done (CMD1): -123: 00000000 00000000 00000000 00000000
[ 30.815332] mmc0: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0
[ 30.834051] usb 1-4: new high speed USB device using ehci_hcd and address 3
[ 30.950636] usb 1-4: New USB device found, idVendor=090c, idProduct=1000
[ 30.950643] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 30.950648] usb 1-4: Product: DISK Pro
[ 30.950652] usb 1-4: Manufacturer: USB
[ 30.950656] usb 1-4: SerialNumber: AA04012717247
[ 30.952498] scsi3 : usb-storage 1-4:1.0
[ 31.054051] usb 1-7: new high speed USB device using ehci_hcd and address 4
[ 31.156622] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:ds
[ 31.156627] iwl3945: Copyright(c) 2003-2010 Intel Corporation
[ 31.156780] iwl3945 0000:05:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 31.156796] iwl3945 0000:05:00.0: setting latency timer to 64
[ 31.198119] iwl3945 0000:05:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
[ 31.198124] iwl3945 0000:05:00.0: Detected Intel Wireless WiFi Link 3945ABG
[ 31.201455] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[ 31.210139] usb 1-7: New USB device found, idVendor=046d, idProduct=0896
[ 31.210147] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 31.210152] usb 1-7: Product: Camera
[ 31.210157] usb 1-7: Manufacturer: OEM
[ 31.305694] Linux video capture interface: v2.00
[ 31.318582] gspca: v2.10.0 registered
[ 31.320553] gspca: probing 046d:0896
[ 31.320556] vc032x: Sensor POxxxx
[ 31.322819] gspca: video0 created
[ 31.322851] usbcore: registered new interface driver vc032x
[ 31.773192] scsi 2:0:0:0: Direct-Access Samsung STORY Station PQ: 0 ANSI: 2 CCS
[ 31.773579] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 31.775284] sd 2:0:0:0: [sdb] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
[ 31.776047] sd 2:0:0:0: [sdb] Write Protect is off
[ 31.776053] sd 2:0:0:0: [sdb] Mode Sense: 28 00 00 00
[ 31.776059] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 31.777657] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 31.781527] sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 sdb8 sdb9 sdb10 sdb11 >
[ 31.783392] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 31.783397] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 31.953308] scsi 3:0:0:0: Direct-Access USB DISK Pro 3000 PQ: 0 ANSI: 0 CCS
[ 31.953680] sd 3:0:0:0: Attached scsi generic sg3 type 0
[ 31.954910] sd 3:0:0:0: [sdc] 494592 512-byte logical blocks: (253 MB/241 MiB)
[ 31.955776] sd 3:0:0:0: [sdc] Write Protect is off
[ 31.955783] sd 3:0:0:0: [sdc] Mode Sense: 43 00 00 00
[ 31.955788] sd 3:0:0:0: [sdc] Assuming drive cache: write through
[ 31.959144] sd 3:0:0:0: [sdc] Assuming drive cache: write through
[ 31.960782] sdc: sdc1
[ 31.962762] sd 3:0:0:0: [sdc] Assuming drive cache: write through
[ 31.962767] sd 3:0:0:0: [sdc] Attached SCSI removable disk
[ 32.783563] nvidia: module license 'NVIDIA' taints kernel.
[ 32.783568] Disabling lock debugging due to kernel taint
[ 33.633571] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 33.633583] nvidia 0000:01:00.0: setting latency timer to 64
[ 33.633590] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[ 33.633750] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 260.19.29 Wed Dec 8 12:08:56 PST 2010
[ 36.361479] EXT3-fs (sda6): using internal journal
[ 36.574919] EXT4-fs (sdb5): mounted filesystem with ordered data mode. Opts: (null)
[ 36.598660] EXT4-fs (sdb11): mounted filesystem with ordered data mode. Opts: user_xattr
[ 36.652321] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: user_xattr
[ 36.682370] EXT4-fs (sdb6): mounted filesystem with ordered data mode. Opts: user_xattr
[ 36.724535] EXT4-fs (sda11): mounted filesystem with ordered data mode. Opts: user_xattr
[ 36.786164] REISERFS (device sda12): found reiserfs format "3.6" with standard journal
[ 36.786187] REISERFS (device sda12): using ordered data mode
[ 36.800084] REISERFS (device sda12): journal params: device sda12, size 8192, journal first block 18, max tra
ns len 1024, max batch 900, max commit age 30, max trans age 30
[ 36.800800] REISERFS (device sda12): checking transaction log (sda12)
[ 36.849310] REISERFS (device sda12): Using r5 hash to sort names
[ 36.925767] EXT4-fs (sda13): warning: maximal mount count reached, running e2fsck is recommended
[ 36.926172] EXT4-fs (sda13): mounted filesystem with ordered data mode. Opts: (null)


and here is my grub.conf file
Quote:

default=0
timeout=6
splashimage=(hd1,0)/boot/grub/splash.xpm.gz
gentoo=nodevfs
title 2.6.37-r1 : GRUB (hd1,0) 250Mo 250Mo SDB
root (hd1,0)
kernel /boot/kernel-x86_64-2.6.37-gentoo-r1 real_root=/dev/sdc7 vga=791 CONSOLE=/dev/tty1 pci=nomsi root
delay=30
title winxp
rootnoverify (hd0,1)
chainloader +1


as you can see my real_root is on /dev/sdc7 but when i do ls -lrt /dev/root
Quote:
localhost log # ll /dev/root
lrwxrwxrwx 1 root root 4 7 mars 2011 /dev/root -> sda6


can someone knows what is wrong ?

thanks :-)
_________________
[LAPTOP]
DELL Inspiron 5110
i5-2450M CPU @ 2.50GHz
[LINUX-GENTOO]
Gentoo 2018-0
kernel 5.0.6
gnome 3.30
Back to top
View user's profile Send private message
jburns
Veteran
Veteran


Joined: 18 Jan 2007
Posts: 1214
Location: Massachusetts USA

PostPosted: Mon Mar 07, 2011 6:52 pm    Post subject: Reply with quote

If you are building the kernel without genkernel real_root=/dev/sdc7 should be root=/dev/sdc7.
Back to top
View user's profile Send private message
ade05fr
Apprentice
Apprentice


Joined: 18 Sep 2006
Posts: 281

PostPosted: Mon Mar 07, 2011 7:46 pm    Post subject: Reply with quote

its not working at all

but if i check in my bzImage here is what i have
Quote:

file /boot/kernel-x86_64-2.6.37-gentoo-r1
/boot/kernel-x86_64-2.6.37-gentoo-r1: Linux kernel x86 boot executable bzImage, version 2.6.37-gentoo-r1 (root@localhos, RO-rootFS, root_dev 0x806, swap_dev 0x4, Normal VGA


do i have to recompile with the good partition instead of /dev/sda6 refer to /dev/sdc7 ?
Thanks
_________________
[LAPTOP]
DELL Inspiron 5110
i5-2450M CPU @ 2.50GHz
[LINUX-GENTOO]
Gentoo 2018-0
kernel 5.0.6
gnome 3.30
Back to top
View user's profile Send private message
Stonic
n00b
n00b


Joined: 03 Jun 2007
Posts: 47

PostPosted: Mon Mar 07, 2011 8:12 pm    Post subject: Reply with quote

you have edited /etc/fstab to reflect the new partition as well? Just a thought
Back to top
View user's profile Send private message
ade05fr
Apprentice
Apprentice


Joined: 18 Sep 2006
Posts: 281

PostPosted: Mon Mar 07, 2011 8:18 pm    Post subject: Reply with quote

yep
Quote:
localhost boot # more /etc/fstab
/dev/sda5 swap swap sw 0 0
/dev/sdb7 / ext3 defaults,user_xattr 1 1
/dev/sdb1 /boot ext2 defaults 1 2
/dev/sdb5 /home ext4 defaults 0 0
/dev/sdb11 /tmp ext4 defaults,user_xattr 1 2
/dev/sda9 /var ext4 defaults,user_xattr 1 2
/dev/sdb6 /opt ext4 defaults,user_xattr 1 2
/dev/sda11 /usr ext4 defaults,user_xattr 1 2
/dev/sdb10 /usr/portage reiserfs defaults,user_xattr 1 2
/dev/sda13 /home/ext_home ext4 defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0

_________________
[LAPTOP]
DELL Inspiron 5110
i5-2450M CPU @ 2.50GHz
[LINUX-GENTOO]
Gentoo 2018-0
kernel 5.0.6
gnome 3.30
Back to top
View user's profile Send private message
Stonic
n00b
n00b


Joined: 03 Jun 2007
Posts: 47

PostPosted: Mon Mar 07, 2011 8:25 pm    Post subject: Reply with quote

Hmm. So you followed NeddySeagoon's instruction and installed the MBR onto hd1 instead of hd0 correct? Otherwise I got nothing else for you sorry D:
Back to top
View user's profile Send private message
ade05fr
Apprentice
Apprentice


Joined: 18 Sep 2006
Posts: 281

PostPosted: Mon Mar 07, 2011 8:47 pm    Post subject: Reply with quote

yes as i indicate in my grub.conf.
_________________
[LAPTOP]
DELL Inspiron 5110
i5-2450M CPU @ 2.50GHz
[LINUX-GENTOO]
Gentoo 2018-0
kernel 5.0.6
gnome 3.30
Back to top
View user's profile Send private message
ade05fr
Apprentice
Apprentice


Joined: 18 Sep 2006
Posts: 281

PostPosted: Tue Mar 08, 2011 6:53 pm    Post subject: Reply with quote

up

a weird thing, my external usb disk is loaded 20 seconds after the boot of my kernel
i think that my partition is not visible before.
Quote:
[ 1.850613] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input4
[ 1.854248] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.854253] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.854508] sr 0:0:1:0: Attached scsi CD-ROM sr0
[ 1.854740] sr 0:0:1:0: Attached scsi generic sg1 type 5
[ 1.896271] Cannot find slave Surround Playback Volume, skipped
[ 1.906921] Cannot find slave Center Playback Volume, skipped
[ 1.917508] Cannot find slave LFE Playback Volume, skipped
[ 1.917954] sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 >
[ 1.938297] Cannot find slave Side Playback Volume, skipped
[ 1.939320] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.959585] Cannot find slave Headphone Playback Volume, skipped
[ 1.970229] Cannot find slave Speaker Playback Volume, skipped
[ 1.981028] Cannot find slave Mono Playback Volume, skipped
[ 1.991779] Cannot find slave Line-Out Playback Volume, skipped
[ 2.002448] Cannot find slave PCM Playback Volume, skipped
[ 2.002954] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1280b1, caps: 0xa04713/0x204000/0x0
[ 2.023972] Cannot find slave Surround Playback Switch, skipped
[ 2.023977] Cannot find slave Center Playback Switch, skipped
[ 2.023983] Cannot find slave LFE Playback Switch, skipped
[ 2.023986] Cannot find slave Side Playback Switch, skipped
[ 2.023990] Cannot find slave Headphone Playback Switch, skipped
[ 2.023994] Cannot find slave Speaker Playback Switch, skipped
[ 2.023998] Cannot find slave Mono Playback Switch, skipped
[ 2.024015] Cannot find slave Line-Out Playback Switch, skipped
[ 2.024019] Cannot find slave PCM Playback Switch, skipped
[ 2.117360] ALSA device list:
[ 2.120907] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input5
[ 2.137239] #0: HDA Intel at 0xd2300000 irq 22
[ 2.148035] TCP bic registered
[ 2.158238] NET: Registered protocol family 17
[ 2.168617] Registering the dns_resolver key type
[ 2.180663] Waiting 7sec before mounting root device...
[ 9.189254] md: Skipping autodetection of RAID arrays. (raid=autodetect will force)
[ 9.198668] EXT3-fs (sda6): recovery required on readonly filesystem
[ 9.207198] EXT3-fs (sda6): write access will be enabled during recovery
[ 9.263146] EXT3-fs: barriers not enabled
[ 9.451264] kjournald starting. Commit interval 5 seconds
[ 9.451313] EXT3-fs (sda6): recovery complete
[ 9.468627] EXT3-fs (sda6): mounted filesystem with ordered data mode
[ 9.477377] VFS: Mounted root (ext3 filesystem) readonly on device 8:6.
[ 9.486148] Freeing unused kernel memory: 588k freed
[ 16.278206] udev[1984]: starting version 164
[ 16.512909] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 16.564121] cfg80211: Calling CRDA to update world regulatory domain
[ 16.724495] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 16.724503] ACPI: resource 0000:00:1f.3 [io 0x18c0-0x18df] conflicts with ACPI region SMBI [irq 6336-6351 64bit pref windo
w disabled]
[ 16.724507] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 16.991914] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 16.998152] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 16.998175] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 16.998180] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 16.998189] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 17.001056] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[ 17.001071] ehci_hcd 0000:00:1d.7: debug port 1
[ 17.004973] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 17.005149] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xd2304000
[ 17.014297] yenta_cardbus 0000:0a:06.0: CardBus bridge found [1025:0107]
[ 17.014325] yenta_cardbus 0000:0a:06.0: Using CSCINT to route CSC interrupts to PCI
[ 17.014328] yenta_cardbus 0000:0a:06.0: Routing CardBus interrupts to PCI
[ 17.014336] yenta_cardbus 0000:0a:06.0: TI: mfunc 0x01aa1b22, devctl 0x64
[ 17.015042] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 17.015115] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 17.015121] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 17.015127] usb usb1: Product: EHCI Host Controller
[ 17.015131] usb usb1: Manufacturer: Linux 2.6.37-gentoo-r1 ehci_hcd
[ 17.015136] usb usb1: SerialNumber: 0000:00:1d.7
[ 17.015388] hub 1-0:1.0: USB hub found
[ 17.015394] hub 1-0:1.0: 8 ports detected
[ 17.131377] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input7
[ 17.131534] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 17.136174] uhci_hcd: USB Universal Host Controller Interface driver
[ 17.136247] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 17.136259] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 17.136263] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 17.136272] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 17.139068] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001800
[ 17.139130] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 17.139134] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 17.139137] usb usb2: Product: UHCI Host Controller
[ 17.139140] usb usb2: Manufacturer: Linux 2.6.37-gentoo-r1 uhci_hcd
[ 17.139143] usb usb2: SerialNumber: 0000:00:1d.0
[ 17.139375] hub 2-0:1.0: USB hub found
[ 17.139382] hub 2-0:1.0: 2 ports detected
[ 17.139482] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 17.139493] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 17.139497] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 17.139504] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 17.142156] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001820
[ 17.142206] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 17.142210] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 17.142213] usb usb3: Product: UHCI Host Controller
[ 17.142216] usb usb3: Manufacturer: Linux 2.6.37-gentoo-r1 uhci_hcd
[ 17.142219] usb usb3: SerialNumber: 0000:00:1d.1
[ 17.142516] hub 3-0:1.0: USB hub found
[ 17.142525] hub 3-0:1.0: 2 ports detected
[ 17.142638] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 17.142649] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 17.142653] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 17.142660] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 17.145068] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001840
[ 17.145121] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 17.145125] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 17.145128] usb usb4: Product: UHCI Host Controller
[ 17.145131] usb usb4: Manufacturer: Linux 2.6.37-gentoo-r1 uhci_hcd
[ 17.145134] usb usb4: SerialNumber: 0000:00:1d.2
[ 17.145344] hub 4-0:1.0: USB hub found
[ 17.145350] hub 4-0:1.0: 2 ports detected
[ 17.145452] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 17.145464] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 17.145468] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 17.145476] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 17.148104] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001860
[ 17.148173] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 17.148179] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 17.148184] usb usb5: Product: UHCI Host Controller
[ 17.148188] usb usb5: Manufacturer: Linux 2.6.37-gentoo-r1 uhci_hcd
[ 17.148193] usb usb5: SerialNumber: 0000:00:1d.3
[ 17.148370] hub 5-0:1.0: USB hub found
[ 17.148377] hub 5-0:1.0: 2 ports detected
[ 17.237929] yenta_cardbus 0000:0a:06.0: ISA IRQ mask 0x0cf8, PCI irq 22
[ 17.237935] yenta_cardbus 0000:0a:06.0: Socket status: 30000006
[ 17.237940] pci_bus 0000:0a: Raising subordinate bus# of parent bus (#0a) from #0a to #0e
[ 17.270365] sdhci: Secure Digital Host Controller Interface driver
[ 17.270369] sdhci: Copyright(c) Pierre Ossman
[ 17.278798] sdhci-pci 0000:0a:06.3: SDHCI controller found [104c:803c] (rev 0)
[ 17.278804] sdhci-pci 0000:0a:06.3: found 1 slot(s)
[ 17.278823] sdhci-pci 0000:0a:06.3: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 17.278855] sdhci [sdhci_add_host()]: Controller doesn't have SDMA capability
[ 17.278868] sdhci: =========== REGISTER DUMP (mmc0)===========
[ 17.278873] sdhci: Sys addr: 0x00000000 | Version: 0x00008900
[ 17.278878] sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
[ 17.278884] sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
[ 17.278889] sdhci: Present: 0x000a0000 | Host ctl: 0x00000000
[ 17.278894] sdhci: Power: 0x00000000 | Blk gap: 0x00000000
[ 17.278899] sdhci: Wake-up: 0x00000000 | Clock: 0x00000000
[ 17.278904] sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
[ 17.278909] sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
[ 17.278915] sdhci: AC12 err: 0x00000000 | Slot int: 0x00000000
[ 17.278920] sdhci: Caps: 0x018030b0 | Max curr: 0x00000000
[ 17.278922] sdhci: ===========================================
[ 17.278966] mmc0: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0
[ 17.278986] mmc0: mmc_rescan: trying to init card at 400000 Hz
[ 17.278990] mmc0: clock 0Hz busmode 1 powermode 1 cs 0 Vdd 21 width 0 timing 0
[ 17.278998] mmc0: SDHCI controller on PCI [0000:0a:06.3] using PIO
[ 17.289028] mmc0: clock 400000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0
[ 17.301042] mmc0: starting CMD52 arg 00000c00 flags 00000195
[ 17.301061] mmc0: req done (CMD52): -123: 00000000 00000000 00000000 00000000
[ 17.301089] mmc0: starting CMD52 arg 80000c08 flags 00000195
[ 17.301109] mmc0: req done (CMD52): -123: 00000000 00000000 00000000 00000000
[ 17.301138] mmc0: clock 400000Hz busmode 1 powermode 2 cs 1 Vdd 21 width 0 timing 0
[ 17.303033] mmc0: starting CMD0 arg 00000000 flags 000000c0
[ 17.303050] mmc0: req done (CMD0): -123: 00000000 00000000 00000000 00000000
[ 17.305047] mmc0: clock 400000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0
[ 17.307086] mmc0: starting CMD8 arg 000001aa flags 000002f5
[ 17.307099] mmc0: req done (CMD8): -123: 00000000 00000000 00000000 00000000
[ 17.307104] mmc0: starting CMD5 arg 00000000 flags 000002e1
[ 17.307115] mmc0: req failed (CMD5): -123, retrying...
[ 17.307126] mmc0: req failed (CMD5): -123, retrying...
[ 17.307136] mmc0: req failed (CMD5): -123, retrying...
[ 17.307146] mmc0: req done (CMD5): -123: 00000000 00000000 00000000 00000000
[ 17.307151] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 17.307163] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 17.307168] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 17.307180] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 17.307184] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 17.307196] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 17.307201] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 17.307213] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 17.307218] mmc0: starting CMD1 arg 00000000 flags 000000e1
[ 17.307230] mmc0: req done (CMD1): -123: 00000000 00000000 00000000 00000000
[ 17.307236] mmc0: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0
[ 17.307248] mmc0: mmc_rescan: trying to init card at 300000 Hz
[ 17.307251] mmc0: clock 0Hz busmode 1 powermode 1 cs 0 Vdd 21 width 0 timing 0
[ 17.317059] usb 1-1: new high speed USB device using ehci_hcd and address 2
[ 17.318049] mmc0: clock 300000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0
[ 17.330041] mmc0: starting CMD52 arg 00000c00 flags 00000195
[ 17.330058] mmc0: req done (CMD52): -123: 00000000 00000000 00000000 00000000
[ 17.330066] mmc0: starting CMD52 arg 80000c08 flags 00000195
[ 17.330081] mmc0: req done (CMD52): -123: 00000000 00000000 00000000 00000000
[ 17.330089] mmc0: clock 300000Hz busmode 1 powermode 2 cs 1 Vdd 21 width 0 timing 0
[ 17.332041] mmc0: starting CMD0 arg 00000000 flags 000000c0
[ 17.332056] mmc0: req done (CMD0): -123: 00000000 00000000 00000000 00000000
[ 17.334050] mmc0: clock 300000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0
[ 17.336041] mmc0: starting CMD8 arg 000001aa flags 000002f5
[ 17.336057] mmc0: req done (CMD8): -123: 00000000 00000000 00000000 00000000
[ 17.336064] mmc0: starting CMD5 arg 00000000 flags 000002e1
[ 17.336078] mmc0: req failed (CMD5): -123, retrying...
[ 17.336090] mmc0: req failed (CMD5): -123, retrying...
[ 17.336103] mmc0: req failed (CMD5): -123, retrying...
[ 17.336116] mmc0: req done (CMD5): -123: 00000000 00000000 00000000 00000000
[ 17.336123] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 17.336137] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 17.336154] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 17.336166] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 17.336170] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 17.336181] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 17.336185] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 17.336196] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 17.336201] mmc0: starting CMD1 arg 00000000 flags 000000e1
[ 17.336212] mmc0: req done (CMD1): -123: 00000000 00000000 00000000 00000000
[ 17.336218] mmc0: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0
[ 17.336229] mmc0: mmc_rescan: trying to init card at 200000 Hz
[ 17.336233] mmc0: clock 0Hz busmode 1 powermode 1 cs 0 Vdd 21 width 0 timing 0
[ 17.347075] mmc0: clock 200000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0
[ 17.359041] mmc0: starting CMD52 arg 00000c00 flags 00000195
[ 17.359058] mmc0: req done (CMD52): -123: 00000000 00000000 00000000 00000000
[ 17.359065] mmc0: starting CMD52 arg 80000c08 flags 00000195
[ 17.359079] mmc0: req done (CMD52): -123: 00000000 00000000 00000000 00000000
[ 17.359088] mmc0: clock 200000Hz busmode 1 powermode 2 cs 1 Vdd 21 width 0 timing 0
[ 17.361047] mmc0: starting CMD0 arg 00000000 flags 000000c0
[ 17.361062] mmc0: req done (CMD0): -123: 00000000 00000000 00000000 00000000
[ 17.363037] mmc0: clock 200000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0
[ 17.365051] mmc0: starting CMD8 arg 000001aa flags 000002f5
[ 17.365063] mmc0: req done (CMD8): -123: 00000000 00000000 00000000 00000000
[ 17.365067] mmc0: starting CMD5 arg 00000000 flags 000002e1
[ 17.365079] mmc0: req failed (CMD5): -123, retrying...
[ 17.365089] mmc0: req failed (CMD5): -123, retrying...
[ 17.365099] mmc0: req failed (CMD5): -123, retrying...
[ 17.365110] mmc0: req done (CMD5): -123: 00000000 00000000 00000000 00000000
[ 17.365114] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 17.365126] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 17.365130] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 17.365141] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 17.365145] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 17.365157] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 17.365161] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 17.365175] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 17.365179] mmc0: starting CMD1 arg 00000000 flags 000000e1
[ 17.365191] mmc0: req done (CMD1): -123: 00000000 00000000 00000000 00000000
[ 17.365196] mmc0: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0
[ 17.365207] mmc0: mmc_rescan: trying to init card at 187500 Hz
[ 17.365211] mmc0: clock 0Hz busmode 1 powermode 1 cs 0 Vdd 21 width 0 timing 0
[ 17.376052] mmc0: clock 187500Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0
[ 17.388027] mmc0: starting CMD52 arg 00000c00 flags 00000195
[ 17.388040] mmc0: req done (CMD52): -123: 00000000 00000000 00000000 00000000
[ 17.388045] mmc0: starting CMD52 arg 80000c08 flags 00000195
[ 17.388056] mmc0: req done (CMD52): -123: 00000000 00000000 00000000 00000000
[ 17.388061] mmc0: clock 187500Hz busmode 1 powermode 2 cs 1 Vdd 21 width 0 timing 0
[ 17.390027] mmc0: starting CMD0 arg 00000000 flags 000000c0
[ 17.390039] mmc0: req done (CMD0): -123: 00000000 00000000 00000000 00000000
[ 17.392023] mmc0: clock 187500Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0
[ 17.394025] mmc0: starting CMD8 arg 000001aa flags 000002f5
[ 17.394038] mmc0: req done (CMD8): -123: 00000000 00000000 00000000 00000000
[ 17.394042] mmc0: starting CMD5 arg 00000000 flags 000002e1
[ 17.394053] mmc0: req failed (CMD5): -123, retrying...
[ 17.394063] mmc0: req failed (CMD5): -123, retrying...
[ 17.394073] mmc0: req failed (CMD5): -123, retrying...
[ 17.394084] mmc0: req done (CMD5): -123: 00000000 00000000 00000000 00000000
[ 17.394088] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 17.394100] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 17.394104] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 17.394115] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 17.394119] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 17.394131] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 17.394135] mmc0: starting CMD55 arg 00000000 flags 000000f5
[ 17.394146] mmc0: req done (CMD55): -123: 00000000 00000000 00000000 00000000
[ 17.394150] mmc0: starting CMD1 arg 00000000 flags 000000e1
[ 17.394161] mmc0: req done (CMD1): -123: 00000000 00000000 00000000 00000000
[ 17.394166] mmc0: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0
[ 17.439965] usb 1-1: New USB device found, idVendor=04e8, idProduct=5f06
[ 17.439972] usb 1-1: New USB device strings: Mfr=1, Product=11, SerialNumber=3
[ 17.439978] usb 1-1: Product: Samsung STORY Station
[ 17.439982] usb 1-1: Manufacturer: JMicron
[ 17.439986] usb 1-1: SerialNumber: 00000028E0931050059C
[ 17.440833] scsi2 : usb-storage 1-1:1.0
[ 17.543088] usb 1-4: new high speed USB device using ehci_hcd and address 3
[ 17.659593] usb 1-4: New USB device found, idVendor=090c, idProduct=1000
[ 17.659600] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 17.659605] usb 1-4: Product: DISK Pro
[ 17.659609] usb 1-4: Manufacturer: USB
[ 17.659613] usb 1-4: SerialNumber: AA04012717247
[ 17.660649] scsi3 : usb-storage 1-4:1.0
[ 17.762061] usb 1-7: new high speed USB device using ehci_hcd and address 4
[ 17.887234] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:ds
[ 17.887239] iwl3945: Copyright(c) 2003-2010 Intel Corporation
[ 17.887367] iwl3945 0000:05:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 17.887383] iwl3945 0000:05:00.0: setting latency timer to 64
[ 17.917855] usb 1-7: New USB device found, idVendor=046d, idProduct=0896
[ 17.917859] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 17.917863] usb 1-7: Product: Camera
[ 17.917865] usb 1-7: Manufacturer: OEM
[ 17.928130] iwl3945 0000:05:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
[ 17.928135] iwl3945 0000:05:00.0: Detected Intel Wireless WiFi Link 3945ABG
[ 17.930856] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[ 17.992283] Linux video capture interface: v2.00
[ 18.015954] gspca: v2.10.0 registered
[ 18.017785] gspca: probing 046d:0896
[ 18.017788] vc032x: Sensor POxxxx
[ 18.020081] gspca: video0 created
[ 18.020114] usbcore: registered new interface driver vc032x
[ 18.483279] scsi 2:0:0:0: Direct-Access Samsung STORY Station PQ: 0 ANSI: 2 CCS
[ 18.483675] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 18.485374] sd 2:0:0:0: [sdb] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
[ 18.486120] sd 2:0:0:0: [sdb] Write Protect is off
[ 18.486127] sd 2:0:0:0: [sdb] Mode Sense: 28 00 00 00
[ 18.486132] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 18.487724] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 18.534024] sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 sdb8 sdb9 sdb10 sdb11 >
[ 18.536101] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 18.536106] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 18.662998] scsi 3:0:0:0: Direct-Access USB DISK Pro 3000 PQ: 0 ANSI: 0 CCS
[ 18.663413] sd 3:0:0:0: Attached scsi generic sg3 type 0
[ 18.663856] sd 3:0:0:0: [sdc] 494592 512-byte logical blocks: (253 MB/241 MiB)
[ 18.665363] sd 3:0:0:0: [sdc] Write Protect is off
[ 18.665368] sd 3:0:0:0: [sdc] Mode Sense: 43 00 00 00
[ 18.665372] sd 3:0:0:0: [sdc] Assuming drive cache: write through
[ 18.668749] sd 3:0:0:0: [sdc] Assuming drive cache: write through

_________________
[LAPTOP]
DELL Inspiron 5110
i5-2450M CPU @ 2.50GHz
[LINUX-GENTOO]
Gentoo 2018-0
kernel 5.0.6
gnome 3.30
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Tue Mar 08, 2011 7:07 pm    Post subject: Reply with quote

ade05fr,

grub.conf:
kernel /boot/kernel-x86_64-2.6.37-gentoo-r1 real_root=/dev/sdc7 vga=791 CONSOLE=/dev/tty1 pci=nomsi root
delay=30
needs to be all on one line, it may just be the post.

Root delay won't work for you as you have an initrd. Its the initrd mounting that will be delayed, not your real_root.

You need to rebuild your kernel without it needing an initrd. Try following www.kernel-seeds.org, or is thats down, bloodnoc.kernel-seeds.org
You will also get gid of a lot of junk out of your kernel.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
ade05fr
Apprentice
Apprentice


Joined: 18 Sep 2006
Posts: 281

PostPosted: Wed Mar 09, 2011 6:47 pm    Post subject: Reply with quote

hi

i have finally succeeded to boot without initrd but now i have problems during boot sequence through init.d
The /dev, /proc have problem to be mount and lib modules can be loaded normally.

do i have to check something in the kernel config file before compiling ?

another thing, i had to hardcode in /usr/src/linux/arch/x86/boot/Makefile
Quote:

#ROOT_DEV := CURRENT
ROOT_DEV := /dev/sdc7


Thanks a lot :-)
_________________
[LAPTOP]
DELL Inspiron 5110
i5-2450M CPU @ 2.50GHz
[LINUX-GENTOO]
Gentoo 2018-0
kernel 5.0.6
gnome 3.30
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Wed Mar 09, 2011 8:21 pm    Post subject: Reply with quote

ade05fr,

Do you have exact error messages please.
Hardcoding your root in /usr/src/linux/arch/x86/boot/Makefile should not be needed.

Sight of your kernel .config file would be useful. wgetpaste will put it on a pastebin, as it won't fit in a forums post.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
ade05fr
Apprentice
Apprentice


Joined: 18 Sep 2006
Posts: 281

PostPosted: Thu Mar 10, 2011 6:17 pm    Post subject: Reply with quote

hello

here is my config file
http://pastebin.com/Zu98V27s

and here is what happen next
grub.conf updated
Quote:

localhost log # more /boot/grub/grub.conf
default=0
timeout=6
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
gentoo=nodevfs
title (hd0,0)/dev/sdb7 250Mo
root (hd0,0)
kernel /boot/2.6.37-r1_noinit real_root=/dev/sdb7 vga=791 CONSOLE=/dev/tty1 pci=nomsi

title 2.6.37-r1 : GRUB (hd1,0) 1To SDC
root (hd2,0)
kernel /kernel-x86_64-2.6.37-gentoo-r1 real_root=/dev/sdc7 vga=791 CONSOLE=/dev/tty1 pci=nomsi
title 2.6.37-r1 : GRUB (hd0,0) SDA
root (hd0,0)
kernel /kernel-x86_64-2.6.37-gentoo-r1 real_root=/dev/sda6 vga=791 CONSOLE=/dev/tty1 pci=nomsi
title winxp
rootnoverify (hd0,1)
chainloader +1

Quote:

Mar 10 23:10:34 localhost kernel: [ 2.456392] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/inpu t5
720 Mar 10 23:10:34 localhost kernel: [ 2.465898] md: Waiting for all devices to be available before autodetect
721 Mar 10 23:10:34 localhost kernel: [ 2.473213] md: If you don't use raid, use raid=noautodetect
722 Mar 10 23:10:34 localhost kernel: [ 2.480810] md: Autodetecting RAID arrays.
723 Mar 10 23:10:34 localhost kernel: [ 2.488133] md: Scanned 0 and added 0 devices.
724 Mar 10 23:10:34 localhost kernel: [ 2.495483] md: autorun ...
725 Mar 10 23:10:34 localhost kernel: [ 2.502790] md: ... autorun DONE.
728 Mar 10 23:10:34 localhost kernel: [ 2.519050] EXT2-fs (sdb7) : error : couldn't mount because of unsupported optional features (240).
728 Mar 10 23:10:34 localhost kernel: [ 2.539260] EXT3-fs (sdb7) : error : couldn't mount because of unsupported optional features (240).
728 Mar 10 23:10:34 localhost kernel: [ 2.569480] EXT4-fs (sdb7): mounted filesystem with ordered data mode. Opts: (null)
729 Mar 10 23:10:34 localhost kernel: [ 2.569497] VFS: Mounted root (ext4 filesystem) readonly on device 8:23.
730 Mar 10 23:10:34 localhost kernel: [ 2.592298] Freeing unused kernel memory: 576k freed
731 Mar


and then nothing happens. it seems that udev is not workking anymore
in fact the only thing i have updated is the udev rules to load my usb drive
Quote:

localhost log # cat /etc/udev/rules.d/51-perc.rules
ATTR{size}=="2930277168", ATTRS{model}=="STORY Station ", NAME="sdb"
ATTR{size}=="494592", ATTRS{model}=="DISK Pro ", NAME="sdc"


can you help me ?

thanks
_________________
[LAPTOP]
DELL Inspiron 5110
i5-2450M CPU @ 2.50GHz
[LINUX-GENTOO]
Gentoo 2018-0
kernel 5.0.6
gnome 3.30
Back to top
View user's profile Send private message
ade05fr
Apprentice
Apprentice


Joined: 18 Sep 2006
Posts: 281

PostPosted: Fri Mar 11, 2011 7:52 am    Post subject: Reply with quote

hello again


finally i have found a cue but i have to test it tonight when i come back home.

In fact it seems that i have to set in the config file these 2 parameters
Quote:

#
# Generic Driver Options
#
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y

_________________
[LAPTOP]
DELL Inspiron 5110
i5-2450M CPU @ 2.50GHz
[LINUX-GENTOO]
Gentoo 2018-0
kernel 5.0.6
gnome 3.30
Back to top
View user's profile Send private message
cach0rr0
Bodhisattva
Bodhisattva


Joined: 13 Nov 2008
Posts: 4123
Location: Houston, Republic of Texas

PostPosted: Fri Mar 11, 2011 9:26 am    Post subject: Reply with quote

had a discussion on devtmpfs a short while ago, if you fancy reading

https://forums.gentoo.org/viewtopic-t-867707.html

all enabling those two settings should do, is create a /dev filesystem in memory containing all of your device nodes (e.g. block devices, character devices), rather, all of the ones that kernel you've built supports and can recognize. Without an initramfs, i dont know of much that would make use of it at the moment.

If things become too horribly confusing/cumbersome, you should actually be able to boot by the partition's UUID, or, my preference, using something like e2fslabel and booting by LABEL=whatever for root=
_________________
Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash
Back to top
View user's profile Send private message
ade05fr
Apprentice
Apprentice


Joined: 18 Sep 2006
Posts: 281

PostPosted: Fri Mar 11, 2011 6:07 pm    Post subject: Reply with quote

hello

i have tested and now it starts but i have problem to mount shmfs, procfs, devfs
it always says that
Quote:

mount: wrong fs type, bad option, bad superblock on /dev/shm/var.run,
missing codepage or other error
In some cases useful info is found in syslog - try


is there any problem with user space ?

thanks
_________________
[LAPTOP]
DELL Inspiron 5110
i5-2450M CPU @ 2.50GHz
[LINUX-GENTOO]
Gentoo 2018-0
kernel 5.0.6
gnome 3.30
Back to top
View user's profile Send private message
ade05fr
Apprentice
Apprentice


Joined: 18 Sep 2006
Posts: 281

PostPosted: Sat Mar 12, 2011 9:46 am    Post subject: Reply with quote

hello everyone

i have almost finished my restore configuration.
i have changed the root device by LABEL id in grub.conf.
Quote:

more grub.conf
default=0
timeout=6
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
gentoo=nodevfs
title 2.6.37-r2 : usb250Mo
root (hd0,0)
kernel /boot/2.6.37-r2 real_root=LABEL=/ vga=791 CONSOLE=/dev/tty1 pci=nomsi rootdelay=7

title 2.6.37-r1 : GRUB (hd1,0) 1To SDC
root (hd2,0)
kernel /kernel-x86_64-2.6.37-gentoo-r1 real_root=/dev/sdc7 vga=791 CONSOLE=/dev/tty1 pci=nomsi
title 2.6.37-r1 : GRUB (hd0,0) SDA
root (hd0,0)
kernel /kernel-x86_64-2.6.37-gentoo-r1 real_root=/dev/sda6 vga=791 CONSOLE=/dev/tty1 pci=nomsi
title winxp
rootnoverify (hd0,1)
chainloader +1



and i have solved my problem with the temporary filesystems with some changes but i dont know exactly what is the solution :
- recompile of the kernel with the new partition
- made a make moduls_install (i had some issues to load modules from the old partition)
- some changes in .config file
Quote:
more difference_old_new.txt
3,4c3,4
< # Linux/x86_64 2.6.37-gentoo-r2 Kernel Configuration
< # Sat Mar 12 10:02:07 2011
---
> # Linux/x86_64 2.6.37-gentoo Kernel Configuration
> # Thu Mar 3 19:31:31 2011
129c129,134
< # CONFIG_BLK_DEV_INITRD is not set
---
> CONFIG_BLK_DEV_INITRD=y
> CONFIG_INITRAMFS_SOURCE=""
> CONFIG_RD_GZIP=y
> CONFIG_RD_BZIP2=y
> CONFIG_RD_LZMA=y
> CONFIG_RD_LZO=y
837,838c842
< CONFIG_DEVTMPFS=y
< CONFIG_DEVTMPFS_MOUNT=y
---
> # CONFIG_DEVTMPFS is not set
1714c1718,1733
< # CONFIG_IR_CORE is not set
---
> CONFIG_IR_CORE=m
> CONFIG_VIDEO_IR=m
> CONFIG_LIRC=m
> # CONFIG_RC_MAP is not set
> # CONFIG_IR_NEC_DECODER is not set
> # CONFIG_IR_RC5_DECODER is not set
> # CONFIG_IR_RC6_DECODER is not set
> # CONFIG_IR_JVC_DECODER is not set
> # CONFIG_IR_SONY_DECODER is not set
> CONFIG_IR_RC5_SZ_DECODER=m
> # CONFIG_IR_LIRC_CODEC is not set
> # CONFIG_IR_ENE is not set
> # CONFIG_IR_IMON is not set
> # CONFIG_IR_MCEUSB is not set
> # CONFIG_IR_NUVOTON is not set
> # CONFIG_IR_STREAMZAP is not set
1734a1754
> CONFIG_VIDEO_IR_I2C=m
1763a1784
> # CONFIG_VIDEO_BT848 is not set
1769a1791,1792
> # CONFIG_VIDEO_CX88 is not set
> # CONFIG_VIDEO_IVTV is not set
1818a1842,1843
> # CONFIG_VIDEO_EM28XX is not set
> # CONFIG_VIDEO_CX231XX is not set
1831c1856,1867
< # CONFIG_RADIO_ADAPTERS is not set
---
> CONFIG_RADIO_ADAPTERS=y
> # CONFIG_RADIO_GEMTEK_PCI is not set
> # CONFIG_RADIO_MAXIRADIO is not set
> # CONFIG_RADIO_MAESTRO is not set
> # CONFIG_I2C_SI4713 is not set
> # CONFIG_RADIO_SI4713 is not set
> # CONFIG_USB_DSBR is not set
> # CONFIG_RADIO_SI470X is not set
> # CONFIG_USB_MR800 is not set
> # CONFIG_RADIO_TEA5764 is not set
> # CONFIG_RADIO_SAA7706H is not set
> # CONFIG_RADIO_TEF6862 is not set
2172c2208
< CONFIG_USB_EHCI_HCD=y
---
> CONFIG_USB_EHCI_HCD=m
2179c2215,2216
< CONFIG_USB_OHCI_HCD=y
---
> CONFIG_USB_OHCI_HCD=m
> # CONFIG_USB_OHCI_HCD_SSB is not set
2183c2220
< CONFIG_USB_UHCI_HCD=y
---
> CONFIG_USB_UHCI_HCD=m
2217c2254
< CONFIG_USB_UAS=y
---
> # CONFIG_USB_UAS is not set
2380c2417
< CONFIG_EDD=y
---
> CONFIG_EDD=m
2446a2484
> CONFIG_GENERIC_ACL=y
2483c2521
< # CONFIG_TMPFS_POSIX_ACL is not set
---
> CONFIG_TMPFS_POSIX_ACL=y
2486c2524
< CONFIG_CONFIGFS_FS=y
---
> # CONFIG_CONFIGFS_FS is not set
2833a2872,2876
> CONFIG_LZO_DECOMPRESS=y
> CONFIG_DECOMPRESS_GZIP=y
> CONFIG_DECOMPRESS_BZIP2=y
> CONFIG_DECOMPRESS_LZMA=y
> CONFIG_DECOMPRESS_LZO=y


hope that will help some people
_________________
[LAPTOP]
DELL Inspiron 5110
i5-2450M CPU @ 2.50GHz
[LINUX-GENTOO]
Gentoo 2018-0
kernel 5.0.6
gnome 3.30
Back to top
View user's profile Send private message
cach0rr0
Bodhisattva
Bodhisattva


Joined: 13 Nov 2008
Posts: 4123
Location: Houston, Republic of Texas

PostPosted: Sat Mar 12, 2011 1:04 pm    Post subject: Reply with quote

the biggest difference i see, is that on the left you have the USB drivers as built-in, instead of as modules
modules of course being loaded from the root fs, so if that root fs is on the usb drive, i would not expect it to work at all (unless of course you have an initramfs)

also worth pointing out, just a semantic issue, but 'devfs' is gone, dead, buried. Now is all udev, and devtmpfs while performing some similar tasks, is not strictly speaking devfs. Not that it matters a ton of things are working, but who knows who might stumble on this thread later and be confused ;)
_________________
Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum