View previous topic :: View next topic |
Author |
Message |
wuschel Apprentice
Joined: 27 Dec 2002 Posts: 177 Location: Rodenbach, Germany
|
Posted: Thu Sep 18, 2003 10:30 pm Post subject: Grub: "Error 15: File not found", Datei ist aber d |
|
|
Hallo,
ich inste gerade ein neues System, welches fürs erste auf 2 Partitionen angelegt wurde (wird später mal auf andere Partitionen umgeschaufelt):
/dev/hda8 als / (reiserfs)
/dev/hda9 als /boot (ext2)
Jetzt hänge ich an grub fest, ich möchte den Bootsektor in der /boot haben: Code: | grub> root (hd0,7) Filesystem type is reiserfs, partition type 0x83
grub> setup (hd0,8)
Checking if "/boot/grub/stage1" exists... no
Checking if "/grub/stage1" exists... no
Error 15: File not found |
Die Dateien sind aber da: Code: | bimbo / # ll /boot /boot/grub/
/boot:
insgesamt 3065
lrwxrwxrwx 1 root root 1 2003-09-07 20:19 boot -> .
drwxr-xr-x 2 root root 1024 2003-09-18 22:04 grub
-rw-r--r-- 1 root root 1439902 2003-09-18 19:17 initrd-2.4.20-gentoo-r7
-rw-r--r-- 1 root root 1099884 2003-09-18 19:16 kernel-2.4.20-gentoo-r7
drwx------ 2 root root 12288 2003-09-07 19:18 lost+found
lrwxr-xr-x 1 root root 27 2003-09-18 19:16 System.map -> System.map-2.4.20-gentoo-r7
-rw-r--r-- 1 root root 565441 2003-09-18 19:16 System.map-2.4.20-gentoo-r7
/boot/grub/:
insgesamt 209
-rw-r--r-- 1 root root 7872 2003-09-18 22:04 e2fs_stage1_5
-rw-r--r-- 1 root root 7536 2003-09-18 22:04 fat_stage1_5
-rw-r--r-- 1 root root 6912 2003-09-18 22:04 ffs_stage1_5
-rw-r--r-- 1 root root 1256 2003-09-18 22:04 grub.conf.sample
-rw-r--r-- 1 root root 8480 2003-09-18 22:04 jfs_stage1_5
-rw-r--r-- 1 root root 7072 2003-09-18 22:04 minix_stage1_5
-rw-r--r-- 1 root root 9440 2003-09-18 22:04 reiserfs_stage1_5
-rw-r--r-- 1 root root 33856 2003-09-18 22:04 splash.xpm.gz
-rw-r--r-- 1 root root 512 2003-09-18 22:04 stage1
-rw-r--r-- 1 root root 106428 2003-09-18 22:04 stage2
-rw-r--r-- 1 root root 6528 2003-09-18 22:04 vstafs_stage1_5
-rw-r--r-- 1 root root 9384 2003-09-18 22:04 xfs_stage1_5
| Habt ihr 'ne Ahnung, was hier falsch läuft?
Liegt's evtl. an dem zu hohen Track für /boot? Code: | bimbo root # fdisk /dev/hda -l
Platte /dev/hda: 80.0 GByte, 80026361856 Byte
255 Köpfe, 63 Sektoren/Spuren, 9729 Zylinder
Einheiten = Zylinder von 16065 * 512 = 8225280 Bytes
Gerät boot. Anfang Ende Blöcke Id Dateisystemtyp
/dev/hda1 1 383 3076416 7 HPFS/NTFS
/dev/hda2 384 766 3076447+ 7 HPFS/NTFS
/dev/hda3 767 1022 2056320 b Win95 FAT32
/dev/hda4 1023 9729 69938977+ f Win95 Erw. (LBA)
/dev/hda5 1023 1023 8001 6 FAT16
/dev/hda6 * 1024 2240 9775521 83 Linux
/dev/hda7 2241 3483 9984366 b Win95 FAT32
/dev/hda8 3484 4092 4891761 83 Linux
/dev/hda9 4093 4097 40131 83 Linux
/dev/hda10 4098 4735 5124703+ 83 Linux
/dev/hda11 4736 4761 208813+ 83 Linux
/dev/hda12 4762 4794 265041 82 Linux Swap
/dev/hda13 4795 6038 9992398+ b Win95 FAT32
/dev/hda14 6039 9729 29647926 b Win95 FAT32 | Aber soviel ich weiß soll die 1024-Track-Grenze doch heute kein Problem mehr darstellen, oder?
Ich weiß momentan echt nicht mehr weiter, habe ich irgendwas übersehen?
thx
wuschel _________________ Never run a changing system!
Epox 8rda+ (NForce2), Barton2500, 1GB, Sapphire ATI Radeon 9500Pro, WD800JB |
|
Back to top |
|
|
dertobi123 Retired Dev
Joined: 19 Nov 2002 Posts: 2679 Location: Oberhausen, Germany
|
Posted: Fri Sep 19, 2003 6:40 am Post subject: Re: Grub: "Error 15: File not found", Datei ist ab |
|
|
Hallo,
wuschel wrote: | Code: | grub> root (hd0,7) Filesystem type is reiserfs, partition type 0x83
grub> setup (hd0,8)
Checking if "/boot/grub/stage1" exists... no
Checking if "/grub/stage1" exists... no
Error 15: File not found |
|
Als Root-Partition versteht Grub nicht /, sondern die Partition wo der Grub drauf liegt. Hier also: /dev/hda9, bzw. (hd0,8 ). Den Grub kannst du dann entweder nach (hd0) (MBR) oder (hd0,7), also / installieren.
Code: | grub
> root (hd0,8)
> setup (hd0) _oder_ setup (hd0,7)
|
Gruß Tobias _________________ Ganz frisch: Praxisbuch Nagios
Gentoo Linux - Die Metadistribution (2. Auflage) |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|