Bonjour
j essaye de transférer mon / d une partition reiserfs hda8 vers une ext3 hda7
jai copié avec
cd /
tar -cvlf- * | (cd /tmp/newroot ; tar -xvf-)
puis j ai adapté mon /etc/fstab
recréer une image initrd
et malgré celà j ai un kernel panic ...
/sbin/init: 196: cannot create /dev/null: Read-only file system
/sbin/init: 197: cannot open dev/console: No such file
Kernel Panic: Attempted to kill init !
j arrive à booter avec
kernel (hd0,1)/vmlinuz-2.4.21-3-686 root=/dev/hda8
et il monte bien le hda7 en / ...
une idée ?
Merci
Vincent
- Re: transfère file system / vincent
- Re: transfère file system / jean-michel OLTRA
- Re: transfère file system / Nicolas Rueff
- Re: transfère file system / Nicolas Ledez