@related: syslinux Grub CD Boot

IsoLinux

On Ubuntu hardy

ed2k:|file|hardy-alpha-3-desktop-i386.iso|585465856|6d83ab7173b629b4d01632ac2e2575d8| <html><pre> cat isolinux.cfg DEFAULT /casper/vmlinuz GFXBOOT bootlogo GFXBOOT-ACCESS-OPTIONS v2 v3 m2 APPEND file=/cdrom/preseed/xubuntu.seed boot=casper initrd=/casper/initrd.gz quiet splash – LABEL live menu label ^Start or install Xubuntu kernel /casper/vmlinuz append file=/cdrom/preseed/xubuntu.seed boot=casper initrd=/casper/initrd.gz quiet splash – LABEL xforcevesa menu label Start Xubuntu in safe ^graphics mode kernel /casper/vmlinuz append file=/cdrom/preseed/xubuntu.seed boot=casper xforcevesa initrd=/casper/initrd.gz quiet splash – LABEL driverupdates menu label Install with driver ^update CD kernel /casper/vmlinuz append file=/cdrom/preseed/xubuntu.seed boot=casper debian-installer/driver-update=true initrd=/casper/initrd.gz quiet splash – LABEL oem menu label ^OEM install (for manufacturers) kernel /casper/vmlinuz append file=/cdrom/preseed/xubuntu.seed boot=casper oem-config/enable=true initrd=/casper/initrd.gz quiet splash – LABEL check menu label ^Check CD for defects kernel /casper/vmlinuz append boot=casper integrity-check initrd=/casper/initrd.gz quiet splash – LABEL memtest menu label ^Memory test kernel /install/mt86plus append - LABEL hd menu label ^Boot from first hard disk localboot 0x80 append - DISPLAY isolinux.txt TIMEOUT 300 PROMPT 1 F1 f1.txt F2 f2.txt F3 f3.txt F4 f4.txt F5 f5.txt F6 f6.txt F7 f7.txt F8 f8.txt F9 f9.txt F0 f10.txt </pre></html> I remplaced with : <html> $ cat /boot/grub/menu.lst 2 title 2 : hd0 : livecd root (hd0,0) kernel /vmlinuz root=/dev/hda0 ro lapic acpi=off i8042.nomux file=/preseed/ubuntu.seed boot=casper quiet splash xforcevesa – initrd /initrd.gz savedefault boot </html>

isolinux.txt · Last modified: 2022/04/16 12:23 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki