Bug in grub-probe

2010-10-24 Thread Marty Felker
Multiple displays (more than a dozen) of: /usr/sbin/grub-probe: warn: Discarding improperly nested partition (hd0,msdos1,msdos1). when running sudo update-grub on Debain Squeeze. Marty Felker ___ Bug-grub mailing list Bug-grub@gnu.org http://l

Re: Grub2 and Mac Mini

2010-10-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 10/24/2010 07:11 PM, Ken Mandelberg wrote: > I have an Intel Mac Mini (2007/Intel Graphics) with Linux on an > external usb hard drive. > > If I boot to a Grub2 cd with Refit, grub does not see the USB drive. > If I boot the same Grub2 cd and the same usb drive off a laptop, it > does see the us

Grub2 and Mac Mini

2010-10-24 Thread Ken Mandelberg
I have an Intel Mac Mini (2007/Intel Graphics) with Linux on an external usb hard drive. If I boot to a Grub2 cd with Refit, grub does not see the USB drive. If I boot the same Grub2 cd and the same usb drive off a laptop, it does see the usb drive. Is there any way I can get Grub on the Mac

[bug #31425] Post GRUB2 update /boot prefix no longer needed

2010-10-24 Thread Vladimir Serbinenko
Follow-up Comment #9, bug #31425 (project grub): The problem is tat KMS doesn't properly handoff from efifb (core part of it is schedulded to be renamed to linearfb and efifb converted to a code using linearfb). I'll make this configurable when time permits __

[bug #31425] Post GRUB2 update /boot prefix no longer needed

2010-10-24 Thread Mark W
Follow-up Comment #8, bug #31425 (project grub): OK, so did a grub-update with distro version and that did as expected leaving the /boot in place. Then did: cd /opt/grub ; make install ; grub-install -v grub-install (GRUB) 1.99~beta0 Next did: grub-install /dev/sda; grub-install /dev/sdb; grub-i

[bug #29945] resume directly (tuxonice)

2010-10-24 Thread Vladimir Serbinenko
Update of bug #29945 (project grub): Priority: 5 - Normal => 3 - Low ___ Reply to this item at: ___ Messa

[bug #31425] Post GRUB2 update /boot prefix no longer needed

2010-10-24 Thread Vladimir Serbinenko
Follow-up Comment #7, bug #31425 (project grub): You need probably to install with grub-install /dev/sda For safety you can do: grub-install /dev/sda; grub-install /dev/sdb; grub-install /dev/sdc ___ Reply to this item at:

[bug #31425] Post GRUB2 update /boot prefix no longer needed

2010-10-24 Thread Mark W
Follow-up Comment #6, bug #31425 (project grub): sdc is where the grub boot files are. Have attached a full output from fdisk -l for you to see. You will note the /dev/dm-0 /dev/dm-1 and /dev/dm-2 which are LVM things. Could this be a cause? 4 drives in BIOS Order: Disk /dev/sda: 300.1 GB (form

[bug #31425] Post GRUB2 update /boot prefix no longer needed

2010-10-24 Thread Vladimir Serbinenko
Follow-up Comment #5, bug #31425 (project grub): error: symbol not found: 'grub_err_printed_errors'. means that you intalled grub to a device other than your boot device without using --boot-directory. Are you sure that you boot from sdc? _