Code: Select all
>> Activating mdev
>> Determining root device...
>> Mounting root...
mount: mounting /dev/sda6 on /newroot failed. Invalid argument
!! Could not mount specified ROOT, try again
!! Could not find the root block device in .
Please specify another value or: press Enter for the same, type "shell" for a shell, or "q" to skip...
root block device() :: _Code: Select all
# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda3 /boot ext2 noauto,noatime 1 2
/dev/sda1 none ntfs noauto,noatime 0 0
/dev/sda6 / ext4 defaults,noatime 0 1
/dev/sda7 /home ext4 defaults,noatime 0 2
/dev/sda5 none swap sw 0 0
/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0Code: Select all
boot=/dev/sda
prompt
timeout=100
default=gentoo
image=/boot/kernel-genkernel-x86_64-2.6.31-gentoo-r6
label=Gentoo
read-only
root=/dev/ram0
append="init=/linuxrc ramdisk=8192 real_root=/dev/sda6"
initrd=/boot/initramfs-genkernel-x86_64-2.6.31-gentoo-r6
other=/dev/sda1
label=Windows


