Topic: Help!!! USB stick wouldn't boot!
Sorry for bringing up the stupid usb problem...But I've spent half a day's time on it and got quite annoyed. Every time when I selected USB disk on the boot menu it prompted me "Operation System Not Found." Here are what I have and what I did on the usb stick -
System : Ubuntu 6.10
root@Jason-laptop:~# uname -a
Linux Jason-laptop 2.6.17-10-generic #2 SMP Tue Dec 5 22:28:26 UTC 2006 i686 GNU/Linux
Created a new Fat16 partition on the USB stick:
root@Jason-laptop:~# mkdosfs -F 16 /dev/sdb1
mkdosfs 2.11 (12 Mar 2005)
USB Stick Info:
root@Jason-laptop:~# parted /dev/sdb1 print
Disk /dev/sdb1: 1014MB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0.00kB 1014MB 1014MB fat16
Information: Don't forget to update /etc/fstab, if necessary.
Mounted gparted-livecd-0.3.4-5.iso onto /mnt/try
root@Jason-laptop:~# ls -R /mnt/try
/mnt/try:
boot gparted.dat syslinux
/mnt/try/boot:
boot.cat gparted gparted.igz grub help.msg memtest86
/mnt/try/boot/grub:
clonezilla.lst Gsplash.xpm.gz minix_stage1_5 ufs2_stage1_5
e2fs_stage1_5 help.msg reiserfs_stage1_5 vstafs_stage1_5
fat_stage1_5 iso9660_stage1_5 stage1 xfs_stage1_5
ffs_stage1_5 jfs_stage1_5 stage2
grub.conf menu.lst stage2_eltorito
/mnt/try/syslinux:
boot.msg options.msg splash.lss syslinux.cfg
Mounted USB stick to /media/usbdisk and copied all necessary files to it
root@Jason-laptop:~# cd /mnt/try
root@Jason-laptop:/mnt/try# cp gparted.dat boot/gparted* syslinux/* /media/usbdisk
root@Jason-laptop:/mnt/try# ls /media/usbdisk
boot.msg gparted.dat options.msg syslinux.cfg
gparted gparted.igz splash.lss
Unmounted USB and write boot record onto it
root@Jason-laptop:/mnt/try# umount /dev/sdb1
root@Jason-laptop:/mnt/try# syslinux /dev/sdb1
Mounted it again and `ls` it
root@Jason-laptop:~# mount /dev/sdb1 /media/usbdisk/
root@Jason-laptop:~# ls /media/usbdisk/
boot.msg gparted.dat ldlinux.sys splash.lss
gparted gparted.igz options.msg syslinux.cfg
That's almost the end of the story... It wouldn't boot at all. Any input is appreciate!