You are not logged in.
I have an ISO I've created that's bootable. I have a flash drive that's bigger than the ISO.
Now what?
Thanks!
Offline
Up, I am interested too.
Offline
you may find this interesting
Offline
Interesting, I wonder if it'll work with chainloader instead. This isn't as simple as I had hoped, but using lilo directly on the flash drive could be useful.
I have a non-linux CD that I'd like to turn into a bootable flash drive. I'll see if this'll work.
Offline
Hi
I have try this,
http://slax.linux-live.org/forum/viewtopic.php?t=9267
and it works, I can boot, but when i start the kernel I get an error
VFS cannot open root device "NULL" or unknow -block (9,0)
Please append correct "root=" boot option
VFS unable to mount root fs on unknow-block (9,0)
what can I do?
Offline
Do you boot with grub? What is your bootup configuration file (menu.lst for example) ?
Offline
No, I have used Lilo, I only have the syslinux.cfg file, can't find lilo.conf
....
label arch
kernel vmlinuz
append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 root=/dev/ram0 BOOTMEDIA=cd
Offline
Well I don't know I have always used grub.
Maybe try to remove the BOOTMEDIA=cd
The idea is probably to find the right "append" line, but I can't help you, sorry.
Offline
Hm.. What must I do tu Install Grub on the USB Stick?
Offline
I think it is explained in the thread, but anyway lilo should be fine. Switching to grub won't change anything. The error is related to the root= option.
BTW: did you take the slack-iso Cd or an arch iso one ?
Offline
BTW: did you take the slack-iso Cd or an arch iso one ?
arch-base.iso
The error is related to the root= option.
ok
Offline
I will try make one also. I hope I will have more chance than you
Offline
OK I try without
BOOTMEDIA=cd
, the same error
Offline
OK I have try with this iso
http://www.kotek.net/minimax/
the same error, only the
or unknow -block (9,0)
is another.
This ISO use grub, where must the menu.lst be?
Offline
OK I have solved the first error
But i become the next error
RAMDISK image too big! (29611 KIB/16384 KIB)
How can I make the ramdisk bigger?
Offline
I managed to get it work: here is what I did:
format the usb as FAT16
copy the arch-base.iso to my usb stick
(as said in the link)
copy isolinux/boot.* to /
copy isolinux/isolinux.cfg to /syslinux.cfg (I changed the name!)
In case you want to start arch_noscsi:
rename vmlinuz_noscsi to linuxno (a DOS valid name)
change the according name inside syslinux.cfg
set the MBR with lilo
syslinux -s /dev/sda1
Let me know if the install program runs well like that and we will make a wiki page
Offline
Hm, ok I try it..
Offline
Yehaa it works Big THX to marmotte, my mistake was, do not copy syslinux.cfg and boot.* in the root from the USB stick
OK Steps to make a bootabel USB Stick with Arch Installer
1. You need at least 512MB Flash Memory Stick
2. Make a FFAT16 filesystem (you need dosfstools)
mkdosfs /dev/sd[x]
3. Get the arch-base install ISO from www.archlinux.org
4. Mount the iso to an temporary directory
mkdir -p /mnt/archcd
mount -o loop /Path/to/iso /mnt/archcd
5. Mount the USB Stick
mkdir -p /mnt/usb/
mount /dev/sd[x] /mnt/usb/
6. Copy the .iso to the USB Stick
cp -ra /mnt/archcd/* /mnt/usb/
7. Copy The boot data
cd /mnt/usb/isolinux/
cp vmlinuz /mnt/usb/
cp initrd.img /mnt/usb/
cp boot.* /mnt/usb/
cp isolinux.cfg /mnt/usb/syslinux.cfg [rename]
8. Install MBR
syslinux -s /dev/sd[x]
Let me know if the install program runs well like that and we will make a wiki page Very Happy
yes no Problem
Offline
Ok I put it on this wiki page:
http://wiki.archlinux.org/index.php/Ins … _USB_stick
Feel free to correct it, I won't be there this week end.
Offline
HI guys:
Is it possible to have some one post their syslinux.cfg, caurse I get a kernel Panic under booting from the disk
Have you got any idea of what I'm doing wrong??
Just getting better .... All the time
Offline