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

Grub2 Test

USB:

UHCI, Universal Host Controller Interface (UHCI).
OHCI Open Host Controller Interface (OHCI)
[EHCI] Enhanced Host Controller Interface (EHCI). Only EHCI can support hi-speed (480 Mbit/s) transfers
usbtest.mod
http://mgerards.net/grub/
grub-mkrescue

#
# DO NOT EDIT THIS FILE
#
# It is automaticaly generated by /usr/sbin/update-grub using templates from /etc/grub.d
# and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
search --fs-uuid --set cf3c6a6f-3efc-42bb-b565-f7d18535a4af
#set root=(hd0,5)

font (hd0,5)/usr/share/grub/unifont.pff
set gfxmode=640x480
insmod gfxterm
insmod vbe
terminal gfxterm
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###

menuentry "Debian GNU/Linux, linux 2.6.22-14-generic" {
	linux	(hd0,5)/boot/vmlinuz-2.6.22-14-generic root=/dev/sda5 ro 
	initrd	(hd0,5)/boot/initrd.img-2.6.22-14-generic
}
menuentry "Debian GNU/Linux, linux 2.6.22-14-rt" {
	linux	(hd0,5)/boot/vmlinuz-2.6.22-14-rt root=UUID=cf3c6a6f-3efc-42bb-b565-f7d18535a4af ro quiet splash locale=de_DE
	initrd	(hd0,5)/boot/initrd.img-2.6.22-14-rt
}
menuentry "Debian GNU/Linux, linux 2.6.22-14-generic (single-user mode)" {
	linux	/boot/vmlinuz-2.6.22-14-generic root=UUID=cf3c6a6f-3efc-42bb-b565-f7d18535a4af ro single 
	initrd	/boot/initrd.img-2.6.22-14-generic
}
menuentry "Debian GNU/Linux, linux 2.6.22-14-rt (single-user mode)" {
	linux	(hd0,5)/boot/vmlinuz-2.6.22-14-rt root=/dev/sda5 ro single 
	initrd	(hd0,5)/boot/initrd.img-2.6.22-14-rt
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
	linux	(hd0,5)/boot/memtest86+.bin
}

menuentry 'Linux-Iso-Selection' {
configfile (hd0,5)/boot/grub_1_97/grub.cfg
}
# Entry 1 - Chainload another bootloader (works)

menuentry "Chainload my OS" {
        set root=(hd0,1)
        chainloader +1
}
### END /etc/grub.d/20_memtest86+ ###

Edit Page - Page History - Printable View - Recent Changes - WikiHelp - SearchWiki
Page last modified on May 12, 2016, at 11:07 AM, visited:$PageCount