[ mass @ 16.01.2006. 16:48 ] @
E ovako, skinuo sam Slax (http://slax.linux-live.org/) i snimio ga na CD i kada boot-am komp sa CD-a digne mi se Linux medzutim kada to isto pokusam da uradim sa externim HDD-om (FUJITSU) uopste ga ne registruje jednostavno se digne windows. Postavio sam u biosu da se boot-a sa USB-a ali nista imate li kakav savjet ili prijedlog jer ovo boot-anje sa usb-a bi mi bilo jako korisno. Hvala. p.s evo nasao sam ovo ali mi opet ne uspijeva. Boot Slax from a USB flashdrive If you want to be able to boot Slax without the disc and with a USB flashdrive, you start by booting Slax with the USB drive plugged in. When you get to the part that says root@slax then type this: cd /root/ "cd" command changes the directory that commands can be taken from. Next, type: ./create_bootdisk.sh . /dev/sda1 /dev/sda SLAX The /dev/sda1 tells Slax where the first partition on your USB drive and /dev/sda is the Master Boot Record of the drive. The period after create_bootdisk.sh command tells SLAX to copy all files from the current directory to USB drive; ". " Means the current directory now, you changed it to /boot in the previous command This should make your USB drive able to boot Slax. Now, to boot, you need to set the BIOS to boot from USB. [Ovu poruku je menjao mass dana 16.01.2006. u 18:52 GMT+1] |