grumble
Anmeldungsdatum: 28. Juli 2007
Beiträge: 134
|
Ich habe laut Anleitung mein System auf eine neue Platte übersiedelt.(Ubuntu 10.04) Ich habe mich dabei an dien Anleitung gehalten http://wiki.ubuntuusers.de/Ubuntu_umziehen Nun stehe ich aber bei den Befehlen zum Einrichten von grub an.
Das System liegt auf der sda1 und die swap auf sda2 | sudo grub-install --root-directory=/mnt/ --recheck /dev/sda1
sudo: unable to resolve host ubuntu
Probing devices to guess BIOS drives. This may take a long time.
/dev/sda5: Not found or not a block device.
|
Ich weiß nicht wie er beim Fehler auf /dev/sda5 kommt. Das war früher die richtige Partition (erste erweiterte).
Aber in der menu.lst kommt diese nicht mehr vor. boot/grub/device.map:
| (fd0) /dev/fd0
(hd0) /dev/sda
(hd1) /dev/sdb
|
boot/grub/menu.lst:
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225 | # menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### 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=a273545c-840f-412c-9aed-87fc3b71ef39 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 10.04.4 LTS, kernel 2.6.32-45-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-45-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro quiet splash
initrd /boot/initrd.img-2.6.32-45-generic
quiet
title Ubuntu 10.04.4 LTS, kernel 2.6.32-45-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-45-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro single
initrd /boot/initrd.img-2.6.32-45-generic
title Ubuntu 10.04.4 LTS, kernel 2.6.32-43-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-43-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro quiet splash
initrd /boot/initrd.img-2.6.32-43-generic
quiet
title Ubuntu 10.04.4 LTS, kernel 2.6.32-43-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-43-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro single
initrd /boot/initrd.img-2.6.32-43-generic
title Ubuntu 10.04.4 LTS, kernel 2.6.32-35-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-35-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro quiet splash
initrd /boot/initrd.img-2.6.32-35-generic
quiet
title Ubuntu 10.04.4 LTS, kernel 2.6.32-35-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-35-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro single
initrd /boot/initrd.img-2.6.32-35-generic
title Ubuntu 10.04.4 LTS, kernel 2.6.32-32-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-32-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro quiet splash
initrd /boot/initrd.img-2.6.32-32-generic
quiet
title Ubuntu 10.04.4 LTS, kernel 2.6.32-32-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-32-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro single
initrd /boot/initrd.img-2.6.32-32-generic
title Ubuntu 10.04.4 LTS, kernel 2.6.32-31-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-31-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro quiet splash
initrd /boot/initrd.img-2.6.32-31-generic
quiet
title Ubuntu 10.04.4 LTS, kernel 2.6.32-31-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-31-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro single
initrd /boot/initrd.img-2.6.32-31-generic
title Ubuntu 10.04.4 LTS, kernel 2.6.32-29-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-29-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro quiet splash
initrd /boot/initrd.img-2.6.32-29-generic
quiet
title Ubuntu 10.04.4 LTS, kernel 2.6.32-29-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-29-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro single
initrd /boot/initrd.img-2.6.32-29-generic
title Ubuntu 10.04.4 LTS, kernel 2.6.32-27-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-27-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro quiet splash
initrd /boot/initrd.img-2.6.32-27-generic
quiet
title Ubuntu 10.04.4 LTS, kernel 2.6.32-27-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-27-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro single
initrd /boot/initrd.img-2.6.32-27-generic
title Chainload into GRUB 2
root (hd0,0)
kernel /boot/grub/core.img
title Ubuntu 10.04.4 LTS, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
savedefault
makeaktive
chainloader +1
|
etc/fstab:
| # /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=a273545c-840f-412c-9aed-87fc3b71ef39 / ext4 defaults,errors=remount-ro,relatime,user_xattr 0 1
# /dev/sda2
UUID=8413043e-934e-4d9d-b46e-d1edec6b74f1 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
|
Moderiert von tomtomtom: Ins passende Forum verschoben. Bitte beachte die Themenstickies.
|
bowman
Anmeldungsdatum: 17. Februar 2010
Beiträge: 7502
|
1. halte dich an die Anleitung und installiere GRUB 2 mit der chroot-Methode, wie in der Anleitung beschrieben: Ubuntu umziehen (Abschnitt „GRUB“) Wenn nicht klar ist, welche Partitionen tatsächlich vorhanden sind, frag sie ab mit
sudo fdisk -l # minus kleines L oder
sudo parted -l # oder
sudo blkid # für die UUID's
Dabei muss die /-Partition (sda1) mit den notwendigen Dateisystembestandteilen eingebunden werden 2. bereits seit 9.10 Karmik Koala ist grub-legacy nicht mehr der Bootloader und es gibt keine menu.lst mehr, sondern die /boot/grub/grub.cfg. Um die GRUB 2/Konfiguration durchzuführen benutzt man Scripte, wie die /etc/default/grub und die Scripte in der /etc/grub.d
3. Wenn du dein System booten können willst, solltes du Grub2, den Bootloader, in den MBR der ersten HDD installieren, also nach sda und nicht in den PBR der /-Partition (sda1), dann könnte es klappen. 😉
|
grumble
(Themenstarter)
Anmeldungsdatum: 28. Juli 2007
Beiträge: 134
|
Ich habe die Befehle wie in der Anleitung befolgt | ubuntu@ubuntu:~$ sudo mount /dev/sda1 /mnt
ubuntu@ubuntu:~$ sudo mount -o bind /dev /mnt/dev
ubuntu@ubuntu:~$ sudo mount -o bind /sys /mnt/sys
ubuntu@ubuntu:~$ sudo mount -t proc /proc /mnt/proc
ubuntu@ubuntu:~$ sudo chroot /mnt
root@ubuntu:/# grub-install /dev/sda
/dev/sda5: Not found or not a block device.
root@ubuntu:/#
|
jedoch kommt dr gleiche Fehler.
Eine sda5 gibt es bei mir nicht, also verstehe ich nicht, wie der grub Befehl darauf kommt.
Grub2 sollte ich schon haben, da ich ja vorher auch schon Ubuntu 10.04 installiert hatte und mein Live System um Grub umzustellen ein Ubuntu 10.10 ist.
|
bowman
Anmeldungsdatum: 17. Februar 2010
Beiträge: 7502
|
Dann schaun wir mal was Sache ist: Boot-Info-Script runterladen, laufen lassen und die RESULTS.txt hier im code-Block posten. Vllt sind wir dann schlauer.
|
syscon-hh
Anmeldungsdatum: 8. Oktober 2005
Beiträge: 10220
|
Du hättest das ganze Problem nicht gehabt, wenn Du Dich mal an dieses hier gehalten hättest (Auszug menu.lst, Zeile 211 bis 213):
title Chainload into GRUB 2
root (hd0,0)
kernel /boot/grub/core.img
Was im chroot nachgeholt werden könnte. Aber bei dem Überangebot an Kerneln fiel das wohl nicht auf - also zusätzlich die Anzahl der Kernel reduzieren! gruß syscon-hh
|
grumble
(Themenstarter)
Anmeldungsdatum: 28. Juli 2007
Beiträge: 134
|
@bowman: Die result.txt Ausgabe ist:
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374 | Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> Grub Legacy (v0.97) is installed in the MBR of /dev/sda and looks on the
same drive in partition #1 for /boot/grub/stage2 and /boot/grub/menu.lst.
=> Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 10.04.4 LTS
Boot files: /boot/grub/menu.lst /etc/fstab /boot/grub/core.img
sda2: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 3.63 Debian-2008-07-15
Boot sector info: Syslinux looks at sector 30550 of /dev/sdb1 for its
second stage. The integrity check of Syslinux failed.
According to the info in the boot sector, sdb1 starts
at sector 0. But according to the info from fdisk,
sdb1 starts at sector 62.
Operating System:
Boot files: /syslinux/syslinux.cfg /ldlinux.sys
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Platte /dev/sda: 60.0 GByte, 60011642880 Byte
64 Köpfe, 32 Sektoren/Spur, 57231 Zylinder, zusammen 117210240 Sektoren
Einheiten = Sektoren von 1 × 512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 32 107,421,695 107,421,664 83 Linux
/dev/sda2 107,421,696 117,209,087 9,787,392 82 Linux swap / Solaris
Drive: sdb _____________________________________________________________________
Platte /dev/sdb: 8017 MByte, 8017412096 Byte
247 Köpfe, 62 Sektoren/Spur, 1022 Zylinder, zusammen 15659008 Sektoren
Einheiten = Sektoren von 1 × 512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 * 62 15,650,907 15,650,846 c W95 FAT32 (LBA)
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 a273545c-840f-412c-9aed-87fc3b71ef39 ext4 55GB
/dev/sda2 8413043e-934e-4d9d-b46e-d1edec6b74f1 swap swap
/dev/sdb1 3A6D-F209 vfat
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sda1 /mnt ext4 (rw)
/dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
=========================== sda1/boot/grub/menu.lst: ===========================
--------------------------------------------------------------------------------
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### 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=a273545c-840f-412c-9aed-87fc3b71ef39 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 10.04.4 LTS, kernel 2.6.32-45-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-45-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro quiet splash
initrd /boot/initrd.img-2.6.32-45-generic
quiet
title Ubuntu 10.04.4 LTS, kernel 2.6.32-45-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-45-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro single
initrd /boot/initrd.img-2.6.32-45-generic
title Ubuntu 10.04.4 LTS, kernel 2.6.32-43-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-43-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro quiet splash
initrd /boot/initrd.img-2.6.32-43-generic
quiet
title Ubuntu 10.04.4 LTS, kernel 2.6.32-43-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-43-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro single
initrd /boot/initrd.img-2.6.32-43-generic
title Ubuntu 10.04.4 LTS, kernel 2.6.32-35-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-35-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro quiet splash
initrd /boot/initrd.img-2.6.32-35-generic
quiet
title Ubuntu 10.04.4 LTS, kernel 2.6.32-35-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-35-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro single
initrd /boot/initrd.img-2.6.32-35-generic
title Ubuntu 10.04.4 LTS, kernel 2.6.32-32-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-32-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro quiet splash
initrd /boot/initrd.img-2.6.32-32-generic
quiet
title Ubuntu 10.04.4 LTS, kernel 2.6.32-32-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-32-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro single
initrd /boot/initrd.img-2.6.32-32-generic
title Ubuntu 10.04.4 LTS, kernel 2.6.32-31-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-31-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro quiet splash
initrd /boot/initrd.img-2.6.32-31-generic
quiet
title Ubuntu 10.04.4 LTS, kernel 2.6.32-31-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-31-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro single
initrd /boot/initrd.img-2.6.32-31-generic
title Ubuntu 10.04.4 LTS, kernel 2.6.32-29-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-29-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro quiet splash
initrd /boot/initrd.img-2.6.32-29-generic
quiet
title Ubuntu 10.04.4 LTS, kernel 2.6.32-29-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-29-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro single
initrd /boot/initrd.img-2.6.32-29-generic
title Ubuntu 10.04.4 LTS, kernel 2.6.32-27-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-27-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro quiet splash
initrd /boot/initrd.img-2.6.32-27-generic
quiet
title Ubuntu 10.04.4 LTS, kernel 2.6.32-27-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-27-generic root=UUID=a273545c-840f-412c-9aed-87fc3b71ef39 ro single
initrd /boot/initrd.img-2.6.32-27-generic
title Chainload into GRUB 2
root (hd0,0)
kernel /boot/grub/core.img
title Ubuntu 10.04.4 LTS, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
savedefault
makeaktive
chainloader +1
--------------------------------------------------------------------------------
=============================== sda1/etc/fstab: ================================
--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=a273545c-840f-412c-9aed-87fc3b71ef39 / ext4 defaults,errors=remount-ro,relatime,user_xattr 0 1
# /dev/sda2
UUID=8413043e-934e-4d9d-b46e-d1edec6b74f1 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
--------------------------------------------------------------------------------
=================== sda1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
20.520912170 = 22.034161664 boot/grub/core.img 1
20.211112976 = 21.701517312 boot/grub/menu.lst 1
1.521236420 = 1.633415168 boot/grub/stage2 1
1.366809845 = 1.467600896 boot/initrd.img-2.6.32-27-generic 2
5.366813660 = 5.762572288 boot/initrd.img-2.6.32-29-generic 2
3.812122345 = 4.093235200 boot/initrd.img-2.6.32-31-generic 2
5.421501160 = 5.821292544 boot/initrd.img-2.6.32-32-generic 1
5.405899048 = 5.804539904 boot/initrd.img-2.6.32-35-generic 1
4.976215363 = 5.343170560 boot/initrd.img-2.6.32-43-generic 2
0.640285492 = 0.687501312 boot/initrd.img-2.6.32-45-generic 2
5.392448425 = 5.790097408 boot/vmlinuz-2.6.32-27-generic 1
5.411983490 = 5.811073024 boot/vmlinuz-2.6.32-29-generic 1
1.765502930 = 1.895694336 boot/vmlinuz-2.6.32-31-generic 2
1.519401550 = 1.631444992 boot/vmlinuz-2.6.32-32-generic 2
5.388545990 = 5.785907200 boot/vmlinuz-2.6.32-35-generic 1
5.380741119 = 5.777526784 boot/vmlinuz-2.6.32-43-generic 1
5.384651184 = 5.781725184 boot/vmlinuz-2.6.32-45-generic 1
0.640285492 = 0.687501312 initrd.img 2
4.976215363 = 5.343170560 initrd.img.old 2
5.384651184 = 5.781725184 vmlinuz 1
5.380741119 = 5.777526784 vmlinuz.old 1
========================= sdb1/syslinux/syslinux.cfg: ==========================
--------------------------------------------------------------------------------
# D-I config version 2.0
include menu.cfg
default vesamenu.c32
prompt 0
timeout 50
gfxboot bootlogo
--------------------------------------------------------------------------------
================= sdb1: Location of files loaded by Syslinux: ==================
GiB - GB File Fragment(s)
?? = ?? ldlinux.sys 1
?? = ?? syslinux/gfxboot.c32 1
?? = ?? syslinux/syslinux.cfg 1
?? = ?? syslinux/vesamenu.c32 1
============== sdb1: Version of COM32(R) files used by Syslinux: ===============
syslinux/gfxboot.c32 : COM32R module (v4.xx)
syslinux/vesamenu.c32 : COM32R module (v4.xx)
|
@syscon-hh Das sagt mir leider nichts. Da ich wie die meisten kaum mit Grub in Berührung komme, habe ich entsprechend wenig Erfahrung damit. Der Kernel-Wucher wird bei Zeiten beseitigt. Ich hatte nur ein Problem mit der alten Platte und ich bin mir deshalb nicht mehr sicher, ob der letzte funktionierte.
|
bowman
Anmeldungsdatum: 17. Februar 2010
Beiträge: 7502
|
Du hast keinen GRUB 2 = grub-common im MBR sondern Grub1 = grub-legacy. Ich vermute mal, der hat immer noch die alten Partitionen im Visier. Du steigst jetzt am besten auf grub-common um und installiern den neu in den MBR. Dazu musst du über eine chroot deine sda1 einbinden und vor der Installation nach sda erstmal die Pakete für Grub2 runterladen und dann grub-common frisch installieren. Das machst du am besten mit der Live-CD/-USB und einer LAN-Verbindung zum Internet, denn zum runterladen der Pakete brauchst du eine funktionierende Internetverbindung.
sudo mount /dev/sda1 /mnt
sudo mount -o bind /dev /mnt/dev
sudo mount -o bind /sys /mnt/sys
sudo mount -t proc /proc /mnt/proc
sudo cp /proc/mounts /mnt/etc/mtab
sudo mount -o bind /etc/resolv.conf /mnt/etc/resolv.conf # Internetverbindung sicher stellen
sudo chroot /mnt /bin/bash
apt-get update
apt-get --reinstall install grub-common grub-pc os-prober
grub-install /dev/sda
update-grub Dann sollte Grub2 im MBR sein und eine neue /boot/grub/grub.cfg generiert werden, damit die Kiste auch bootet. Quellen für das Prozedere siehe GRUB 2/Reparatur und chroot/Live-CD
|
grumble
(Themenstarter)
Anmeldungsdatum: 28. Juli 2007
Beiträge: 134
|
Ok. Thx. Das werd ich dann probieren.
Ich überlege aber auch schon das System komplett neu auf 10.10 aufzusetzen, da das auf meinen anderen Rechnern eigentlich besser läuft als Ubuntu 10.04.
Auf Unity kann ich (einstweilen) verzichten.
|
bowman
Anmeldungsdatum: 17. Februar 2010
Beiträge: 7502
|
Ich überlege aber auch schon das System komplett neu auf 10.10 aufzusetzen,
Das ist keine gute Idee, weil Maverick seit April 2012 nicht mehr mit Updates versorgt wird. Ubuntu/Releases (Abschnitt „Nicht-mehr-unterstuetzt“) 😬 Wenn du Unity nicht magst kannst du dir auch den GNOME3 Fallback-Modus installieren. Das sieht dann wie Gnome2 bei Lucid aus und funktioniert auch fast genau so. Hab ich auch drauf. ☺ Wenn die Hardware etwas älter ist, wäre Xubuntu auch eine Alternative. Lässt sich so konfigurieren, dass es aussieht wie Gnome2. Da lassen sich alle Programme, die unter Ubuntu laufen auch nachinstallieren, wenn gewünscht. ☺
|