Well I have a problem with rebooting. I have installed gentoo on the IDE (second master) disk (the first master is Solaris disk, the first slave - cd rom drive) with silo configured until this point:
http://www.gentoo.org/doc/en/handbook/2 ... =1&chap=10
After reboot I have a panic:
VFS: Cannot open root device "hdc1" or 16:01
Please append the correct "root=" boot option
Kernel panic: VFS: unable to mount root fs on 16:01
fstab looks almost like in the example below:
http://www.gentoo.org/doc/en/handbook/2 ... t=1&chap=8
/dev/hdc1 /boot ext2 defaults,noatime 1 2
/dev/hdc2 none swap sw 0 0
/dev/hdc3 / ext3 noatime 0 1
none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0
/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
silo.conf contains:
partition = 1 # Boot partition (= root partition)
root = /dev/hdc1 # Root partition
timeout = 150 # Wait 15 seconds before booting the default section
image = /boot/kernel-2.4.30
label = linux
hdc partitions:
Disk /dev/hdc (Sun disk label): 64 heads, 32 sectors, 8635 cylinders
Units = cylinders of 2048 * 512 bytes
Device Flag Start End Blocks Id System
/dev/hdc1 0 488 499712 83 Linux native
/dev/hdc2 488 976 499712 82 Linux swap
/dev/hdc3 0 8635 8842240 5 Whole disk
/dev/hdc4 976 1953 1000448 83 Linux native
/dev/hdc5 1953 2144 195584 83 Linux native
/dev/hdc6 2144 8635 6646784 83 Linux native
I thought that ext3 should not be chosen for the root partition, but repeating instalation form the point where I have crated root filesystem did not help.
I also have noticed that solaris primary disk has swap partition in the beggining (blocks 0-257) on the partition hda2, while hda1 starts on block 257. Is it a way that SB 150 IDE disks should be configured?
Please help
tiroy