Re: [Emc-users] linux dual boot

2010-03-07 Thread Kent A. Reed
On Saturday, Jon Elson wrote:

> Date: Sat, 06 Mar 2010 17:24:06 -0600
> From: Jon Elson 
> Subject: Re: [Emc-users] linux dual boot
> To: "Enhanced Machine Controller (EMC)"
>   
> Message-ID: <4b92e416.5040...@pico-systems.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Ian W. Wright wrote:
>   
>> > Thanks everyone - Richard got the right answer - its Grub2. 
>> >   
>> 
> Oh NOOoo!  Every time I learn something really arcane in Linux, they 
> CHANGE the damn thing!
> I know a whole bunch of tricks with GRUB that have been very helpful in 
> booting a new install when the install set it up a little bit wrong and 
> it wouldn't boot the first time.
>
> Jon
>   

I share the feeling, Jon. Unfortunately, the only constant in life is 
change.

On the bright side, look at what the GRUB2 site says:

> GRUB 2's major improvements over the original GRUB include:
>
> * Scripting support including conditional statements and functions
> * Dynamic module loading
> * Rescue mode
> * Custom Menus
> * Themes
> * Graphical boot menu support and improved splash capability
> * Boot LiveCD ISO images directly from hard drive
> * New configuration file structure
> * Non-x86 platform support (such as PowerPC)
> * Universal support for UUIDs (not just Ubuntu)
>*
>
>   openSUSE & Fedora have not yet adopted GRUB 2
>

For me, at least, "rescue mode" {haven't needed it, but I think it's a 
good idea], "boot LiveCD ISO images directly from hard drive" [have 
needed it and hated the alternatives], and "non-x86 platform support" 
[think about the every growing number of  SOCs you want to play with] 
make the change palatable.

Of course, these new features probably amount to a big whatever for a 
lot of EMC2 users who are in this game to make chips fly and not to keep 
learning new software tricks.

Regards,
Kent



--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] linux dual boot

2010-03-07 Thread Erik Christiansen
On Sat, Mar 06, 2010 at 05:24:06PM -0600, Jon Elson wrote:
> >   
> Oh NOOoo!  Every time I learn something really arcane in Linux, they 
> CHANGE the damn thing!
> I know a whole bunch of tricks with GRUB that have been very helpful in 
> booting a new install when the install set it up a little bit wrong and 
> it wouldn't boot the first time.

Should be a law against it. However, it should be possible to install
the old grub over the newfangled thingy, using grub-install [1]. That at
least should provide time to become a late adopter.

At least in the case of "upstart", it still supports the /etc/rc?.d and
/etc/init.d directories. Legacy comaptibility is a boon for legacy
skillsets.

I'm on your side.

Erik


[1] Even if eventually it might be necessary to compile it, because
there's not a current package.

-- 
The universe contains any amount of horrible ways  to  be  woken  up,
such as the noise of the mob breaking down the front door, the scream
of fire engines, or the realization that today is the Monday which on
Friday night was a comfortably long way off.
 - Terry Pratchett, _Moving Pictures_


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] linux dual boot

2010-03-06 Thread Moses O McKnight
9.10 does use grub2, but the correct answer was given by micges.  Use
Synaptic and search for "linux" in Name only (not Name and Description).
Uninstall all but the newest linux-image*** and linux-headers***
packages.  You want to leave linux-generic, linux-headers-generic (if
it's installed), and linux-image-generic so it will continue to get
kernel updates.  This will also clear up a lot of disk space.

Moses

On Sat, 2010-03-06 at 22:14 +, Ian W. Wright wrote:
> Thanks everyone - Richard got the right answer - its Grub2. 
> Unfortunately, it seems to be more difficult to set up than 
> the web pages suggest - e.g. Startup Manager which I have 
> just installed, only has half the options the webpage says 
> it should have!! Too late to worry about it tonight though - 
> I have to be up at 5 in the morning to take part in a brass 
> band contest..
> 
> Ian
> 
> Ian W. Wright
> Sheffield  UK
> 
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] linux dual boot

2010-03-06 Thread Jon Elson
Ian W. Wright wrote:
> Thanks everyone - Richard got the right answer - its Grub2. 
>   
Oh NOOoo!  Every time I learn something really arcane in Linux, they 
CHANGE the damn thing!
I know a whole bunch of tricks with GRUB that have been very helpful in 
booting a new install when the install set it up a little bit wrong and 
it wouldn't boot the first time.

Jon

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] linux dual boot

2010-03-06 Thread Ian W. Wright
Thanks everyone - Richard got the right answer - its Grub2. 
Unfortunately, it seems to be more difficult to set up than 
the web pages suggest - e.g. Startup Manager which I have 
just installed, only has half the options the webpage says 
it should have!! Too late to worry about it tonight though - 
I have to be up at 5 in the morning to take part in a brass 
band contest..

Ian

Ian W. Wright
Sheffield  UK

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] linux dual boot

2010-03-06 Thread Richard Arthur
9.10 probably installed Grub2 which has no menu.lst. (I think upgrades 
to 9.10 retain Grub legacy, new installs use Grub2 - quite different) 
There is a useful starting point here:
https://help.ubuntu.com/community/Grub2

Richard

Andrew wrote:
> On my ubuntu it's here:
>
> /boot/grub/menu.lst
>
>
> On Saturday 06 Mar 2010, Ian W. Wright wrote:
>   
>> Hi, does anyone know where Ubuntu or Windows Vista puts its
>> boot info? I have a laptop which came with Win Vista (yuk..)
>> installed and I then installed Ubuntu 9.10 accepting all its
>> defaults except the hard drive partition size where I asked
>> it to split the hard drive in two equal parts for Windoze
>> and Linux. I get an initial boot screen which looks like it
>> could be Grub - i.e. its all black with white text for
>> choices. The trouble is that, every time linux downloads an
>> upgrade, I get another 3 or 4 entries on the list of choices
>> and it now fills the whole screen. I tried doing 'text
>> within files' searches (with hidden files turned on) for
>> 'Ubuntu', 'Linux' etc. but have drawn a blank. Can anyone
>> give me a clue where the list of options is kept nowadays so
>> that I can remove some of the old entries and move the
>> others around?  Thanks..
>>
>> Ian
>> __
>> Ian W. Wright
>> Sheffield  UK
>>
>> ---
>> --- Download Intel® Parallel Studio Eval
>> Try the new software tools for yourself. Speed compiling, find bugs
>> proactively, and fine-tune applications for parallel performance.
>> See why Intel Parallel Studio got high marks during beta.
>> http://p.sf.net/sfu/intel-sw-dev
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>> 
>
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
>
>   


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] linux dual boot

2010-03-06 Thread Andrew
On my ubuntu it's here:

/boot/grub/menu.lst


On Saturday 06 Mar 2010, Ian W. Wright wrote:
> Hi, does anyone know where Ubuntu or Windows Vista puts its
> boot info? I have a laptop which came with Win Vista (yuk..)
> installed and I then installed Ubuntu 9.10 accepting all its
> defaults except the hard drive partition size where I asked
> it to split the hard drive in two equal parts for Windoze
> and Linux. I get an initial boot screen which looks like it
> could be Grub - i.e. its all black with white text for
> choices. The trouble is that, every time linux downloads an
> upgrade, I get another 3 or 4 entries on the list of choices
> and it now fills the whole screen. I tried doing 'text
> within files' searches (with hidden files turned on) for
> 'Ubuntu', 'Linux' etc. but have drawn a blank. Can anyone
> give me a clue where the list of options is kept nowadays so
> that I can remove some of the old entries and move the
> others around?  Thanks..
>
> Ian
> __
> Ian W. Wright
> Sheffield  UK
>
> ---
>--- Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] linux dual boot

2010-03-06 Thread seb
As you upgrade Linux, it installs new (hopefully bugfixed) versions of the 
kernel.  But it doesn't automatically remove the older versions of the kernel, 
for in case the new version doesn't work.

Once you're happy that the new version of the kernel boots & works, you can 
remove the older versions, and they'll disapear from the grub boot menu.

-- 
Sebastian Kuzminsky
never be discouraged
just let your nerdy flourish

-Original Message-

From:  "Ian W. Wright" 
Subj:  [Emc-users] linux dual boot
Date:  Sat 2010 Mar 6 7:37
Size:  1K
To:  Emc-users@lists.sourceforge.net

Hi, does anyone know where Ubuntu or Windows Vista puts its 
boot info? I have a laptop which came with Win Vista (yuk..) 
installed and I then installed Ubuntu 9.10 accepting all its 
defaults except the hard drive partition size where I asked 
it to split the hard drive in two equal parts for Windoze 
and Linux. I get an initial boot screen which looks like it 
could be Grub - i.e. its all black with white text for 
choices. The trouble is that, every time linux downloads an 
upgrade, I get another 3 or 4 entries on the list of choices 
and it now fills the whole screen. I tried doing 'text 
within files' searches (with hidden files turned on) for 
'Ubuntu', 'Linux' etc. but have drawn a blank. Can anyone 
give me a clue where the list of options is kept nowadays so 
that I can remove some of the old entries and move the 
others around?  Thanks..

Ian
__
Ian W. Wright
Sheffield  UK

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] linux dual boot

2010-03-06 Thread micges
Ian W. Wright pisze:
> Hi, does anyone know where Ubuntu or Windows Vista puts its 
> boot info? I have a laptop which came with Win Vista (yuk..) 
> installed and I then installed Ubuntu 9.10 accepting all its 
> defaults except the hard drive partition size where I asked 
> it to split the hard drive in two equal parts for Windoze 
> and Linux. I get an initial boot screen which looks like it 
> could be Grub - i.e. its all black with white text for 
> choices. The trouble is that, every time linux downloads an 
> upgrade, I get another 3 or 4 entries on the list of choices 
> and it now fills the whole screen. I tried doing 'text 
> within files' searches (with hidden files turned on) for 
> 'Ubuntu', 'Linux' etc. but have drawn a blank. Can anyone 
> give me a clue where the list of options is kept nowadays so 
> that I can remove some of the old entries and move the 
> others around?  Thanks..
>
> Ian
>   

If you don't use old kernels CAREFULLY uninstall them in package manager 
(System->admin->synaptic package manager).
Then they will be not listed in grub boot menu.

regards,
Michael


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] linux dual boot (Ian W. Wright)

2010-03-06 Thread ulises barrera
Grub boot options are located in /boot/grub/menu.lst
hope it helps.


  

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] linux dual boot

2010-03-06 Thread Ian W. Wright
Hi, does anyone know where Ubuntu or Windows Vista puts its 
boot info? I have a laptop which came with Win Vista (yuk..) 
installed and I then installed Ubuntu 9.10 accepting all its 
defaults except the hard drive partition size where I asked 
it to split the hard drive in two equal parts for Windoze 
and Linux. I get an initial boot screen which looks like it 
could be Grub - i.e. its all black with white text for 
choices. The trouble is that, every time linux downloads an 
upgrade, I get another 3 or 4 entries on the list of choices 
and it now fills the whole screen. I tried doing 'text 
within files' searches (with hidden files turned on) for 
'Ubuntu', 'Linux' etc. but have drawn a blank. Can anyone 
give me a clue where the list of options is kept nowadays so 
that I can remove some of the old entries and move the 
others around?  Thanks..

Ian
__
Ian W. Wright
Sheffield  UK

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users