On Sun, 2005-04-24 at 21:34 -0600, lin q wrote: > Hi, > My machine has Fedora Core 1 installed and its grub.conf is like this, > > default=0 > timeout=10 > splashimage=(hd0,0)/grub/splash.xpm.gz > title Fedora Core (2.4.22-1.2115.nptl) > root (hd0,0) > kernel /vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/12 ide=nodma rhgb > initrd /initrd-2.4.22-1.2115.nptl.img > > It is really hard for me to interprete "root=LABEL=/12 ". This syntax means "root filesystem is the one with label of /12." It requires initrd support. This allows one to add/delete partitions and add or move drives and still have a working system without modifying root=... in grub.conf. Of course, you still have to manually make sure the grub boot sector and "root (...)" line of grub.conf still point to the right partition. #man e2label Will explain how to label ext2/3 partitions. Regards, Kevin