| View previous topic :: View next topic |
| Author |
Message |
cubancigar11 Guru


Joined: 10 Jan 2005 Posts: 322
|
Posted: Wed Jul 16, 2008 3:30 pm Post subject: [SOLVED] Grub cannot see stage1 even though it exists |
|
|
Hi!
Help me... I am in dire need!
I have installed Gentoo from latest live CD (actually I converted it into a bootable USB), and then installed it in /dev/sda2 (my master disk is SCSI)
But I am unable to install grub.
Following are the steps I follow:
| Quote: |
# mount /dev/sda2 /mnt/gentoo
# mount -t proc proc /mnt/gentoo/proc
# mount -o bind /dev /mnt/gentpo/proc
# chroot /mnt/gentoo /bin/bash
# cat /proc/mounts > /etc/mtab
# env-update
# source /etc/profile
# grub
grub> root (hd0,1) <---- the scsi is detected as hd0. This is probably OK because that is how it was in previous slackware install.
Filesystem type is ext2fs, partition type 0x83
grub> setup (hd0)
Checking if "/boot/grub/stage1" exists... no
Checking if "/boot/stage1" exists... no
Error 2: Bad file or directory type
grub> quit <---- ofcourse
# ls /boot/grub/stage1
/boot/grub/stage1
|
What could be the problem! _________________ eye-candy is the key to enlightenment
Last edited by cubancigar11 on Wed Jul 16, 2008 4:08 pm; edited 1 time in total |
|
| Back to top |
|
 |
cubancigar11 Guru


Joined: 10 Jan 2005 Posts: 322
|
|
| Back to top |
|
 |
cubancigar11 Guru


Joined: 10 Jan 2005 Posts: 322
|
Posted: Wed Jul 16, 2008 4:08 pm Post subject: |
|
|
Yep! That's it! I repartitioned /dev/sda2 as reiserfs and everything went fine.
Wonder if no-one tried installing on an ext3 partition before? _________________ eye-candy is the key to enlightenment |
|
| Back to top |
|
 |
NathanZachary Moderator


Joined: 30 Jan 2007 Posts: 2277 Location: /home/zach
|
Posted: Wed Jul 16, 2008 4:16 pm Post subject: |
|
|
That's very interesting news. My /boot is on ext2, but now I want to try it on ext3 on my test machine just to see what's going on. _________________ “Truth, like infinity, is to be forever approached but never reached.” --Jean Ayres (1972)
---avatar cropped from =AimanStudio--- |
|
| Back to top |
|
 |
|