Quote:
Originally Posted by devils_casper Plug-in External Disk and Boot up from LiveCD and execute this Post output here.
Execute this too Code: mkdir /media/disk1
mount -t ext3 /dev/sdb1 /media/disk1
less /media/disk1/boot/grub/grub.conf
Post first root and kernel lines only. |
su *-* did not work. There's also no /boot directory on usb1 partition. There's /grub/grub.conf.
Here's my session:
[fedora@localhost ~]$ su *-*
su: user *-* does not exist
[fedora@localhost ~]$ fdisk -l
bash: fdisk: command not found
[fedora@localhost ~]$ mkdir /media/disk1
mkdir: cannot create directory `/media/disk1': Permission denied
[fedora@localhost ~]$ su
[root@localhost fedora]# su *-*
su: user *-* does not exist
[root@localhost fedora]# mkdir /media/disk1
[root@localhost fedora]# mount -t ext3 /dev/sdb1 /media/disk1
[root@localhost fedora]# less /media/disk1/boot/grub/grub.conf
/media/disk1/boot/grub/grub.conf: No such file or directory
[root@localhost fedora]# cd /media/disk1
[root@localhost disk1]# cd boot
bash: cd: boot: No such file or directory
[root@localhost disk1]# ls
config-2.6.19-1.2895.fc6 symvers-2.6.19-1.2895.fc6.gz
config-2.6.22.2-42.fc6 System.map-2.6.19-1.2895.fc6
grub System.map-2.6.22.2-42.fc6
initrd-2.6.19-1.2895.fc6.img vmlinuz-2.6.19-1.2895.fc6
initrd-2.6.22.2-42.fc6.img vmlinuz-2.6.22.2-42.fc6
lost+found
[root@localhost disk1]# cd grub
[root@localhost grub]# cd boot
bash: cd: boot: No such file or directory
[root@localhost grub]# ls
device.map grub.conf~ reiserfs_stage1_5 vstafs_stage1_5
e2fs_stage1_5 iso9660_stage1_5 splash.xpm.gz xfs_stage1_5
fat_stage1_5 jfs_stage1_5 stage1
ffs_stage1_5 menu.lst stage2
grub.conf minix_stage1_5 ufs2_stage1_5
[root@localhost grub]#
here's less grub.conf:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd1,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd1,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.19-1.2895.fc6)
root (hd1,0)
kernel /vmlinuz-2.6.19-1.2895.fc6
initrd /initrd-2.6.19-1.2895.fc6.img
title WindowsXP
rootnoverify (hd0,1)
chainloader +1