All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: grub2
       [not found] <1335651781.1819.3.camel@x60>
@ 2012-04-29  8:30 ` Svante Signell
  2012-04-29  9:11   ` grub2 Vladimir 'φ-coder/phcoder' Serbinenko
  2012-04-30 18:24   ` grub2 Samuel Thibault
  0 siblings, 2 replies; 8+ messages in thread
From: Svante Signell @ 2012-04-29  8:30 UTC (permalink / raw)
  To: debian-hurd; +Cc: grub-devel

Adding grub-devel as Cc: maybe you can help me?

On Sun, 2012-04-29 at 00:23 +0200, Svante Signell wrote:
> Samuel,
> 
> Did you really check the grub2 patch? When installing it kvm freezes,
> and now I'm left with a dumb grub rescue prompt. The problems are in the
> post-install script. Which commands to give to boot again and to
> repair??

This is what I've found so far:
Installing the latest grub2, from debian-ports:
/var/lib/dpkg/info/grub-pc.postinst: line 557:   668 Segmentation fault
grub-install --force --no-floppy $real_device

booting results in:
grub rescue>

Found a few commands:
ls -> lists (hd0),(hd0,msdos1), partitions
ls / -> OK
ls /boot -> OK, the gnumach image is there!

set root=(hd0,1)
set prefix=(hd0,1)/boot/grub

ls (hd0,1)/boot/grub ->  lists all modules, etc: Is there a pager
available???

ls (hd0,1)/boot/grub/normal.mod -> error: file not found

insmod normal -> error: file not found

No progress from here!



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

* Re: grub2
  2012-04-29  8:30 ` grub2 Svante Signell
@ 2012-04-29  9:11   ` Vladimir 'φ-coder/phcoder' Serbinenko
  2012-04-29  9:36     ` grub2 Svante Signell
  2012-04-30 18:24   ` grub2 Samuel Thibault
  1 sibling, 1 reply; 8+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2012-04-29  9:11 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 1311 bytes --]

On 29.04.2012 10:30, Svante Signell wrote:
> Adding grub-devel as Cc: maybe you can help me?
Use newer GRUB
> On Sun, 2012-04-29 at 00:23 +0200, Svante Signell wrote:
>> Samuel,
>>
>> Did you really check the grub2 patch? When installing it kvm freezes,
>> and now I'm left with a dumb grub rescue prompt. The problems are in the
>> post-install script. Which commands to give to boot again and to
>> repair??
> This is what I've found so far:
> Installing the latest grub2, from debian-ports:
> /var/lib/dpkg/info/grub-pc.postinst: line 557:   668 Segmentation fault
> grub-install --force --no-floppy $real_device
>
> booting results in:
> grub rescue>
>
> Found a few commands:
> ls -> lists (hd0),(hd0,msdos1), partitions
> ls / -> OK
> ls /boot -> OK, the gnumach image is there!
>
> set root=(hd0,1)
> set prefix=(hd0,1)/boot/grub
>
> ls (hd0,1)/boot/grub ->  lists all modules, etc: Is there a pager
> available???
>
> ls (hd0,1)/boot/grub/normal.mod -> error: file not found
>
> insmod normal -> error: file not found
>
> No progress from here!
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
>


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

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

* Re: grub2
  2012-04-29  9:11   ` grub2 Vladimir 'φ-coder/phcoder' Serbinenko
@ 2012-04-29  9:36     ` Svante Signell
  2012-04-29 16:00       ` grub2 Svante Signell
  0 siblings, 1 reply; 8+ messages in thread
From: Svante Signell @ 2012-04-29  9:36 UTC (permalink / raw)
  To: grub-devel

On Sun, 2012-04-29 at 11:11 +0200, Vladimir 'φ-coder/phcoder' Serbinenko
wrote:
> On 29.04.2012 10:30, Svante Signell wrote:
> > Adding grub-devel as Cc: maybe you can help me?
> Use newer GRUB

Well the grub version at debian-ports is grub*_1.99-21
+hurd.1_hurd-i386.deb and the latest Debian one is  1.99-21. So the
versions are the same. I have seen the discussion on this list for a
Hurd patch, and as I see it, the patch applied by Samuel for Debian is
for the latest Debian version. Maybe there are later upstream versions,
but I am not sure if newer version will enter Debian/Wheezy, the freeze
is in less than two months.



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

* Re: grub2
  2012-04-29  9:36     ` grub2 Svante Signell
@ 2012-04-29 16:00       ` Svante Signell
  2012-04-29 16:08         ` grub2 Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 8+ messages in thread
From: Svante Signell @ 2012-04-29 16:00 UTC (permalink / raw)
  To: grub-devel

On Sun, 2012-04-29 at 11:36 +0200, Svante Signell wrote:
> On Sun, 2012-04-29 at 11:11 +0200, Vladimir 'φ-coder/phcoder' Serbinenko
> wrote:
> > On 29.04.2012 10:30, Svante Signell wrote:
> > > Adding grub-devel as Cc: maybe you can help me?
> > Use newer GRUB
> 
> Well the grub version at debian-ports is grub*_1.99-21
> +hurd.1_hurd-i386.deb and the latest Debian one is  1.99-21. So the
> versions are the same. I have seen the discussion on this list for a
> Hurd patch, and as I see it, the patch applied by Samuel for Debian is
> for the latest Debian version. Maybe there are later upstream versions,
> but I am not sure if newer version will enter Debian/Wheezy, the freeze
> is in less than two months.

If I understand you silence right, there is no hope of any help from the
core grub developers. What a pity. I will have to reinstall a working
grub some other way then. Still wondering why ls /path lists all files,
including file.mod but ls /path/file.mod errors out??




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

* Re: grub2
  2012-04-29 16:00       ` grub2 Svante Signell
@ 2012-04-29 16:08         ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 0 replies; 8+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2012-04-29 16:08 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 1359 bytes --]

On 29.04.2012 18:00, Svante Signell wrote:
> On Sun, 2012-04-29 at 11:36 +0200, Svante Signell wrote:
>> On Sun, 2012-04-29 at 11:11 +0200, Vladimir 'φ-coder/phcoder' Serbinenko
>> wrote:
>>> On 29.04.2012 10:30, Svante Signell wrote:
>>>> Adding grub-devel as Cc: maybe you can help me?
>>> Use newer GRUB
>> Well the grub version at debian-ports is grub*_1.99-21
>> +hurd.1_hurd-i386.deb and the latest Debian one is  1.99-21. So the
>> versions are the same. I have seen the discussion on this list for a
>> Hurd patch, and as I see it, the patch applied by Samuel for Debian is
>> for the latest Debian version. Maybe there are later upstream versions,
>> but I am not sure if newer version will enter Debian/Wheezy, the freeze
>> is in less than two months.
> If I understand you silence right, there is no hope of any help from the
> core grub developers. What a pity.
In upstream it's all fixed. We don't do any packaging. Contact Debian.
>  I will have to reinstall a working
> grub some other way then. Still wondering why ls /path lists all files,
> including file.mod but ls /path/file.mod errors out??
>
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

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

* Re: grub2
  2012-04-29  8:30 ` grub2 Svante Signell
  2012-04-29  9:11   ` grub2 Vladimir 'φ-coder/phcoder' Serbinenko
@ 2012-04-30 18:24   ` Samuel Thibault
  1 sibling, 0 replies; 8+ messages in thread
From: Samuel Thibault @ 2012-04-30 18:24 UTC (permalink / raw)
  To: Svante Signell; +Cc: debian-hurd, grub-devel

Svante Signell, le Sun 29 Apr 2012 10:30:06 +0200, a écrit :
> Adding grub-devel as Cc: maybe you can help me?

Well, grub-devel does not handle Debian scripts

> This is what I've found so far:
> Installing the latest grub2, from debian-ports:
> /var/lib/dpkg/info/grub-pc.postinst: line 557:   668 Segmentation fault

In that file on my system, that line is

for i in `echo $RET | sed -e 's/, / /g'` ; do

> grub-install --force --no-floppy $real_device

is the above line 557 in your system?

As I mentioned in my other mail, simplest is to use an installation CD
as a rescue CD.

Samuel


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

* Re: grub2
  2010-04-06 13:37 grub2 ed ramani
@ 2010-04-07 15:21 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 0 replies; 8+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2010-04-07 15:21 UTC (permalink / raw)
  To: The development of GNU GRUB; +Cc: ubuntu-users

[-- Attachment #1: Type: text/plain, Size: 767 bytes --]

ed ramani wrote:
> Hi, I have a problem on my dual mode installation, win7 and ubuntu
> 9.10. When I hibernate in win 7 the pc, after a few hours, boots
> itself on automatically into the os selected. Is there a fix for this.
> I have the latest SW and bios installed.
>
This mailing list isn't a support ML. Please use help-grub or IRC
> Also, would it be possible, in a dual boot system, to use the win 7
> boot loader instead of the ubuntu or grub loader.
> ------------------------------------------------------------------------
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>   


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 293 bytes --]

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

* grub2
@ 2010-04-06 13:37 ed ramani
  2010-04-07 15:21 ` grub2 Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 8+ messages in thread
From: ed ramani @ 2010-04-06 13:37 UTC (permalink / raw)
  To: Grub-devel, ubuntu-users

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

Hi, I have a problem on my dual mode installation, win7 and ubuntu 9.10.
When I hibernate in win 7 the pc, after a few hours, boots itself on
automatically into the os selected. Is there a fix for this. I have the
latest SW and bios installed.

Also, would it be possible, in a dual boot system, to use the win 7 boot
loader instead of the ubuntu or grub loader.

[-- Attachment #2: Type: text/html, Size: 374 bytes --]

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

end of thread, other threads:[~2012-04-30 18:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1335651781.1819.3.camel@x60>
2012-04-29  8:30 ` grub2 Svante Signell
2012-04-29  9:11   ` grub2 Vladimir 'φ-coder/phcoder' Serbinenko
2012-04-29  9:36     ` grub2 Svante Signell
2012-04-29 16:00       ` grub2 Svante Signell
2012-04-29 16:08         ` grub2 Vladimir 'φ-coder/phcoder' Serbinenko
2012-04-30 18:24   ` grub2 Samuel Thibault
2010-04-06 13:37 grub2 ed ramani
2010-04-07 15:21 ` grub2 Vladimir 'φ-coder/phcoder' Serbinenko

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.