Quicklinks

EndUser

Test/Virtualisaton


Installieren

Kernel - Tuning

Network

Display / Pads

Bock Devices

Printer

USB-Devices

BenutzerSW

Server

Install Notes

General/Hints

anoyances.org

Collection of installation & troublshooting info related to my linux (debian/mint/ubuntu) installations
Viele Einträge, um ISO's zu booten:
vornehmlich Mint, Ubuntu, andere...
Wird aufgerufen von Grub-Haupt-Menu (wegen StrukturTransparenz)

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/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="4"
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 recordfail {
  set recordfail=1
  if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
}
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set e11592bc-8987-4d60-afbc-b3757ffe50bd
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set e11592bc-8987-4d60-afbc-b3757ffe50bd
set locale_dir=($root)/boot/grub/locale
set lang=de
insmod gettext
if [ ${recordfail} = 1 ]; then
  set timeout=-1
else
  set timeout=3
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, mit Linux 2.6.32-38-generic - Multimedia' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod ext2
	set root='(hd0,5)'
	search --no-floppy --fs-uuid --set e11592bc-8987-4d60-afbc-b3757ffe50bd
	linux	/boot/vmlinuz-2.6.32-38-generic root=UUID=e11592bc-8987-4d60-afbc-b3757ffe50bd ro   quiet splash
	initrd	/boot/initrd.img-2.6.32-38-generic
}
menuentry 'Ubuntu, mit Linux 2.6.32-38-generic (Wiederherstellungsmodus)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod ext2
	set root='(hd0,5)'
	search --no-floppy --fs-uuid --set e11592bc-8987-4d60-afbc-b3757ffe50bd
	echo	'Linux 2.6.32-38-generic wird geladen …'
	linux	/boot/vmlinuz-2.6.32-38-generic root=UUID=e11592bc-8987-4d60-afbc-b3757ffe50bd ro single 
	echo	'Initiale Ramdisk wird geladen …'
	initrd	/boot/initrd.img-2.6.32-38-generic
}

##menuentry 'Ubuntu, mit Linux 2.6.32-37-generic' --class ubuntu --class gnu-linux --class gnu --class os {
##	recordfail
##	insmod ext2
##	set root='(hd0,5)'
##	search --no-floppy --fs-uuid --set e11592bc-8987-4d60-afbc-b3757ffe50bd
##	linux	/boot/vmlinuz-2.6.32-37-generic root=UUID=e11592bc-8987-4d60-afbc-b3757ffe50bd ro   quiet splash
##	initrd	/boot/initrd.img-2.6.32-37-generic
##}
##menuentry 'Ubuntu, mit Linux 2.6.32-37-generic (Wiederherstellungsmodus)' --class ubuntu --class gnu-linux --class gnu --class os {
##	recordfail
##	insmod ext2
##	set root='(hd0,5)'
##	search --no-floppy --fs-uuid --set e11592bc-8987-4d60-afbc-b3757ffe50bd
##	echo	'Linux 2.6.32-37-generic wird geladen …'
##	linux	/boot/vmlinuz-2.6.32-37-generic root=UUID=e11592bc-8987-4d60-afbc-b3757ffe50bd ro single 
##	echo	'Initiale Ramdisk wird geladen …'
##	initrd	/boot/initrd.img-2.6.32-37-generic
##}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
	insmod ext2
	set root='(hd0,5)'
	search --no-floppy --fs-uuid --set e11592bc-8987-4d60-afbc-b3757ffe50bd
	linux16	/boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod ext2
	set root='(hd0,5)'
	search --no-floppy --fs-uuid --set e11592bc-8987-4d60-afbc-b3757ffe50bd
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows Vista  (on /dev/sda2)" {
# Recovery Environment (loader)
	insmod ntfs
	set root='(hd0,2)'
	search --no-floppy --fs-uuid --set A22AA8492AA81BF3
	drivemap -s (hd0) ${root}
	chainloader +1
}

menuentry [?}Windows Vista2 (loader) (on /dev/sda1)" {
	insmod fat
	set root='(hd0,1)'
	search --no-floppy --fs-uuid --set a20a-9608
	chainloader +1
}

### 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.

##Ubuntu 32
menuentry "[very nice?? CH ] Lubuntu 14.04.1" {
        insmod ntfs
        set isomintpath="ubuntu32/"
        set isofile="lubuntu-14.04.1-desktop-i386.iso"
        loopback loop (hd0,3)/$isomintpath$isofile
#       loopback loop /$isofile
        echo "Lubuntu 14.04.01 kernel loading"
        linux (loop)/casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper iso-scan/filename=/$isomintpath$isofile noeject noprompt splash -- locale=de_CH bootkbd=sg console-setup/layoutcode=ch 
        echo "initrd loading"
        initrd (loop)/casper/initrd.lz
        echo "booting"
}

#####  Mint 64

menuentry "[nice, mit Flash, CH ] Linux Mint 17.1  Mate-64 / U14.04" {
        insmod ntfs
        set isomintpath="mint64/"
        set isofile="linuxmint-17.1-mate-64bit.iso"
        loopback loop (hd0,3)/$isomintpath$isofile
#       loopback loop /$isofile
        echo "Linuxmint 17-1/U14.04 kernel loading"
        linux (loop)/casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper iso-scan/filename=/$isomintpath$isofile noeject noprompt splash -- locale=de_CH bootkbd=sg console-setup/layoutcode=ch 
        echo "initrd loading"
        initrd (loop)/casper/initrd.lz
        echo "booting"
}

menuentry "[nice, mit Flash, CH ] LMDE 201403 Mate-64 / DebTesting" {
        echo "entry lmde"
        insmod ntfs
        set isomintpath="mint64/"
        set isofile="linuxmint-201403-mate-dvd-64bit.iso"
        loopback loop (hd0,3)/$isomintpath$isofile
#       loopback loop /$isofile
        echo "LMDE 201403 Mate-64 kernel loading"
        linux (loop)/casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper iso-scan/filename=/$isomintpath$isofile noeject noprompt splash -- locale=de_CH bootkbd=sg console-setup/layoutcode=ch 
        echo "initrd loading"
        initrd (loop)/casper/initrd.lz
        echo "booting"
        sleep 20
}

menuentry "[nice, mit Flash, CH ] Linux Mint 17  Mate-64 / U14.04" {
        insmod ntfs
        set isomintpath="mint64/"
        set isofile="linuxmint-17-mate-64bit-v2.iso"
        loopback loop (hd0,3)/$isomintpath$isofile
#       loopback loop /$isofile
        echo "Linuxmint 17/U14.04 kernel loading"
        linux (loop)/casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper iso-scan/filename=/$isomintpath$isofile noeject noprompt splash -- locale=de_CH bootkbd=sg console-setup/layoutcode=ch 
        echo "initrd loading"
        initrd (loop)/casper/initrd.lz
        echo "booting"
}

menuentry "[Persistent mit Flash, CH ] Linux Mint 17  Mate-64 / U14.04" {
        insmod ntfs
        set isomintpath="mint64/"
        set isofile="linuxmint-17-mate-64bit-v2.iso"
        loopback loop (hd0,3)/$isomintpath$isofile
#       loopback loop /$isofile
        echo "Linuxmint 17/U14.04 kernel loading"
        linux (loop)/casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper iso-scan/filename=/$isomintpath$isofile noeject noprompt splash --  persistent persistent-path=/mint64/ locale=de_CH bootkbd=sg console-setup/layoutcode=ch 
        echo "initrd loading"
        initrd (loop)/casper/initrd.lz
        echo "booting"
}

##Mint 32
menuentry "[very nice??, mit Flash, CH ] Linux Mint 17  XFCE / U14.04" {
        insmod ntfs
        set isomintpath="mint32/"
        set isofile="linuxmint-17-xfce-dvd-32bit.iso"
        loopback loop (hd0,3)/$isomintpath$isofile
#       loopback loop /$isofile
        echo "Linuxmint 17/U14.04 kernel XFCE loading"
        linux (loop)/casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper iso-scan/filename=/$isomintpath$isofile noeject noprompt splash -- locale=de_CH bootkbd=sg console-setup/layoutcode=ch 
        echo "initrd loading"
        initrd (loop)/casper/initrd.lz
        echo "booting"
}

menuentry "[very nice??, mit Flash, CH ] Linux Mint 17  Mate / U14.04" {
        insmod ntfs
        set isomintpath="mint32/"
        set isofile="linuxmint-17-mate-32bit-v2.iso"
        loopback loop (hd0,3)/$isomintpath$isofile
#       loopback loop /$isofile
        echo "Linuxmint 17/U14.04 kernel loading"
        linux (loop)/casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper iso-scan/filename=/$isomintpath$isofile noeject noprompt splash -- locale=de_CH bootkbd=sg console-setup/layoutcode=ch 
        echo "initrd loading"
        initrd (loop)/casper/initrd.lz
        echo "booting"
}


menuentry "[very nice, mit Flash, CH ] Linux Mint 16  Mate / U13.10" {
        insmod ntfs
        set isomintpath="mint32/"
        set isofile="linuxmint-16-mate-dvd-32bit.iso"
        loopback loop (hd0,3)/$isomintpath$isofile
#       loopback loop /$isofile
        echo "Linuxmint 16 kernel loading"
        linux (loop)/casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper iso-scan/filename=/$isomintpath$isofile noeject noprompt splash -- locale=de_CH bootkbd=sg console-setup/layoutcode=ch 
        echo "initrd loading"
        initrd (loop)/casper/initrd.lz
        echo "booting"
}

menuentry "[very nice, mit Flash, CH ] Linux Mint 14.1 - Nadia (12.10) Mate" {
        insmod ntfs
        set isomintpath="mint32/"
        set isofile="linuxmint-14.1-mate-dvd-32bit.iso"
        loopback loop (hd0,3)/$isomintpath$isofile
#       loopback loop /$isofile
        echo "kernel loading"
        linux (loop)/casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper iso-scan/filename=/$isomintpath$isofile noeject noprompt splash -- locale=de_CH bootkbd=sg console-setup/layoutcode=ch 
        echo "initrd loading"
        initrd (loop)/casper/initrd.lz
        echo "booting"
}

########## End Mint #########################################

menuentry "[slim] Anitx-14 MX-14.iso" {
        insmod ntfs
        isofile="MX-14.iso"
        loopback loop (hd0,3)/$isofile
#       loopback loop /$isofile
        linux (loop)/antiX/vmlinuz fromiso=/$isofile quiet noxorg nomodeset nouveau.modeset=0 tz=Europe/London lang=de
#       linux (loop)/antiX/vmlinuz fromiso=/$isofile fromhd=/dev/sda1 quiet noxorg nomodeset nouveau.modeset=0 tz=Europe/London lang=uk
        initrd (loop)/antiX/initrd.gz
}

menuentry "[slim] Anitx-12-base" {
        insmod ntfs
        isofile="antiX-12-base-486.iso"
        loopback loop (hd0,3)/$isofile
#       loopback loop /$isofile
        linux (loop)/antiX/vmlinuz fromiso=/$isofile quiet noxorg nomodeset nouveau.modeset=0 tz=Europe/London lang=de
#       linux (loop)/antiX/vmlinuz fromiso=/$isofile fromhd=/dev/sda1 quiet noxorg nomodeset nouveau.modeset=0 tz=Europe/London lang=uk
        initrd (loop)/antiX/initrd.gz
}

menuentry 'ISO Precise Unity ' {
        insmod ntfs
        set isofile="/ubuntu-12.04.1-desktop-i386.iso"
        loopback loop (hd0,3)$isofile
        linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject
        initrd (loop)/casper/initrd.lz
}

menuentry 'ISO Lubuntu 14.04 ' {
        insmod ntfs
        set isofile="/lubuntu-14.04-desktop-i386.iso"
        loopback loop (hd0,3)$isofile
        linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject -- locale=de_CH bootkbd=sg console-setup/layoutcode=ch 
        initrd (loop)/casper/initrd.lz
}


menuentry "Plop Boot Manager" {
       set root=(hd0,5)
       linux16 /boot/plop/plpbt.bin
}


### END /etc/grub.d/40_custom ###
Edit Page - Page History - Printable View - Recent Changes - WikiHelp - SearchWiki
Page last modified on May 12, 2016, at 11:15 AM, visited:$PageCount