Ich habe ein Problem bei der Installation von Sarge auf meiner externen Festplatte. Vielleicht erst einmal ein paar Worte zum System vorweg:
Ich benutze ein ThinkPad R40 in Verbindung mit einer externen 40 GB-Platte (USB 2.0). Die Platte lässt sich prima mounten.
Also hab ich mich mal an die Installation gemacht. Platte partitioniert (/dev/sda1 als / eingehängt, keine /boot Partition) und Basissystem installiert. Dann den Grub nach /dev/sda installiert und neugestartet. Soweit so gut.
Ein erstes Problem lag in der menu.lst von Grub, da musste ich root (hd1,0) nach (hd0,0) ändern. Sieht jetzt so aus:
Code: Alles auswählen
root (hd0,0)
kernel /boot/vmlinuz-2.6.8-1-386 root=/dev/sda1 ro
initrd /boot/initrd.img-2.6.8-1-386
savedefault
boot
Code: Alles auswählen
SCSI subsystem initialized
usbcore: registered new driver usbfs
usbcore: registered new driver hub
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
pivot_root: No such file or directory
/sbin/init: 426: cannot open dev/console: No such file
Kernel panic: Attempted to kill init!
Danke im vorraus
Baldo