Need function details for CentOS 7.3 install...

General support questions
Post Reply
Mike Krall
Posts: 5
Joined: 2017/08/22 15:33:34
Location: Lander, Wyo.

Need function details for CentOS 7.3 install...

Post by Mike Krall » 2017/09/17 19:10:32

I know little of Linux... less of CentOS/RHEL. I will install CentOS 7.3 (1611) GNOME-Desktop into multi-distro laptop with symlinked separate data partition... a simple, personal use, desktop machine.

Looks like this:

Code: Select all

:~$ sudo parted -l
[sudo] password for waldo: 
Model: ATA Micron_1100_MTFD (scsi)
Disk /dev/sda: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system     Name                  Flags
 1      1049kB  524MB   523MB   fat32           ESP System Partition  boot, esp
 2      524MB   25.5GB  25.0GB  ext4            16.04 LTS
 5      25.5GB  50.5GB  25.0GB  ext4            elementaryOS
 6      50.5GB  75.5GB  25.0GB  ext4            KDE Neon
 7      75.5GB  101GB   25.0GB  ext4            LM-Cinnamon
 8      101GB   126GB   25.0GB  ext4            LM-Xfce
 9      126GB   151GB   25.0GB  ext4            Ubuntu-Budgie
10      151GB   176GB   25.0GB  ext4
 4      203GB   253GB   50.0GB  ext4            Data Partition
 3      253GB   256GB   3001MB  linux-swap(v1)  Swap
I have both CentOS 7.3 LiveGNOME and CentOS 7.3 DVD1 on USB's. Have run on Live-GNOME and have been through install steps in both. I've questions/need clarification/need verification/don't understand things.

One thing at a time.

Firstly...

In CentOS DVD lead-up to install start, there is a running list of items. I see a flash of red... moves too quickly to read... have not found a way to stop the item-checking to view it. When booted into LiveGNOME USB, though Wi-Fi and Ethernet appear to be enabled, and web-site addresses show, the browser window is black, or black with white boxes, or white with no boxes. Mouse movement finds link areas. Clicking changes page in address bar.... same black, black-white-white. Entering new addresses moves page to new address... same viewing results.

ASUS F556 UA

Code: Select all

:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 5916 (rev 02)


Mike

Mike Krall
Posts: 5
Joined: 2017/08/22 15:33:34
Location: Lander, Wyo.

Re: Need function details for CentOS 7.3 install...

Post by Mike Krall » 2017/10/30 02:48:52

Got CentOS-7.3 in multi-boot machine. It doesn't work well with other OS's. Booting to large screen and/or to "rescue". Work around is: 'Esc' key at ASUS startup screen... choose CentOS... pick first of 3 listed (.693)... picking .514 gets overly large graphics screen. Trying to boot CentOS out of boot menu boots to "rescue".

Have CentOS working in separate data partition (/mnt/data... data common to all 7 OS). Building custom menuentry's now. It's slow work for me (trying to... failing... trying again... breaking Manjaro... etc.) I've been gifted a custom menu format for CentOS... known to work with Fedora, Korora, others... theory says, will work.

I don't see CentOS working any better with other OS in UEFI menu or boot menu. I think the problem may, in part, be in CentOS /etc/default/grub. This is my unmodified /etc/default/grub:

Code: Select all

GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rhgb quiet"
GRUB_DISABLE_RECOVERY="true"
I would change 'GRUB_DEFAULT=saved' to 'GRUB_DEFAULT=0', but I have no idea if doing so would break things... and don't know of a way to test the change safely. If you know if this will function, or not, would you explain please? If you know of a way to test the change safely, I would like to learn that.

Mike

Post Reply