Re: autoinstall 20.04 with grub

2021-01-18 Thread Jerry Geis
Will do - thank you.

Jerry

On Mon, Jan 18, 2021 at 3:41 PM Dimitri John Ledkov <
dimitri.led...@canonical.com> wrote:

> This mailing list is not appropriate for your questions.
>
> This mailing list is for developing the next release of Ubuntu itself.
> Not support or discussions around the stable series.
>
> Please join discourse.ubuntu.com to discuss Ubuntu Server installation
> options in the server topic - https://discourse.ubuntu.com/c/server/17
>
> There you will find this thread for example
> https://discourse.ubuntu.com/t/netbooting-the-live-server-installer/14510
>
> That has step by step guide on booting Ubuntu Server installer over
> the network. Specifically the initrd needs to know how to bring up
> network, i.e. "ip=dhcp" kernel cmdline option, and where to find the
> matching ISO for the kernel/initrd pair one is trying to launch the
> installer from i.e.
> "url=http://releases.ubuntu.com/focal/ubuntu-20.04.1-live-server-amd64.iso
> "
> if one is booting amd64 with the 20.04.1 media and got the
> vmlinuz/initrd pair from it.
>
> Please continue further discussions about the Ubuntu Server installer
> on https://discourse.ubuntu.com/c/server/17
>
>
>
> On Mon, Jan 18, 2021 at 6:04 PM Jerry Geis  wrote:
> >
> > I have a current system (grub boot) that I want to replace (its not
> ubuntu but centos).
> > So there  is no USB and no CD.
> >
> > I am trying to find what to put on the grub linux kernel line to boot up
> and install everything over teh network.
> >
> > I have autoinstall working from the USB - but I need it working from
> "network" only.
> >
> > I tried this:
> > append  initrd=/casper/initrd debian-installer/language=en
> fsck.mode=skip splash autoinstall ds=nocloud-net;s=
> https://myip/autoinstall/
> >
> > but it did not work.  it tries to find the cd at /dev/sr0 and never does
> of course.
> >
> > Is there something else I need to specify on the line ?
> >
> > Thanks
> >
> > Jerry
> > --
> > Ubuntu-devel-discuss mailing list
> > Ubuntu-devel-discuss@lists.ubuntu.com
> > Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
>
>
>
> --
> Regards,
>
> Dimitri.
>
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: autoinstall 20.04 with grub

2021-01-18 Thread Dimitri John Ledkov
This mailing list is not appropriate for your questions.

This mailing list is for developing the next release of Ubuntu itself.
Not support or discussions around the stable series.

Please join discourse.ubuntu.com to discuss Ubuntu Server installation
options in the server topic - https://discourse.ubuntu.com/c/server/17

There you will find this thread for example
https://discourse.ubuntu.com/t/netbooting-the-live-server-installer/14510

That has step by step guide on booting Ubuntu Server installer over
the network. Specifically the initrd needs to know how to bring up
network, i.e. "ip=dhcp" kernel cmdline option, and where to find the
matching ISO for the kernel/initrd pair one is trying to launch the
installer from i.e.
"url=http://releases.ubuntu.com/focal/ubuntu-20.04.1-live-server-amd64.iso;
if one is booting amd64 with the 20.04.1 media and got the
vmlinuz/initrd pair from it.

Please continue further discussions about the Ubuntu Server installer
on https://discourse.ubuntu.com/c/server/17



On Mon, Jan 18, 2021 at 6:04 PM Jerry Geis  wrote:
>
> I have a current system (grub boot) that I want to replace (its not ubuntu 
> but centos).
> So there  is no USB and no CD.
>
> I am trying to find what to put on the grub linux kernel line to boot up and 
> install everything over teh network.
>
> I have autoinstall working from the USB - but I need it working from 
> "network" only.
>
> I tried this:
> append  initrd=/casper/initrd debian-installer/language=en fsck.mode=skip 
> splash autoinstall ds=nocloud-net;s=https://myip/autoinstall/
>
> but it did not work.  it tries to find the cd at /dev/sr0 and never does of 
> course.
>
> Is there something else I need to specify on the line ?
>
> Thanks
>
> Jerry
> --
> Ubuntu-devel-discuss mailing list
> Ubuntu-devel-discuss@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss



--
Regards,

Dimitri.

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


autoinstall 20.04 with grub

2021-01-18 Thread Jerry Geis
I have a current system (grub boot) that I want to replace (its not ubuntu
but centos).
So there  is no USB and no CD.

I am trying to find what to put on the grub linux kernel line to boot up
and install everything over teh network.

I have autoinstall working from the USB - but I need it working from
"network" only.

I tried this:
append  initrd=/casper/initrd debian-installer/language=en fsck.mode=skip
splash autoinstall ds=nocloud-net;s=https://myip/autoinstall/

but it did not work.  it tries to find the cd at /dev/sr0 and never does of
course.

Is there something else I need to specify on the line ?

Thanks

Jerry
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Issue: pppd and IPv6 interface identifiers

2021-01-18 Thread Christian Ehrhardt
On Fri, Jan 15, 2021 at 5:54 PM Alexander Velkov
 wrote:
>
> Hi,
>
> I want to point out an issue with the latest pppd version in Ubuntu 20.04. 
> There is also a patch attached in the issue which should disable the 
> 'ipv6cp-accept-local' option by default.

Hi Alexander,
indeed there is a chance for a merge with this and other fixes.
I'm unsure after all the time the other 2.4.7 behavior is in the field
how SRU-able that will be.
But I filed bug [1] for your problem and pinged the Desktop Team (who
usually looks after ppp) on IRC about it.

Kind Regards,
Christian

[1]: https://bugs.launchpad.net/ubuntu/+source/ppp/+bug/1912168

> https://github.com/paulusmack/ppp/issues/243
>
> Regards
> Alex
>
> --
> Ubuntu-devel-discuss mailing list
> Ubuntu-devel-discuss@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss



-- 
Christian Ehrhardt
Staff Engineer, Ubuntu Server
Canonical Ltd

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss