On 12/14/2015 05:29 PM, Frank Cox wrote:> On Mon, 14 Dec 2015 17:16:42 -0500 ken wrote: > >> How? I downloaded two (larger) of the three Centos 7 ISOs I could >> find... the only ones I could find. (I listed on names of the ISOs >> in my first post to this thread.) > > http://mirror.centos.org/centos/7/isos/x86_64/0_README.txt > > That lists the different images that are available. I use the Live > Gnome CD image to boot the machine, then click on Install to Hard > Drive icon, install that, then remove the stuff that I don't want and > install what I do want afterward. > > A nice side-effect is that you get to test your hardware > compatibility before going through all of the song and dance to > actually install the operating system.I just started downloading http://buildlogs.centos.org/centos/7/isos/x86_64/CentOS-7-livecd-GNOME-x86_64.iso, one of the newer (July 2014) gnome livecd things. Weird that the newer ISOs seem to be broke. Thanks to everyone to help figure out how all this works.
On 12/14/2015 04:53 PM, ken wrote:> On 12/14/2015 05:29 PM, Frank Cox wrote: >> On Mon, 14 Dec 2015 17:16:42 -0500 ken wrote: >> >>> How? I downloaded two (larger) of the three Centos 7 ISOs I could >>> find... the only ones I could find. (I listed on names of the ISOs >>> in my first post to this thread.) >> >> http://mirror.centos.org/centos/7/isos/x86_64/0_README.txt >> >> That lists the different images that are available. I use the Live >> Gnome CD image to boot the machine, then click on Install to Hard >> Drive icon, install that, then remove the stuff that I don't want and >> install what I do want afterward. >> >> A nice side-effect is that you get to test your hardware >> compatibility before going through all of the song and dance to >> actually install the operating system. > > I just started downloading > http://buildlogs.centos.org/centos/7/isos/x86_64/CentOS-7-livecd-GNOME-x86_64.iso, > one of the newer (July 2014) gnome livecd things. Weird that the newer > ISOs seem to be broke. > > Thanks to everyone to help figure out how all this works.The newer isos work fine. The fact that there was a key problem SOUNDS like your Firmware has an issue with our secureboot key. Sometimes a firmware update fixes bad CA certs from the OEM. We just released 7.1511 (based on RHEL 7.2 Sources) .. I extensively tested the secureboot/uefi installs on 3 separate machines from 3 manufacturers (Dell, HP, Lenovo). Download either of these ISOs (whichever one you want to use .. they all work when doing dd to copy to a usb key and they all do secure boot): http://isoredirect.centos.org/centos/7/isos/x86_64/ (Pick a mirror close to you) You want one of the ISOs listed here: http://mirror.centos.org/centos/7/isos/x86_64/sha256sum.txt If you want to know what each ISO does, read this: http://mirror.centos.org/centos/7/isos/x86_64/0_README.txt I would recommend either DVD, LiveGNOME if you want to install everything from an ISO .. OR .. Minimal if you understand how to use 'yum group list' and 'yum group install'. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20151214/99f8c3f1/attachment-0001.sig>
On 12/14/2015 06:32 PM, Johnny Hughes wrote:> On 12/14/2015 04:53 PM, ken wrote: >> On 12/14/2015 05:29 PM, Frank Cox wrote: >>> On Mon, 14 Dec 2015 17:16:42 -0500 ken wrote: >>> >>>> How? I downloaded two (larger) of the three Centos 7 ISOs I could >>>> find... the only ones I could find. (I listed on names of the ISOs >>>> in my first post to this thread.) >>> >>> http://mirror.centos.org/centos/7/isos/x86_64/0_README.txt >>> >>> That lists the different images that are available. I use the Live >>> Gnome CD image to boot the machine, then click on Install to Hard >>> Drive icon, install that, then remove the stuff that I don't want and >>> install what I do want afterward. >>> >>> A nice side-effect is that you get to test your hardware >>> compatibility before going through all of the song and dance to >>> actually install the operating system.It's good to that. I've just tried that seven times (three different flashdrives 'dd' using different USB ports, then created one CD) and the media test failed each time. I wish those downloads listed cksums/md5sums.>> >> I just started downloading >> http://buildlogs.centos.org/centos/7/isos/x86_64/CentOS-7-livecd-GNOME-x86_64.iso, >> one of the newer (July 2014) gnome livecd things. Weird that the newer >> ISOs seem to be broke. >> >> Thanks to everyone to help figure out how all this works. > > The newer isos work fine. The fact that there was a key problem SOUNDS > like your Firmware has an issue with our secureboot key. Sometimes a > firmware update fixes bad CA certs from the OEM.I checked the BIOS firmware just a couple days ago, the latest version was already installed. So the laptop out of the carton was fine.> We just released 7.1511 (based on RHEL 7.2 Sources) .. I extensively > tested the secureboot/uefi installs on 3 separate machines from 3 > manufacturers (Dell, HP, Lenovo). > > Download either of these ISOs (whichever one you want to use .. they all > work when doing dd to copy to a usb key and they all do secure boot): > > http://isoredirect.centos.org/centos/7/isos/x86_64/ > > (Pick a mirror close to you) > > You want one of the ISOs listed here: > > http://mirror.centos.org/centos/7/isos/x86_64/sha256sum.txt > > If you want to know what each ISO does, read this: > > http://mirror.centos.org/centos/7/isos/x86_64/0_README.txtIt's good to have all this info together in one email. On the other hand, people should know the Minimal really sucks: * No dual-boot set up. It just blithely wiped out the ability to boot up Windows. At some point I'm going to have to recover my Windows install because of this install. Every Linux install I've ever done-- out of hundreds of them and going back to 1992-- has gracefully and easily set up a dual-boot. The README should at minimum mention that. Better yet, the install's name should be given "Non-dual-boot.iso". * The resultant OS was text only. I.e., it wouldn't run init 5... trying to do so would cause to hang. * Maybe the above problem was due to bad coding somewhere-- the entire OS horked a couple times... then I finally saw error code saying, "kernel panic". I haven't gotten one of those in decades. Geez, what a terrible ISO distro!