Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-08 Thread g
On 03/07/16 09:06, Johnny Hughes wrote: > This it is a very easy process to create an installable usb key: > -- yes, it is. for some reason or other, i seldom remember to use it. too much using gui desktop. ;-) for sure, this reply and reply from John R Pierce are being added to my 'tricks and

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-08 Thread g
On 03/07/16 01:54, John R Pierce wrote: > On 3/6/2016 8:25 PM, g wrote: >> ok. so how about; >> >>yum shell install < pkginstalllist.file > > > yum install $(cat pkginstallist.file) > or > yum install `cat pkginstallist.file` > > should work unless that list is stupid long. > --

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-07 Thread Johnny Hughes
This it is a very easy process to create an installable usb key: 1. Download the iso file from a mirror. 2. Check the sha256sum with this from the command line: sha256sum 3. verify the output is the same as this list (for CentOS-6.7):

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-06 Thread John R Pierce
On 3/6/2016 8:25 PM, g wrote: ok. so how about; yum shell install < pkginstalllist.file yum install $(cat pkginstallist.file) or yum install `cat pkginstallist.file` should work unless that list is stupid long. -- john r pierce, recycling bits in santa cruz

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-06 Thread Richard
> Date: Sunday, March 06, 2016 22:25:55 -0600 > From: g > > On 03/06/16 22:15, Richard wrote: > <<>> > >> "shell" is a yum command, invoked as shown below. I don't believe >> there is any program called "yum-shell" (even though that is the >> man page reference). >> >>

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-06 Thread g
On 03/06/16 22:15, Richard wrote: <<>> > "shell" is a yum command, invoked as shown below. I don't believe > there is any program called "yum-shell" (even though that is the man > page reference). > >shell Is used to enter the 'yum shell', when a filename is >specified the

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-06 Thread g
On 03/06/16 19:47, Chris Murphy wrote: > On Sat, Mar 5, 2016 at 9:27 PM, g wrote: <<>> >> is there an easy way of running yum from a list instead of entering package >> names? entering names in groups of 5 to avoid problems is a bit slow. > > yum group list > > and > >

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-06 Thread g
On 03/06/16 19:45, Chris Murphy wrote: > On Sat, Mar 5, 2016 at 11:48 AM, g wrote: <<>> >> usb's sticks were created using unetbootin and fedora-liveusb-creator. >> yes, i did not mention that i tried with 2 usb sticks. failure was >> same, did not feel it mattered.

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-06 Thread Richard
> Date: Sunday, March 06, 2016 21:32:15 -0600 > From: g > > On 03/06/16 19:19, Richard wrote: >>> Date: Sunday, March 06, 2016 17:12:24 -0600 >>> From: g >>> On 03/06/16 14:48, Richard wrote: >>> <<>> You may want to look at the yum "shell"

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-06 Thread g
On 03/06/16 19:19, Richard wrote: >> Date: Sunday, March 06, 2016 17:12:24 -0600 >> From: g >> On 03/06/16 14:48, Richard wrote: >> <<>> >>> You may want to look at the yum "shell" option (man yum-shell). >>> >> interesting. >> >> would you presume that something like this

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-06 Thread Chris Murphy
On Sat, Mar 5, 2016 at 9:27 PM, g wrote: > > > On 03/05/16 20:22, Fred Smith wrote: >> On Sat, Mar 05, 2016 at 12:48:17PM -0600, g wrote: >>> >>> >>> On 03/05/16 09:04, Chris Murphy wrote: You don't say how you created the media. >>> -- >>> >>> true, i did not say

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-06 Thread Chris Murphy
On Sat, Mar 5, 2016 at 11:48 AM, g wrote: > > > On 03/05/16 09:04, Chris Murphy wrote: >> You don't say how you created the media. >> > -- > > true, i did not say how i created cd's. > > i used k3b as it is easier, less to remember, than using command line. OK. > usb's

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-06 Thread Richard
> Date: Sunday, March 06, 2016 17:12:24 -0600 > From: g > > On 03/06/16 14:48, Richard wrote: > <<>> > >> You may want to look at the yum "shell" option (man yum-shell). >> > -- > > interesting. > > would you presume that something like this might run? > > yum-shell

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-06 Thread Rodrigo Maia
Using boot pxe or netinstall with online mirror ;) Em 06/03/2016 8:12 PM, "g" escreveu: > > > On 03/06/16 14:48, Richard wrote: > <<>> > > > You may want to look at the yum "shell" option (man yum-shell). > > > -- > > interesting. > > would you presume that something like

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-06 Thread g
On 03/06/16 14:48, Richard wrote: <<>> > You may want to look at the yum "shell" option (man yum-shell). > -- interesting. would you presume that something like this might run? yum-shell install < pkg-list.file > The dvd iso and netinstall approaches are very different. The dvd has >

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-06 Thread Richard
> Date: Saturday, March 05, 2016 22:27:36 -0600 > From: g > > what got bombed was originally installed as 4.5 via dvd. so i have > not had 'joy' of knowing the problems of a fresh install in a while. > > i am glad to say that by chance, day before problems i did run a >

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-05 Thread g
On 03/05/16 20:22, Fred Smith wrote: > On Sat, Mar 05, 2016 at 12:48:17PM -0600, g wrote: >> >> >> On 03/05/16 09:04, Chris Murphy wrote: >>> You don't say how you created the media. >>> >> -- >> >> true, i did not say how i created cd's. > >> so you are saying that netinstall is incorrectly

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-05 Thread Fred Smith
On Sat, Mar 05, 2016 at 12:48:17PM -0600, g wrote: > > > On 03/05/16 09:04, Chris Murphy wrote: > > You don't say how you created the media. > > > -- > > true, i did not say how i created cd's. > so you are saying that netinstall is incorrectly written because it ask > for a cd and not an

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-05 Thread g
On 03/05/16 09:04, Chris Murphy wrote: > You don't say how you created the media. > -- true, i did not say how i created cd's. i used k3b as it is easier, less to remember, than using command line. usb's sticks were created using unetbootin and fedora-liveusb-creator. yes, i did not mention

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-05 Thread Chris Murphy
> > > You don't say how you created the media. Also netinstall used the network as source, not from CD/DVD. So you should just leave the source selection on default. Chris Murphy ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-04 Thread Sylvain CANOINE
- Mail original - > De: "g" <gel...@bellsouth.net> > À: "centos" <centos@centos.org> > Envoyé: Jeudi 3 Mars 2016 23:46:10 > Objet: [CentOS] 6.7 netinstall fails at insert cd to continue > system: hp compact dc7800 dual 64

[CentOS] 6.7 netinstall fails at insert cd to continue

2016-03-03 Thread g
system: hp compact dc7800 dual 64 bit cd/dvd: oem sata-- recognized as atapi dvd c dh48c2s sata5 cd/dvd: lg gp60ns50 usb dvd -- recognized as hl-dt-st dvdram gp60ns50 attempting install using centos 6.7 x86_64 netinstall.