| IM2Slick  
 
 
 
 
 Group: Members
 Posts: 14
 Joined: Dec. 2006
 | 
|  | Posted: Jan. 25 2007,03:55 |  |  I copied and pasted directly from the link given ..... and you are looking at the most recent Grub entry ...... the only change I made was Hdb11, rather than hdb1.
 
 <shock> I just looked and saw a mistake<shock> ...... I've got DSL on hda11 ... there is NO hda11, it's hdb11 !!! (thanx 'thehatsrule') :blush: :blush: :blush:
 
 EDIT: I made the corrections, that didn't make any difference, but I feel better now :lol:
 
 OK, here are the two error messages for the two Grub entries which came up AFTER I made those corrections:
 First: the HDD install Grub Entry:
 | Quote |  | | Code Sample |  | title DSL root (hd1,10)
 kernel /boot/linux24 root=/dev/hdb11
 makeactive
 boottitle       Damn Small Linux, kernel 2.4.26
 
 | 
 Booting 'DSL'
 
 root (1,10)
 Filesystem type is ext2fs, partition type 0x83
 kernel /boot/linux24 root= /dev/hdb11 [linux-bzimage, setup=01400, size0xf17f7]
 makeactive
 
 Error 12: Invalid device requested
 
 Press any key to continue ...
 | 
 
 And then the entry for the Frugal install:
 | Quote |  | Booting 'DSL'| Code Sample |  | title DSL root (hd1,10)
 kernel /boot/isolinux/linux24 root=/dev/hdb11
 initrd /boot/isolinux/minirt24.gz
 makeactive
 boot
 
 | 
 
 root= (1,10)
 Filoesystem is ext2fs, partition type 0x83
 kernel /boot/isolinux/linux24 root=/dev/hdb11
 
 Error 15: File not found
 
 Press any key to continue ...
 | 
 
 Still, neither one works, any advice?
 |