<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:25:08 JST 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>PFS-JIRA</title>
    <link>https://pfspipe.ipmu.jp/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.3.4</version>
        <build-number>803005</build-number>
        <build-date>13-09-2019</build-date>
    </build-info>


<item>
            <title>[INSTRM-449] ansible grub role need to be fixed</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-449</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;Shimono-san,&lt;/p&gt;

&lt;p&gt;As we ran ansible for a rga1-vm replacement server, we had issue on grub config.&lt;br/&gt;
Even though problem itself was fixed with Kiana and Yoshida-san&apos;s support, could you review and update grub-uuid role on pfs ansible?&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;Ref&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/Subaru-PFS/ics_ansible/blob/master/roles/grub-uuid/tasks/main.yml&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://github.com/Subaru-PFS/ics_ansible/blob/master/roles/grub-uuid/tasks/main.yml&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Eiji&lt;/p&gt;</description>
                <environment></environment>
        <key id="12707">INSTRM-449</key>
            <summary>ansible grub role need to be fixed</summary>
                <type id="1" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10503&amp;avatarType=issuetype">Bug</type>
                                            <priority id="10000" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/medium.svg">Normal</priority>
                        <status id="10100" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/statuses/generic.png" description="No further work should be done on this.">Won&apos;t Fix</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="2">Won&apos;t Fix</resolution>
                                        <assignee username="yuki.moritani">yuki.moritani</assignee>
                                    <reporter username="kyono">kyono</reporter>
                        <labels>
                    </labels>
                <created>Thu, 16 Aug 2018 06:31:21 +0000</created>
                <updated>Tue, 14 Mar 2023 07:20:05 +0000</updated>
                            <resolved>Tue, 14 Mar 2023 07:19:57 +0000</resolved>
                                                                    <component>ics_ansible</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                <comments>
                            <comment id="13940" author="atsushi.shimono" created="Mon, 20 Aug 2018 06:59:00 +0000"  >&lt;p&gt;originally, I thought it is due that role does not check condition, but task has a line of &lt;br/&gt;
&amp;gt; when: &quot;&apos;UUID=&apos; not in ansible_cmdline.root&quot;&lt;br/&gt;
so, this role will not run when grub is already configured by uuid.&lt;/p&gt;

&lt;p&gt;do you have detailed information on trouble? like how configuration was modified wrongly.&lt;br/&gt;
or provide output of setup (like &quot;ansible all -m setup -i &amp;lt;inventory&amp;gt; -l &amp;lt;target&amp;gt; -k -K&quot;)&lt;/p&gt;</comment>
                            <comment id="13941" author="kyono" created="Tue, 21 Aug 2018 08:37:12 +0000"  >&lt;p&gt;&amp;gt;so, this role will not run when grub is already configured by uuid.&lt;br/&gt;
&amp;gt;do you have detailed information on trouble? like how configuration was modified wrongly.&lt;br/&gt;
&amp;gt;&lt;br/&gt;
After we ran ansible, it was configured as root=/dev/sda6 and failed to boot OS.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;e.g&amp;#93;&lt;/span&gt;&lt;br/&gt;
linux /vmlinuz-4.9.0-8-amd64 root=/dev/sda6 ro quiet&lt;br/&gt;
It was complaining something like it cannot mount root file system.&lt;/p&gt;

&lt;p&gt;With Kiaina and Yoshida-san&apos;s help, we checked block id of /dev/sda6 and updated grub config to use uuid instead of /dev/sda6 which sounds like how it should be...&lt;/p&gt;

&lt;p&gt;&amp;gt;grub-uuid issue is on r710?What is the RAID on the server PERC 6/iR? H700?&lt;br/&gt;
&amp;gt;&lt;br/&gt;
Yes, it is on R710. RAID is PERC6/i.&lt;/p&gt;

&lt;p&gt;For &quot;ansible all -m setup -i &amp;lt;inventory&amp;gt; -l &amp;lt;target&amp;gt; -k -K&quot; output, I may update it to Jira tomorrow... Sorry for delay.&lt;/p&gt;</comment>
                            <comment id="13959" author="atsushi.shimono" created="Fri, 24 Aug 2018 05:15:25 +0000"  >&lt;p&gt;I have not secured actual condition, but it seems cmdline will get device name but not uuid on some hardware condition.&lt;/p&gt;

&lt;p&gt;stretch% cat /proc/cmdline   (VM)&lt;br/&gt;
BOOT_IMAGE=/vmlinuz-4.9.0-7-amd64 root=UUID=70e2fc98-73f6-4c4d-a39e-769d917619e3 ro quiet&lt;br/&gt;
stretch% ssh pfs@dlb7-vm cat /proc/cmdline   (HP DL360)&lt;br/&gt;
BOOT_IMAGE=/vmlinuz-4.9.0-7-amd64 root=UUID=fec6d2bd-a2c5-4275-a423-77662e1b0647 ro quiet&lt;br/&gt;
stretch% ssh pfs@rca4-vm cat /proc/cmdline   (Dell R410)&lt;br/&gt;
BOOT_IMAGE=/vmlinuz-4.9.0-3-amd64 root=/dev/sda6 ro quiet&lt;/p&gt;</comment>
                            <comment id="13960" author="atsushi.shimono" created="Fri, 24 Aug 2018 06:16:11 +0000"  >&lt;p&gt;again, could not reproduce with test environment at IPMU. using rca4-vm as above.&lt;br/&gt;
it correctly configured grub (/etc/default/grub and /boot/grub/grub.cfg) and booted up.&lt;/p&gt;

&lt;p&gt;what was the actual configuration of grub? on recovery process you should be checked on grub boot window, to fix them. also information which shall be provided for investigation, like configuration files, system configuration (/proc) outputs are almost missing.&lt;/p&gt;</comment>
                            <comment id="13993" author="kyono" created="Thu, 30 Aug 2018 18:57:58 +0000"  >&lt;p&gt;Sorry for delayed response. As of now,&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;/proc/cmdline&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;pfs@rfa3-vm:~$ cat /proc/cmdline &lt;/p&gt;

&lt;p&gt;BOOT_IMAGE=/vmlinuz-4.9.0-8-amd64 root=UUID=43069cc7-f63c-46e6-9b91-1da32fb43798 ro quiet&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;/etc/default/grub&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;pfs@rfa3-vm:~$ cat /etc/default/grub&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;If you change this file, run &apos;update-grub&apos; afterwards to update&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;/boot/grub/grub.cfg.&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;For full documentation of the options in this file, see:&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;&#160; info -f grub -n &apos;Simple configuration&apos;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;GRUB_DEFAULT=0&lt;/p&gt;

&lt;p&gt;GRUB_TIMEOUT=5&lt;/p&gt;

&lt;p&gt;GRUB_DISTRIBUTOR=`lsb_release -i -s 2&amp;gt; /dev/null || echo Debian`&lt;/p&gt;

&lt;p&gt;GRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet&quot;&lt;/p&gt;

&lt;p&gt;GRUB_CMDLINE_LINUX=&quot;&quot;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Uncomment to enable BadRAM filtering, modify to suit your needs&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;This works with Linux (no patch required) and with any kernel that obtains&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;#GRUB_BADRAM=&quot;0x01234567,0xfefefefe,0x89abcdef,0xefefefef&quot;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Uncomment to disable graphical terminal (grub-pc only)&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;#GRUB_TERMINAL=console&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;The resolution used on graphical terminal&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;note that you can use only modes which your graphic card supports via VBE&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;you can see them in real GRUB with the command `vbeinfo&apos;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;#GRUB_GFXMODE=640x480&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Uncomment if you don&apos;t want GRUB to pass &quot;root=UUID=xxx&quot; parameter to Linux&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;#GRUB_DISABLE_LINUX_UUID=true&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Uncomment to disable generation of recovery mode menu entries&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;#GRUB_DISABLE_RECOVERY=&quot;true&quot;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Uncomment to get a beep at grub start&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;#GRUB_INIT_TUNE=&quot;480 440 1&quot;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;/dev/sda6&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;GRUB_DEVICE_UUID=&quot;43069cc7-f63c-46e6-9b91-1da32fb43798&quot;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;/boot/grub/grub.cfg&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;pfs@rfa3-vm:~$ cat /boot/grub/grub.cfg &lt;/p&gt;

&lt;p&gt;#&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;DO NOT EDIT THIS FILE&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;#&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;It is automatically generated by grub-mkconfig using templates&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;from /etc/grub.d and settings from /etc/default/grub&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;#&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;
		&lt;ol&gt;
			&lt;li&gt;BEGIN /etc/grub.d/00_header ###&lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;if [ -s $prefix/grubenv ]; then&lt;/p&gt;

&lt;p&gt;&#160; set have_grubenv=true&lt;/p&gt;

&lt;p&gt;&#160; load_env&lt;/p&gt;

&lt;p&gt;fi&lt;/p&gt;

&lt;p&gt;if [ &quot;${next_entry}&quot; ] ; then&lt;/p&gt;

&lt;p&gt;&#160;&#160; set default=&quot;${next_entry}&quot;&lt;/p&gt;

&lt;p&gt;&#160;&#160; set next_entry=&lt;/p&gt;

&lt;p&gt;&#160;&#160; save_env next_entry&lt;/p&gt;

&lt;p&gt;&#160;&#160; set boot_once=true&lt;/p&gt;

&lt;p&gt;else&lt;/p&gt;

&lt;p&gt;&#160;&#160; set default=&quot;0&quot;&lt;/p&gt;

&lt;p&gt;fi&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;if [ x&quot;${feature_menuentry_id}&quot; = xy ]; then&lt;/p&gt;

&lt;p&gt;&#160; menuentry_id_option=&quot;--id&quot;&lt;/p&gt;

&lt;p&gt;else&lt;/p&gt;

&lt;p&gt;&#160; menuentry_id_option=&quot;&quot;&lt;/p&gt;

&lt;p&gt;fi&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;export menuentry_id_option&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;if [ &quot;${prev_saved_entry}&quot; ]; then&lt;/p&gt;

&lt;p&gt;&#160; set saved_entry=&quot;${prev_saved_entry}&quot;&lt;/p&gt;

&lt;p&gt;&#160; save_env saved_entry&lt;/p&gt;

&lt;p&gt;&#160; set prev_saved_entry=&lt;/p&gt;

&lt;p&gt;&#160; save_env prev_saved_entry&lt;/p&gt;

&lt;p&gt;&#160; set boot_once=true&lt;/p&gt;

&lt;p&gt;fi&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;function savedefault {&lt;/p&gt;

&lt;p&gt;&#160; if [ -z &quot;${boot_once}&quot; ]; then&lt;/p&gt;

&lt;p&gt;&#160; &#160; saved_entry=&quot;${chosen}&quot;&lt;/p&gt;

&lt;p&gt;&#160; &#160; save_env saved_entry&lt;/p&gt;

&lt;p&gt;&#160; fi&lt;/p&gt;

&lt;p&gt;}&lt;/p&gt;

&lt;p&gt;function load_video &lt;/p&gt;
{

&#160; if [ x$feature_all_video_module = xy ]; then

&#160; &#160; insmod all_video

&#160; else

&#160; &#160; insmod efi_gop

&#160; &#160; insmod efi_uga

&#160; &#160; insmod ieee1275_fb

&#160; &#160; insmod vbe

&#160; &#160; insmod vga

&#160; &#160; insmod video_bochs

&#160; &#160; insmod video_cirrus

&#160; fi

}

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;if [ x$feature_default_font_path = xy ] ; then&lt;/p&gt;

&lt;p&gt;&#160;&#160; font=unicode&lt;/p&gt;

&lt;p&gt;else&lt;/p&gt;

&lt;p&gt;insmod part_msdos&lt;/p&gt;

&lt;p&gt;insmod xfs&lt;/p&gt;

&lt;p&gt;if [ x$feature_platform_search_hint = xy ]; then&lt;/p&gt;

&lt;p&gt;&#160; search --no-floppy --fs-uuid --set=root&#160; 43069cc7-f63c-46e6-9b91-1da32fb43798&lt;/p&gt;

&lt;p&gt;else&lt;/p&gt;

&lt;p&gt;&#160; search --no-floppy --fs-uuid --set=root 43069cc7-f63c-46e6-9b91-1da32fb43798&lt;/p&gt;

&lt;p&gt;fi&lt;/p&gt;

&lt;p&gt;&#160; &#160; font=&quot;/usr/share/grub/unicode.pf2&quot;&lt;/p&gt;

&lt;p&gt;fi&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;if loadfont $font ; then&lt;/p&gt;

&lt;p&gt;&#160; set gfxmode=auto&lt;/p&gt;

&lt;p&gt;&#160; load_video&lt;/p&gt;

&lt;p&gt;&#160; insmod gfxterm&lt;/p&gt;

&lt;p&gt;fi&lt;/p&gt;

&lt;p&gt;terminal_output gfxterm&lt;/p&gt;

&lt;p&gt;if [ &quot;${recordfail}&quot; = 1 ] ; then&lt;/p&gt;

&lt;p&gt;&#160; set timeout=30&lt;/p&gt;

&lt;p&gt;else&lt;/p&gt;

&lt;p&gt;&#160; if [ x$feature_timeout_style = xy ] ; then&lt;/p&gt;

&lt;p&gt;&#160; &#160; set timeout_style=menu&lt;/p&gt;

&lt;p&gt;&#160; &#160; set timeout=5&lt;/p&gt;

&lt;p&gt;&#160; # Fallback normal timeout code in case the timeout_style feature is&lt;/p&gt;

&lt;p&gt;&#160; # unavailable.&lt;/p&gt;

&lt;p&gt;&#160; else&lt;/p&gt;

&lt;p&gt;&#160; &#160; set timeout=5&lt;/p&gt;

&lt;p&gt;&#160; fi&lt;/p&gt;

&lt;p&gt;fi&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;
		&lt;ol&gt;
			&lt;li&gt;END /etc/grub.d/00_header ###&lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&#160;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;
		&lt;ol&gt;
			&lt;li&gt;BEGIN /etc/grub.d/05_debian_theme ###&lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;set menu_color_normal=cyan/blue&lt;/p&gt;

&lt;p&gt;set menu_color_highlight=white/blue&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;
		&lt;ol&gt;
			&lt;li&gt;END /etc/grub.d/05_debian_theme ###&lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&#160;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;
		&lt;ol&gt;
			&lt;li&gt;BEGIN /etc/grub.d/10_linux ###&lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;function gfxmode {&lt;/p&gt;

&lt;p&gt; set gfxpayload=&quot;${1}&quot;&lt;/p&gt;

&lt;p&gt;}&lt;/p&gt;

&lt;p&gt;set linux_gfx_mode=&lt;/p&gt;

&lt;p&gt;export linux_gfx_mode&lt;/p&gt;

&lt;p&gt;menuentry &apos;Debian GNU/Linux&apos; --class debian --class gnu-linux --class gnu --class os $menuentry_id_option &apos;gnulinux-simple-43069cc7-f63c-46e6-9b91-1da32fb43798&apos; &lt;/p&gt;
{

 load_video

 insmod gzio

 if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi

 insmod part_msdos

 insmod ext2

 if [ x$feature_platform_search_hint = xy ]; then

 &#160; search --no-floppy --fs-uuid --set=root&#160; b44f5cb6-8727-452f-b736-7c6957571fea

 else

 &#160; search --no-floppy --fs-uuid --set=root b44f5cb6-8727-452f-b736-7c6957571fea

 fi

 echo &apos;Loading Linux 4.9.0-8-amd64 ...&apos;

 linux /vmlinuz-4.9.0-8-amd64 root=UUID=43069cc7-f63c-46e6-9b91-1da32fb43798 ro&#160; quiet

 echo &apos;Loading initial ramdisk ...&apos;

 initrd /initrd.img-4.9.0-8-amd64

}

&lt;p&gt;submenu &apos;Advanced options for Debian GNU/Linux&apos; $menuentry_id_option &apos;gnulinux-advanced-43069cc7-f63c-46e6-9b91-1da32fb43798&apos; {&lt;/p&gt;

&lt;p&gt; menuentry &apos;Debian GNU/Linux, with Linux 4.9.0-8-amd64&apos; --class debian --class gnu-linux --class gnu --class os $menuentry_id_option &apos;gnulinux-4.9.0-8-amd64-advanced-43069cc7-f63c-46e6-9b91-1da32fb43798&apos; &lt;/p&gt;
{

 load_video

 insmod gzio

 if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi

 insmod part_msdos

 insmod ext2

 if [ x$feature_platform_search_hint = xy ]; then

 &#160; search --no-floppy --fs-uuid --set=root&#160; b44f5cb6-8727-452f-b736-7c6957571fea

 else

 &#160; search --no-floppy --fs-uuid --set=root b44f5cb6-8727-452f-b736-7c6957571fea

 fi

 echo &apos;Loading Linux 4.9.0-8-amd64 ...&apos;

 linux /vmlinuz-4.9.0-8-amd64 root=UUID=43069cc7-f63c-46e6-9b91-1da32fb43798 ro&#160; quiet

 echo &apos;Loading initial ramdisk ...&apos;

 initrd /initrd.img-4.9.0-8-amd64

 }

&lt;p&gt; menuentry &apos;Debian GNU/Linux, with Linux 4.9.0-8-amd64 (recovery mode)&apos; --class debian --class gnu-linux --class gnu --class os $menuentry_id_option &apos;gnulinux-4.9.0-8-amd64-recovery-43069cc7-f63c-46e6-9b91-1da32fb43798&apos; &lt;/p&gt;
{

 load_video

 insmod gzio

 if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi

 insmod part_msdos

 insmod ext2

 if [ x$feature_platform_search_hint = xy ]; then

 &#160; search --no-floppy --fs-uuid --set=root&#160; b44f5cb6-8727-452f-b736-7c6957571fea

 else

 &#160; search --no-floppy --fs-uuid --set=root b44f5cb6-8727-452f-b736-7c6957571fea

 fi

 echo &apos;Loading Linux 4.9.0-8-amd64 ...&apos;

 linux /vmlinuz-4.9.0-8-amd64 root=UUID=43069cc7-f63c-46e6-9b91-1da32fb43798 ro single 

 echo &apos;Loading initial ramdisk ...&apos;

 initrd /initrd.img-4.9.0-8-amd64

 }

&lt;p&gt; menuentry &apos;Debian GNU/Linux, with Linux 4.9.0-7-amd64&apos; --class debian --class gnu-linux --class gnu --class os $menuentry_id_option &apos;gnulinux-4.9.0-7-amd64-advanced-43069cc7-f63c-46e6-9b91-1da32fb43798&apos; &lt;/p&gt;
{

 load_video

 insmod gzio

 if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi

 insmod part_msdos

 insmod ext2

 if [ x$feature_platform_search_hint = xy ]; then

 &#160; search --no-floppy --fs-uuid --set=root&#160; b44f5cb6-8727-452f-b736-7c6957571fea

 else

 &#160; search --no-floppy --fs-uuid --set=root b44f5cb6-8727-452f-b736-7c6957571fea

 fi

 echo &apos;Loading Linux 4.9.0-7-amd64 ...&apos;

 linux /vmlinuz-4.9.0-7-amd64 root=UUID=43069cc7-f63c-46e6-9b91-1da32fb43798 ro&#160; quiet

 echo &apos;Loading initial ramdisk ...&apos;

 initrd /initrd.img-4.9.0-7-amd64

 }

&lt;p&gt; menuentry &apos;Debian GNU/Linux, with Linux 4.9.0-7-amd64 (recovery mode)&apos; --class debian --class gnu-linux --class gnu --class os $menuentry_id_option &apos;gnulinux-4.9.0-7-amd64-recovery-43069cc7-f63c-46e6-9b91-1da32fb43798&apos; &lt;/p&gt;
{

 load_video

 insmod gzio

 if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi

 insmod part_msdos

 insmod ext2

 if [ x$feature_platform_search_hint = xy ]; then

 &#160; search --no-floppy --fs-uuid --set=root&#160; b44f5cb6-8727-452f-b736-7c6957571fea

 else

 &#160; search --no-floppy --fs-uuid --set=root b44f5cb6-8727-452f-b736-7c6957571fea

 fi

 echo &apos;Loading Linux 4.9.0-7-amd64 ...&apos;

 linux /vmlinuz-4.9.0-7-amd64 root=UUID=43069cc7-f63c-46e6-9b91-1da32fb43798 ro single 

 echo &apos;Loading initial ramdisk ...&apos;

 initrd /initrd.img-4.9.0-7-amd64

 }

&lt;p&gt; menuentry &apos;Debian GNU/Linux, with Linux 4.9.0-3-amd64&apos; --class debian --class gnu-linux --class gnu --class os $menuentry_id_option &apos;gnulinux-4.9.0-3-amd64-advanced-43069cc7-f63c-46e6-9b91-1da32fb43798&apos; &lt;/p&gt;
{

 load_video

 insmod gzio

 if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi

 insmod part_msdos

 insmod ext2

 if [ x$feature_platform_search_hint = xy ]; then

 &#160; search --no-floppy --fs-uuid --set=root&#160; b44f5cb6-8727-452f-b736-7c6957571fea

 else

 &#160; search --no-floppy --fs-uuid --set=root b44f5cb6-8727-452f-b736-7c6957571fea

 fi

 echo &apos;Loading Linux 4.9.0-3-amd64 ...&apos;

 linux /vmlinuz-4.9.0-3-amd64 root=UUID=43069cc7-f63c-46e6-9b91-1da32fb43798 ro&#160; quiet

 echo &apos;Loading initial ramdisk ...&apos;

 initrd /initrd.img-4.9.0-3-amd64

 }

&lt;p&gt; menuentry &apos;Debian GNU/Linux, with Linux 4.9.0-3-amd64 (recovery mode)&apos; --class debian --class gnu-linux --class gnu --class os $menuentry_id_option &apos;gnulinux-4.9.0-3-amd64-recovery-43069cc7-f63c-46e6-9b91-1da32fb43798&apos; &lt;/p&gt;
{

 load_video

 insmod gzio

 if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi

 insmod part_msdos

 insmod ext2

 if [ x$feature_platform_search_hint = xy ]; then

 &#160; search --no-floppy --fs-uuid --set=root&#160; b44f5cb6-8727-452f-b736-7c6957571fea

 else

 &#160; search --no-floppy --fs-uuid --set=root b44f5cb6-8727-452f-b736-7c6957571fea

 fi

 echo &apos;Loading Linux 4.9.0-3-amd64 ...&apos;

 linux /vmlinuz-4.9.0-3-amd64 root=UUID=43069cc7-f63c-46e6-9b91-1da32fb43798 ro single 

 echo &apos;Loading initial ramdisk ...&apos;

 initrd /initrd.img-4.9.0-3-amd64

 }

&lt;p&gt;}&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;
		&lt;ol&gt;
			&lt;li&gt;END /etc/grub.d/10_linux ###&lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&#160;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;
		&lt;ol&gt;
			&lt;li&gt;BEGIN /etc/grub.d/20_linux_xen ###&lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&#160;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;
		&lt;ol&gt;
			&lt;li&gt;END /etc/grub.d/20_linux_xen ###&lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&#160;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;
		&lt;ol&gt;
			&lt;li&gt;BEGIN /etc/grub.d/30_os-prober ###&lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;menuentry &apos;Debian GNU/Linux 9 (stretch) (on /dev/sda6)&apos; --class debian --class gnu-linux --class gnu --class os $menuentry_id_option &apos;osprober-gnulinux-simple-43069cc7-f63c-46e6-9b91-1da32fb43798&apos; &lt;/p&gt;
{

 insmod part_msdos

 insmod ext2

 set root=&apos;hd0,msdos1&apos;

 if [ x$feature_platform_search_hint = xy ]; then

 &#160; search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1&#160; b44f5cb6-8727-452f-b736-7c6957571fea

 else

 &#160; search --no-floppy --fs-uuid --set=root b44f5cb6-8727-452f-b736-7c6957571fea

 fi

 linux /vmlinuz-4.9.0-8-amd64 root=UUID=43069cc7-f63c-46e6-9b91-1da32fb43798 ro quiet

 initrd /initrd.img-4.9.0-8-amd64

}

&lt;p&gt;submenu &apos;Advanced options for Debian GNU/Linux 9 (stretch) (on /dev/sda6)&apos; $menuentry_id_option &apos;osprober-gnulinux-advanced-43069cc7-f63c-46e6-9b91-1da32fb43798&apos; {&lt;/p&gt;

&lt;p&gt; menuentry &apos;Debian GNU/Linux (on /dev/sda6)&apos; -&lt;del&gt;class gnu-linux --class gnu --class os $menuentry_id_option &apos;osprober-gnulinux&lt;/del&gt;/vmlinuz-4.9.0-8-amd64--43069cc7-f63c-46e6-9b91-1da32fb43798&apos; &lt;/p&gt;
{

 insmod part_msdos

 insmod ext2

 set root=&apos;hd0,msdos1&apos;

 if [ x$feature_platform_search_hint = xy ]; then

 &#160; search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1&#160; b44f5cb6-8727-452f-b736-7c6957571fea

 else

 &#160; search --no-floppy --fs-uuid --set=root b44f5cb6-8727-452f-b736-7c6957571fea

 fi

 linux /vmlinuz-4.9.0-8-amd64 root=UUID=43069cc7-f63c-46e6-9b91-1da32fb43798 ro quiet

 initrd /initrd.img-4.9.0-8-amd64

 }&lt;br/&gt;
&lt;br/&gt;
 menuentry &apos;Debian GNU/Linux, with Linux 4.9.0-8-amd64 (on /dev/sda6)&apos; -&lt;del&gt;class gnu-linux --class gnu --class os $menuentry_id_option &apos;osprober-gnulinux&lt;/del&gt;/vmlinuz-4.9.0-8-amd64--43069cc7-f63c-46e6-9b91-1da32fb43798&apos; {

 insmod part_msdos

 insmod ext2

 set root=&apos;hd0,msdos1&apos;

 if [ x$feature_platform_search_hint = xy ]; then

 &#160; search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1&#160; b44f5cb6-8727-452f-b736-7c6957571fea

 else

 &#160; search --no-floppy --fs-uuid --set=root b44f5cb6-8727-452f-b736-7c6957571fea

 fi

 linux /vmlinuz-4.9.0-8-amd64 root=UUID=43069cc7-f63c-46e6-9b91-1da32fb43798 ro quiet

 initrd /initrd.img-4.9.0-8-amd64

 }

&lt;p&gt; menuentry &apos;Debian GNU/Linux, with Linux 4.9.0-8-amd64 (recovery mode) (on /dev/sda6)&apos; -&lt;del&gt;class gnu-linux --class gnu --class os $menuentry_id_option &apos;osprober-gnulinux&lt;/del&gt;/vmlinuz-4.9.0-8-amd64-root=UUID=43069cc7-f63c-46e6-9b91-1da32fb43798 ro single-43069cc7-f63c-46e6-9b91-1da32fb43798&apos; &lt;/p&gt;
{

 insmod part_msdos

 insmod ext2

 set root=&apos;hd0,msdos1&apos;

 if [ x$feature_platform_search_hint = xy ]; then

 &#160; search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1&#160; b44f5cb6-8727-452f-b736-7c6957571fea

 else

 &#160; search --no-floppy --fs-uuid --set=root b44f5cb6-8727-452f-b736-7c6957571fea

 fi

 linux /vmlinuz-4.9.0-8-amd64 root=UUID=43069cc7-f63c-46e6-9b91-1da32fb43798 ro single

 initrd /initrd.img-4.9.0-8-amd64

 }

&lt;p&gt; menuentry &apos;Debian GNU/Linux, with Linux 4.9.0-7-amd64 (on /dev/sda6)&apos; -&lt;del&gt;class gnu-linux --class gnu --class os $menuentry_id_option &apos;osprober-gnulinux&lt;/del&gt;/vmlinuz-4.9.0-7-amd64--43069cc7-f63c-46e6-9b91-1da32fb43798&apos; &lt;/p&gt;
{

 insmod part_msdos

 insmod ext2

 set root=&apos;hd0,msdos1&apos;

 if [ x$feature_platform_search_hint = xy ]; then

 &#160; search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1&#160; b44f5cb6-8727-452f-b736-7c6957571fea

 else

 &#160; search --no-floppy --fs-uuid --set=root b44f5cb6-8727-452f-b736-7c6957571fea

 fi

 linux /vmlinuz-4.9.0-7-amd64 root=UUID=43069cc7-f63c-46e6-9b91-1da32fb43798 ro quiet

 initrd /initrd.img-4.9.0-7-amd64

 }

&lt;p&gt; menuentry &apos;Debian GNU/Linux, with Linux 4.9.0-7-amd64 (recovery mode) (on /dev/sda6)&apos; -&lt;del&gt;class gnu-linux --class gnu --class os $menuentry_id_option &apos;osprober-gnulinux&lt;/del&gt;/vmlinuz-4.9.0-7-amd64-root=UUID=43069cc7-f63c-46e6-9b91-1da32fb43798 ro single-43069cc7-f63c-46e6-9b91-1da32fb43798&apos; &lt;/p&gt;
{

 insmod part_msdos

 insmod ext2

 set root=&apos;hd0,msdos1&apos;

 if [ x$feature_platform_search_hint = xy ]; then

 &#160; search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1&#160; b44f5cb6-8727-452f-b736-7c6957571fea

 else

 &#160; search --no-floppy --fs-uuid --set=root b44f5cb6-8727-452f-b736-7c6957571fea

 fi

 linux /vmlinuz-4.9.0-7-amd64 root=UUID=43069cc7-f63c-46e6-9b91-1da32fb43798 ro single

 initrd /initrd.img-4.9.0-7-amd64

 }

&lt;p&gt; menuentry &apos;Debian GNU/Linux, with Linux 4.9.0-3-amd64 (on /dev/sda6)&apos; -&lt;del&gt;class gnu-linux --class gnu --class os $menuentry_id_option &apos;osprober-gnulinux&lt;/del&gt;/vmlinuz-4.9.0-3-amd64--43069cc7-f63c-46e6-9b91-1da32fb43798&apos; &lt;/p&gt;
{

 insmod part_msdos

 insmod ext2

 set root=&apos;hd0,msdos1&apos;

 if [ x$feature_platform_search_hint = xy ]; then

 &#160; search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1&#160; b44f5cb6-8727-452f-b736-7c6957571fea

 else

 &#160; search --no-floppy --fs-uuid --set=root b44f5cb6-8727-452f-b736-7c6957571fea

 fi

 linux /vmlinuz-4.9.0-3-amd64 root=UUID=43069cc7-f63c-46e6-9b91-1da32fb43798 ro quiet

 initrd /initrd.img-4.9.0-3-amd64

 }

&lt;p&gt; menuentry &apos;Debian GNU/Linux, with Linux 4.9.0-3-amd64 (recovery mode) (on /dev/sda6)&apos; -&lt;del&gt;class gnu-linux --class gnu --class os $menuentry_id_option &apos;osprober-gnulinux&lt;/del&gt;/vmlinuz-4.9.0-3-amd64-root=UUID=43069cc7-f63c-46e6-9b91-1da32fb43798 ro single-43069cc7-f63c-46e6-9b91-1da32fb43798&apos; &lt;/p&gt;
{

 insmod part_msdos

 insmod ext2

 set root=&apos;hd0,msdos1&apos;

 if [ x$feature_platform_search_hint = xy ]; then

 &#160; search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1&#160; b44f5cb6-8727-452f-b736-7c6957571fea

 else

 &#160; search --no-floppy --fs-uuid --set=root b44f5cb6-8727-452f-b736-7c6957571fea

 fi

 linux /vmlinuz-4.9.0-3-amd64 root=UUID=43069cc7-f63c-46e6-9b91-1da32fb43798 ro single

 initrd /initrd.img-4.9.0-3-amd64

 }

&lt;p&gt;}&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;
		&lt;ol&gt;
			&lt;li&gt;END /etc/grub.d/30_os-prober ###&lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&#160;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;
		&lt;ol&gt;
			&lt;li&gt;BEGIN /etc/grub.d/30_uefi-firmware ###&lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;
		&lt;ol&gt;
			&lt;li&gt;END /etc/grub.d/30_uefi-firmware ###&lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&#160;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;
		&lt;ol&gt;
			&lt;li&gt;BEGIN /etc/grub.d/40_custom ###&lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;This file provides an easy way to add custom menu entries.&#160; Simply type the&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;menu entries you want to add after this comment.&#160; Be careful not to change&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;the &apos;exec tail&apos; line above.&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;
		&lt;ol&gt;
			&lt;li&gt;END /etc/grub.d/40_custom ###&lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&#160;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;
		&lt;ol&gt;
			&lt;li&gt;BEGIN /etc/grub.d/41_custom ###&lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;if [ -f&#160; ${config_directory}/custom.cfg ]; then&lt;/p&gt;

&lt;p&gt;&#160; source ${config_directory}/custom.cfg&lt;/p&gt;

&lt;p&gt;elif [ -z &quot;${config_directory}&quot; -a -f&#160; $prefix/custom.cfg ]; then&lt;/p&gt;

&lt;p&gt;&#160; source $prefix/custom.cfg;&lt;/p&gt;

&lt;p&gt;fi&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;
		&lt;ol&gt;
			&lt;li&gt;END /etc/grub.d/41_custom ###&lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;
</comment>
                            <comment id="32400" author="yuki.moritani" created="Tue, 14 Mar 2023 07:19:57 +0000"  >&lt;p&gt;No demand now.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10500" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|s000dc:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>