search for: feature_platform_search_hint

Displaying 9 results from an estimated 9 matches for "feature_platform_search_hint".

2013 Apr 12
7
Xen not seeing all the memory in the box
I''m running Xen 4.1 (4.1.3-3ubuntu1.3) on an Ubuntu 12.10 server with an AMD FX-8150 processor (8 cores) and 16 GB of RAM. When I boot the server, Xen sees only 3 GB of RAM (instead of 16 GB). If I try to create a domU with more than about 1.5 GB of RAM, the create fails with messages saying it "could not allocate memory for HVM guest". Here''s the output when I do
2018 Feb 07
2
/dev/md1 => 93% Used. Warning. Disk Filling up. - what would be safe to delete in /boot ?
...6b1-8979-d19c873dca3b' { load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod part_msdos insmod diskfilter insmod mdraid1x insmod ext2 set root='mduuid/84bbf877f8bd0f7aa0c64064178966b4' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='mduuid/84bbf877f8bd0f7aa0c64064178966b4' 2206a439-5490-46d0-8d5e-9da8962924df else search --no-floppy --fs-uuid --set=root 2206a439-5490-46d0-8d5e-9da8962924df fi linux16 /vmlinuz-3.10.0...
2013 Sep 22
0
UEFI boot - no console will be available to OS
...video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x$feature_default_font_path = xy ] ; then font=unicode else insmod part_gpt insmod ext2 set root=''hd0,gpt2'' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 0b8cebb6-e937-402c-b9e1-16d4e422b590 else search --no-floppy --fs-uuid --set=root 0b8cebb6-e937-402c-b9e1-16d4e422b590 fi font="/usr/share/grub/unicode.pf2" f...
2013 Jun 19
1
Fedora 18 dom0, no video?
...n hypervisor'' --class fedora --class gnu-linux --class gnu --class os --class xen $menuentry_id_option ''xen-gnulinux-simple-781b00e4-5f5b-43fe-ba20-545bed174aa2'' { insmod part_msdos insmod ext2 set root=''hd0,msdos2'' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 --hint=''hd0,msdos2'' 6243d00d-50ce-44fc-a0f3-49a843b64bbc else search --no-floppy --fs-uuid --set=root 6243d00d-50ce-44fc-a0f3...
2013 Jun 26
1
[PATCH] pygrub: add fedora 19 grub.cfg example
...ra --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 gzio + insmod part_msdos + insmod ext2 + set root=''hd0,msdos1'' + if [ x$feature_platform_search_hint = xy ]; then + search --no-floppy --fs-uuid --set=root --hint=''hd0,msdos1'' 5001334f-de37-4b0b-bd2b-c1cea036f293 + else + search --no-floppy --fs-uuid --set=root 5001334f-de37-4b0b-bd2b-c1cea036f293 + fi + linux /vmlinuz-3.9.6-301.fc19.i686.PAE root=/dev/mapper/fedora-root ro...
2023 Mar 14
1
Kernel updates do not boot - always boots oldest kernel
Am 14.03.23 um 12:30 schrieb Rob Kampen: > OK, > > found out the problem as to why it doesn't boot any kernel except 36.2 > > the system reports that it cannot find > > vmlinuz-3.10.0-1160.88.1.el7.x86_64 > > or any one of the others, except for vmlinuz-3.10.0-1160.36.2.el7.x86_64 > > hence a manual selection from the grub menu when in front of the machine
2018 Oct 10
4
Booting CentOS 6 with Grub from CentOS 7
...is: menuentry 'CentOS release 6.10 (Final) (on /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-92dcc576-4e61-41f3-ae42-d06b3aec01ae' { insmod part_gpt insmod ext2 set root='hd0,gpt7' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 92dcc576-4e61-41f3-ae42-d06b3aec01ae else search --no-floppy --fs-uuid --set=root 92dcc576-4e61-41f3-ae42-d06b3aec01ae fi linux /boo...
2018 Oct 11
0
Booting CentOS 6 with Grub from CentOS 7
...lease 6.10 (Final) (on /dev/sda7)' --class > gnu-linux --class gnu --class os $menuentry_id_option > 'osprober-gnulinux-simple-92dcc576-4e61-41f3-ae42-d06b3aec01ae' { > insmod part_gpt > insmod ext2 > set root='hd0,gpt7' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 > --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 > 92dcc576-4e61-41f3-ae42-d06b3aec01ae > else > search --no-floppy --fs-uuid --set=root > 92dcc576-4e61-41f3-ae42-d06b3aec01ae...
2017 Aug 17
1
[Bug 102275] New: Laptop bootup and suspend and wake issues
...boot parameters and updating Dell XPS BIOS firmware and everything was working well with kernel 4.11.11-300. Current boot sequence that works with 4.11.11-300 is: ======================================================== load_video set gfxpayload=keep insmod gzio insmod part_gpt insmod ext2 if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root 46985d35-b7e3-41f9-9bc0-8ae6c11bc84c else search --no-floppy --fs-uuid --set=root 46985d35-b7e3-41f9-9bc0-8ae6c11bc84c fi linuxefi /vmlinuz-4.11.11-300.fc26.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/root rd.lvm.lv=fedora/swap n...