Displaying 20 results from an estimated 2000 matches similar to: "grub-install"
2016 Jul 16
5
[PATCH] : Adding dlabel option to chain.c32
The idea is to boot a disk in an mbr fashion while using the GPT (not
filesystem) label to detect the disk.
That is useful when you use grub2 & gpt. I was in case where my nodes
(100s) have 8 disks each and no guarantee of which disk is "bootable" in
the disk.
This way I can tell "please boot the disk that have one partition labelled
"xyz"".
So nothing related
2016 Jul 28
2
[PATCH] : Adding dlabel option to chain.c32
That is perfectly true. I had a beautiful bug in the code .... Switching
from python to C have some weird side-effect. Indenting is not enough,
brackets are required....
So I pushed
https://github.com/ErwanAliasr1/syslinux/commit/5a122d218553a6d4019273653ba9fad66d6ae79e
with the fix.
I tested it on my multi-disk system with success.
I also changed the name of the function.
2016-07-17 8:21
2016 Jul 17
2
[PATCH] : Adding dlabel option to chain.c32
>
> As opposed to "label",
> "dlabel" ...
> https://github.com/ErwanAliasr1/syslinux/commit/ebf8cbf
>
> SeaBIOS / GRUB2
>
> ...
> ...
> <target dev='vdc' bus='virtio'/>
> <boot order='3'/>
> ...
> ...
> <target dev='vdd' bus='virtio'/>
2015 Aug 16
5
Grub legacy on Centos 7
Hello Everyone,
We have centos6 server. And we are planning to upgrade it to Centos7.And
GRUB 2 needs a new bios grub partition. Creating a new partition is too
much risky. I am wondering if it is possible to replace Grub2 with Grub
legacy on Centos7 machine?
Thanks!!
Sachin
2016 Jun 01
3
Centos 7 and Software Raid Minimal Install
I am trying to install Centos 7 on a couple 4TB drives with software
raid. In the Supermicro bios I set UEFI/BIOS boot mode to legacy. I
am using the Centos 7 minimal install ISO flashed to a USB thumb
drive.
So I do custom drive layout something like this using sda and sdb.
Create /boot as 512 MB XFS raid1 array.
Create SWAP as 32 GB SWAP raid1 array.
Create / on 3.xxx TB XFS raid1 array.
2018 Oct 07
4
"WARNING: fdisk GPT support is currently new"
Hi,
I'm currently teaching Linux system administration to a class at the
local "chambre de commerce". The course is based mainly on a minimal
CentOS 7 installation.
Usually my preferred tool for handling manual GPT partitioning is gdisk,
which is not installed on a minimal install. I just gave the good old
fdisk a spin, which enables GPT partition table creation with the
2016 Jun 01
1
Centos 7 and Software Raid Minimal Install
>> I am trying to install Centos 7 on a couple 4TB drives with software
>> raid. In the Supermicro bios I set UEFI/BIOS boot mode to legacy. I
>> am using the Centos 7 minimal install ISO flashed to a USB thumb
>> drive.
>>
>> So I do custom drive layout something like this using sda and sdb.
>>
>> Create /boot as 512 MB XFS raid1 array.
>>
2010 Dec 30
3
Boot Error GPT partition
Hi all,
I was using grub2 for booting Archlinux x86_64 in my GPT
Internal HDD (/dev/sda) then I switched to syslinux/extlinux. It was
working fine but suddenly it staring showing "Boot Error" message on
screen. I googled for a solution and tried all syslinux versions from
4.04-pre4 down to 4.03-stable but non of them worked. I don't know
what suddenly changed caused this
2014 Mar 11
2
Upgrading openssh to 6.5 on centOS 5 machine
Hello Everyone,
I am a newbie.
I am supposed to upgrade openssh on a centOS machine.
Following are the current versions of openssh and centOS.
/tmp# /usr/sbin/sshd -V
OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
/tmp# rpm -q centos-release
centos-release-5-2.el5.centos
I have already tried the following link.
http://fr2.rpmfind.net/linux/rpm2html/search.php?query=openssh
I am unable
2015 Aug 19
3
Centos7 Kernel Panic
Hello Everyone,
I have prepared following isolinux.cfg.
default linux
label linux
kernel /vmlinuz
append initrd=/initrd.gz
But kernel panics with the standard message 'Kernel panic - not syncing: No
init found'.
Linux kernel version is 3.10.
I tried to read the init.txt too.But could not figure out the issue.
Can you please help me figure out the problem ?
Thanks
Sachin
2014 Jul 03
2
SFTP fails at connection
Hello,
I have recently installed openssh6.5 on my Centos box.
And I can do ssh to my centos box. But SFTP fails at connection.
I get following messages when I try to run sshd in debug mode.
debug1: subsystem: exec() /usr/libexec/openssh/sftp-server
Starting session: subsystem 'sftp' for op from 192.168.1.101 port 53994
debug1: server_input_channel_req: channel 0 request eow at
2016 Aug 05
4
CentOS 7 kickstart question
On Thu, 2016-08-04 at 22:21 -0400, Jonathan Billings wrote:
> Is it a BIOS boot, or are you using the UEFI firmware for booting?
> Either way, you might need a small boot partition (not /boot) at the
> beginning of the disk.
/boot/efi formatted FAT16, circa 150 MB
--
Regards,
Paul.
England, EU. England's place is in the European Union.
2014 Apr 22
1
Re: "virt-install" source location boot disk
Hi Giuseppe... ! Thanks for the hint. ill try it.
So from the docs, I'm seeing this:
"As of Fedora 16 there must be a biosboot partition for the bootloader to
be installed successfully onto a disk that contains a GPT/GUID partition
table, which includes disks initialized by anaconda. This partition may be
created with the kickstart option part biosboot --fstype=biosboot --size=1.
2014 Apr 22
2
Re: "virt-install" source location boot disk
Hi Giuseppe and thanks for the response............ Heres some more info:
Here is my kickstart... maybe the "--bootloader" argument is wrong in some
way?
# Put this in pastebin or some other public url
# Kickstart file automatically generated by anaconda.
#version=DEVEL
install
cdrom
lang en_US.UTF-8
keyboard us
network --onboot yes --device eth0 --bootproto dhcp --noipv6
timezone
2016 Aug 05
1
CentOS 7 kickstart question
On Fri, 5 Aug 2016, Jonathan Billings wrote:
> Even if you're using BIOS boot, if you've got a GPT-formatted disk,
> you'll need a 'biosboot' partition as well.
>
> part biosboot --fstype=biosboot --size=1
That doesn't sound right. Pure EFI boot, you can just have:
part /boot/efi --fstype="efi"
Plus whatever volumes (PVs etc.) that you want.
2015 Aug 26
2
grub.conf
Thank you so much!!!
It worked.
On Tue, Aug 25, 2015 at 8:04 PM, Barry Brimer <lists at brimer.org> wrote:
> Thanks for reply.
>>
>> I replaced break=y with init=/bin/sh.
>> In that case case system just hangs with the following message.
>> "Freeing unused kernel memory : 400k freed".
>>
>> Thanks!!
>> Sachin
>>
>> On Tue,
2014 Jul 16
5
Installing CentOS7 boot loader into the /boot partition
I did not see any way, during the CentOS7 install, to install the
CentOS7 boot loader into the /boot partition rather than to the MBR of a
drive. How does one do this in the installation of CentOS7 ?
2016 Jul 17
0
[PATCH] : Adding dlabel option to chain.c32
On 16.07.2016 10:39, Erwan Velu wrote:
> The idea is to boot a disk in an mbr fashion while using the GPT (not
> filesystem) label to detect the disk.
>
> That is useful when you use grub2 & gpt. I was in case where my nodes
> (100s) have 8 disks each and no guarantee of which disk is "bootable" in
> the disk.
>
> This way I can tell "please boot the
2011 Dec 19
2
Has anyone been able to start a Fedora 16 VM in Xen PV?
All,
I've had a heck of a time getting Fedora 16 to run as a guest VM under
CentOS 5.7 host as a paravirtualized Xen guest. I believe the issue has
something to do with Fedora 16 using grub2...
When I attempt to start the VM (via xm create), I get this error:
Using config file "/etc/xen/fedora-workstation".
Traceback (most recent call last):
File "/usr/bin/pygrub",
2016 Jul 28
0
[PATCH] : Adding dlabel option to chain.c32
https://github.com/ErwanAliasr1/syslinux/commit/6993cc151a67f68673bf58372870b301a3d1022a
sorry.
2016-07-28 15:52 GMT+02:00 Erwan Velu <erwanaliasr1 at gmail.com>:
> That is perfectly true. I had a beautiful bug in the code .... Switching
> from python to C have some weird side-effect. Indenting is not enough,
> brackets are required....
>
> So I pushed
>