Re: LILO mit zwei Systemen auf einer Platte
On Sat, Jan 24, 2004 at 08:04:36PM +0100, Sascha Morr wrote:
[...]
> Warning: '/proc/partitions' does not match '/dev' directory structure.
> Name change: '/dev/ide/host0/bus0/target0/lun0/disc' -> '/dev/hda'
> Added Workstation *
> Added Bastelbox
>
> Gut also die Warnung am Anfang betrifft nur das Filesystem dürfte aber
> für mein Problem nicht ausschlaggebend sein. Also starte ich das System
> neu und wähle 'Bastelbox' aus. Das läuft dann so lange gut bis folgendes
> kommt:
>
> NET4: Unix domain sockets 1.0/SMP for Linux NET4.0
> Kernel panic: Hava no root and i want to scream
>
> Irgendwie funktioniert das nicht.
Da ich am liebsten GRUB verwende (zumindsest nach einem Kernel
Update oder wenn ich mehrere Systeme auf einer Platte habe) hier mal
ein kleiner auszug aus /boot/grub/menu.lst:
title Debian SID GNU/Linux, kernel 2.6.0-test9-686
root (hd0,2)
kernel /boot/vmlinuz-2.6.0-test9-686 root=/dev/hda3 ro
initrd /boot/initrd.img-2.6.0-test9-686
savedefault
boot
title Debian SID GNU/Linux, kernel 2.6.0-686
root (hd0,2)
kernel /boot/vmlinuz-2.6.0-686 root=/dev/hda3 ro
initrd /boot/initrd.img-2.6.0-686
savedefault
boot
title Debian Rescue 2.4.20-bf2.4
root (hd0,0)
kernel /boot/vmlinuz-2.4.20-bf2.4 root=/dev/hda1 ro
savedefault
title Debian GNU/Linux Rescue, kernel 2.6.0686
root (hd0,0)
kernel /boot/vmlinuz-2.6.0-686 root=/dev/hda1 ro
initrd /boot/initrd.img-2.6.0-686
savedefault
So lassen sich zwei Systeme mit jeweils zwei Kernel Booten, und das
alles ohne das lästige "lilo" jedesmal nach einem Update aufzurufen
;)
> Grüße
> Sascha
Gruß
Thorsten
--
93. Terminated??!
--Top 100 things you don't want the sysadmin to say
Reply to: