mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-26 07:49:34 -05:00
Merge branch 'iso-offset'
This commit is contained in:
commit
3a913c861b
@ -20,11 +20,10 @@ If you've installed successfully in legacy mode but had to change some kernel pa
|
|||||||
04. Install using your modified boot entry
|
04. Install using your modified boot entry
|
||||||
|
|
||||||
**Change xen configuration directly in an iso image**
|
**Change xen configuration directly in an iso image**
|
||||||
01. Get EFI partition boundaries `parted Qubes-R4.0-rc4-x86_64.iso unit B print`
|
01. Set up a loop device (replacing `X` with your ISO's version name): `losetup -P /dev/loop0 Qubes-RX-x86_64.iso`
|
||||||
02. Using the start address and the size of the EFI partition, setup a loop device for it `sudo losetup -o 524288 --sizelimit 30562304 /dev/loop0 Qubes-R4.0-rc4-x86_64.iso`
|
02. Mount the loop device: `sudo mount /dev/loop0p2 /mnt`
|
||||||
03. Mount the loop device `sudo mount /dev/loop0 /mnt`
|
03. Edit `EFI/BOOT/BOOTX64.cfg` to add your params to the `kernel` configuration key
|
||||||
04. Edit `EFI/BOOT/BOOTX64.cfg` to add your params to the `kernel` configuration key
|
04. Save your changes, unmount and dd to usb device
|
||||||
05. Save your changes, unmount and dd to usb device
|
|
||||||
|
|
||||||
|
|
||||||
## Installation freezes before displaying installer ##
|
## Installation freezes before displaying installer ##
|
||||||
|
Loading…
Reference in New Issue
Block a user