All of lore.kernel.org
 help / color / mirror / Atom feed
* update-grub failing only reporting "exiting with value 1" when problems with /boot/grub/device.map
@ 2009-01-30 23:42 Arthur Marsh
  2009-02-03 21:57 ` Pavel Roskin
  0 siblings, 1 reply; 2+ messages in thread
From: Arthur Marsh @ 2009-01-30 23:42 UTC (permalink / raw)
  To: grub-devel

Hi, I had an update-grub fail only reporting "exiting with value 1".

I eventually found the problem that /boot/grub/device.map was 
inaccurate, due to having to use different device names as I sometimes 
have usb drives plugged in when booting which can use the /dev/sda name 
like the SCSI disk.

My working /boot/grub/device.map is:

(hd0)   /dev/hda
(hd1)   /dev/disk/by-id/scsi-SIBM_DCAS-34330W_F3T92021

I use the /dev/disk/by-id/* path for the real SCSI disk, and 
/dev/disk/by-label/* path for any usb drives, but others might be using 
/dev/disk/by-uuid/*.

Could someone please fix the update-grub script to better report a 
failure due to problems with /boot/grub/device.map?

Arthur.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-03 21:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-30 23:42 update-grub failing only reporting "exiting with value 1" when problems with /boot/grub/device.map Arthur Marsh
2009-02-03 21:57 ` Pavel Roskin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.