Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 455308 Details for
Bug 601872
xen.gz Kernel Load And Hangs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
grub.cfg -- hand modified
grub_modified.cfg (text/plain), 19.79 KB, created by
John L. Poole
on 2016-12-07 03:13:42 UTC
(
hide
)
Description:
grub.cfg -- hand modified
Filename:
MIME Type:
Creator:
John L. Poole
Created:
2016-12-07 03:13:42 UTC
Size:
19.79 KB
patch
obsolete
># ># DO NOT EDIT THIS FILE ># ># It is automatically generated by grub-mkconfig using templates ># from /etc/grub.d and settings from /etc/default/grub ># > >### BEGIN /etc/grub.d/00_header ### >if [ -s $prefix/grubenv ]; then > load_env >fi >if [ "${next_entry}" ] ; then > set default="${next_entry}" > set next_entry= > save_env next_entry > set boot_once=true >else > set default="0" >fi > >if [ x"${feature_menuentry_id}" = xy ]; then > menuentry_id_option="--id" >else > menuentry_id_option="" >fi > >export menuentry_id_option > >if [ "${prev_saved_entry}" ]; then > set saved_entry="${prev_saved_entry}" > save_env saved_entry > set prev_saved_entry= > save_env prev_saved_entry > set boot_once=true >fi > >function savedefault { > if [ -z "${boot_once}" ]; then > saved_entry="${chosen}" > save_env saved_entry > fi >} > >function load_video { > insmod all_video >} > >serial >terminal_input console serial >terminal_output console serial >if [ x$feature_timeout_style = xy ] ; then > set timeout_style=menu > set timeout=5 ># Fallback normal timeout code in case the timeout_style feature is ># unavailable. >else > set timeout=5 >fi >### END /etc/grub.d/00_header ### > >### BEGIN /etc/grub.d/10_linux ### >menuentry 'Gentoo GNU/Linux' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > load_video > if [ "x$grub_platform" = xefi ]; then > set gfxpayload=keep > fi > insmod gzio > insmod part_gpt > insmod fat > 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 EDE9-F8EE > else > search --no-floppy --fs-uuid --set=root EDE9-F8EE > fi > echo 'Loading Linux x86_64-4.4.26-gentoo ...' > linux /kernel-genkernel-x86_64-4.4.26-gentoo root=UUID=667ba578-dfa7-40c8-bf09-1a63d3e58799 ro console=tty0 console=ttyS0 > echo 'Loading initial ramdisk ...' > initrd /initramfs-genkernel-x86_64-4.4.26-gentoo >} >submenu 'Advanced options for Gentoo GNU/Linux' $menuentry_id_option 'gnulinux-advanced-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > menuentry 'Gentoo GNU/Linux, with Linux x86_64-4.4.26-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-4.4.26-gentoo-advanced-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > load_video > if [ "x$grub_platform" = xefi ]; then > set gfxpayload=keep > fi > insmod gzio > insmod part_gpt > insmod fat > 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 EDE9-F8EE > else > search --no-floppy --fs-uuid --set=root EDE9-F8EE > fi > echo 'Loading Linux x86_64-4.4.26-gentoo ...' > linux /kernel-genkernel-x86_64-4.4.26-gentoo root=UUID=667ba578-dfa7-40c8-bf09-1a63d3e58799 ro > echo 'Loading initial ramdisk ...' > initrd /initramfs-genkernel-x86_64-4.4.26-gentoo > } > menuentry 'Gentoo GNU/Linux, with Linux x86_64-4.4.26-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-4.4.26-gentoo-recovery-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > load_video > if [ "x$grub_platform" = xefi ]; then > set gfxpayload=keep > fi > insmod gzio > insmod part_gpt > insmod fat > 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 EDE9-F8EE > else > search --no-floppy --fs-uuid --set=root EDE9-F8EE > fi > echo 'Loading Linux x86_64-4.4.26-gentoo ...' > linux /kernel-genkernel-x86_64-4.4.26-gentoo root=UUID=667ba578-dfa7-40c8-bf09-1a63d3e58799 ro single > echo 'Loading initial ramdisk ...' > initrd /initramfs-genkernel-x86_64-4.4.26-gentoo > } > menuentry 'Gentoo GNU/Linux, with Linux x86_64-4.4.26-gentoo.old' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-4.4.26-gentoo.old-advanced-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > load_video > insmod gzio > insmod part_gpt > insmod fat > 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 EDE9-F8EE > else > search --no-floppy --fs-uuid --set=root EDE9-F8EE > fi > echo 'Loading Linux x86_64-4.4.26-gentoo.old ...' > linux /kernel-genkernel-x86_64-4.4.26-gentoo.old root=UUID=667ba578-dfa7-40c8-bf09-1a63d3e58799 ro > echo 'Loading initial ramdisk ...' > initrd /initramfs-genkernel-x86_64-4.4.26-gentoo > } > menuentry 'Gentoo GNU/Linux, with Linux x86_64-4.4.26-gentoo.old (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-4.4.26-gentoo.old-recovery-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > load_video > insmod gzio > insmod part_gpt > insmod fat > 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 EDE9-F8EE > else > search --no-floppy --fs-uuid --set=root EDE9-F8EE > fi > echo 'Loading Linux x86_64-4.4.26-gentoo.old ...' > linux /kernel-genkernel-x86_64-4.4.26-gentoo.old root=UUID=667ba578-dfa7-40c8-bf09-1a63d3e58799 ro single > echo 'Loading initial ramdisk ...' > initrd /initramfs-genkernel-x86_64-4.4.26-gentoo > } >} > >### END /etc/grub.d/10_linux ### > >### BEGIN /etc/grub.d/20_linux_xen ### >menuentry 'Gentoo GNU/Linux, with Xen hypervisor JLPOOLE hacked' --class gentoo --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-simple-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > insmod part_gpt > insmod fat > 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 EDE9-F8EE > else > search --no-floppy --fs-uuid --set=root EDE9-F8EE > fi > echo 'Loading Xen xen ...' > if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then > xen_rm_opts= > else > xen_rm_opts="no-real-mode edd=off" > fi > multiboot /xen.gz placeholder console_timestamps=boot loglvl=all guest_loglvl=all earlyprintk=xen dom0_mem=1024M,max:1024M softlevel=xen ${xen_rm_opts} console=ttyS0 > echo 'Loading Linux x86_64-4.4.26-gentoo ...' > module /kernel-genkernel-x86_64-4.4.26-gentoo placeholder root=UUID=667ba578-dfa7-40c8-bf09-1a63d3e58799 ro console=ttyS0 > echo 'Loading initial ramdisk ...' > module --nounzip /initramfs-genkernel-x86_64-4.4.26-gentoo >} >submenu 'Advanced options for Gentoo GNU/Linux (with Xen hypervisor)' $menuentry_id_option 'gnulinux-advanced-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > submenu 'Xen hypervisor, version xen' $menuentry_id_option 'xen-hypervisor-xen-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > menuentry 'Gentoo GNU/Linux, with Xen xen and Linux x86_64-4.4.26-gentoo' --class gentoo --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-x86_64-4.4.26-gentoo-advanced-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > insmod part_gpt > insmod fat > 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 EDE9-F8EE > else > search --no-floppy --fs-uuid --set=root EDE9-F8EE > fi > echo 'Loading Xen xen ...' > if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then > xen_rm_opts= > else > xen_rm_opts="no-real-mode edd=off" > fi > multiboot /xen.gz placeholder console_timestamps=boot loglvl=all guest_loglvl=all com1=115200,8n1,0x3e8,5 console=com1,vga earlyprintk=xen dom0_mem=1024M,max:1024M softlevel=xen ${xen_rm_opts} > echo 'Loading Linux x86_64-4.4.26-gentoo ...' > module /kernel-genkernel-x86_64-4.4.26-gentoo placeholder root=UUID=667ba578-dfa7-40c8-bf09-1a63d3e58799 ro > echo 'Loading initial ramdisk ...' > module --nounzip /initramfs-genkernel-x86_64-4.4.26-gentoo > } > menuentry 'Gentoo GNU/Linux, with Xen xen and Linux x86_64-4.4.26-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-x86_64-4.4.26-gentoo-recovery-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > insmod part_gpt > insmod fat > 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 EDE9-F8EE > else > search --no-floppy --fs-uuid --set=root EDE9-F8EE > fi > echo 'Loading Xen xen ...' > if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then > xen_rm_opts= > else > xen_rm_opts="no-real-mode edd=off" > fi > multiboot /xen.gz placeholder console_timestamps=boot loglvl=all guest_loglvl=all com1=115200,8n1,0x3e8,5 console=com1,vga earlyprintk=xen ${xen_rm_opts} > echo 'Loading Linux x86_64-4.4.26-gentoo ...' > module /kernel-genkernel-x86_64-4.4.26-gentoo placeholder root=UUID=667ba578-dfa7-40c8-bf09-1a63d3e58799 ro single > echo 'Loading initial ramdisk ...' > module --nounzip /initramfs-genkernel-x86_64-4.4.26-gentoo > } > } > submenu 'Xen hypervisor, version 4.7.1' $menuentry_id_option 'xen-hypervisor-4.7.1-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > menuentry 'Gentoo GNU/Linux, with Xen 4.7.1 and Linux x86_64-4.4.26-gentoo' --class gentoo --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-x86_64-4.4.26-gentoo-advanced-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > insmod part_gpt > insmod fat > 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 EDE9-F8EE > else > search --no-floppy --fs-uuid --set=root EDE9-F8EE > fi > echo 'Loading Xen 4.7.1 ...' > if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then > xen_rm_opts= > else > xen_rm_opts="no-real-mode edd=off" > fi > multiboot /xen-4.7.1.gz placeholder console_timestamps=boot loglvl=all guest_loglvl=all com1=115200,8n1,0x3e8,5 console=com1,vga earlyprintk=xen dom0_mem=1024M,max:1024M softlevel=xen ${xen_rm_opts} > echo 'Loading Linux x86_64-4.4.26-gentoo ...' > module /kernel-genkernel-x86_64-4.4.26-gentoo placeholder root=UUID=667ba578-dfa7-40c8-bf09-1a63d3e58799 ro > echo 'Loading initial ramdisk ...' > module --nounzip /initramfs-genkernel-x86_64-4.4.26-gentoo > } > menuentry 'Gentoo GNU/Linux, with Xen 4.7.1 and Linux x86_64-4.4.26-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-x86_64-4.4.26-gentoo-recovery-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > insmod part_gpt > insmod fat > 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 EDE9-F8EE > else > search --no-floppy --fs-uuid --set=root EDE9-F8EE > fi > echo 'Loading Xen 4.7.1 ...' > if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then > xen_rm_opts= > else > xen_rm_opts="no-real-mode edd=off" > fi > multiboot /xen-4.7.1.gz placeholder console_timestamps=boot loglvl=all guest_loglvl=all com1=115200,8n1,0x3e8,5 console=com1,vga earlyprintk=xen ${xen_rm_opts} > echo 'Loading Linux x86_64-4.4.26-gentoo ...' > module /kernel-genkernel-x86_64-4.4.26-gentoo placeholder root=UUID=667ba578-dfa7-40c8-bf09-1a63d3e58799 ro single > echo 'Loading initial ramdisk ...' > module --nounzip /initramfs-genkernel-x86_64-4.4.26-gentoo > } > } > submenu 'Xen hypervisor, version 4.7.1.config' $menuentry_id_option 'xen-hypervisor-4.7.1.config-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > menuentry 'Gentoo GNU/Linux, with Xen 4.7.1.config and Linux x86_64-4.4.26-gentoo' --class gentoo --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-x86_64-4.4.26-gentoo-advanced-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > insmod part_gpt > insmod fat > 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 EDE9-F8EE > else > search --no-floppy --fs-uuid --set=root EDE9-F8EE > fi > echo 'Loading Xen 4.7.1.config ...' > if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then > xen_rm_opts= > else > xen_rm_opts="no-real-mode edd=off" > fi > multiboot /xen-4.7.1.config placeholder console_timestamps=boot loglvl=all guest_loglvl=all com1=115200,8n1,0x3e8,5 console=com1,vga earlyprintk=xen dom0_mem=1024M,max:1024M softlevel=xen ${xen_rm_opts} > echo 'Loading Linux x86_64-4.4.26-gentoo ...' > module /kernel-genkernel-x86_64-4.4.26-gentoo placeholder root=UUID=667ba578-dfa7-40c8-bf09-1a63d3e58799 ro > echo 'Loading initial ramdisk ...' > module --nounzip /initramfs-genkernel-x86_64-4.4.26-gentoo > } > menuentry 'Gentoo GNU/Linux, with Xen 4.7.1.config and Linux x86_64-4.4.26-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-x86_64-4.4.26-gentoo-recovery-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > insmod part_gpt > insmod fat > 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 EDE9-F8EE > else > search --no-floppy --fs-uuid --set=root EDE9-F8EE > fi > echo 'Loading Xen 4.7.1.config ...' > if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then > xen_rm_opts= > else > xen_rm_opts="no-real-mode edd=off" > fi > multiboot /xen-4.7.1.config placeholder console_timestamps=boot loglvl=all guest_loglvl=all com1=115200,8n1,0x3e8,5 console=com1,vga earlyprintk=xen ${xen_rm_opts} > echo 'Loading Linux x86_64-4.4.26-gentoo ...' > module /kernel-genkernel-x86_64-4.4.26-gentoo placeholder root=UUID=667ba578-dfa7-40c8-bf09-1a63d3e58799 ro single > echo 'Loading initial ramdisk ...' > module --nounzip /initramfs-genkernel-x86_64-4.4.26-gentoo > } > } > submenu 'Xen hypervisor, version 4.7' $menuentry_id_option 'xen-hypervisor-4.7-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > menuentry 'Gentoo GNU/Linux, with Xen 4.7 and Linux x86_64-4.4.26-gentoo' --class gentoo --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-x86_64-4.4.26-gentoo-advanced-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > insmod part_gpt > insmod fat > 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 EDE9-F8EE > else > search --no-floppy --fs-uuid --set=root EDE9-F8EE > fi > echo 'Loading Xen 4.7 ...' > if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then > xen_rm_opts= > else > xen_rm_opts="no-real-mode edd=off" > fi > multiboot /xen-4.7.gz placeholder console_timestamps=boot loglvl=all guest_loglvl=all com1=115200,8n1,0x3e8,5 console=com1,vga earlyprintk=xen dom0_mem=1024M,max:1024M softlevel=xen ${xen_rm_opts} > echo 'Loading Linux x86_64-4.4.26-gentoo ...' > module /kernel-genkernel-x86_64-4.4.26-gentoo placeholder root=UUID=667ba578-dfa7-40c8-bf09-1a63d3e58799 ro > echo 'Loading initial ramdisk ...' > module --nounzip /initramfs-genkernel-x86_64-4.4.26-gentoo > } > menuentry 'Gentoo GNU/Linux, with Xen 4.7 and Linux x86_64-4.4.26-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-x86_64-4.4.26-gentoo-recovery-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > insmod part_gpt > insmod fat > 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 EDE9-F8EE > else > search --no-floppy --fs-uuid --set=root EDE9-F8EE > fi > echo 'Loading Xen 4.7 ...' > if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then > xen_rm_opts= > else > xen_rm_opts="no-real-mode edd=off" > fi > multiboot /xen-4.7.gz placeholder console_timestamps=boot loglvl=all guest_loglvl=all com1=115200,8n1,0x3e8,5 console=com1,vga earlyprintk=xen ${xen_rm_opts} > echo 'Loading Linux x86_64-4.4.26-gentoo ...' > module /kernel-genkernel-x86_64-4.4.26-gentoo placeholder root=UUID=667ba578-dfa7-40c8-bf09-1a63d3e58799 ro single > echo 'Loading initial ramdisk ...' > module --nounzip /initramfs-genkernel-x86_64-4.4.26-gentoo > } > } > submenu 'Xen hypervisor, version 4' $menuentry_id_option 'xen-hypervisor-4-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > menuentry 'Gentoo GNU/Linux, with Xen 4 and Linux x86_64-4.4.26-gentoo' --class gentoo --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-x86_64-4.4.26-gentoo-advanced-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > insmod part_gpt > insmod fat > 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 EDE9-F8EE > else > search --no-floppy --fs-uuid --set=root EDE9-F8EE > fi > echo 'Loading Xen 4 ...' > if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then > xen_rm_opts= > else > xen_rm_opts="no-real-mode edd=off" > fi > multiboot /xen-4.gz placeholder console_timestamps=boot loglvl=all guest_loglvl=all com1=115200,8n1,0x3e8,5 console=com1,vga earlyprintk=xen dom0_mem=1024M,max:1024M softlevel=xen ${xen_rm_opts} > echo 'Loading Linux x86_64-4.4.26-gentoo ...' > module /kernel-genkernel-x86_64-4.4.26-gentoo placeholder root=UUID=667ba578-dfa7-40c8-bf09-1a63d3e58799 ro > echo 'Loading initial ramdisk ...' > module --nounzip /initramfs-genkernel-x86_64-4.4.26-gentoo > } > menuentry 'Gentoo GNU/Linux, with Xen 4 and Linux x86_64-4.4.26-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-x86_64-4.4.26-gentoo-recovery-667ba578-dfa7-40c8-bf09-1a63d3e58799' { > insmod part_gpt > insmod fat > 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 EDE9-F8EE > else > search --no-floppy --fs-uuid --set=root EDE9-F8EE > fi > echo 'Loading Xen 4 ...' > if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then > xen_rm_opts= > else > xen_rm_opts="no-real-mode edd=off" > fi > multiboot /xen-4.gz placeholder console_timestamps=boot loglvl=all guest_loglvl=all com1=115200,8n1,0x3e8,5 console=com1,vga earlyprintk=xen ${xen_rm_opts} > echo 'Loading Linux x86_64-4.4.26-gentoo ...' > module /kernel-genkernel-x86_64-4.4.26-gentoo placeholder root=UUID=667ba578-dfa7-40c8-bf09-1a63d3e58799 ro single > echo 'Loading initial ramdisk ...' > module --nounzip /initramfs-genkernel-x86_64-4.4.26-gentoo > } > } >} > >### END /etc/grub.d/20_linux_xen ### > >### BEGIN /etc/grub.d/30_os-prober ### >### END /etc/grub.d/30_os-prober ### > >### BEGIN /etc/grub.d/40_custom ### ># This file provides an easy way to add custom menu entries. Simply type the ># menu entries you want to add after this comment. Be careful not to change ># the 'exec tail' line above. >### END /etc/grub.d/40_custom ### > >### BEGIN /etc/grub.d/41_custom ### >if [ -f ${config_directory}/custom.cfg ]; then > source ${config_directory}/custom.cfg >elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then > source $prefix/custom.cfg; >fi >### END /etc/grub.d/41_custom ###
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 601872
: 455308 |
455472
|
455476