Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 399644 Details for
Bug 544382
For sys-kernel/dracut generated image with sys-apps/systemd: error on boot: umount: /usr: target is busy systemd[1]: Failed unmounting /usr.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Config for grub
grub.cfg (text/plain), 4.67 KB, created by
thunder367
on 2015-03-24 19:06:20 UTC
(
hide
)
Description:
Config for grub
Filename:
MIME Type:
Creator:
thunder367
Created:
2015-03-24 19:06:20 UTC
Size:
4.67 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 >set default="0" >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 efi_gop > insmod efi_uga > insmod video_bochs > insmod video_cirrus >} > >insmod lvm >insmod part_gpt >insmod ext2 >set root='(vg-debian-usr)' >search --no-floppy --fs-uuid --set=root 3598a7b3-e620-47d5-bf70-92f3fabbfa68 >if loadfont /share/grub/unicode.pf2 ; then > set gfxmode=640x480 > load_video > insmod gfxterm > insmod part_gpt > insmod ext2 > set root='(hd0,gpt5)' > search --no-floppy --fs-uuid --set=root 6ff93c2a-ffc9-492e-b359-5294338e6257 > set locale_dir=($root)/grub/locale > set lang=ru_RU > insmod gettext >fi >terminal_output gfxterm >set timeout=5 >### END /etc/grub.d/00_header ### > >### BEGIN /etc/grub.d/05_debian_theme ### >insmod lvm >insmod part_gpt >insmod ext2 >set root='(vg-debian-usr)' >search --no-floppy --fs-uuid --set=root 3598a7b3-e620-47d5-bf70-92f3fabbfa68 >insmod png >if background_image /share/images/desktop-base/joy-grub.png; then > set color_normal=white/black > set color_highlight=black/white >else > set menu_color_normal=cyan/blue > set menu_color_highlight=white/blue >fi >### END /etc/grub.d/05_debian_theme ### > >### BEGIN /etc/grub.d/10_linux ### >menuentry "Gentoo Base System release 2.2 (Linux Kernel 3.18.9)" --class gnu-linux --class gnu --class os { > load_video > insmod gzio > insmod part_gpt > insmod ext2 > set root='(hd0,gpt5)' > search --no-floppy --fs-uuid --set=root 6ff93c2a-ffc9-492e-b359-5294338e6257 > linux /kernel-x86_64-3.18.9-gentoo vga=0x318 video=vesafb:mtrr:3,ywrap splash=silent,theme:natural_gentoo console=tty1 quiet thinkpad_acpi.fan_control=1 dolvm \ >resume=UUID=58d35124-5b4c-446c-b5f0-d17453b1f3e0 real_resume=UUID=58d35124-5b4c-446c-b5f0-d17453b1f3e0 root=UUID=28bbf789-964d-4d92-ad0a-c05fee49a9d0 \ >init=/usr/lib/systemd/systemd > initrd /initramfs-3.18.9-gentoo > >} >menuentry "Gentoo Base System release 2.2 (Linux Kernel 3.18.7)" --class gnu-linux --class gnu --class os { > load_video > insmod gzio > insmod part_gpt > insmod ext2 > set root='(hd0,gpt5)' > search --no-floppy --fs-uuid --set=root 6ff93c2a-ffc9-492e-b359-5294338e6257 > linux /kernel-x86_64-3.18.7-gentoo vga=0x318 video=vesafb:mtrr:3,ywrap splash=silent,theme:natural_gentoo console=tty1 quiet thinkpad_acpi.fan_control=1 dolvm \ >resume=UUID=58d35124-5b4c-446c-b5f0-d17453b1f3e0 real_resume=UUID=58d35124-5b4c-446c-b5f0-d17453b1f3e0 root=UUID=28bbf789-964d-4d92-ad0a-c05fee49a9d0 \ >init=/usr/lib/systemd/systemd > initrd /initramfs-3.18.7-gentoo > >} > >menuentry 'Debian GNU/Linux, Ñ Linux 3.2.0-4-amd64' --class debian --class gnu-linux --class gnu --class os { > load_video > insmod gzio > insmod part_gpt > insmod ext2 > set root='(hd0,gpt5)' > search --no-floppy --fs-uuid --set=root 6ff93c2a-ffc9-492e-b359-5294338e6257 > echo 'ÐагÑÑжаеÑÑÑ Linux 3.2.0-4-amd64 ...' > linux /vmlinuz-3.2.0-4-amd64 root=/dev/mapper/vg-debian--root ro quiet > echo 'ÐагÑÑжаеÑÑÑ Ð½Ð°ÑалÑнÑй ramdisk ...' > initrd /initrd.img-3.2.0-4-amd64 >} >menuentry 'Debian GNU/Linux, Ñ Linux 3.2.0-4-amd64 (Ñежим воÑÑÑановлениÑ)' --class debian --class gnu-linux --class gnu --class os { > load_video > insmod gzio > insmod part_gpt > insmod ext2 > set root='(hd0,gpt5)' > search --no-floppy --fs-uuid --set=root 6ff93c2a-ffc9-492e-b359-5294338e6257 > echo 'ÐагÑÑжаеÑÑÑ Linux 3.2.0-4-amd64 ...' > linux /vmlinuz-3.2.0-4-amd64 root=/dev/mapper/vg-debian--root ro single > echo 'ÐагÑÑжаеÑÑÑ Ð½Ð°ÑалÑнÑй ramdisk ...' > initrd /initrd.img-3.2.0-4-amd64 >} >### END /etc/grub.d/10_linux ### > >### BEGIN /etc/grub.d/20_linux_xen ### >### END /etc/grub.d/20_linux_xen ### > >### BEGIN /etc/grub.d/30_os-prober ### >menuentry "Windows Boot Manager (UEFI on /dev/sda2)" --class windows --class os { > insmod part_gpt > insmod fat > set root='(hd0,gpt2)' > search --no-floppy --fs-uuid --set=root 5A40-DCF5 > chainloader /EFI/Microsoft/Boot/bootmgfw.efi >} >### 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 $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 544382
: 399644 |
399646
|
399648
|
399654
|
399656
|
399658
|
399660
|
399662
|
400008