search for: 10_linux

Displaying 20 results from an estimated 29 matches for "10_linux".

2014 Mar 22
1
RHEL/CentOS 7 Dual boot with CentOS 5.x/6.x - default boot quick solution/howto
I have RHEL 7 Beta installed in dual boot with CentOS 6.x. Since RHEL 7 installed GRUB2, I had problem that RHEL 7 is default boot. My personal solution was to go to /etc/grub.d and run command: mv 10_linux 31_linux grub2-mkconfig -o /boot/grub2/grub.cfg Explanation: - /etc/grub.d is where grub2 writes down config files used to create boot menu. - OS-prober creates 30_os-prober file in /etc/grub.d - 10_linux is created for RHEL/CentOS 7.x system installed. If you change order of files in /etc/gr...
2020 Aug 27
2
Weird results from g.sh()
...9;....']) on rhel7.8 and it didn't produce the correct linuxefi/initrdefi entries in grub, since in rhel7.8 the uefi detection algorithm is checking in bash '[ -d /sys/firmware/efi ]'. https://src.fedoraproject.org/rpms/grub2/blob/71e0fb4ea646071ec86e4a65bb24241e31c156bb/f/0106-Make-10_linux-work-with-our-changes-for-linux16-and-.patch I thought I could simply g.mkdir_p('/sys/firmware/efi') - but that created a fake dir in my chrooted environment, where grub2-mkconfig somehow was inspecting the real /sys as demonstrated in the above 'ls' example. Any ideas on why sh j...
2011 Mar 30
13
Grub2 xen priority order
Hey all, I have moved 10_Linux to 50_Linux and ran update-grub which is fine. The problem I have is that there is xen-syms in /boot And that is being put first in the boot list which is incorrect. How do you make /xen.gz at the top so it is booted first? Thanks Ian _______________________________________________...
2013 Sep 29
2
Bug#603391: Workaround PyGrub issue
...boot/grub/locale set lang=en_US insmod gettext fi terminal_output gfxterm set timeout=5 ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### set menu_color_normal=cyan/blue set menu_color_highlight=white/blue ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64' --class debian --class gnu-linux --class gnu --class os { load_video insmod gzio insmod part_msdos insmod ext2 set root='(/dev/xvda,msdos1)' search --no-floppy --fs-uuid --set=root f395d5a0-4612-4872-806c-33cd37c152f0...
2014 Jul 09
3
CentOS 7, not systemd questions
Question 1: has anyone used preupgrade (I used it with fc 17 -> 19, and it pretty much appeared to work, but that was on a couple of worksttions)? Opinions? Question 2: is grub still supported, or is there something that *FORCES* you to use grub2? mark "grub2 must DIE!"
2010 Jul 13
9
Xen 4 Ubuntu Lucid panics
I have tried 4 time unsuccessfully to install Xen 4 on Ubuntu Lucid (10.4) 64 bit version using the tutorial at http://bderzhavets.wordpress.com/2010/04/24/set-up-ubuntu-10-04-server-pv-domu-at-xen-4-0-dom0-pvops-2-6-32-10-kernel-dom0-on-top-of-ubuntu-10-04-server/ on a Lenovo thinkcentre workstation. When I boot I get a kernel panic. If I boot the Linux kernel that I compiled using the
2013 Jun 26
1
[PATCH] pygrub: add fedora 19 grub.cfg example
...= xy ]; then + insmod all_video + else + insmod efi_gop + insmod efi_uga + insmod ieee1275_fb + insmod vbe + insmod vga + insmod video_bochs + insmod video_cirrus + fi +} + +terminal_output console +set timeout=5 +### END /etc/grub.d/00_header ### + +### BEGIN /etc/grub.d/10_linux ### +menuentry ''Fedora, with Linux 3.9.6-301.fc19.i686.PAE'' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option ''gnulinux-3.9.6-301.fc19.i686.PAE-advanced-738519ba-06da-4402-9b68-a1c1efada512'' { + load_video + set gfxpayload=keep + insmod...
2015 Jan 22
1
Ubuntu delta against 4.5.0-1 in experimental for disussion
...sed these days. https://wiki.debian.org/Xen#Prioritise_Booting_Xen_Over_Native recommends: dpkg-divert --divert /etc/grub.d/08_linux_xen --rename /etc/grub.d/20_linux_xen TBH I think the correct answer is to upstream a patch to grub renaming 20_linux_xen to 08_linux_xen (or before 10_linux in any case), on the principal that if you bother to install Xen then you most likely want to boot it by default. I just never got round to it. Ian.
2013 Sep 22
0
UEFI boot - no console will be available to OS
...ho Loading Linux linux ... module /boot/vmlinuz-linux /boot/vmlinuz-linux root=UUID=0b8cebb6-e937-402c-b9e1-16d4e422b590 rw console=tty0 echo "Loading initial ramdisk ..." module /boot/initramfs-linux.img } ### END /etc/grub.d/09_xen ### ### BEGIN /etc/grub.d/10_linux ### menuentry ''Arch Linux, with Linux core repo kernel'' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option ''gnulinux-core repo kernel-true-0b8cebb6-e937-402c-b9e1-16d4e422b590'' { load_video set gfxpayload=keep insmo...
2013 Oct 10
1
[PATCH] pygrub: Support (/dev/xvda) style disk specifications
...ale + set lang=en_US + insmod gettext +fi +terminal_output gfxterm +set timeout=5 +### END /etc/grub.d/00_header ### + +### BEGIN /etc/grub.d/05_debian_theme ### +set menu_color_normal=cyan/blue +set menu_color_highlight=white/blue +### END /etc/grub.d/05_debian_theme ### + +### BEGIN /etc/grub.d/10_linux ### +menuentry ''Debian GNU/Linux, with Linux 3.2.0-4-amd64'' --class debian --class gnu-linux --class gnu --class os { + load_video + insmod gzio + insmod part_msdos + insmod ext2 + set root=''(/dev/xvda,msdos1)'' + search -...
2013 Feb 25
4
Convert Debian 6 from HVM to PV
...e says to use /etc/grub.d and settings from /etc/default/grub to update grub.cfg, but I can''t figure out how they build the menu section. Here''s the menu section of grub.cfg. Can anyone give me some help on changing this to the proper form for booting pv? ### BEGIN /etc/grub.d/10_linux ### menuentry ''Debian GNU/Linux, with Linux 2.6.32-5-686'' --class debian --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root=''(hd0,msdos1)'' search --no-floppy --fs-uuid --set 8d0d1b45-e312-49ee-9...
2012 Apr 19
5
Xen on EC2 | Debian Squeeze AMD 64
...owing this how-to http://www.howtoforge.com/paravirtualization-with-xen-4.0-on-debian-squeeze-amd64 After installing the packages, I get : uname -a Linux ip-10-241-22-60 2.6.32-5-xen-amd64 #1 SMP Tue Mar 8 00:01:30 UTC 2011 x86_64 GNU/Linux uname -r 2.6.32-5-xen-amd64 Then I do : mv /etc/grub.d/10_linux /etc/grub.d/50_linux update-grub2 * * * * After I reboot but I get this when calling xm : xm dmesg WARING! Can''t find version 3.4 of xen utils, fallback to default version! Error: Unable to connect to xend: No such file or directory. Is xend running? When I execute xend I get : xend WA...
2020 Aug 27
2
Re: Weird results from g.sh()
...t didn't produce the correct linuxefi/initrdefi > > entries in grub, since in rhel7.8 the uefi detection algorithm is checking > > in bash '[ -d /sys/firmware/efi ]'. > > https://src.fedoraproject.org/rpms/grub2/blob/71e0fb4ea646071ec86e4a65bb24241e31c156bb/f/0106-Make-10_linux-work-with-our-changes-for-linux16-and-.patch > > It's pretty unlikely that running grub can work. The libguestfs > appliance is sufficiently different from how the guest boots that > things like BIOS mappings are not related, and libguestfs doesn't use > EFI at all. > &gt...
2011 Oct 09
3
GRUB2 configuration for Xen 4 on Ubuntu Linux 10.04
Hello, I have installed the Xen 4.1.1 and a working kernel 2.6.32.43 which supports Xen on a Ubuntu Linux 10.04 LTS. However, I have never successfully booted the Hypervisor and Dom0. The screen is always black after some kernel messages rapidly go by. I think that I may pass the wrong parameters to the kernel or Hypervisor with GRUB2. Can any one share his/her working grub.cfg for GRUB2 with
2013 Oct 01
0
Bug#603391: Bug#603391: Workaround PyGrub issue
...ale + set lang=en_US + insmod gettext +fi +terminal_output gfxterm +set timeout=5 +### END /etc/grub.d/00_header ### + +### BEGIN /etc/grub.d/05_debian_theme ### +set menu_color_normal=cyan/blue +set menu_color_highlight=white/blue +### END /etc/grub.d/05_debian_theme ### + +### BEGIN /etc/grub.d/10_linux ### +menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64' --class debian --class gnu-linux --class gnu --class os { + load_video + insmod gzio + insmod part_msdos + insmod ext2 + set root='(/dev/xvda,msdos1)' + search --no-floppy --fs-uuid...
2015 Jan 22
0
Ubuntu delta against 4.5.0-1 in experimental for disussion
On 22.01.2015 13:02, Stefan Bader wrote: > Hi, > > I just finished preparing the Xen-4.5 merge from experimental into our next > release (Vivid/15.04). And something I actually should have done since the 4.4 > times is to report back the delta I have in case there are things Debian might > want to pick up as well. > > So below is the commented debdiff between the 4.5.0-1
2020 Aug 27
0
Re: Weird results from g.sh()
...n rhel7.8 and it didn't produce the correct linuxefi/initrdefi > entries in grub, since in rhel7.8 the uefi detection algorithm is checking > in bash '[ -d /sys/firmware/efi ]'. > https://src.fedoraproject.org/rpms/grub2/blob/71e0fb4ea646071ec86e4a65bb24241e31c156bb/f/0106-Make-10_linux-work-with-our-changes-for-linux16-and-.patch It's pretty unlikely that running grub can work. The libguestfs appliance is sufficiently different from how the guest boots that things like BIOS mappings are not related, and libguestfs doesn't use EFI at all. There's unfortunately no go...
2015 Jan 22
0
Ubuntu delta against 4.5.0-1 in experimental for disussion
...wiki.debian.org/Xen#Prioritise_Booting_Xen_Over_Native > recommends: > dpkg-divert --divert /etc/grub.d/08_linux_xen --rename /etc/grub.d/20_linux_xen > > TBH I think the correct answer is to upstream a patch to grub renaming > 20_linux_xen to 08_linux_xen (or before 10_linux in any case), on the > principal that if you bother to install Xen then you most likely want to > boot it by default. I just never got round to it. Yes, I talked to infinity today and he also thought of grub ordering. Possibly creating the Xen entries first if a hypervisor file is found. The...
2012 Aug 05
1
Unable to configure GRUB to boto xen 4.2 Kernel
...4.2.0-rc1 grub initrd.img-xen-4.2.0 vmlinuz-2.6.32-5-amd64 xen-4.gz initrd.img-2.6.32-5-amd64 initrd.img-xen-4.2.0-rc1 xen-4.2.0-rc1.gz xen.gz ls /etc/grub.d shows: ls /etc/grub.d 00_header 05_debian_theme 08_linux_xen 10_linux 30_os-prober 40_custom 41_custom README when I try update-grub as root I get the following output: root@mcd40:/etc/grub.d# update-grub Generating grub.cfg ... Found background image: /usr/share/images/desktop-base/desktop-grub.png dpkg: version ''/boot/xen.gz...
2013 Jun 06
3
Bug#711420: Xen not booting over Wheezy
...goes black and does not accept the keyboard. I go back into Debian with kernel 3.2.0-4-amd64 and /var/log/xen is empty. The installation procedure was as follows: # aptitude install xen-hypervisor-4.1-amd64 xen-linux-system-amd64 xen-utils-4.1 xenwatch xenstore-utils xen-tools # mv / etc/grub.d/10_linux / etc/grub.d/50_linux # update-grub2 # reboot Attached installation information. ***** USO DEL CORREO ELECTRONICO DE CADIVI HACIA INTERNET ***** LA INFORMACION CONTENIDA EN ESTE CORREO Y SUS ANEXOS PUEDE SER DE CARACTER CONFIDENCIAL. SOLO ESTA PERMITIDO SU USO, COPIA, TRANSMISION, RECEPCION O DI...