grub and partition

Thufir hawat.thufir at gmail.com
Wed Jun 27 06:55:05 UTC 2007


On Sun, 24 Jun 2007 23:56:38 +0000, Thufir wrote:

> I'm going to be repartitioning, so just thought I'd run things by y'all,
> generally.

for posterity, or, really, in case something goes wrong :)


[root at localhost ~]# 
[root at localhost ~]# cat /boot/grub/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 (hd0,1)
#          kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
#          initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.21-1.3228.fc7)
        root (hd0,1)
        kernel /vmlinuz-2.6.21-1.3228.fc7 ro root=LABEL=/ rhgb quiet
        initrd /initrd-2.6.21-1.3228.fc7.img
title Fedora (2.6.21-1.3194.fc7)
        root (hd0,1)
        kernel /vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/ rhgb quiet
        initrd /initrd-2.6.21-1.3194.fc7.img
title win2k
        rootnoverify (hd0,0)
        chainloader +1
[root at localhost ~]# 
[root at localhost ~]# cat /mnt/sdb2/grub/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,1)
#          kernel /vmlinuz-version ro root=/dev/VolGroup01/LogVol00
#          initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
 
splashimage=(hd1,1)/grub/splash.xpm.gz
 
#hiddenmenu
 
title Fedora Core (2.6.20-1.2952.fc6)
        root (hd1,1)
        kernel /vmlinuz-2.6.20-1.2952.fc6 ro root=/dev/VolGroup01/
LogVol00 rhgb quiet
        initrd /initrd-2.6.20-1.2952.fc6.img
 
title Fedora Core (2.6.20-1.2948.fc6)
        root (hd1,1)
        kernel /vmlinuz-2.6.20-1.2948.fc6 ro root=/dev/VolGroup01/
LogVol00 rhgb quiet
        initrd /initrd-2.6.20-1.2948.fc6.img
 
title Fedora Core (2.6.15-1.2054_FC5)
        root (hd0,0)
        kernel /vmlinuz-2.6.15-1.2054_FC5 ro root=/dev/VolGroup00/
LogVol00 rhgb quiet
        initrd /initrd-2.6.15-1.2054_FC5.img
 
title win2k
        map (hd0) (hd1)
        map (hd1) (hd0)
        rootnoverify (hd1,0)
        chainloader +1
[root at localhost ~]# 
[root at localhost ~]# date
Tue Jun 26 23:49:46 PDT 2007
[root at localhost ~]# 
[root at localhost ~]# 




thanks,

Thufir




More information about the fedora-list mailing list