Autor |
Nachricht |
|
Titel: 2006 Easter-Preview RC4, bootusb2 doesn't work
Verfasst am: 05.06.2006, 03:30 Uhr
|
|
Anmeldung: 05. Jun 2006
Beiträge: 2
|
|
I'm trying to install Kanotix 2006 Easter-Preview RC4 to a laptop which has an external USB dvdrom drive. I had no problem with 2005-04 on this machine, but Easter-Preview seems to not recognize the "bootusb2" option. I get this error message:
Welcome to the Kanotix live Linux-on-CD!
Scanning for USB/Firewire devices...done.
Can't find Kanotix filesystem, sorry.
Dropping yo uto a (very limited) shell.
Press reset button to quit.
/static/ash: Can't access tty; job control turned off.
I've seen the message previously on 2005-04 when I forgot to type "bootusb2". But Easter-Preview won't respond to "bootusb2".
I tried one other option, "myconf=scan", but it didn't work either.
I think that perhaps this is a bug.
regards,
Oz |
|
|
|
|
|
|
Titel: RE: 2006 Easter-Preview RC4, bootusb2 doesn
Verfasst am: 11.06.2006, 07:14 Uhr
|
|
Anmeldung: 13. Dez 2004
Beiträge: 38
|
|
hi, I experinced the same issue with RC4. I think there is some issue with this cheatcode. I have reported in the support section as well.
Yup. Works fine with 2205-04 |
|
|
|
|
|
|
Titel: RE: 2006 Easter-Preview RC4, bootusb2 doesn
Verfasst am: 11.06.2006, 07:18 Uhr
|
|
Team Member
Anmeldung: 06. Mai 2005
Beiträge: 3087
Wohnort: berlin
|
|
OZ,
search the forum, you need an extra usb-module with RC4
greetz
devil |
_________________ <<We are Xorg - resistance is futile - you will be axximilated>>
Host/Kernel/OS "devilsbox" running[2.6.19-rc1-git5-kanotix-1KANOTIX-2006-01-RC4 ]
CPU Info AMD Athlon 64 3000+ clocked at [ 803.744 MHz ]
|
|
|
|
|
|
Titel: RE: 2006 Easter-Preview RC4, bootusb2 doesn
Verfasst am: 11.06.2006, 08:00 Uhr
|
|
Anmeldung: 13. Dez 2004
Beiträge: 38
|
|
cant find the link. Any hints what to search for besides bootusb2?
Thanks! |
|
|
|
|
|
|
Titel: RE: 2006 Easter-Preview RC4, bootusb2 doesn
Verfasst am: 11.06.2006, 15:29 Uhr
|
|
Anmeldung: 05. Jul 2004
Beiträge: 121
Wohnort: Hannover
|
|
Hi!
The Thread mentioned is this one: http://kanotix.com/index.php?name=PNphpBB2&file=viewtopic&t=18219&highlight=
Unfortunatelly its in german.
I try to translate how to fix it for usb-pen-drive and usb-hdd. Not working for usb-cdrom.
What to do is to add the "libusual-modul" to the "miniroot.gz" found on usb-pen drive/hdd in "/boot/".
First you need a installed 2.6.16.16-kanotix-1 kernel or have to boot the EasterRC4 once from CDROM.
Copy "/lib/modules/2.6.16.16-kanotix-1/kernel/drivers/usb/storage/libusual.ko" to your home directory and rename it to "libusual.o"
Now in a terminal window as root:
Code:
cd /media/sda1/boot/ (exchange sda1 with your now connected and mounted usb drive)
gzip -vd miniroot.gz
mount -o loop miniroot /mnt
In the decompressed miniroot (now in /mnt) edit the file "linuxrc" search for "&& $INSMOD /modules/scsi/usb-storage.o" and add "&& $INSMOD /modules/scsi/libusual.o " directly before.
Next copy libusual.o from your home to "/mnt/modules/scsi/libusual.o" and repack the miniroot:
Code:
umount /mnt
gzip -v9 miniroot
Now the bootusb2 cheat should work again. |
|
|
|
|
|
|
Titel:
Verfasst am: 09.09.2006, 11:36 Uhr
|
|
Anmeldung: 05. Sep 2006
Beiträge: 4
|
|
I followed the instructions in this post but this did not work. Also being a Windows person I had a lot of trouble editing the 'linuxrc' file without having a GUI. The entry in the file refered looks lik ethe following in my file:
test -f /modules/scsi/usb-storage.o && $INSMOD /modules/scsi/libusual.o && $INSMOD /modules/scsi/usb-storage.o >/dev/null 2>&1
Can you please verify if the above is correct - I am running blind here! Also if this file on my USB HDD and it cannot get to my USB Drve in the first place since my USB Boot GRUB menu does not work - how is this going to help anyway? |
|
|
|
|
|
|
Titel:
Verfasst am: 09.09.2006, 13:08 Uhr
|
|
Anmeldung: 05. Jul 2004
Beiträge: 121
Wohnort: Hannover
|
|
Hi!
Your line is correct.
And for easy editing use Konqueror, right mouse button on the file, Actions, edit as root. |
|
|
|
|
|
|