cant boot fluxflux from usb stick
#1
Posted 01 June 2008 - 08:56 PM
The main problem I am having is getting the bootinst.sh script to run. I somehow managed to get the file executable after mesing round with remounting and things, I ran it and it said all was fine. So I rebooted and pressed esc but the usb stick was not displayed.
I have not been able to make the files on the drive executable since then, and i don't know how i did it the first time.
can somebody help me?
#2
Posted 01 June 2008 - 09:45 PM
fluxflux.
#3
Posted 01 June 2008 - 09:48 PM
Is there any other way you can help me?
Cheers
#4
Posted 01 June 2008 - 09:50 PM
fluxflux.
#5
Posted 01 June 2008 - 09:55 PM
Then I messed about trying to make the bootinst.sh executable, which I somehow managed. but i don't know how i did.
I executed bootinst.sh and it appeared to have finished successfully.
I then rebooted and pressed esc but the usb stick was not listed.
#6
Posted 01 June 2008 - 09:59 PM
You can check the mount options in your running linux with the command "mount" in a konsole. If there is the option "noexec" the usb stick isn't mounted in the needed way.
fluxflux.
Edited by fluxflux, 01 June 2008 - 10:05 PM.
#7
Posted 01 June 2008 - 10:12 PM
The problem is definately the fact that on my system bootinst.sh is not executable.
I just mounted the device with the exec option and extracted the files again and the same thing happened. I couldn't even chmod it.
Do i need to extract the files from the command line?
cheers
#8
Posted 02 June 2008 - 05:27 AM
cd /media/disk-1
tar xvf ${HOME}/fluxflux-eee...tar.gz
./bootinst.sh
/media/disk-1 is mounted with the option "exec" and everything works fine. I do this as root.The command "mount" shows
/dev/sdb1 on /media/disk-1 type vfat (rw,nosuid,nodev,uhelper=hal,shortname=winnt,uid=502)fluxflux.
#9
Posted 02 June 2008 - 11:03 AM
This is the output from mount:
/dev/sdc1 on /media/D: type vfat (rw,nosuid,nodev,fmask=0111,dmask=0000,codepage=cp850,iocharset=utf8,shortname=mixed)I just cant get it to execute.
Any ideas?
#10
Posted 02 June 2008 - 02:25 PM
su - rootpassword umount /media/D mkdir /mnt/usbstick mount -t vfat -o rw,exec /dev/sdc1 /mnt/usbstick cd /mnt/usbstick ./bootinst.sh cd umount /mnt/usbstickfluxflux.
#11
Posted 03 June 2008 - 12:11 PM
But the device wasn't visible in the boot device screen when i pressed esc at startup
Any ideas? This is really frustrating.
#12
Posted 03 June 2008 - 12:31 PM
You can try to reformat the stick with a windows partition program and format it with FAT32, may be this will help to make the stick visible. I had these problems some times with "cfdisk" especially when formatting FAT32. Reformatting with a windows software helped. Or with gparted LiveCD.
fluxflux.
#13
Posted 03 June 2008 - 02:37 PM
Nice distro, cheers
#14
Posted 03 June 2008 - 02:58 PM
Thank you,
fluxflux.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


This topic is locked








