Zainstalowałem Gentoo 2005.0 (wszystko zgodnie z handbook-iem narazie bez punktów 11 - Finalizing your Gentoo Installation oraz 12 - Where to go from here?), ale mam problem nie moge go załadować (zbootwać). W momencie gdy załączam aby w Grub-ie ładował sie Linux to wyskauje nanstępujący błąd:
Kod:
Booting command-list
root (hd0,8)
Filesystem type is ext2fs partition type 0x83
kernel /kernel-2.6.11-gentoo-r3 root=/dev/sda11
VFS: Can not open root device "sda11" or unknown-block(0,0)
Please append a correcf "root" boot option
Kernel panic - not syncing : VFS: Unable to mount root fs on unknown-block(0,0)
Jak zmienię linijkę w grub.conf:
Kod:
kernel=(hd0,8)/kernel-2.6.11-gentoo-r3 root=/dev/sda11 rhgb quiet
To błąd wygląda następująco:
Kod:
Booting command-list
root (hd0,8)
Filesystem type is ext2fs partition type 0x83
kernel /kernel-2.6.11-gentoo-r3 root=/dev/sda11 rhgb quiet
[Linux - bzImage, setup = 0xc00, size = ox1fb80f]
Uncompressing Linux... OK, booting the kernel
audit (1120422670.093:0): initialized
Device 'i823650' does not have o release() function, it is broken and must bi fixed.
Kernel panic - not syncing : VFS: Unable to mount root fs on unknown-block(0,0)
grup.conf wygląda następująco:
Kod:
# General
default 1
timeout 10
splashimage=(hd0,8)/grub/splash.xpm.gz
# Linux
title=Gentoo
root (hd0,8)
kernel=(hd0,8)/kernel-2.6.11-gentoo-r3 root=/dev/sda11
# XP
title=xp
rootnoverify (hd0,0)
makeactive
chainloader +1
Oto podział dysku, jest to dysk SATA:
/dev/sda1 <- Win XP
/dev/sda5 - /dev/sda8 <- partycje NTFS
/dev/sda9 <- /boot ext2
/dev/sda10 <- swap
/dev/sda11 <- / ext3
/dev/sda12 <- /home ext3
Jak /boot był na ext3 błąd był identyczny.
Windows ładuje sie bez problemów.