
g3ano1 at yahoo
Feb 28, 2008, 5:12 AM
Post #1 of 2
(7482 views)
Permalink
|
|
question about extlinux.conf on flashstick with ext2
|
|
Hi , I ve tested the pclinux minime on usb 1Gb and later 8Gb, with fat32 and syslinux boot , works splendid in Ram , and persistant saves on stick.. Now i want to try extlinux-boot with ext2 or 3 on the usb. With ext3 , i get constantly bumped to commandline, where i could type in the vmlinuz and initrd paths , but it cant make the loop-file of minime work..so it gets little panic :* But it wont read the extlinux.conf in /boot/extlinux on sda1 With ext2 somehow it reads and finds the extlinux.conf - but after vmlinuz and initrd - it bumps back to reboot... Done in short steps with other linux boot, where sdb1 is the usbflash: mkdir /mnt/sdb1/boot/extlinux xxx/extlinux361/extlinux# extlinux --install /mnt/sdb1/boot/extlinux umount /mnt/sdb1 xxx/extlinux361/mbr# cat mbr.bin > /dev/sdb mount /dev/sdb1 /mnt/sdb1 edit and save a /mnt/sdb1/boot/extlinux/extlinux.conf (last version) : default liveusb prompt 1 timeout 50 label liveusb kernel ../vmlinuz append livecd=../livecd initrd=../initrd.gz root=/dev/rd/3 vga=788 keyb=us bootfrom=/dev/sda1 changes=/dev/sda1/changes fromusb edit: *livecd= , *root= , *bootfrom= , **changes= , **fromusb comes from syslinux.cfg and *partly worked in ext3 different commandline-tryouts , but all ended shortly after the loopfile It feels like this extlinux.conf is kinda right way - but can i get further? with minime and ext2 /3 and the livecd.sqfs it uses ? /greetings - halfnewbie Gene --------------------------------- Sent from Yahoo! Mail. A Smarter Inbox. _______________________________________________ SYSLINUX mailing list Submissions to SYSLINUX [at] zytor Unsubscribe or set options at: http://www.zytor.com/mailman/listinfo/syslinux Please do not send private replies to mailing list traffic.
|