Rabu, 08 Januari 2014

Bristol Digest, Vol 532, Issue 3

Send Bristol mailing list submissions to
bristol@mailman.lug.org.uk

To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.lug.org.uk/mailman/listinfo/bristol
or, via email, send a message with subject or body 'help' to
bristol-request@mailman.lug.org.uk

You can reach the person managing the list at
bristol-owner@mailman.lug.org.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bristol digest..."


Today's Topics:

1. Installing GRUB2 on RAID (Martin Moore)
2. Re: Installing GRUB2 on RAID (Max B)
3. Re: Installing GRUB2 on RAID (Dave Stewart)
4. Re: Installing GRUB2 on RAID (Shane McEwan)
5. Re: Installing GRUB2 on RAID (Martin Moore)
6. Re: chromebook and ubuntu (Lee Jones)


----------------------------------------------------------------------

Message: 1
Date: Wed, 8 Jan 2014 10:04:54 -0000
From: "Martin Moore" <martinm@it-helps.co.uk>
To: "'Bristol and Bath Linux User Group'" <bristol@mailman.lug.org.uk>
Subject: [bristol] Installing GRUB2 on RAID
Message-ID:
<!&!AAAAAAAAAAAYAAAAAAAAAFLxZtQqo65Oo+1jhlUB9DvCgAAAEAAAAEgFTzvGBgpAnuoATSWsuuABAAAAAA==@it-helps.co.uk>

Content-Type: text/plain; charset="us-ascii"

I have 2 identical servers with hotswap drives. Having got one configured
(Debian Jessie) and running I want to put one of the drives into the 2nd
server. To do so I presumably need to install GRUB on the drive in the new
server as GRUB isn't RAIDed (using mdadm). Am I correct?

And to do this do I boot from CD and just install GRUB?

I also know I need to delete a file somewhere that has the MAC addresses -
can't remember the file, any clues?


Cheers,

Martin.




------------------------------

Message: 2
Date: Wed, 8 Jan 2014 10:13:50 +0000
From: Max B <psykx.out@gmail.com>
To: martinm@it-helps.co.uk, Bristol and Bath Linux User Group
<bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Installing GRUB2 on RAID
Message-ID:
<CALe8LgFjAqNppNdd7JTp8_TaAy5pUg1YKTM5cN6CnwTUXxMz6g@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

/etc/sysconfig/network/ifcfg-ethN

HTH Max B


On 8 January 2014 10:04, Martin Moore <martinm@it-helps.co.uk> wrote:

> I have 2 identical servers with hotswap drives. Having got one configured
> (Debian Jessie) and running I want to put one of the drives into the 2nd
> server. To do so I presumably need to install GRUB on the drive in the new
> server as GRUB isn't RAIDed (using mdadm). Am I correct?
>
> And to do this do I boot from CD and just install GRUB?
>
> I also know I need to delete a file somewhere that has the MAC addresses -
> can't remember the file, any clues?
>
>
> Cheers,
>
> Martin.
>
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20140108/0eeea371/attachment-0001.html>

------------------------------

Message: 3
Date: Wed, 8 Jan 2014 11:05:47 +0000 (GMT)
From: Dave Stewart <bblug@iridium.org.uk>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Installing GRUB2 on RAID
Message-ID: <alpine.DEB.2.02.1401081104510.19271@copper.oucs.ox.ac.uk>
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

On Wed, 8 Jan 2014, Max B wrote:

> /etc/sysconfig/network/ifcfg-ethN

I think you meant /etc/udev/rules.d/70-persistent-net.rules (or similar)

--
Dave Stewart



------------------------------

Message: 4
Date: Wed, 08 Jan 2014 11:06:29 +0000
From: Shane McEwan <shane@mcewan.id.au>
To: bristol@mailman.lug.org.uk
Subject: Re: [bristol] Installing GRUB2 on RAID
Message-ID: <52CD3135.7050603@mcewan.id.au>
Content-Type: text/plain; charset=UTF-8; format=flowed

On 08/01/14 10:04, Martin Moore wrote:
> I have 2 identical servers with hotswap drives. Having got one configured
> (Debian Jessie) and running I want to put one of the drives into the 2nd
> server. To do so I presumably need to install GRUB on the drive in the new
> server as GRUB isn't RAIDed (using mdadm). Am I correct?
>
> And to do this do I boot from CD and just install GRUB?
>
> I also know I need to delete a file somewhere that has the MAC addresses -
> can't remember the file, any clues?

Urgh! Grub. Even with MD RAID disks I would expect the entire disk to be
cloned . . . unless you're only doing RAID on certain partitions. Try
sticking the disk in and see what happens! Otherwise, yes, you could
boot off a CD and install Grub however it's usually not as simple as
that because you'll need to mount the boot partition of your system disk
and use that configuration when installing Grub so Grub knows where
everything is. I'm sure there's instructions online somewhere. I need to
do it so infrequently I don't retain the knowledge in my brain. :-)

In Debian MAC addresses get put into
/etc/udev/rules.d/70-persistent-net.rules. When you move the disk to the
other machine the new Ethernet interface will show up as eth1 unless you
delete the old interface from that file.

Shane.




------------------------------

Message: 5
Date: Wed, 8 Jan 2014 11:26:44 -0000
From: "Martin Moore" <martinm@it-helps.co.uk>
To: "'Bristol and Bath Linux User Group'" <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Installing GRUB2 on RAID
Message-ID:
<!&!AAAAAAAAAAAYAAAAAAAAAFLxZtQqo65Oo+1jhlUB9DvCgAAAEAAAAHe0U1kaEbNLsnOuZ3of/aYBAAAAAA==@it-helps.co.uk>

Content-Type: text/plain; charset="us-ascii"

That's the one!

Cheers Dave.

Martin.

-----Original Message-----
From: bristol-bounces@mailman.lug.org.uk
[mailto:bristol-bounces@mailman.lug.org.uk] On Behalf Of Dave Stewart
Sent: 08 January 2014 11:06
To: Bristol and Bath Linux User Group
Subject: Re: [bristol] Installing GRUB2 on RAID

On Wed, 8 Jan 2014, Max B wrote:

> /etc/sysconfig/network/ifcfg-ethN

I think you meant /etc/udev/rules.d/70-persistent-net.rules (or similar)

--
Dave Stewart

_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol
-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4259 / Virus Database: 3658/6980 - Release Date: 01/06/14




------------------------------

Message: 6
Date: Wed, 8 Jan 2014 11:47:39 +0000
From: Lee Jones <ljkenny@gmail.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] chromebook and ubuntu
Message-ID:
<CABVG=qfpiwc0VsaP3JLEaNA5YSc3BcrtK_5ey1KwbmRdZZHx7g@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

You'll either need to use ChrUbuntu for a native boot, or Crouton for live
switching (via a chroot).

There's lots of information on the web regarding both of these methods.


On 1 December 2013 19:46, Angelo Danio <angelo.danio@gmail.com> wrote:

> Hi
> Last week one of you (David?) show me a chromebook booting ubuntu from SD
> drive.
> I would like to know if the boot from SD is working out of the box or
> eventually what you need to work in
>
> --
> Angelo
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20140108/424878f8/attachment-0001.html>

------------------------------

_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol

End of Bristol Digest, Vol 532, Issue 3
***************************************

Tidak ada komentar:

Posting Komentar