Questions tagged [grub]

Console application permitting the user to choose between several installed operating systems.

361 questions
2
votes
1 answer

Default kernel boot parameter on Red Hat 6 / CentOS 6

I would like to understand if, and how, it is possible to configure default kernel boot parameters on Red Hat 6 / CentOS 6 (grub legacy bootloader). I very well understand how to manually configure the required parameters: I simply have to edit…
shodanshok
  • 47,711
  • 7
  • 111
  • 180
2
votes
1 answer

How to boot to shell with Solaris?

I would like to boot Solaris to shell (root prompt) directly for recovery purposes. On linux I would pass a kernel option init=/bin/bash and it would directly boot me into shell without asking for password. How can I achieve the same for Solaris? I…
cstamas
  • 6,707
  • 25
  • 42
2
votes
1 answer

Using grml with btrfs

I'm trying to boot an ISO using grml and grub on a BTRFS root. However, after selecting the boot option from the menu grub (or some subsequent loader) fails to find the iso /@/boot/grml/ubuntu-14.10-desktop-amd64.iso : Below is the entry from my…
user1295450
  • 51
  • 1
  • 5
2
votes
0 answers

Why is update-grub unable to find my root device?

I created a new root partition and I am trying run update-grub inside a chroot. I bindmount the following for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done And then: update-grub /usr/sbin/grub-probe: error: cannot find a…
user1295450
  • 51
  • 1
  • 5
2
votes
2 answers

Can't get my proliant N54l to boot from USB

I was trying to install ubuntu 14. onto a usb stick. It booted fine from the USB and I went through the process for a while until I got to the partitioning bit, I was thinking maybe the install was in memory because it gave me the option of…
edzillion
  • 139
  • 1
  • 9
2
votes
1 answer

SuperMicro Superblade fails to boot from hard drive

Following issue. I have a number of Superblades with LSI MegaRAID SAS 9240-4i cards. One card per server. All of them use the latest firmware (20.13.1-0176) as of this writing (as per the LSI website). Here one sample configuration of one of the…
0xC0000022L
  • 1,516
  • 2
  • 22
  • 42
2
votes
3 answers

Ubuntu Grub fails with: unknown command recordfail

I installed some patches on a Ubuntu 10.04 Server (LTS) system today. After rebooting the newly patched server the boot process is now hosed with an unknown command 'recordfail' message. If I hit a key, the machine just reboots and gets stuck at…
Koko
  • 171
  • 1
  • 7
2
votes
1 answer

Stuck at grub prompt after a default CentOS 6 installation

I am having a very strange problem installing CentOS 6 that I've never encountered before. I've followed these same steps thousands of times before, but within the past couple weeks I've had two separate servers that would boot to a grub prompt…
Elliot B.
  • 1,356
  • 2
  • 18
  • 28
2
votes
1 answer

Grub install failing on Hardware RAID with LVM

I have a SuperMicro box with an Areca RAID controller installed. The RAID controller is configured for RAID 6 + Hot Spare. I am attempting to install Ubuntu 12.04 LTS. I set up LVM with separate partitions for /, /var, swap, and /data. While…
sardean
  • 833
  • 3
  • 15
  • 34
2
votes
3 answers

how can I boot linux from a software raid 1 array

I'm trying to make a raid array on an existing linux ubuntu install. I'm following this tutorial... http://howtoforge.org/software-raid1-grub-boot-fedora-8 After going through the list of things a million times I finally understand what's going…
Stu
  • 2,198
  • 2
  • 16
  • 23
2
votes
1 answer

grub on debian wheezy doesn't recognise mdraid

We're having a really strange problem when trying to boot from an mdraid on Debian Wheezy. All references online that I can find tell me that grub 1.99 (which is part of Debian Wheezy) should have no trouble booting from an mdraid volume. We're keep…
Tim Stoop
  • 588
  • 5
  • 20
2
votes
2 answers

Does the initramfs image file need to be updated whenever grub.conf is modified?

I am trying to puzzle out a linux boot configuration problem involving legacy grub (0.97), LVM2, and dracut and trying to eliminate a few red herrings. My trial and error process goes like so: Modify grub.conf Install grub.conf into MBR via grub…
javanix
  • 247
  • 4
  • 15
2
votes
2 answers

fix kernel on Xen Server hypervisor vps

I have a cloud server hosted at Rackspace, and they use Xen Server hypervisor. I was running Ubuntu 12.04, and really messed up by attempting to do a release upgrade manually. The hypervisor apparently doesn't get along with the changes made to GRUB…
tekknolagi
  • 225
  • 2
  • 12
2
votes
0 answers

CentOS 6 won't load default (new) kernel, loads (another) older one instead

I am having a weird issue with a CentOS 6 system. I have upgraded the kernel twice now and when I reboot the system it still loads the older kernel. I also had a dc tech watch the screen as it rebooted and they where stumped as well and could find…
Mike Geise
  • 121
  • 3
2
votes
1 answer

I'm stuck on choosing the right Linux bootloader for software RAID-10

I'm installing Gentoo on a SOHO server with 4 500GB Hitachi hard drives. I was able to boot from Live USB, created RAID-10 array /dev/md0 with the following command: mdadm --create /dev/md0 --assume-clean --level=10 --raid-devices=4 /dev/sda…
user135199