Taomon
Supporter
Anmeldungsdatum: 30. Januar 2011
Beiträge: 8463
Wohnort: Digiworld
|
darkjoda
uname -r 3.13.0-24-generic
Wieso bootet bei Dir der niedrigere Kernel? sudo update-grub sowie cat /boot/grub/grub.cfg Gruß Taomon
|
darkjoda
(Themenstarter)
Anmeldungsdatum: 16. Oktober 2011
Beiträge: 75
Wohnort: Hamburg
|
| sudo update-grub
[sudo] password for lan-id:
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-3.13.0-85-generic
Found kernel: /boot/vmlinuz-3.13.0-24-generic
Updating /boot/grub/menu.lst ... done
|
cat /boot/grub/grub.cfg
cat: /boot/grub/grub.cfg: No such file or directory
|
Taomon
Supporter
Anmeldungsdatum: 30. Januar 2011
Beiträge: 8463
Wohnort: Digiworld
|
Falschen Grub erwischt. cat /boot/grub/menu.lst Gruß Taomon
|
darkjoda
(Themenstarter)
Anmeldungsdatum: 16. Oktober 2011
Beiträge: 75
Wohnort: Hamburg
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109 | lan-id@sol:~$ cat /boot/grub/menu.lst
default=0
timeout=5
title vmlinuz-3.13.0-24-generic
root (hd0,0)
kernel /boot/vmlinuz-3.13.0-24-generic root=/dev/xvda1 console=hvc0 ro
initrd /boot/initrd.img-3.13.0-24-generic
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=469a5e91-972f-4e1a-a90f-1ec275330a5e ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
## indomU=true
## indomU=false
# indomU=detect
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 14.04.4 LTS, kernel 3.13.0-85-generic
root (hd0,0)
kernel /boot/vmlinuz-3.13.0-85-generic root=UUID=469a5e91-972f-4e1a-a90f-1ec275330a5e ro quiet splash
initrd /boot/initrd.img-3.13.0-85-generic
title Ubuntu 14.04.4 LTS, kernel 3.13.0-85-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-3.13.0-85-generic root=UUID=469a5e91-972f-4e1a-a90f-1ec275330a5e ro single
initrd /boot/initrd.img-3.13.0-85-generic
title Ubuntu 14.04.4 LTS, kernel 3.13.0-24-generic
root (hd0,0)
kernel /boot/vmlinuz-3.13.0-24-generic root=UUID=469a5e91-972f-4e1a-a90f-1ec275330a5e ro quiet splash
initrd /boot/initrd.img-3.13.0-24-generic
title Ubuntu 14.04.4 LTS, kernel 3.13.0-24-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-3.13.0-24-generic root=UUID=469a5e91-972f-4e1a-a90f-1ec275330a5e ro single
initrd /boot/initrd.img-3.13.0-24-generic
### END DEBIAN AUTOMAGIC KERNELS LIST
|
|
Taomon
Supporter
Anmeldungsdatum: 30. Januar 2011
Beiträge: 8463
Wohnort: Digiworld
|
Hi darkjoda. falls vorhanden zeige noch cat /boot/grub/default Ich muß mal ältere Bücher raus kramen. Grub legacy ist schon lange her für mich. Gruß Taomon
|