User Tools

Site Tools


old:debian:install:boot

GRUB 2

NetBoot

menuentry "Netboot (on /dev/sda3)" --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos3)'
        search --no-floppy --fs-uuid --set=root 719feead-20c3-4591-ab7a-6787886b0886
        linux /boot/linux root=/dev/ram0 ramdisk_size=65536
        initrd /boot/initrd.gz
}
old/debian/install/boot.txt · Last modified: 2023/01/11 20:29 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki