Code: Select all
* Mounting proc at /proc...
* Mounting sysfs at /sys...
can't create lock file /etc/mtab~1232: Read-only file system (use -n flag to override)
* Mounting ramfs at /dev...
* Configuring system to use udev...
/sbin/rc: line 248: cannot redirect standard input from /dev/null: No such file or directory
* Using /sbin/hotplug for udev management...
* Mounting devpts at /dev/pts...
* Activating (possible) swap...
* Remounting root filesystem read-only (if necessary)
* Checking root filesystem...
Failed to open the device '/dev/hda4': No such file or directory
/sbin/rc: line 250: rc_splash: command not found
* Filesystem couldn't be fixed :(
/dev/console: No such file or directory
Give root password for maintenance
(or type Control-D for normal startup)Code: Select all
/dev/hda2 /boot ext2 defaults,noatime 1 1
/dev/hda4 / reiserfs notail 0 1
/dev/hda3 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro,user,exec 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid 0 0Code: Select all
Disk /dev/hda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 3618 29061553+ 7 HPFS/NTFS
/dev/hda2 * 3619 3623 40162+ 83 Linux
/dev/hda3 3624 3686 506047+ 82 Linux Swap
/dev/hda4 3687 4865 9470317+ 83 LinuxCode: Select all
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda1 /boot ext2 noauto,noatime 1 1
/dev/sda3 / reiserfs noatime 0 0
/dev/sda2 none swap sw 0 0
/dev/sda5 /opt reiserfs noatime 0 0
/dev/sda6 /var reiserfs noatime 0 0
/dev/sda7 /tmp reiserfs noatime 0 0
/dev/sdb1 /home reiserfs noatime 0 0
/dev/sdb2 /usr reiserfs noatime 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 user,noauto,ro,exec 0 0
# NOTE: The next line is critical for boot!
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
Code: Select all
# Boot automatically after 30 secs.
timeout 30
# By default, boot the first entry.
default 0
# Fallback to the second entry.
fallback 1
# Use Gentoo splash image
splashimage=(hd0,0)/grub/gentoo.xpm.gz
# For booting GNU/Linux
title Gentoo Linux 2.6.10 - gentoo-dev-sources-r6
root (hd0,0)
kernel /kernel-2.6.10-gentoo-r6 root=/dev/sda3
# For booting GNU/Linux
title Gentoo Linux 2.6.10 - gentoo-dev-sources-r6, 1600x1200
root (hd0,0)
kernel /kernel-2.6.10-gentoo-r6 root=/dev/sda3 video=vesafb:ywrap,pmipal,1600x1200-24@85 splash-verbose,theme:emergence
initrd (hd0,0)/fbsplash-emergence-1600x1200