All of lore.kernel.org
 help / color / mirror / Atom feed
* Changing the default OS
@ 2006-05-01  7:38 loony636
  2006-05-01 16:11 ` Marco Gerards
  0 siblings, 1 reply; 8+ messages in thread
From: loony636 @ 2006-05-01  7:38 UTC (permalink / raw)
  To: grub-devel


I currently have Grub, and I need to change the default OS that it boots
from. At the moment it always boots to Linux, and I need to change it so the
default it Windows. I am a complete newbie at this, and wouldn't know a
command line if it slapped me in the face. So patronising, easy to follow
instructions would be great.
--
View this message in context: http://www.nabble.com/Changing-the-default-OS-t1535545.html#a4171957
Sent from the Grub - Dev forum at Nabble.com.




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

* Re: Changing the default OS
  2006-05-01  7:38 loony636
@ 2006-05-01 16:11 ` Marco Gerards
  2006-05-01 16:25   ` Yoshinori K. Okuji
  0 siblings, 1 reply; 8+ messages in thread
From: Marco Gerards @ 2006-05-01 16:11 UTC (permalink / raw)
  To: The development of GRUB 2

loony636 <loony636@gmail.com> writes:

> I currently have Grub, and I need to change the default OS that it boots
> from. At the moment it always boots to Linux, and I need to change it so the
> default it Windows. I am a complete newbie at this, and wouldn't know a
> command line if it slapped me in the face. So patronising, easy to follow
> instructions would be great.

This is the wrong list to ask this question; this list is about the
development of GRUB 2.

--
Marco




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

* Re: Changing the default OS
  2006-05-01 16:11 ` Marco Gerards
@ 2006-05-01 16:25   ` Yoshinori K. Okuji
  2006-05-01 16:34     ` Vesa Jääskeläinen
  0 siblings, 1 reply; 8+ messages in thread
From: Yoshinori K. Okuji @ 2006-05-01 16:25 UTC (permalink / raw)
  To: The development of GRUB 2

On Monday 01 May 2006 18:11, Marco Gerards wrote:
> loony636 <loony636@gmail.com> writes:
> > I currently have Grub, and I need to change the default OS that it boots
> > from. At the moment it always boots to Linux, and I need to change it so
> > the default it Windows. I am a complete newbie at this, and wouldn't know
> > a command line if it slapped me in the face. So patronising, easy to
> > follow instructions would be great.
>
> This is the wrong list to ask this question; this list is about the
> development of GRUB 2.

It's very interesting why people ask questions about GRUB Legacy here again 
and again, although I have written "Do not use this list for GRUB Legacy" in 
everywhere.

Okuji



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

* Re: Changing the default OS
  2006-05-01 16:25   ` Yoshinori K. Okuji
@ 2006-05-01 16:34     ` Vesa Jääskeläinen
  2006-05-01 16:47       ` Yoshinori K. Okuji
  0 siblings, 1 reply; 8+ messages in thread
From: Vesa Jääskeläinen @ 2006-05-01 16:34 UTC (permalink / raw)
  To: The development of GRUB 2

Yoshinori K. Okuji wrote:
> On Monday 01 May 2006 18:11, Marco Gerards wrote:
>> loony636 <loony636@gmail.com> writes:
>>> I currently have Grub, and I need to change the default OS that it boots
>>> from. At the moment it always boots to Linux, and I need to change it so
>>> the default it Windows. I am a complete newbie at this, and wouldn't know
>>> a command line if it slapped me in the face. So patronising, easy to
>>> follow instructions would be great.
>> This is the wrong list to ask this question; this list is about the
>> development of GRUB 2.
> 
> It's very interesting why people ask questions about GRUB Legacy here again 
> and again, although I have written "Do not use this list for GRUB Legacy" in 
> everywhere.

If you look at Nabble's descriptions for GRUB's they don't state what
they are for too precisely. And I still think that bug-grub is still
misleading for the end users. In my opinion there should be alias
help-grub/grub-help or another list.

http://www.nabble.com/Grub-f1675.html
http://www.nabble.com/Grub---Dev-f551.html
http://www.nabble.com/Grub---Bugs-f1676.html



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

* Re: Changing the default OS
  2006-05-01 16:34     ` Vesa Jääskeläinen
@ 2006-05-01 16:47       ` Yoshinori K. Okuji
  0 siblings, 0 replies; 8+ messages in thread
From: Yoshinori K. Okuji @ 2006-05-01 16:47 UTC (permalink / raw)
  To: The development of GRUB 2

On Monday 01 May 2006 18:34, Vesa Jääskeläinen wrote:
> If you look at Nabble's descriptions for GRUB's they don't state what
> they are for too precisely. And I still think that bug-grub is still
> misleading for the end users. In my opinion there should be alias
> help-grub/grub-help or another list.

help-grub exists for a long time as an alias for bug-grub. This is not 
advertised at all, though.

Okuji



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

* Re: SOC - SGD based on grub2 - Menu and scripting status
       [not found] <200605011855.k41ItvdZ029423@dell01.dinaserver.com>
@ 2006-05-02 16:18 ` adrian15
  2006-05-02 16:23 ` Changing the default OS adrian15
  1 sibling, 0 replies; 8+ messages in thread
From: adrian15 @ 2006-05-02 16:18 UTC (permalink / raw)
  To: grub-devel

>>>>5) I need to define "something" (In my grub legacy fork is a menu.lst)
>>>>that lets me choose the harddisk-partition which I want to work
>>>>on. Can I make it easily?
>>>
> 
> I was thinking about an iterator function.  Perhaps that might be the
> easiest to use...  Please watch CVS closely.  I am actively working on
> scripting, as much as time permits.

An iterator function among the various partitions of a hard disk... that 
could be interesting. Unfortunately I can't watch CVS closely so I will 
wait till you announce it in this list. :)

The iterator function should increment a variable for knowing the total 
amount of partitions on a given hard disk.

adrian15



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

* Re: Changing the default OS
       [not found] <200605011855.k41ItvdZ029423@dell01.dinaserver.com>
  2006-05-02 16:18 ` SOC - SGD based on grub2 - Menu and scripting status adrian15
@ 2006-05-02 16:23 ` adrian15
  2006-05-02 17:27   ` Marco Gerards
  1 sibling, 1 reply; 8+ messages in thread
From: adrian15 @ 2006-05-02 16:23 UTC (permalink / raw)
  To: grub-devel

> It's very interesting why people ask questions about GRUB Legacy here again 
> and again, although I have written "Do not use this list for GRUB Legacy" in 
> everywhere.
> 
> Okuji

Is it so difficult to rename mailing-lists ?

Rename bug-grub to grub
Rename grub-devel to grub2 or grubbeta and you will see how there are 
some changes.

adrian15



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

* Re: Changing the default OS
  2006-05-02 16:23 ` Changing the default OS adrian15
@ 2006-05-02 17:27   ` Marco Gerards
  0 siblings, 0 replies; 8+ messages in thread
From: Marco Gerards @ 2006-05-02 17:27 UTC (permalink / raw)
  To: The development of GRUB 2

adrian15 <adrian15@raulete.net> writes:

>> It's very interesting why people ask questions about GRUB Legacy
>> here again and again, although I have written "Do not use this list
>> for GRUB Legacy" in everywhere.
>> Okuji
>
> Is it so difficult to rename mailing-lists ?

It's besides the point.  A development list is not appropriate for
non-development stuff, I think that is quite obvious.  A lot of
projects even don't allow non project members to post on the devel
list.

--
Marco





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

end of thread, other threads:[~2006-05-02 17:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200605011855.k41ItvdZ029423@dell01.dinaserver.com>
2006-05-02 16:18 ` SOC - SGD based on grub2 - Menu and scripting status adrian15
2006-05-02 16:23 ` Changing the default OS adrian15
2006-05-02 17:27   ` Marco Gerards
2006-05-01  7:38 loony636
2006-05-01 16:11 ` Marco Gerards
2006-05-01 16:25   ` Yoshinori K. Okuji
2006-05-01 16:34     ` Vesa Jääskeläinen
2006-05-01 16:47       ` Yoshinori K. Okuji

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.