On 2007/06/22 05:41 (GMT-0500) Dallas Clement apparently typed:

> Can anyone tell me how to determine which device Linux booted from.  I
> am using GRUB to boot Linux.  My menu.lst config is this:

> title           GNU/Linux, kernel 2.6.21.1
> root            (hd0,0)
> kernel          /boot/kernels/bzImage

> Once booted from Linux, I would like to be able to tell which Linux
> device, i.e. /dev/hdx or /dev/sdx corresponds to hd0.

> Is there a way to determine this?

Interesting. I'd like to know if this is actually possible too. Maybe what you 
actually need would come from:

cat /boot/grub/device.map

Related:
cat /etc/fstab | grep /boot ; nothing if no separate /boot partition
mount | grep " / "
cat /proc/cmdline
-- 
"Respect everyone."     I Peter 2:17 NIV

 Team OS/2 ** Reg. Linux User #211409

Felix Miata  ***  http://mrmazda.no-ip.com/


_______________________________________________
Bug-grub mailing list
Bug-grub@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to