mmmm....
you got dvd?
if your using USB. and your willing to copy the contents
of iso to usb...
1st-
Mount cd/dvd and copy contents to a folder(only cause you gotta do editing
and no reason to transfer to usb, then edit)
Code:
mkdir iso
mkdir mnt
mount -o loop fedora.iso mnt
cp -a mnt/* iso
umount mnt
now, inside the fedora iso should be
folders
"LiveOS"
"isolinux"
"EFI"
Rename isolinux folder to "syslinux"
go into new syslinux folder
and rename isolinux.cfg to syslinux.cfg
Here's fed11 Omega isolinux.cfg
Code:
default vesamenu.c32
timeout 100
menu background splash.jpg
menu title Welcome to omega-11-1!
menu color border 0 #ffffffff #00000000
menu color sel 7 #ffffffff #ff000000
menu color title 0 #ffffffff #00000000
menu color tabmsg 0 #ffffffff #00000000
menu color unsel 0 #ffffffff #00000000
menu color hotsel 0 #ff000000 #ffffffff
menu color hotkey 7 #ffffffff #ff000000
menu color timeout_msg 0 #ffffffff #00000000
menu color timeout 0 #ffffffff #00000000
menu color cmdline 0 #ffffffff #00000000
menu hidden
menu hiddenrow 5
label linux0
menu label Boot
kernel vmlinuz0
append initrd=initrd0.img root=CDLABEL=omega-11-1 rootfstype=auto ro liveimg quiet rhgb
menu default
label check0
menu label Verify and Boot
kernel vmlinuz0
append initrd=initrd0.img root=CDLABEL=omega-11-1 rootfstype=auto ro liveimg quiet rhgb check
label memtest
menu label Memory Test
kernel memtest
label local
menu label Boot from local drive
localboot 0xffff
To boot from USB, you gotta label your USB "FEDORA"
and edit new syslinux.cfg
You also must open a terminal, while fat32 usb is mounted
and, as root, enter
thats B L K I D, but not in capital letters
this will tell you the UUID of your usb
mine is
Code:
root@bz-desktop:/home/bz# blkid
/dev/sdb1: UUID="AFE7-E78F" TYPE="vfat" LABEL="FEDORA"
Change "root=CDLABEL=omega-11-1"
to
Code:
root=UUID=?=omega-11-1
change "rootfstype=auto"
to
to label USB "FEDORA"
Open Gparted, with USB Unmounted, but plugged in, and right-click on Line displaying USB and select "label"
label it FEDORA
your done
install syslinux to usb
and boot