[gentoo-user] Re: boot slave drive

2006-08-30 Thread Thufir

On Tue, 29 Aug 2006, Thufir wrote:


From: Thufir [EMAIL PROTECTED]
Subject: boot slave drive
Newsgroups: gmane.linux.gentoo.user

fedora (FC5) is on hda (master), hdb (slave) has windows 2000 and gentoo.

I'm only unable to boot gentoo.  When booting gentoo here's the error 
message:

[...]

Progress :)

New error message:

checking root filesystem
fsc ext3:  No such device or address while trying to open /dev/hda4

Possibly non existen or swap device?

* fileystem couldn't be fixed

Give root password for maintenance (or type Control-D to continue).


dismounting filesystem
rebooting


//

current grub file:

[EMAIL PROTECTED] ~]$
[EMAIL PROTECTED] ~]$ su -
Password:
[EMAIL PROTECTED] ~]#
[EMAIL PROTECTED] ~]# cat /boot/grub/grub.conf -n
 1  # grub.conf generated by anaconda
 2  #
 3  # Note that you do not have to rerun grub after making changes to this 
file
 4  # NOTICE:  You have a /boot partition.  This means that
 5  #  all kernel and initrd paths are relative to /boot/, eg.
 6  #  root (hd0,0)
 7  #  kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
 8  #  initrd /initrd-version.img
 9  #boot=/dev/hda1
10  default=0
11  timeout=5
12  splashimage=(hd0,0)/grub/splash.xpm.gz
13
14  #hiddenmenu
15
16  title Fedora Core (2.6.15-1.2054_FC5)
17  root (hd0,0)
18  kernel /vmlinuz-2.6.15-1.2054_FC5 ro root=/dev/VolGroup00/LogVol00 
rhgb quiet

19  initrd /initrd-2.6.15-1.2054_FC5.img
20
21  title win2k
22  map (hd0) (hd1)
23  map (hd1) (hd0)
24  rootnoverify (hd1,0)
25  chainloader +1
26
27  title Gentoo
28  kernel (hd1,1)/kernel-genkernel-x86-2.6.15-gentoo-r5 root=/dev/ram0 
init=/linuxrc ramdisk=8192 real_root=/dev/hdb4

29  initrd (hd1,1)/initramfs-genkernel-x86-2.6.15-gentoo-r5
30
31
[EMAIL PROTECTED] ~]#
[EMAIL PROTECTED] ~]# exit
logout

[EMAIL PROTECTED] ~]$
[EMAIL PROTECTED] ~]$ date
Wed Aug 30 23:10:34 IST 2006
[EMAIL PROTECTED] ~]$
[EMAIL PROTECTED] ~]$

/

I don't think it's a problem with grub per se, but that hdb used to be 
hda, which is why there's an error regarding the filesystem of hda.


Gentoo needs to be informed, I think, that it's on hdb now.

--
Thufir
http://hawat.thufir.googlepages.com/

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: boot slave drive

2006-08-30 Thread Richard Fish

On 8/30/06, Thufir [EMAIL PROTECTED] wrote:

checking root filesystem
fsc ext3:  No such device or address while trying to open /dev/hda4


Fix /etc/fstab.  Replace all /dev/hda with /dev/hdb.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: boot slave drive

2006-08-30 Thread THUFIR HAWAT

On 8/31/06, Richard Fish [EMAIL PROTECTED] wrote:

On 8/30/06, Thufir [EMAIL PROTECTED] wrote:
 checking root filesystem
 fsc ext3:  No such device or address while trying to open /dev/hda4

Fix /etc/fstab.  Replace all /dev/hda with /dev/hdb.

-Richard

[...]

Excellent!  thanks :)


-Thufir
--
gentoo-user@gentoo.org mailing list