BTS

Message2217

Author mika
Recipients gebi
Date 2009-05-06.06:57:56
Content
* Michael Gebetsroither <bts@bts.grml.org> [20090506 02:13]:

> # grub-install --grub-setup=/bin/true --recheck --no-floppy
> --root-directory=/mnt/tmp /dev/sdb1
> Installation finished. No error reported.
> This is the contents of the device map /mnt/tmp/boot/grub/device.map.
> Check if this is correct or not. If any of the lines is incorrect,
> fix it and re-run the script `grub-install'.

> (hd0)   /dev/sda
> (hd1)   /dev/sdb

> -> but grub isn't installed bootable

> # grub-install --grub-setup=/bin/true --recheck --no-floppy
> --root-directory=/mnt/tmp /dev/sdb 
> Installation finished. No error reported.
> This is the contents of the device map /mnt/tmp/boot/grub/device.map.
> Check if this is correct or not. If any of the lines is incorrect,
> fix it and re-run the script `grub-install'.

> (hd0)   /dev/sda
> (hd1)   /dev/sdb

> -> here too,  grub isn't bootable (old syslinux comes up, same as above)

Ok. And if you re-execute grub-install without the --grub-setup
option now (as --grub-setup is supposed to prepare the core.img):
does it work then?

Thanks for testing!

regards,
-mika-
History
Date User Action Args
2009-05-06 06:57:59mikasetrecipients: + gebi
2009-05-06 06:57:59mikalinkissue665 messages
2009-05-06 06:57:56mikacreate