You are not logged in.
Pages: 1
I know I'm not the only one and many issues have been solved already ! I read many of these issues already... but I think I'm in a strange case ...
I have a /boot partition ext2 in /dev/hda1, a root partition ext3 in /dev/hda2. I'm not completely sure, but I tried to follow the mkinitcpio instructions ... (why /boot files are not names with a version number ? it could be easier no ?)
Anyway my kernel boot until kinit ... the problem is the same as here
I have juste somthing different : "Attempting to create root device /dev/hda2" with a fail message ... Kernel tell me to try rootfstype but it doesn't change anything !
my /boot/grub/menu.lst is :
title Arch Linux
root (hd0,0)
kernel /vmlinuz26 root=/dev/hda2 ro vga=773
initrd /kernel26.img
bootI think it's ok no ?
When I take the base install CD and I boot into I don't have any eth1 which is my wireless extension. iwconfig says as well "no wireless extension" and /sys/class/net/ doesn't contain eth1 as well !
I've just finished to install xfce/xorg and if it could be possible to keep this installation working, I'll be happy ![]()
Every computer's components contain smoke. When this one escape, the component stop working ...
Offline
Try to boot with /kernel26-fallback.img. If this works, please post the ouput of the command: zcat /boot/kernel26.img | cpio -t.
Offline
Cool everithing work fine with the fallback img ! I didn't tried it !
the results of the statement you gave me is like that :
[root@vaio ~]# zcat /boot/kernel26.img | cpio -t
/proc
/sys
/dev
/dev/null
/dev/zero
/dev/console
/lib
/lib/klibc-3OrkjcaxWbCiPvaKpOOe_iKCpn8.so
/bin
/bin/cat
/bin/chroot
/bin/dd
/bin/false
/bin/fstype
/bin/gunzip
/bin/gzip
/bin/halt
/bin/insmod
/bin/ipconfig
/bin/kill
/bin/kinit
/bin/kinit.shared
/bin/ln
/bin/losetup
/bin/mdassemble
/bin/minips
/bin/mkdir
/bin/mkfifo
/bin/mknod
/bin/moddeps
/bin/modprobe
/bin/mount
/bin/nfsmount
/bin/nuke
/bin/parseblock
/bin/pivot_root
/bin/poweroff
/bin/readlink
/bin/reboot
/bin/replace
/bin/resume
/bin/run-init
/bin/sh
/bin/sleep
/bin/true
/bin/umount
/bin/uname
/bin/zcat
/init
/config
/sbin
/sbin/udevd
/sbin/udevtrigger
/sbin/udevsettle
/etc
/etc/udev
/etc/udev/rules.d
/etc/udev/rules.d/udev.rules
/etc/start_udev
/lib/udev
/lib/udev/firmware.sh
/lib/udev/cdrom_id
/lib/udev/ata_id
/lib/udev/dasd_id
/lib/udev/usb_id
/lib/udev/edd_id
/lib/udev/scsi_id
/lib/udev/vol_id
/lib/udev/load-modules.sh
/etc/udev/udev.conf
/hooks
/hooks/udev
/hooks/filesystems
1281 blocksThank you for the "so quick" answer ![]()
Every computer's components contain smoke. When this one escape, the component stop working ...
Offline
OK I just rebuilt a new kernel26.img by doing mkinicpio -g after having booted on the fallback image ... And everything is working great now !
Thank you and sorry for your time wasting ! I'll check twice next time !
Every computer's components contain smoke. When this one escape, the component stop working ...
Offline
Pages: 1