Kirjoittaja Aihe: Win XP:n asentamisen jälkeen GRUB ja Ubuntu ei toimi [RATKAISTU]  (Luettu 4852 kertaa)

luisfigo

  • Käyttäjä
  • Viestejä: 42
    • Profiili
Eli asensin XP:n Vistan tilalle ja nyt käynnistäessä kone ei menekään GRUBiin vaan suoraan windowsiin, olen siis asentanut XP:n vain pelikäyttöön eli Ubuntu toimii oletuksena.

Olen kokeillut asentaa Grubin jo:

sudo grub
find /boot/grub/stage1
(hd1,0)
root (hd1,0)
setup (hd1)
quit

Mutta edelleenkin se menee suoraan windowsiin.

boot/grub/menu.lst on seuraavanlainen:

# 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'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
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 specific 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_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=dc153ebb-eec8-41e2-99f2-2480b2fd26e8 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=dc153ebb-eec8-41e2-99f2-2480b2fd26e8

## 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

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## 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

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title      Ubuntu 8.10, kernel 2.6.27-9-generic
uuid      dc153ebb-eec8-41e2-99f2-2480b2fd26e8
kernel      /boot/vmlinuz-2.6.27-9-generic root=UUID=dc153ebb-eec8-41e2-99f2-2480b2fd26e8 ro quiet splash
initrd      /boot/initrd.img-2.6.27-9-generic
quiet

title      Ubuntu 8.10, kernel 2.6.27-9-generic (recovery mode)
uuid      dc153ebb-eec8-41e2-99f2-2480b2fd26e8
kernel      /boot/vmlinuz-2.6.27-9-generic root=UUID=dc153ebb-eec8-41e2-99f2-2480b2fd26e8 ro  single
initrd      /boot/initrd.img-2.6.27-9-generic

title      Ubuntu 8.10, kernel 2.6.27-7-generic
uuid      dc153ebb-eec8-41e2-99f2-2480b2fd26e8
kernel      /boot/vmlinuz-2.6.27-7-generic root=UUID=dc153ebb-eec8-41e2-99f2-2480b2fd26e8 ro quiet splash
initrd      /boot/initrd.img-2.6.27-7-generic
quiet

title      Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid      dc153ebb-eec8-41e2-99f2-2480b2fd26e8
kernel      /boot/vmlinuz-2.6.27-7-generic root=UUID=dc153ebb-eec8-41e2-99f2-2480b2fd26e8 ro  single
initrd      /boot/initrd.img-2.6.27-7-generic

title      Ubuntu 8.10, memtest86+
uuid      dc153ebb-eec8-41e2-99f2-2480b2fd26e8
kernel      /boot/memtest86+.bin
quiet

### 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      Windows Vista/Longhorn (loader)
root      (hd0,0)
savedefault
makeactive
chainloader   +1



Miten muokkaan tuota että saan Ubuntun oletukseksi tai ylipäätään grubin takaisin?
« Viimeksi muokattu: 28.11.08 - klo:18.54 kirjoittanut luisfigo »

luisfigo

  • Käyttäjä
  • Viestejä: 42
    • Profiili
       [ Minimal BASH-like line editing is supported.   For
         the   first   word,  TAB  lists  possible  command
         completions.  Anywhere else TAB lists the possible
         completions of a device/filename. ]

grub> find /boot/grub/stage1
 (hd1,0)

grub> root (hd1,0)

grub> setup (hd1)
 Checking if "/boot/grub/stage1" exists... yes
 Checking if "/boot/grub/stage2" exists... yes
 Checking if "/boot/grub/e2fs_stage1_5" exists... yes
 Running "embed /boot/grub/e2fs_stage1_5 (hd1)"...  16 sectors are embedded.
succeeded
 Running "install /boot/grub/stage1 (hd1) (hd1)1+16 p (hd1,0)/boot/grub/stage2
/boot/grub/menu.lst"... succeeded
Done.

grub>

timsku

  • Käyttäjä
  • Viestejä: 225
    • Profiili
Jos kerran menee suoraan windowsiin niin windows on jyrännyt mbr:n. Sinulla näyttää GRUB olevan (hd1,0) osiolla eli toisen levyn ekalla osiolla. Täytyy heittää mutuna kun ei itselle ole vielä kohdalle sattunut: Buutti Live-CD:ltä, chroot-käskyllä linuxin juuriosio käyttöön, MBR:n korjaus. Eli jotenkin näin:

 1. Boot with any live CD (I've done it with Ubuntu Live DVD)
2. Get a root shell -> Applications / System Tools / Root Terminal
3. Make a folder -> mkdir /mnt/ubuntu
4. Check the Ubuntu partition -> fdisk -l (Mine is /dev/hda4)
5. Mount the root partition of Ubuntu -> mount -t ext3 /dev/hda4 /mnt/ubuntu (replace /dev/hda4 by your Ubuntu partition determined at the step 4)
6. Chroot the mounted partition -> chroot /mnt/ubuntu
7. Restore Grub / the initial MBR -> grub-install /dev/hda
8. Exit the shell
9. Reboot

http://ge.ubuntuforums.com/showthread.php?t=24113&page=3

Korjatkaa viisaammat jos olen väärässä...

SuperOscar

  • Käyttäjä
  • Viestejä: 4013
  • Ocatarinetabellatsumtsum!
    • Profiili
    • Legisign.org
Tuota, miten pääset Grubin kehotteeseen jos kerran Grub ei käynnisty vaan kone menee suoraan Windowsiin?

Grubin menu.lst:llä taas ei ole tietenkään väliä niin kauan, kun Grub ei käynnisty.

Sinänsä näyttää, kuin olisit tehnyt oikeat liikkeet, mutta ehkä ne kohdistuvat väärään laitteeseen tms.?
pöytäkone 1, NUC: openSUSE Leap 15.6, kannettavat 1–3: Debian GNU/Linux 12; pöytäkone 2: openSUSE Tumbleweed; RPi 1: FreeBSD 14-RELEASE; RPi 2: LibreELEC 11

luisfigo

  • Käyttäjä
  • Viestejä: 42
    • Profiili
Live-cd:n kautta pääsen.


   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1       13995   112414806   83  Linux
/dev/sdb2           13996       14593     4803435    5  Extended
/dev/sdb5           13996       14593     4803403+  82  Linux swap / Solaris
root@ubuntu:/home/ubuntu# mount -t ext3 /dev/sdb1 /mnt/ubuntu
root@ubuntu:/home/ubuntu# chroot /mnt/ubuntu
root@ubuntu:/# grub-install /dev/sdb
/dev/sdb: Not found or not a block device.
root@ubuntu:/# grub-install /dev/sdb1
/dev/sdb1: Not found or not a block device.
root@ubuntu:/# grub-install /dev/hda
/dev/hda: Not found or not a block device.
root@ubuntu:/# grub-install /dev/sda
/dev/sda: Not found or not a block device.
root@ubuntu:/# grub-install /dev/sdb
/dev/sdb: Not found or not a block device.
root@ubuntu:/#



Mitäs tuohon?
« Viimeksi muokattu: 28.11.08 - klo:17.07 kirjoittanut luisfigo »

timsku

  • Käyttäjä
  • Viestejä: 225
    • Profiili
Koita laittaa sudo eteen....

Muoks: Ja käsittääkseni tuossa pitäisi käyttää sudo grub-install /dev/sda koska kone boottaa kuitenkin ekalta kiintolevyltä... Sullahan on se toinenkin ?
« Viimeksi muokattu: 28.11.08 - klo:17.28 kirjoittanut timsku »

luisfigo

  • Käyttäjä
  • Viestejä: 42
    • Profiili
root@ubuntu:/# sudo grub-install /dev/sdb
sudo: unable to resolve host ubuntu
/dev/sdb: Not found or not a block device.
root@ubuntu:/# sudo grub-install /dev/sdb1
sudo: unable to resolve host ubuntu
/dev/sdb1: Not found or not a block device.
root@ubuntu:/#


heittää tuollaista

luisfigo

  • Käyttäjä
  • Viestejä: 42
    • Profiili
Koita laittaa sudo eteen....

Muoks: Ja käsittääkseni tuossa pitäisi käyttää sudo grub-install /dev/sda koska kone boottaa kuitenkin ekalta kiintolevyltä... Sullahan on se toinenkin ?
Juu Mulla on siis Win XP sda-levyllä ja Ubuntu on sdb-levyllä

timsku

  • Käyttäjä
  • Viestejä: 225
    • Profiili
Joo, bootissa käytettävä mbr löytyy tuolta sda-levyltä, sinne pitäisi niiden toimenpiteiden kohdistua...

luisfigo

  • Käyttäjä
  • Viestejä: 42
    • Profiili
Näinkö?

1. Boot with any live CD (I've done it with Ubuntu Live DVD)
2. Get a root shell -> Applications / System Tools / Root Terminal
3. Make a folder -> mkdir /mnt/ubuntu
4. Check the Ubuntu partition -> fdisk -l (oma ubuntuni on /dev/sdb1)
5. Mount the root partition of Ubuntu -> mount -t ext3 /dev/sdb1 /mnt/ubuntu
6. Chroot the mounted partition -> chroot /mnt/ubuntu
7. Restore Grub / the initial MBR -> grub-install /dev/sda
8. Exit the shell
9. Reboot

timsku

  • Käyttäjä
  • Viestejä: 225
    • Profiili
Näin olen käsittänyt. Toistan vielä että itse en ole kyseiseen operaatioon koskaan joutunut, joten pieni varaus sen suhteen (en ota vastuuta...). Pahinta mitä tuossa voi tapahtua on windowsin menetys, itse "menetin" sen jo lähes vuosi sitten... ;D

luisfigo

  • Käyttäjä
  • Viestejä: 42
    • Profiili
Prkl, se herjaa tolla tavallakin tätä Not found or not a block device.

timsku

  • Käyttäjä
  • Viestejä: 225
    • Profiili
Jaa-a pitäisköhän sen sittenkin olla liitettynä... :-\

mkdir /mnt/vinkku
mount -t vfat /dev/sda1 /mnt/vinkku

dmesg-käskyn tulosteesta vois kans yrittää metsästää, jos sattuis olla jotain kovon tunnistusongelmaa tai vastaavaa..
« Viimeksi muokattu: 28.11.08 - klo:17.57 kirjoittanut timsku »

luisfigo

  • Käyttäjä
  • Viestejä: 42
    • Profiili
[   18.564601] pnp 00:07: io resource (0x6a0-0x6af) overlaps 0000:00:1c.0 BAR 7 (0x0-0xffff), disabling
[   18.564601] pnp 00:07: io resource (0x6b0-0x6ff) overlaps 0000:00:1c.0 BAR 7 (0x0-0xffff), disabling
[   18.564601] pnp: PnP ACPI: found 11 devices
[   18.564601] ACPI: ACPI bus type pnp unregistered
[   18.564601] PnPBIOS: Disabled by ACPI PNP
[   18.564601] PCI: Using ACPI for IRQ routing
[   18.564601] pci 0000:00:1c.0: BAR 7: can't allocate resource
[   18.572041] NET: Registered protocol family 8
[   18.572044] NET: Registered protocol family 20
[   18.572061] NetLabel: Initializing
[   18.572061] NetLabel:  domain hash size = 128
[   18.572061] NetLabel:  protocols = UNLABELED CIPSOv4
[   18.572075] NetLabel:  unlabeled traffic allowed by default
[   18.572083] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[   18.572089] hpet0: 3 64-bit timers, 14318180 Hz
[   18.573607] tracer: 772 pages allocated for 65536 entries of 48 bytes
[   18.573611]    actual entries 65620
[   18.573701] AppArmor: AppArmor Filesystem Enabled
[   18.576041] Switched to high resolution mode on CPU 0
[   18.576543] Switched to high resolution mode on CPU 1
[   18.580024] system 00:01: iomem range 0xe0000000-0xefffffff could not be reserved
[   18.580028] system 00:01: iomem range 0xfed14000-0xfed17fff could not be reserved
[   18.580031] system 00:01: iomem range 0xfed18000-0xfed18fff could not be reserved
[   18.580035] system 00:01: iomem range 0xfed19000-0xfed19fff could not be reserved
[   18.580038] system 00:01: iomem range 0xfed1c000-0xfed1ffff could not be reserved
[   18.580042] system 00:01: iomem range 0xfed20000-0xfed3ffff could not be reserved
[   18.580045] system 00:01: iomem range 0xfed40000-0xfed44fff could not be reserved
[   18.580049] system 00:01: iomem range 0xfed45000-0xfed8ffff could not be reserved
[   18.580058] system 00:04: iomem range 0xfed00000-0xfed003ff could not be reserved
[   18.615298] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[   18.615302] pci 0000:00:01.0:   IO window: 0x2000-0x2fff
[   18.615306] pci 0000:00:01.0:   MEM window: 0xb0100000-0xb01fffff
[   18.615311] pci 0000:00:01.0:   PREFETCH window: 0x000000c0000000-0x000000cfffffff
[   18.615316] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[   18.615318] pci 0000:00:1c.0:   IO window: disabled
[   18.615325] pci 0000:00:1c.0:   MEM window: 0xfac00000-0xfebfffff
[   18.615330] pci 0000:00:1c.0:   PREFETCH window: disabled
[   18.615339] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:04
[   18.615341] pci 0000:00:1c.2:   IO window: disabled
[   18.615348] pci 0000:00:1c.2:   MEM window: 0xb0200000-0xb02fffff
[   18.615353] pci 0000:00:1c.2:   PREFETCH window: disabled
[   18.615362] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:05
[   18.615366] pci 0000:00:1e.0:   IO window: 0x3000-0x3fff
[   18.615372] pci 0000:00:1e.0:   MEM window: 0xb0300000-0xb03fffff
[   18.615378] pci 0000:00:1e.0:   PREFETCH window: 0x00000088000000-0x000000880fffff
[   18.615395] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   18.615399] pci 0000:00:01.0: setting latency timer to 64
[   18.615408] pci 0000:00:1c.0: enabling device (0000 -> 0002)
[   18.615413] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   18.615421] pci 0000:00:1c.0: setting latency timer to 64
[   18.615429] pci 0000:00:1c.2: enabling device (0000 -> 0002)
[   18.615435] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[   18.615442] pci 0000:00:1c.2: setting latency timer to 64
[   18.615451] pci 0000:00:1e.0: setting latency timer to 64
[   18.615455] bus: 00 index 0 io port: [0, ffff]
[   18.615458] bus: 00 index 1 mmio: [0, ffffffff]
[   18.615460] bus: 01 index 0 io port: [2000, 2fff]
[   18.615462] bus: 01 index 1 mmio: [b0100000, b01fffff]
[   18.615465] bus: 01 index 2 mmio: [c0000000, cfffffff]
[   18.615467] bus: 01 index 3 mmio: [0, 0]
[   18.615469] bus: 02 index 0 mmio: [0, ffff]
[   18.615471] bus: 02 index 1 mmio: [fac00000, febfffff]
[   18.615473] bus: 02 index 2 mmio: [0, 0]
[   18.615475] bus: 02 index 3 mmio: [0, 0]
[   18.615477] bus: 04 index 0 mmio: [0, 0]
[   18.615479] bus: 04 index 1 mmio: [b0200000, b02fffff]
[   18.615482] bus: 04 index 2 mmio: [0, 0]
[   18.615484] bus: 04 index 3 mmio: [0, 0]
[   18.615486] bus: 05 index 0 io port: [3000, 3fff]
[   18.615488] bus: 05 index 1 mmio: [b0300000, b03fffff]
[   18.615490] bus: 05 index 2 mmio: [88000000, 880fffff]
[   18.615493] bus: 05 index 3 io port: [0, ffff]
[   18.615495] bus: 05 index 4 mmio: [0, ffffffff]
[   18.615504] NET: Registered protocol family 2
[   18.628054] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[   18.628298] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[   18.628703] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[   18.628928] TCP: Hash tables configured (established 131072 bind 65536)
[   18.628932] TCP reno registered
[   18.632085] NET: Registered protocol family 1
[   18.632209] checking if image is initramfs... it is
[   19.405181] Freeing initrd memory: 8249k freed
[   19.405590] Simple Boot Flag at 0x36 set to 0x1
[   19.406512] audit: initializing netlink socket (disabled)
[   19.406538] type=2000 audit(1227893839.405:1): initialized
[   19.412974] highmem bounce pool size: 64 pages
[   19.412981] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[   19.415715] VFS: Disk quotas dquot_6.5.1
[   19.415813] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   19.415932] msgmni has been set to 1743
[   19.416069] io scheduler noop registered
[   19.416072] io scheduler anticipatory registered
[   19.416075] io scheduler deadline registered
[   19.416088] io scheduler cfq registered (default)
[   19.416206] pci 0000:01:00.0: Boot video device
[   19.416334] pcieport-driver 0000:00:01.0: setting latency timer to 64
[   19.416376] pcieport-driver 0000:00:01.0: found MSI capability
[   19.416411] pci_express 0000:00:01.0:pcie00: allocate port service
[   19.416461] pci_express 0000:00:01.0:pcie03: allocate port service
[   19.416561] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[   19.416612] pcieport-driver 0000:00:1c.0: found MSI capability
[   19.416661] pci_express 0000:00:1c.0:pcie00: allocate port service
[   19.416713] pci_express 0000:00:1c.0:pcie02: allocate port service
[   19.416761] pci_express 0000:00:1c.0:pcie03: allocate port service
[   19.416882] pcieport-driver 0000:00:1c.2: setting latency timer to 64
[   19.416932] pcieport-driver 0000:00:1c.2: found MSI capability
[   19.416982] pci_express 0000:00:1c.2:pcie00: allocate port service
[   19.417036] pci_express 0000:00:1c.2:pcie02: allocate port service
[   19.417083] pci_express 0000:00:1c.2:pcie03: allocate port service
[   19.417480] isapnp: Scanning for PnP cards...
[   19.771291] isapnp: No Plug & Play device found
[   19.810050] hpet_resources: 0xfed00000 is busy
[   19.810126] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[   19.812787] brd: module loaded
[   19.812867] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[   19.813013] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12


luisfigo

  • Käyttäjä
  • Viestejä: 42
    • Profiili
[   19.815435] i8042.c: Detected active multiplexing controller, rev 1.1.
[   19.816286] serio: i8042 KBD port at 0x60,0x64 irq 1
[   19.816293] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[   19.816296] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[   19.816299] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[   19.816302] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[   19.816756] mice: PS/2 mouse device common for all mice
[   19.816907] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
[   19.816938] rtc0: alarms up to one month, y3k, hpet irqs
[   19.817080] EISA: Probing bus 0 at eisa.0
[   19.817089] Cannot allocate resource for EISA slot 1
[   19.817092] Cannot allocate resource for EISA slot 2
[   19.817095] Cannot allocate resource for EISA slot 3
[   19.817118] EISA: Detected 0 cards.
[   19.817122] cpuidle: using governor ladder
[   19.817125] cpuidle: using governor menu
[   19.817676] TCP cubic registered
[   19.817704] Using IPI No-Shortcut mode
[   19.817892] registered taskstats version 1
[   19.818017]   Magic number: 0:520:644
[   19.818130] rtc_cmos 00:08: setting system clock to 2008-11-28 17:37:20 UTC (1227893840)
[   19.818134] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[   19.818136] EDD information not available.
[   19.818381] Freeing unused kernel memory: 424k freed
[   19.818421] Write protecting the kernel text: 2576k
[   19.818450] Write protecting the kernel read-only data: 936k
[   19.853382] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[   19.959404] fuse init (API version 7.9)
[   20.037425] ACPI: SSDT 7FE95897, 01AF (r1  PmRef  Cpu0Ist     3000 INTL 20050624)
[   20.037813] ACPI: SSDT 7FE95647, 01CB (r1  PmRef  Cpu0Cst     3001 INTL 20050624)
[   20.052179] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[   20.052244] processor ACPI0007:00: registered as cooling_device0
[   20.052248] ACPI: Processor [CPU0] (supports 8 throttling states)
[   20.052643] ACPI: SSDT 7FE95A46, 0089 (r1  PmRef  Cpu1Ist     3000 INTL 20050624)
[   20.053003] ACPI: SSDT 7FE95812, 0085 (r1  PmRef  Cpu1Cst     3000 INTL 20050624)
[   20.053556] Marking TSC unstable due to TSC halts in idle
[   20.053776] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
[   20.053842] processor ACPI0007:01: registered as cooling_device1
[   20.053847] ACPI: Processor [CPU1] (supports 8 throttling states)
[   20.057336] thermal LNXTHERM:01: registered as thermal_zone0
[   20.058508] ACPI: Thermal Zone [THRM] (62 C)
[   20.368204] usbcore: registered new interface driver usbfs
[   20.368233] usbcore: registered new interface driver hub
[   20.368670] usbcore: registered new device driver usb
[   20.371397] USB Universal Host Controller Interface driver v3.0
[   20.371459] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[   20.371469] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[   20.371473] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   20.371520] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[   20.371558] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001800
[   20.371726] usb usb1: configuration #1 chosen from 1 choice
[   20.371756] hub 1-0:1.0: USB hub found
[   20.371764] hub 1-0:1.0: 2 ports detected
[   20.430615] No dock devices found.
[   20.487097] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   20.487108] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[   20.487113] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   20.487181] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[   20.487222] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001820
[   20.487496] usb usb2: configuration #1 chosen from 1 choice
[   20.487536] hub 2-0:1.0: USB hub found
[   20.487545] hub 2-0:1.0: 2 ports detected
[   20.491005] SCSI subsystem initialized
[   20.509158] libata version 3.00 loaded.
[   20.696448] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[   20.696460] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[   20.696465] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   20.696494] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[   20.696534] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001840
[   20.696636] usb usb3: configuration #1 chosen from 1 choice
[   20.696668] hub 3-0:1.0: USB hub found
[   20.696676] hub 3-0:1.0: 2 ports detected
[   20.800426] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[   20.800438] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[   20.800443] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[   20.800472] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
[   20.800512] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001860
[   20.800624] usb usb4: configuration #1 chosen from 1 choice
[   20.800653] hub 4-0:1.0: USB hub found
[   20.800661] hub 4-0:1.0: 2 ports detected
[   20.808106] usb 2-2: new full speed USB device using uhci_hcd and address 2
[   20.987436] usb 2-2: configuration #1 chosen from 1 choice
[   21.000064] Clocksource tsc unstable (delta = -174661859 ns)
[   21.004582] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[   21.004600] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[   21.004604] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[   21.004637] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
[   21.008540] ehci_hcd 0000:00:1d.7: debug port 1
[   21.008547] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[   21.008555] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xb0004000
[   21.116077] usb 4-1: new low speed USB device using uhci_hcd and address 2
[   21.128067] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   21.128244] usb usb5: configuration #1 chosen from 1 choice
[   21.128276] hub 5-0:1.0: USB hub found
[   21.128286] hub 5-0:1.0: 8 ports detected
[   21.184106] hub 4-0:1.0: unable to enumerate USB device on port 1
[   21.232165] usb 2-2: USB disconnect, address 2
[   21.336543] ahci 0000:00:1f.2: version 3.0
[   21.336564] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   21.336687] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 1.5 Gbps 0x5 impl SATA mode
[   21.336691] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
[   21.336697] ahci 0000:00:1f.2: setting latency timer to 64
[   21.336865] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   21.336879] r8169 0000:05:05.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[   21.337210] eth0: RTL8169sb/8110sb at 0xf8840800, 00:03:0d:4b:db:21, XID 10000000 IRQ 19
[   21.337840] scsi0 : ahci
[   21.337954] scsi1 : ahci
[   21.338092] scsi2 : ahci
[   21.338162] scsi3 : ahci
[   21.338275] ata1: SATA max UDMA/133 abar m1024@0xb0004400 port 0xb0004500 irq 220
[   21.338278] ata2: DUMMY
[   21.338281] ata3: SATA max UDMA/133 abar m1024@0xb0004400 port 0xb0004600 irq 220
[   21.338283] ata4: DUMMY
[   21.656100] ata1: SATA link down (SStatus 0 SControl 300)
[   21.768070] usb 2-2: new full speed USB device using uhci_hcd and address 3
[   21.941418] usb 2-2: configuration #1 chosen from 1 choice
[   21.992083] ata3: SATA link down (SStatus 0 SControl 300)
[   22.008149] ohci1394 0000:05:04.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[   22.057903] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[18]  MMIO=[b0304000-b03047ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[   22.060948] sata_via 0000:05:07.0: version 2.3
[   22.060968] sata_via 0000:05:07.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   22.061021] sata_via 0000:05:07.0: routed to hard irq line 7
[   22.061667] scsi4 : sata_via
[   22.061983] scsi5 : sata_via
[   22.062094] scsi6 : sata_via
[   22.062143] ata5: SATA max UDMA/133 port i16@0x3850 bmdma 0x3800 irq 17
[   22.062147] ata6: SATA max UDMA/133 port i16@0x3840 bmdma 0x3808 irq 17
[   22.062150] ata7: PATA max UDMA/133 port i16@0x3830 bmdma 0x3810 irq 17
[   22.180073] usb 4-1: new low speed USB device using uhci_hcd and address 3
[   22.360954] usb 4-1: configuration #1 chosen from 1 choice
[   22.379389] usbcore: registered new interface driver hiddev
[   22.384127] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[   22.430294] input: Microsoft Microsoft Wireless Optical Mouse� 1.00 as /devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/input/input2
[   22.432188] input,hidraw0: USB HID v1.11 Mouse [Microsoft Microsoft Wireless Optical Mouse� 1.00] on usb-0000:00:1d.3-1
[   22.432209] usbcore: registered new interface driver usbhid
[   22.432212] usbhid: v2.6:USB HID core driver
[   22.754131] ata5.00: ATA-7: WDC WD1200BEVS-07LAT0, 01.06M01, max UDMA/133
[   22.754136] ata5.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/1)
[   22.768732] ata5.00: configured for UDMA/133
[   23.088126] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[   23.329011] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00030d4972008316]
[   23.478066] ata6.00: ATA-7: WDC WD1200BEVS-07LAT0, 01.06M01, max UDMA/133
[   23.478070] ata6.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/1)
[   23.492744] ata6.00: configured for UDMA/133
[   23.660264] scsi 4:0:0:0: Direct-Access     ATA      WDC WD1200BEVS-0 01.0 PQ: 0 ANSI: 5
[   23.660417] scsi 5:0:0:0: Direct-Access     ATA      WDC WD1200BEVS-0 01.0 PQ: 0 ANSI: 5
[   23.660519] pata_acpi 0000:00:1f.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   23.660552] pata_acpi 0000:00:1f.1: setting latency timer to 64
[   23.660566] pata_acpi 0000:00:1f.1: PCI INT B disabled
[   23.665267] ata_piix 0000:00:1f.1: version 2.12
[   23.665279] ata_piix 0000:00:1f.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   23.665321] ata_piix 0000:00:1f.1: setting latency timer to 64
[   23.665499] scsi7 : ata_piix
[   23.665582] scsi8 : ata_piix
[   23.666235] ata8: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1880 irq 14
[   23.666239] ata9: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1888 irq 15
[   23.680510] scsi 4:0:0:0: Attached scsi generic sg0 type 0
[   23.680750] scsi 5:0:0:0: Attached scsi generic sg1 type 0
[   23.696546] Driver 'sd' needs updating - please use bus_type methods
[   23.696682] sd 4:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[   23.696706] sd 4:0:0:0: [sda] Write Protect is off
[   23.696709] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   23.696748] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   23.696831] sd 4:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[   23.696853] sd 4:0:0:0: [sda] Write Protect is off
[   23.696856] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   23.696897] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   23.696902]  sda: sda1
[   23.733079] sd 4:0:0:0: [sda] Attached SCSI disk
[   23.733175] sd 5:0:0:0: [sdb] 234441648 512-byte hardware sectors (120034 MB)
[   23.733201] sd 5:0:0:0: [sdb] Write Protect is off
[   23.733204] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   23.733250] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   23.733326] sd 5:0:0:0: [sdb] 234441648 512-byte hardware sectors (120034 MB)
[   23.733351] sd 5:0:0:0: [sdb] Write Protect is off
[   23.733354] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   23.733400] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   23.733405]  sdb: sdb1 sdb2 < sdb5 >
[   23.767796] sd 5:0:0:0: [sdb] Attached SCSI disk
[   23.828649] ata8.00: ATAPI: Optiarc DVD RW AD-7540A, 1.42, max UDMA/33
[   23.844513] ata8.00: configured for UDMA/33
[   23.844564] ata9: port disabled. ignoring.
[   23.845905] scsi 7:0:0:0: CD-ROM            Optiarc  DVD RW AD-7540A  1.42 PQ: 0 ANSI: 5
[   23.846070] scsi 7:0:0:0: Attached scsi generic sg2 type 5
[   23.880491] Driver 'sr' needs updating - please use bus_type methods
[   23.881528] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray

luisfigo

  • Käyttäjä
  • Viestejä: 42
    • Profiili
[   23.881532] Uniform CD-ROM driver Revision: 3.20
[   23.881633] sr 7:0:0:0: Attached scsi CD-ROM sr0
[   24.346392] EXT3-fs: INFO: recovery required on readonly filesystem.
[   24.346396] EXT3-fs: write access will be enabled during recovery.
[   24.491493] kjournald starting.  Commit interval 5 seconds
[   24.491512] EXT3-fs: recovery complete.
[   24.492654] EXT3-fs: mounted filesystem with ordered data mode.
[   25.692714] kjournald starting.  Commit interval 5 seconds
[   25.692725] EXT3-fs: mounted filesystem with ordered data mode.
[   26.803762] kjournald starting.  Commit interval 5 seconds
[   26.803773] EXT3-fs: mounted filesystem with ordered data mode.
[   27.911820] kjournald starting.  Commit interval 5 seconds
[   27.911831] EXT3-fs: mounted filesystem with ordered data mode.
[   29.023555] kjournald starting.  Commit interval 5 seconds
[   29.023566] EXT3-fs: mounted filesystem with ordered data mode.
[   30.572511] ISO 9660 Extensions: Microsoft Joliet Level 3
[   30.630723] ISO 9660 Extensions: RRIP_1991A
[   30.985161] aufs 20080922
[   30.992952] loop: module loaded
[   31.346937] squashfs: version 3.3 (2007/10/31) Phillip Lougher
[  113.262534] udevd version 124 started
[  114.061186] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[  114.116767] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[  114.161189] iTCO_vendor_support: vendor-support=0
[  114.226075] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
[  114.226599] iTCO_wdt: Found a ICH7-M TCO device (Version=2, TCOBASE=0x1060)
[  114.226821] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[  114.455566] input: PC Speaker as /devices/platform/pcspkr/input/input3
[  114.566732] Linux agpgart interface v0.103
[  115.163764] intel_rng: FWH not detected
[  115.660677] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[  115.701141] ACPI: Power Button (FF) [PWRF]
[  115.701215] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input5
[  115.717219] ACPI: Lid Switch [liD0]
[  115.717284] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input6
[  115.781758] ACPI: Power Button (CM) [PWRB]
[  115.781855] input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input7
[  115.783044] Bluetooth: Core ver 2.13
[  115.783162] NET: Registered protocol family 31
[  115.783165] Bluetooth: HCI device and connection manager initialized
[  115.783168] Bluetooth: HCI socket layer initialized
[  115.833227] ACPI: Sleep Button (CM) [SLPB]
[  115.972289] ACPI: Battery Slot [BAT0] (battery present)
[  116.083729] ACPI: WMI: Mapper loaded
[  116.088418] Bluetooth: Generic Bluetooth USB driver ver 0.3
[  116.088507] usbcore: registered new interface driver btusb
[  116.092756] ACPI: AC Adapter [AC0] (on-line)
[  116.331291] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/device:02/input/input8
[  116.379004] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[  116.380845] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:07/input/input9
[  116.416233] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[  116.506836] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.26ks
[  116.506841] iwl3945: Copyright(c) 2003-2008 Intel Corporation
[  116.506917] iwl3945 0000:04:00.0: enabling device (0000 -> 0002)
[  116.506929] iwl3945 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[  116.506949] iwl3945 0000:04:00.0: setting latency timer to 64
[  116.506971] iwl3945: Detected Intel Wireless WiFi Link 3945ABG
[  116.568675] iwl3945: Tunable channels: 13 802.11bg, 23 802.11a channels
[  116.576966] phy0: Selected rate control algorithm 'iwl-3945-rs'
[  116.780973] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[  116.781006] HDA Intel 0000:00:1b.0: setting latency timer to 64
[  116.876855] Synaptics Touchpad, model: 1, fw: 6.2, id: 0xa0b1, caps: 0xa04713/0x20040a
[  116.934160] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input10
[  117.094546] iwl3945 0000:04:00.0: PCI INT A disabled
[  120.378880] Adding 4803392k swap on /dev/sdb5.  Priority:-1 extents:1 across:4803392k
[  121.343050] ip_tables: (C) 2000-2006 Netfilter Core Team
[  126.413424] warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)
[  126.460679] apm: BIOS not found.
[  126.868969] lp: driver loaded but no devices found
[  126.960752] ppdev: user-space parallel port driver
[  133.790027] Bluetooth: L2CAP ver 2.11
[  133.790041] Bluetooth: L2CAP socket layer initialized
[  134.038142] Bluetooth: RFCOMM socket layer initialized
[  134.038165] Bluetooth: RFCOMM TTY layer initialized
[  134.038169] Bluetooth: RFCOMM ver 1.10
[  134.043714] Bluetooth: SCO (Voice Link) ver 0.6
[  134.043727] Bluetooth: SCO socket layer initialized
[  134.321363] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  134.321376] Bluetooth: BNEP filters: protocol multicast
[  134.830041] Bridge firewalling registered
[  134.830237] pan0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.
[  139.797614] r8169: eth0: link down
[  139.806059] iwl3945 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[  139.806210] iwl3945 0000:04:00.0: restoring config space at offset 0x1 (was 0x100002, writing 0x100006)
[  139.809158] firmware: requesting iwlwifi-3945-1.ucode
[  140.339178] Registered led device: iwl-phy0:radio
[  140.339260] Registered led device: iwl-phy0:assoc
[  140.339293] Registered led device: iwl-phy0:RX
[  140.339326] Registered led device: iwl-phy0:TX
[  140.554627] NET: Registered protocol family 17
[  142.637745] wlan0: authenticate with AP 0a:0c:c3:72:0d:e1
[  142.639543] wlan0: authenticated
[  142.639552] wlan0: associate with AP 0a:0c:c3:72:0d:e1
[  142.643508] wlan0: RX AssocResp from 0a:0c:c3:72:0d:e1 (capab=0x421 status=0 aid=1)
[  142.643517] wlan0: associated
[  142.644560] wlan0: disassociating by local choice (reason=3)
[  144.272566] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[  144.710300] [drm] Initialized drm 1.1.0 20060810
[  144.761076] pci 0000:01:00.0: setting latency timer to 64
[  144.761311] [drm] Initialized radeon 1.29.0 20080528 on minor 0
[  145.753239] [drm] Setting GART location based on new memory map
[  145.755657] [drm] Loading R500 Microcode
[  145.755736] [drm] Num pipes: 3
[  145.755746] [drm] writeback test succeeded in 2 usecs
[  164.738030] wlan0: deauthenticated
[  164.738569] wlan0: authenticate with AP 0a:0c:c3:72:0d:e1
[  164.741173] wlan0: authenticated
[  164.741185] wlan0: associate with AP 0a:0c:c3:72:0d:e1
[  164.746403] wlan0: RX ReassocResp from 0a:0c:c3:72:0d:e1 (capab=0x421 status=0 aid=1)
[  164.746414] wlan0: associated
[  164.747404] wlan0: disassociating by local choice (reason=3)
[  192.003663] CPU0 attaching NULL sched-domain.
[  192.003675] CPU1 attaching NULL sched-domain.
[  192.020091] CPU0 attaching sched-domain:
[  192.020099]  domain 0: span 0-1 level MC
[  192.020102]   groups: 0 1
[  192.020109] CPU1 attaching sched-domain:
[  192.020111]  domain 0: span 0-1 level MC
[  192.020114]   groups: 1 0
[  194.742933] wlan0: deauthenticated
[  194.743946] wlan0: authenticate with AP 0a:0c:c3:72:0d:e1
[  194.748716] wlan0: authenticated
[  194.748728] wlan0: associate with AP 0a:0c:c3:72:0d:e1
[  194.751425] wlan0: RX ReassocResp from 0a:0c:c3:72:0d:e1 (capab=0x421 status=0 aid=1)
[  194.751436] wlan0: associated
[  194.753355] wlan0: disassociating by local choice (reason=3)
[  234.777040] wlan0: deauthenticated
[  234.777492] wlan0: authenticate with AP 0a:0c:c3:72:0d:e1
[  234.784735] wlan0: authenticate with AP 00:1a:9f:03:5b:54
[  234.786692] wlan0: authenticate with AP 00:1a:9f:03:5b:54
[  234.788216] wlan0: authenticated
[  234.788227] wlan0: associate with AP 00:1a:9f:03:5b:54
[  234.797098] wlan0: RX AssocResp from 00:1a:9f:03:5b:54 (capab=0x471 status=0 aid=2)
[  234.797109] wlan0: associated
[  235.429944] padlock: VIA PadLock not detected.
[  258.168352] NET: Registered protocol family 10
[  258.169427] lo: Disabled Privacy Extensions
[  258.170595] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  260.565619] CE: hpet increasing min_delta_ns to 15000 nsec
[  260.565777] CE: hpet increasing min_delta_ns to 22500 nsec
[  265.881583] CE: hpet increasing min_delta_ns to 33750 nsec
[  269.132070] wlan0: no IPv6 routers present
[  269.413598] CE: hpet increasing min_delta_ns to 50624 nsec
[  269.413792] CE: hpet increasing min_delta_ns to 75936 nsec
[  271.809509] CE: hpet increasing min_delta_ns to 113904 nsec
[  382.950649] kjournald starting.  Commit interval 5 seconds
[  382.950993] EXT3 FS on sdb1, internal journal
[  382.951004] EXT3-fs: mounted filesystem with ordered data mode.
root@ubuntu:/home/ubuntu#



timsku

  • Käyttäjä
  • Viestejä: 225
    • Profiili
[   23.696682] sd 4:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[   23.696706] sd 4:0:0:0: [sda] Write Protect is off
[   23.696709] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   23.696748] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   23.696831] sd 4:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[   23.696853] sd 4:0:0:0: [sda] Write Protect is off
[   23.696856] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   23.696897] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   23.696902]  sda: sda1

Eli pitäisi olla ihan ok...

Lisätietoa: http://linux.fi/wiki/Grub#Asennus

Eli pitää olla liitettynä...


luisfigo

  • Käyttäjä
  • Viestejä: 42
    • Profiili
Nyt toimii, ymmärsin mistä on kyse. Olin laittanut väärin tuon liitoskohdan joka kerta.

Kiitos avusta! :)