#1 Le 16/10/2005, à 07:39
- M@Nu-SoLo
/bin/sh: can't access tty; job control turned off
et ubuntu ne demarre pas....
J'ai eu le probleme hier, et ai réinstallé ubuntu. Ce matin j'ai de nouveau cette erreur et n'ai pas envie de réinstaller ubuntu tous les jours.
Est ce que quelqu'un comprend ce message (moi pas...) et il y a t'il un moyen de tapper une commande pour que ubuntu se lance.
Merci par avance, suis dans le caca....
Hors ligne
#2 Le 16/10/2005, à 07:57
- cep_
Re : /bin/sh: can't access tty; job control turned off
As-tu un disque sata ?
Si oui, dans grub essaye de remplacer le chemin de forme lba hdxn par sdxn dans la ligne du kernel.
Il faudra aussi faire la modif dans fstab.
Pour grub, tu peux le faire dans une console grub au boot, ce qui te permettra de voir si ça fait avancer le problème.
Si c'est ok, tu modifieras fstab avec un live cd.
#3 Le 16/10/2005, à 08:04
- M@Nu-SoLo
Re : /bin/sh: can't access tty; job control turned off
oui, j'ai un disk sata.
Comment avoir un console grub au boot ?
Merci cep_
Hors ligne
#4 Le 16/10/2005, à 08:09
- cep_
Re : /bin/sh: can't access tty; job control turned off
À l'écran de grub, tu utilises la touche e (pour édition)
avec la touche flèche tu descends sur la ligne du kernel puis e
tu changes hd par sd, tu n'auras pas de clavier fr, mais pas important.
Enter pour confirmer.
touche b pour booter.
#5 Le 16/10/2005, à 08:12
- cep_
Re : /bin/sh: can't access tty; job control turned off
J'ai oublié de préciser qu'il faudra aussi probablement modifier en conséquence /boot/grub/device.map
Tu verras cela dans un deuxième temps s'il y a progression.
#6 Le 16/10/2005, à 09:30
- M@Nu-SoLo
Re : /bin/sh: can't access tty; job control turned off
Merci cep_
Pris de dépourvu, j'ai reinstallé Ubuntu Breezy pour la 4 eme fois.
Si le problème revient (normalement) j'essayerai la manip.
Le plus surprenant c'est que j'ai ce problème mais pas forcement au premier reboot... J'ai eu la hoary et n'ai jamais eu de pb avec mes disk sata...
Merci encore.
M@Nu
Hors ligne
#7 Le 16/10/2005, à 09:37
- cep_
Re : /bin/sh: can't access tty; job control turned off
Vois dans un premier temps si les disques sont bien reconnus.
Vois si ton /boot/grub/menu.lst et device.map sont bien identifiés en correspondance, soit avec du hdax ou sdax (a ou b, ou c, suivant ta config).
Voir aussi s'il n'y a pas un kernel plus approprié.
Étudie un : dmesg dans un terminal et les logs dans /var/log
#8 Le 16/10/2005, à 09:50
- M@Nu-SoLo
Re : /bin/sh: can't access tty; job control turned off
avec un fdisk -l ,
isque /dev/sda: 164.6 Go, 164696555520 octets
255 têtes, 63 secteurs/piste, 20023 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 * 1 5099 40957686 7 HPFS/NTFS
/dev/sda2 5100 20022 119868997+ f W95 Etendu (LBA)
/dev/sda5 5100 10198 40957686 7 HPFS/NTFS
/dev/sda6 10199 20022 78911248+ 7 HPFS/NTFS
Disque /dev/sdb: 81.9 Go, 81964302336 octets
255 têtes, 63 secteurs/piste, 9964 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Périphérique Amorce Début Fin Blocs Id Système
/dev/sdb1 * 1 31 248976 83 Linux
/dev/sdb2 32 9964 79786822+ 5 Extended
/dev/sdb5 32 9964 79786791 8e Linux LVM
manu@MaNux-P4:~$
mon /boot/grub/menu.lst
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specifiv kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
# kopt=root=/dev/mapper/Ubuntu-root ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd1,0)
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery mode) single
# altoptions=(recovery mode) single
## nonaltoption boot targets option
## This option controls options to pass to only the
## primary kernel menu item.
## You can have ONLY one nonaltoptions line
# nonaltoptions=quiet splash
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## ## End Default Options ##
title Ubuntu, kernel 2.6.12-9-386
root (hd1,0)
kernel /vmlinuz-2.6.12-9-386 root=/dev/mapper/Ubuntu-root ro quiet splash
initrd /initrd.img-2.6.12-9-386
savedefault
boot
title Ubuntu, kernel 2.6.12-9-386 (recovery mode)
root (hd1,0)
kernel /vmlinuz-2.6.12-9-386 root=/dev/mapper/Ubuntu-root ro single
initrd /initrd.img-2.6.12-9-386
boot
title Ubuntu, memtest86+
root (hd1,0)
kernel /memtest86+.bin
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professionnel
root (hd0,0)
savedefault
makeactive
chainloader +1
Quant au dmesg (qui ne me dit rien du tout)
672.010000] Allocate Port Service[pcie00]
[4294672.010000] Allocate Port Service[pcie03]
[4294672.010000] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16
[4294672.010000] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[4294672.010000] assign_interrupt_mode Found MSI capability
[4294672.010000] Allocate Port Service[pcie00]
[4294672.010000] Allocate Port Service[pcie02]
[4294672.010000] Allocate Port Service[pcie03]
[4294672.010000] ACPI: PCI Interrupt 0000:00:1c.1[b] -> GSI 17 (level, low) -> IRQ 17
[4294672.010000] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[4294672.010000] assign_interrupt_mode Found MSI capability
[4294672.010000] Allocate Port Service[pcie00]
[4294672.010000] Allocate Port Service[pcie02]
[4294672.010000] Allocate Port Service[pcie03]
[4294672.010000] isapnp: Scanning for PnP cards...
[4294672.361000] isapnp: No Plug & Play device found
[4294672.380000] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[4294672.382000] serio: i8042 AUX port at 0x60,0x64 irq 12
[4294672.382000] serio: i8042 KBD port at 0x60,0x64 irq 1
[4294672.382000] Serial: 8250/16550 driver $Revision: 1.90 $ 54 ports, IRQ sharing enabled
[4294672.382000] ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[4294672.382000] ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[4294672.384000] ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[4294672.385000] ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[4294672.385000] io scheduler noop registered
[4294672.385000] io scheduler anticipatory registered
[4294672.385000] io scheduler deadline registered
[4294672.385000] io scheduler cfq registered
[4294672.385000] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[4294672.385000] EISA: Probing bus 0 at eisa.0
[4294672.385000] EISA: Detected 0 cards.
[4294672.385000] NET: Registered protocol family 2
[4294672.394000] IP: routing cache hash table of 8192 buckets, 64Kbytes
[4294672.394000] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[4294672.395000] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
[4294672.395000] TCP: Hash tables configured (established 262144 bind 65536)
[4294672.396000] NET: Registered protocol family 8
[4294672.396000] NET: Registered protocol family 20
[4294672.396000] ACPI wakeup devices:
[4294672.396000] P0P1 P0P3 P0P4 P0P5 P0P6 P0P7 PS2K PS2M UAR1 UAR2 USB1 USB2 USB3 USB4 EUSB MC97
[4294672.396000] ACPI: (supports S0 S1 S3 S4 S5)
[4294672.396000] Freeing unused kernel memory: 224k freed
[4294672.412000] vga16fb: initializing
[4294672.412000] vga16fb: mapped to 0xc00a0000
[4294672.528000] Console: switching to colour frame buffer device 80x30
[4294672.528000] fb0: VGA16 VGA frame buffer device
[4294672.536000] input: AT Translated Set 2 keyboard on isa0060/serio0
[4294673.661000] Capability LSM initialized
[4294673.672000] NET: Registered protocol family 1
[4294673.687000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[4294673.687000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[4294673.687000] ACPI: bus type ide registered
[4294673.697000] SCSI subsystem initialized
[4294673.697000] libata version 1.11 loaded.
[4294673.698000] ahci version 1.00
[4294673.698000] ACPI: PCI Interrupt 0000:00:1f.2[b] -> GSI 19 (level, low) -> IRQ 19
[4294676.921000] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[4294676.921000] ahci(0000:00:1f.2) AHCI 0001.0000 32 slots 4 ports 1.5 Gbps 0xf impl IDE mode
[4294676.921000] ahci(0000:00:1f.2) flags: 64bit ncq pm led slum part
[4294676.921000] ata1: SATA max UDMA/133 cmd 0xF886AD00 ctl 0x0 bmdma 0x0 irq 19
[4294676.921000] ata2: SATA max UDMA/133 cmd 0xF886AD80 ctl 0x0 bmdma 0x0 irq 19
[4294676.921000] ata3: SATA max UDMA/133 cmd 0xF886AE00 ctl 0x0 bmdma 0x0 irq 19
[4294676.921000] ata4: SATA max UDMA/133 cmd 0xF886AE80 ctl 0x0 bmdma 0x0 irq 19
[4294677.123000] ata1: dev 0 cfg 49:2f00 82:74eb 83:7fea 84:4023 85:74e9 86:3c02 87:4023 88:003f
[4294677.123000] ata1: dev 0 ATA, max UDMA/100, 321672960 sectors: lba48
[4294677.123000] ata1: dev 0 configured for UDMA/100
[4294677.123000] scsi0 : ahci
[4294677.324000] ata2: dev 0 cfg 49:2f00 82:7c6b 83:7b09 84:4003 85:7c69 86:3a01 87:4003 88:007f
[4294677.324000] ata2: dev 0 ATA, max UDMA/133, 160086528 sectors:
[4294677.324000] ata2: dev 0 configured for UDMA/133
[4294677.324000] scsi1 : ahci
[4294677.526000] ata3: no device found (phy stat 00000000)
[4294677.526000] scsi2 : ahci
[4294677.727000] ata4: no device found (phy stat 00000000)
[4294677.727000] scsi3 : ahci
[4294677.727000] Vendor: ATA Model: HDS722516VLSA80 Rev: V34O
[4294677.727000] Type: Direct-Access ANSI SCSI revision: 05
[4294677.727000] Vendor: ATA Model: Maxtor 6Y080M0 Rev: YAR5
[4294677.727000] Type: Direct-Access ANSI SCSI revision: 05
[4294677.737000] ICH6: IDE controller at PCI slot 0000:00:1f.1
[4294677.737000] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18
[4294677.737000] ICH6: chipset revision 3
[4294677.737000] ICH6: not 100% native mode: will probe irqs later
[4294677.737000] ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
[4294677.737000] Probing IDE interface ide0...
[4294678.409000] hda: LITE-ON DVDRW LDW-451S, ATAPI CD/DVD-ROM drive
[4294679.021000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[4294679.021000] Probing IDE interface ide1...
[4294679.534000] Probing IDE interface ide2...
[4294680.046000] Probing IDE interface ide3...
[4294680.558000] Probing IDE interface ide4...
[4294681.070000] Probing IDE interface ide5...
[4294681.587000] hda: ATAPI 40X DVD-ROM CD-R/RW drive, 2048kB Cache
[4294681.587000] Uniform CD-ROM driver Revision: 3.20
[4294681.593000] SCSI device sda: 321672960 512-byte hdwr sectors (164697 MB)
[4294681.593000] SCSI device sda: drive cache: write back
[4294681.593000] SCSI device sda: 321672960 512-byte hdwr sectors (164697 MB)
[4294681.593000] SCSI device sda: drive cache: write back
[4294681.593000] /dev/scsi/host0/bus0/target0/lun0: p1 p2 < p5 p6 >
[4294681.634000] Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
[4294681.634000] SCSI device sdb: 160086528 512-byte hdwr sectors (81964 MB)
[4294681.634000] SCSI device sdb: drive cache: write back
[4294681.634000] SCSI device sdb: 160086528 512-byte hdwr sectors (81964 MB)
[4294681.634000] SCSI device sdb: drive cache: write back
[4294681.634000] /dev/scsi/host1/bus0/target0/lun0: p1 p2 < p5 >
[4294681.647000] Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
[4294681.957000] usbcore: registered new driver usbfs
[4294681.957000] usbcore: registered new driver hub
[4294681.958000] USB Universal Host Controller Interface driver v2.2
[4294681.958000] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
[4294681.958000] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[4294681.958000] uhci_hcd 0000:00:1d.0: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1
[4294682.020000] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[4294682.020000] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009880
[4294682.020000] hub 1-0:1.0: USB hub found
[4294682.020000] hub 1-0:1.0: 2 ports detected
[4294682.023000] ACPI: PCI Interrupt 0000:00:1d.1[b] -> GSI 19 (level, low) -> IRQ 19
[4294682.023000] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[4294682.023000] uhci_hcd 0000:00:1d.1: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2
[4294682.085000] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[4294682.085000] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009c00
[4294682.085000] hub 2-0:1.0: USB hub found
[4294682.085000] hub 2-0:1.0: 2 ports detected
[4294682.088000] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[4294682.088000] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[4294682.088000] uhci_hcd 0000:00:1d.2: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3
[4294682.150000] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[4294682.150000] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000a000
[4294682.150000] hub 3-0:1.0: USB hub found
[4294682.150000] hub 3-0:1.0: 2 ports detected
[4294682.153000] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 16
[4294682.153000] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[4294682.153000] uhci_hcd 0000:00:1d.3: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4
[4294682.215000] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
[4294682.215000] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000a080
[4294682.215000] hub 4-0:1.0: USB hub found
[4294682.215000] hub 4-0:1.0: 2 ports detected
[4294682.243000] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
[4294682.243000] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[4294682.243000] ehci_hcd 0000:00:1d.7: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller
[4294682.243000] ehci_hcd 0000:00:1d.7: debug port 1
[4294682.243000] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
[4294682.243000] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xd6cff800
[4294682.247000] PCI: cache line size of 128 is not supported by device 0000:00:1d.7
[4294682.247000] ehci_hcd 0000:00:1d.7: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
[4294682.247000] hub 5-0:1.0: USB hub found
[4294682.247000] hub 5-0:1.0: 8 ports detected
[4294684.889000] ACPI: CPU0 (power states: C1[C1])
[4294684.889000] ACPI: Processor [CPU1] (supports 8 throttling states)
[4294685.075000] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
[4294685.084000] cdrom: open failed.
[4294685.227000] Attempting manual resume
[4294685.251000] swsusp: Suspend partition has wrong signature?
[4294685.279000] kjournald starting. Commit interval 5 seconds
[4294685.279000] EXT3-fs: mounted filesystem with ordered data mode.
[4294686.180000] md: md driver 0.90.1 MAX_MD_DEVS=256, MD_SB_DISKS=27
[4294689.420000] Adding 3104760k swap on /dev/mapper/Ubuntu-swap_1. Priority:-1 extents:1
[4294689.682000] EXT3 FS on dm-0, internal journal
[4294694.339000] parport: PnPBIOS parport detected.
[4294694.339000] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[4294694.425000] lp0: using parport0 (interrupt-driven).
[4294694.449000] mice: PS/2 mouse device common for all mice
[4294694.828000] input: PS2++ Logitech MX Mouse on isa0060/serio1
[4294695.120000] ts: Compaq touchscreen protocol output
[4294698.007000] cdrom: open failed.
[4294698.694000] kjournald starting. Commit interval 5 seconds
[4294698.694000] EXT3 FS on sdb1, internal journal
[4294698.695000] EXT3-fs: mounted filesystem with ordered data mode.
[4294700.002000] Linux agpgart interface v0.101 (c) Dave Jones
[4294700.010000] agpgart: Detected an Intel 915G Chipset.
[4294700.040000] agpgart: AGP aperture is 256M @ 0x0
[4294700.115000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[4294700.126000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[4294700.490000] hw_random: RNG not detected
[4294700.832000] Linux video capture interface: v1.00
[4294700.869000] bttv: driver version 0.9.15 loaded
[4294700.869000] bttv: using 8 buffers with 2080k (520 pages) each for capture
[4294700.873000] bttv: Bt8xx card found (0).
[4294700.873000] ACPI: PCI Interrupt 0000:01:09.0[A] -> GSI 17 (level, low) -> IRQ 17
[4294700.873000] bttv0: Bt878 (rev 17) at 0000:01:09.0, irq: 17, latency: 64, mmio: 0xd7ffe000
[4294700.873000] bttv0: detected: Pinnacle PCTV [card=39], PCI subsystem ID is 11bd:0012
[4294700.873000] bttv0: using: Pinnacle PCTV Studio/Rave [card=39,autodetected]
[4294700.873000] bttv0: gpio: en=00000000, out=00000000 in=00fff3ff [init]
[4294700.890000] bttv0: i2c: checking for MSP34xx @ 0x80... not found
[4294700.892000] bttv0: pinnacle/mt: id=4 info="PAL+SECAM / mono" radio=no
[4294700.892000] bttv0: using tuner=33
[4294700.892000] bttv0: i2c: checking for MSP34xx @ 0x80... not found
[4294700.894000] bttv0: i2c: checking for TDA9875 @ 0xb0... not found
[4294700.896000] bttv0: i2c: checking for TDA7432 @ 0x8a... not found
[4294700.915000] tda9885/6/7: chip found @ 0x86
[4294700.956000] tuner 0-0060: chip found @ 0xc0 (bt878 #0 [sw])
[4294700.965000] tuner 0-0060: microtune: companycode=4d54 part=04 rev=04
[4294701.009000] tuner 0-0060: microtune MT2032 found, OK
[4294701.043000] bttv0: registered device video0
[4294701.043000] bttv0: registered device vbi0
[4294701.043000] bttv0: PLL: 28636363 => 35468950 .. ok
[4294701.175000] bt878: AUDIO driver version 0.0.0 loaded
[4294701.178000] bt878: Bt878 AUDIO function found (0).
[4294701.178000] ACPI: PCI Interrupt 0000:01:09.1[A] -> GSI 17 (level, low) -> IRQ 17
[4294701.178000] bt878(0): Bt878 (rev 17) at 01:09.1, irq: 17, latency: 64, memory: 0xd7fff000
[4294701.352000] ACPI: PCI Interrupt 0000:01:0a.0[A] -> GSI 21 (level, low) -> IRQ 21
[4294702.180000] gameport: EMU10K1 is pci0000:01:0a.1/gameport0, io 0xbc00, speed 917kHz
[4294702.267000] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[4294702.267000] sk98lin: Network Device Driver v8.23.1.3
[4294702.267000] (C)Copyright 1999-2005 Marvell(R).
[4294702.267000] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[4294702.267000] PCI: Setting latency timer of device 0000:02:00.0 to 64
[4294702.325000] eth0: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter
[4294702.325000] PrefPort:A RlmtMode:Check Link State
[4294703.648000] Real Time Clock Driver v1.12
[4294703.729000] input: PC Speaker
[4294703.791000] Floppy drive(s): fd0 is 1.44M
[4294703.808000] FDC 0 is a post-1991 82077
[4294705.207000] NET: Registered protocol family 17
[4294706.880000] eth0: network connection up using port A
[4294706.880000] speed: 100
[4294706.880000] autonegotiation: yes
[4294706.880000] duplex mode: full
[4294706.880000] flowctrl: symmetric
[4294706.880000] irq moderation: disabled
[4294706.880000] tcp offload: enabled
[4294706.880000] scatter-gather: enabled
[4294706.880000] tx-checksum: enabled
[4294706.880000] rx-checksum: enabled
[4294706.880000] rx-polling: enabled
[4294709.692000] NET: Registered protocol family 10
[4294709.692000] Disabled Privacy Extensions on device c02eb280(lo)
[4294709.692000] IPv6 over IPv4 tunneling driver
[4294710.890000] ACPI: Power Button (FF) [PWRF]
[4294710.890000] ACPI: Power Button (CM) [PWRB]
[4294710.979000] ibm_acpi: ec object not found
[4294719.124000] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
[4294719.124000] apm: overridden by ACPI.
[4294719.997000] eth0: no IPv6 routers present
[4294720.432000] Bluetooth: Core ver 2.7
[4294720.432000] NET: Registered protocol family 31
[4294720.432000] Bluetooth: HCI device and connection manager initialized
[4294720.432000] Bluetooth: HCI socket layer initialized
[4294720.451000] Bluetooth: L2CAP ver 2.7
[4294720.451000] Bluetooth: L2CAP socket layer initialized
[4294720.483000] Bluetooth: RFCOMM ver 1.5
[4294720.483000] Bluetooth: RFCOMM socket layer initialized
[4294720.483000] Bluetooth: RFCOMM TTY layer initialized
[4295686.414000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
[4295686.414000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
[4295686.550000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
[4295686.550000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
Hors ligne
#9 Le 16/10/2005, à 09:52
- M@Nu-SoLo
Re : /bin/sh: can't access tty; job control turned off
Faut 'il dans
title Ubuntu, kernel 2.6.12-9-386
root (hd1,0)
kernel /vmlinuz-2.6.12-9-386 root=/dev/mapper/Ubuntu-root ro quiet splash
initrd /initrd.img-2.6.12-9-386
savedefault
boot
title Ubuntu, kernel 2.6.12-9-386 (recovery mode)
root (hd1,0)
kernel /vmlinuz-2.6.12-9-386 root=/dev/mapper/Ubuntu-root ro single
initrd /initrd.img-2.6.12-9-386
boot
title Ubuntu, memtest86+
root (hd1,0)
kernel /memtest86+.bin
boot
que je modifie les hd1 par sdb1 ?
Hors ligne
#10 Le 16/10/2005, à 10:32
- cep_
Re : /bin/sh: can't access tty; job control turned off
Non, mais tu pourrais essayer une piste :
créer dans menu.lst, après memtest un title suppélmentaire, et si le premier ne fonctionne pas, voir celui-ci :
title Ubuntu, kernel 2.6.12-9-386
root (hd1,0)
kernel /vmlinuz-2.6.12-9-386 root=/dev/sdb1 ro quiet splash
initrd /initrd.img-2.6.12-9-386
savedefault
boot
Mais comme tu as demandé du lvm à l'installation, j'ai un gros doute.
Explorer aussi la piste du lvm, et de la conformité des disques.
#11 Le 16/10/2005, à 18:31
- M@Nu-SoLo
Re : /bin/sh: can't access tty; job control turned off
Je ferrai tout cela, j'ai arrete mon pc plusieurs fois et l'ai redemarré sans encombre. Mais c'était aussi le cas auparavant.
Merci encore cep_ pour tous tes conseils, et désolé de ne pouvoir que te payer un canon virtuel.
Hors ligne
#12 Le 16/10/2005, à 18:42
- cep_
Re : /bin/sh: can't access tty; job control turned off
un canon virtuel.
À ta santé