Comment 42 for bug 430333

Revision history for this message
Felix Zielcke (fzielcke) wrote : Re: [Bug 430333] Re: beta installer left ASUS EeePC 900 unbootable

Am Montag, den 14.12.2009, 15:52 +0000 schrieb Tommy Trussell:
> A comment: it's blasted hard to make a bootable USB or SD card using
> the
> ASUS EEEpc alone. Grub apparently has a bug where it writes everything
> to the SSD regardless of where you specify it, AND /dev/ sometimes
> populates the removeable devices differently when you have different
> devices plugged in, or when you have the installer image running, or
> the
> phase of the moon, or something. :-P

grub-install always uses /boot/grub if you don't use --root-directory=
option, else it uses ${root-directory}/boot/grub
The device you give it is only for the MBR/boot sector code and the
embed copy of core.img if there's space to embed it. But the file which
gets embed also gets first created in /boot/grub.

The grub-pc package runs grub-install on the devices which are stored in
the debconf database for it.
If you want to change/disable that one, then run `sudo dpkg-reconfigure
grub-pc'
But as I just replied to #495423, disabling it can make your system
unbootable if the package gets upgraded and update-grub generates a
grub.cfg which isn't anymore 100% compatible with the older GRUB 2.
--
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer